rpms/anaconda/devel .cvsignore, 1.658, 1.659 anaconda.spec, 1.808, 1.809 sources, 1.792, 1.793

David Cantrell dcantrel at fedoraproject.org
Wed Aug 19 01:09:23 UTC 2009


Author: dcantrel

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9047

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Tue Aug 18 2009 David Cantrell <dcantrell at redhat.com> - 12.16-1
- correctly deactivate zFCP LUN on s390 (maier)
- correctly activate zFCP LUN on s390 (maier)
- prevent getting started up or shutdown again while already in such state
  (maier)
- Remove unused reipl code in linuxrc.s390 (maier)
- Fix copying of shutdown to initrd.img in mk-images for s390x (#517888)
  (maier)
- 64 bit sparc linux does not define __sparc64__ we need to use
  "(defined(__sparc__) && defined(__arch64__))" fixes building 64 bit sparc
  (dennis)
- make tftp images as small as possible. we have a 10mb hardware limitation
  on there size (dennis)
- make sure we correctly make the sparc tftp image (dennis)
- make sure we have glibc.sparcv9 installed in sparc installers not
  glibc.sparcv9v (dennis)
- add the sparc screen font (dennis)
- add the files for sparc boot config setup configure.ac to define IS_SPARC
  (dennis)
-  add mk-images.sparc script (dennis)
- add support for making sparc images (dennis)
- sparc no longer needs and special keyboard handling.  it uses the standard
  api's interfaces (dennis)
- setup termcap for sparc (dennis)
- Close %packages with a %end (#518063) (katzj)
- Call udev_settle from DiskLabel.commit to ensure it happens. (dlehman)
- Fix traceback in text mode upgrade. (#505435) (dlehman)
- Don't traceback if Delete button is hit when no device is selected.
  (dlehman)
- Clean up management of extended partitions we create. (#497293) (dlehman)
- Don't use StorageDevice for partitions w/ biosraid formatting. (#504002)
  (dlehman)
- Don't try to get the size of fstypes w/ no infofsProg defined. (dlehman)
- Change all disklabel manipulations to use the DiskLabel format class.
  (dlehman)
- Create a DiskLabel format class for partition tables. (dlehman)
- Add support for specifying a tag to makeupdates. (dlehman)
- Include changed files from the top level in the updates. (dlehman)
- If asked, put the system SN (as given by dmidecode) into an HTTP header.
  (clumens)
- Add dmidecode to the initrd. (clumens)
- Add the kssendsn parameter and corresponding flag. (clumens)
- Don't keep testing if we're doing URL_METHOD_HTTP. (clumens)
- Later pyparted will define DEVICE_DM, so change the test to use it.
  (clumens)
- Use the new GTK Tooltip API (#517389). (clumens)
- Fix a typo in a kickstart error string (#517760). (clumens)
- Be sure we have a sorted list of mountpoints for live mangling (#504986)
  (katzj)
- Fix askmethod to work with stage= being specified (#516973) (katzj)
- Fix ordering on device list returned from identifyMultipaths() (pjones)
- Fix typo in mpath support. (pjones)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.658
retrieving revision 1.659
diff -u -p -r1.658 -r1.659
--- .cvsignore	13 Aug 2009 04:21:00 -0000	1.658
+++ .cvsignore	19 Aug 2009 01:09:22 -0000	1.659
@@ -1 +1 @@
-anaconda-12.15.tar.bz2
+anaconda-12.16.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.808
retrieving revision 1.809
diff -u -p -r1.808 -r1.809
--- anaconda.spec	13 Aug 2009 04:21:00 -0000	1.808
+++ anaconda.spec	19 Aug 2009 01:09:23 -0000	1.809
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.15
+Version: 12.16
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 %define slangver 2.0.6-2
 %define yumver 2.9.2
 %define partedver 1.8.1
-%define pypartedver 2.0.0
+%define pypartedver 2.1.2
 %define syscfgdatever 1.9.0
 %define pythonpyblockver 0.24-1
 %define libbdevidver 5.1.2-1
@@ -209,6 +209,59 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Tue Aug 18 2009 David Cantrell <dcantrell at redhat.com> - 12.16-1
+- correctly deactivate zFCP LUN on s390 (maier)
+- correctly activate zFCP LUN on s390 (maier)
+- prevent getting started up or shutdown again while already in such state
+  (maier)
+- Remove unused reipl code in linuxrc.s390 (maier)
+- Fix copying of shutdown to initrd.img in mk-images for s390x (#517888)
+  (maier)
+- 64 bit sparc linux does not define __sparc64__ we need to use
+  "(defined(__sparc__) && defined(__arch64__))" fixes building 64 bit sparc
+  (dennis)
+- make tftp images as small as possible. we have a 10mb hardware limitation
+  on there size (dennis)
+- make sure we correctly make the sparc tftp image (dennis)
+- make sure we have glibc.sparcv9 installed in sparc installers not
+  glibc.sparcv9v (dennis)
+- add the sparc screen font (dennis)
+- add the files for sparc boot config setup configure.ac to define IS_SPARC
+  (dennis)
+-  add mk-images.sparc script (dennis)
+- add support for making sparc images (dennis)
+- sparc no longer needs and special keyboard handling.  it uses the standard
+  api's interfaces (dennis)
+- setup termcap for sparc (dennis)
+- Close %%packages with a %%end (#518063) (katzj)
+- Call udev_settle from DiskLabel.commit to ensure it happens. (dlehman)
+- Fix traceback in text mode upgrade. (#505435) (dlehman)
+- Don't traceback if Delete button is hit when no device is selected.
+  (dlehman)
+- Clean up management of extended partitions we create. (#497293) (dlehman)
+- Don't use StorageDevice for partitions w/ biosraid formatting. (#504002)
+  (dlehman)
+- Don't try to get the size of fstypes w/ no infofsProg defined. (dlehman)
+- Change all disklabel manipulations to use the DiskLabel format class.
+  (dlehman)
+- Create a DiskLabel format class for partition tables. (dlehman)
+- Add support for specifying a tag to makeupdates. (dlehman)
+- Include changed files from the top level in the updates. (dlehman)
+- If asked, put the system SN (as given by dmidecode) into an HTTP header.
+  (clumens)
+- Add dmidecode to the initrd. (clumens)
+- Add the kssendsn parameter and corresponding flag. (clumens)
+- Don't keep testing if we're doing URL_METHOD_HTTP. (clumens)
+- Later pyparted will define DEVICE_DM, so change the test to use it.
+  (clumens)
+- Use the new GTK Tooltip API (#517389). (clumens)
+- Fix a typo in a kickstart error string (#517760). (clumens)
+- Be sure we have a sorted list of mountpoints for live mangling (#504986)
+  (katzj)
+- Fix askmethod to work with stage= being specified (#516973) (katzj)
+- Fix ordering on device list returned from identifyMultipaths() (pjones)
+- Fix typo in mpath support. (pjones)
+
 * Wed Aug 12 2009 David Cantrell <dcantrell at redhat.com> - 12.15-1
 - Make sure we have the ca cert to handle https repo connections. (517171)
   (jkeating)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.792
retrieving revision 1.793
diff -u -p -r1.792 -r1.793
--- sources	13 Aug 2009 04:21:00 -0000	1.792
+++ sources	19 Aug 2009 01:09:23 -0000	1.793
@@ -1 +1 @@
-909540f75411355f3157d06f4a39e012  anaconda-12.15.tar.bz2
+d79c42a7963a58fd27535470f69289f0  anaconda-12.16.tar.bz2




More information about the fedora-extras-commits mailing list