rpms/anaconda/devel .cvsignore, 1.667, 1.668 anaconda.spec, 1.817, 1.818 sources, 1.801, 1.802

David Cantrell dcantrel at fedoraproject.org
Wed Sep 16 00:17:38 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Tue Sep 15 2009 David Cantrell <dcantrell at redhat.com> - 12.25-1
- Use pyblock for device-mapper devices' status. (dlehman)
- load_policy has moved from /usr/sbin to /sbin (#523506). (clumens)
- Collect all modules from modules.{ccwmap|networking} on s390x (#522519)
  (dcantrell)
- Copy cmsfscat from /usr/sbin, not /usr/bin. (dcantrell)
- Remove duplicate search_cu() in linuxrc.s390 (dcantrell)
- Try harder to stop mdraid arrays (hdegoede)
- Log when we are skipping disks without media (hdegoede)
- Don't scan stopped md devices (hdegoede)
- Make udev_get_block_device() return None on failure (hdegoede)
- Do not pass --update=super-minor to mdadm for containers and sets there in
  (hdegoede)
- Write mdadm.conf lines for mdraid container formats (imsm) (hdegoede)
- Really put appended kernel cmdline arguments at the end (hdegoede)
- Install dracut-network when using network storage (hdegoede)
- Make recreateInitrd() generate a dracut initrd (hdegoede)
- Use type of device rather than name in booty target selection. (hdegoede)
- write netroot=fcoe:... to kernel cmdline in grub.conf for dracut (hdegoede)
- write ifname=eth#:MAC to kernel cmdline in grub.conf for dracut (hdegoede)
- write iscsi initiator name to kernel cmdline in grub.conf for dracut
  (hdegoede)
- Make iswmd the default (hdegoede)
- Use new icons in anaconda so we don't look so dated (#515601). (clumens)
- Prevent infinite loop in doClearPartitionedDevice. (dlehman)
- Rename doDeleteDependentDevices to doClearPartitionedDevice for clarity.
  (dlehman)
- Handle Esc keypress in dialogs as Cancel (#520110). (rvykydal)
- Don't use baseurl containing space in yum repo object (#516042). (rvykydal)
- Add escrow support (mitr)
- Add python-{nss,volume_key} to stage2, volume_key to rescue (mitr)
- Update for pykickstart with escrow support (mitr)
- Fix --encrypted when creating volumes in kickstart (mitr)
- Remove the "Remove dmraid Device" button, which isn't even hooked up.
  (clumens)
- Require the right version of system-config-date (#523107). (clumens)
- Fix setting of "Add repository" dialog title. (rvykydal)
- Update state and name of repository in list after editing. (rvykydal)
- Fix busy cursor in repo editing (#518529) (rvykydal)
- Fix busy cursor stack popping when creating formats (#518529). (rvykydal)
- Remove partitions in reverse order when clearing disks. (dlehman)
- Improve the info provided to DeviceAction.__str__. (dlehman)
- Include device id in log lines since partitions can get renumbered.
  (dlehman)
- Don't try to preserve old format attrs when reinitializing pvs. (dlehman)
- remove the no longer used initcb and initlabel DiskDevice.__init__
  arguments (hdegoede)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.667
retrieving revision 1.668
diff -u -p -r1.667 -r1.668
--- .cvsignore	10 Sep 2009 21:19:55 -0000	1.667
+++ .cvsignore	16 Sep 2009 00:17:36 -0000	1.668
@@ -1,2 +1 @@
-anaconda-12.23.tar.bz2
-anaconda-12.24.tar.bz2
+anaconda-12.25.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.817
retrieving revision 1.818
diff -u -p -r1.817 -r1.818
--- anaconda.spec	10 Sep 2009 21:19:55 -0000	1.817
+++ anaconda.spec	16 Sep 2009 00:17:36 -0000	1.818
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.24
+Version: 12.25
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -33,7 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 %define yumver 2.9.2
 %define partedver 1.8.1
 %define pypartedver 2.1.2
-%define syscfgdatever 1.9.0
+%define syscfgdatever 1.9.48
 %define pythonpyblockver 0.24-1
 %define libbdevidver 5.1.2-1
 %define e2fsver 1.41.0
@@ -214,6 +214,54 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Tue Sep 15 2009 David Cantrell <dcantrell at redhat.com> - 12.25-1
+- Use pyblock for device-mapper devices' status. (dlehman)
+- load_policy has moved from /usr/sbin to /sbin (#523506). (clumens)
+- Collect all modules from modules.{ccwmap|networking} on s390x (#522519)
+  (dcantrell)
+- Copy cmsfscat from /usr/sbin, not /usr/bin. (dcantrell)
+- Remove duplicate search_cu() in linuxrc.s390 (dcantrell)
+- Try harder to stop mdraid arrays (hdegoede)
+- Log when we are skipping disks without media (hdegoede)
+- Don't scan stopped md devices (hdegoede)
+- Make udev_get_block_device() return None on failure (hdegoede)
+- Do not pass --update=super-minor to mdadm for containers and sets there in
+  (hdegoede)
+- Write mdadm.conf lines for mdraid container formats (imsm) (hdegoede)
+- Really put appended kernel cmdline arguments at the end (hdegoede)
+- Install dracut-network when using network storage (hdegoede)
+- Make recreateInitrd() generate a dracut initrd (hdegoede)
+- Use type of device rather than name in booty target selection. (hdegoede)
+- write netroot=fcoe:... to kernel cmdline in grub.conf for dracut (hdegoede)
+- write ifname=eth#:MAC to kernel cmdline in grub.conf for dracut (hdegoede)
+- write iscsi initiator name to kernel cmdline in grub.conf for dracut
+  (hdegoede)
+- Make iswmd the default (hdegoede)
+- Use new icons in anaconda so we don't look so dated (#515601). (clumens)
+- Prevent infinite loop in doClearPartitionedDevice. (dlehman)
+- Rename doDeleteDependentDevices to doClearPartitionedDevice for clarity.
+  (dlehman)
+- Handle Esc keypress in dialogs as Cancel (#520110). (rvykydal)
+- Don't use baseurl containing space in yum repo object (#516042). (rvykydal)
+- Add escrow support (mitr)
+- Add python-{nss,volume_key} to stage2, volume_key to rescue (mitr)
+- Update for pykickstart with escrow support (mitr)
+- Fix --encrypted when creating volumes in kickstart (mitr)
+- Remove the "Remove dmraid Device" button, which isn't even hooked up.
+  (clumens)
+- Require the right version of system-config-date (#523107). (clumens)
+- Fix setting of "Add repository" dialog title. (rvykydal)
+- Update state and name of repository in list after editing. (rvykydal)
+- Fix busy cursor in repo editing (#518529) (rvykydal)
+- Fix busy cursor stack popping when creating formats (#518529). (rvykydal)
+- Remove partitions in reverse order when clearing disks. (dlehman)
+- Improve the info provided to DeviceAction.__str__. (dlehman)
+- Include device id in log lines since partitions can get renumbered.
+  (dlehman)
+- Don't try to preserve old format attrs when reinitializing pvs. (dlehman)
+- remove the no longer used initcb and initlabel DiskDevice.__init__
+  arguments (hdegoede)
+
 * Thu Sep 10 2009 Chris Lumens <clumens at redhat.com> - 12.24-1
 - dmidecode is in /usr/sbin, not /usr/bin. (clumens)
 - Add cmsfscat to the initrd on s390 as well (#522535). (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.801
retrieving revision 1.802
diff -u -p -r1.801 -r1.802
--- sources	10 Sep 2009 21:19:55 -0000	1.801
+++ sources	16 Sep 2009 00:17:37 -0000	1.802
@@ -1 +1 @@
-4cdda8aeb360ee8d30faa747d77a0533  anaconda-12.24.tar.bz2
+2f7b7b77418b5dd057045f7ebd359ebf  anaconda-12.25.tar.bz2




More information about the fedora-extras-commits mailing list