rpms/anaconda/devel .cvsignore, 1.669, 1.670 anaconda.spec, 1.819, 1.820 sources, 1.803, 1.804

David Cantrell dcantrel at fedoraproject.org
Tue Sep 22 03:34:15 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Mon Sep 21 2009 David Cantrell <dcantrell at redhat.com> - 12.27-1
- Require at least system-config-keyboard 1.3.1 or higher. (dcantrell)
- Fixes for rhel installclass. (dcantrell)
- Start with all modules from kernel/drivers/s390 on s390x (#524566)
  (dcantrell)
- Do not require dhcpv6-client, package is now obsolete. (dcantrell)
- Take into account snapshots and mirrored volumes in lvm dialogs. (dlehman)
- Add handling for snapshot and mirrored logical volumes to DeviceTree.
  (dlehman)
- Add attrs to LVMLogicalVolumeDevice class for snapshots and mirrored lvs.
  (dlehman)
- Add function lvorigin to determine the name of a snapshot's origin lv.
  (dlehman)
- Add function udev_device_get_lv_attr to retrieve lv attribute strings.
  (dlehman)
- Include hidden volumes and lv attributes in udev db. (dlehman)
- Add 'install' user to start anaconda on s390x. (dcantrell)
- Set a default shell prompt for s390x installs. (dcantrell)
- Do not assume we found a module in addOption() in loader/modules.c
  (dcantrell)
- Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x. (dcantrell)
- Handle Esc keypress in (some more) dialogs as Cancel - (#520110).
  (rvykydal)
- All the nss libraries have moved from /lib to /usr/lib (#524410). (clumens)
- Add python-nss as a requirement (#524307, #524313). (clumens)
- Call $LDSO --verify for the binary file -inside- the chroot. This fixes
  building x86 boot images on a x86_64 host system. (thomas.jarosch)
- Just grab everything in a /usr/share/fonts/lohit* directory (#523906).
  (clumens)
- Don't write an empty mdadm.conf (hdegoede)
- Write mdraid arrays to mdadm.conf in sorted order (hdegoede)
- containers and their sets must only have a UUID= parameter in mdamd.conf
  (hdegoede)
- Updated anaconda.pot file. (dcantrell)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.669
retrieving revision 1.670
diff -u -p -r1.669 -r1.670
--- .cvsignore	18 Sep 2009 01:01:37 -0000	1.669
+++ .cvsignore	22 Sep 2009 03:34:15 -0000	1.670
@@ -1 +1 @@
-anaconda-12.26.tar.bz2
+anaconda-12.27.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.819
retrieving revision 1.820
diff -u -p -r1.819 -r1.820
--- anaconda.spec	18 Sep 2009 01:01:37 -0000	1.819
+++ anaconda.spec	22 Sep 2009 03:34:15 -0000	1.820
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.26
+Version: 12.27
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -115,10 +115,11 @@ Requires: python-cryptsetup >= %{pythonc
 Requires: mdadm
 Requires: lvm2
 Requires: util-linux-ng >= 2.15.1
-Requires: system-config-keyboard >= 1.3.0-3
+Requires: system-config-keyboard >= 1.3.1
 Requires: hal, dbus-python
 Requires: cracklib-python
 Requires: python-bugzilla
+Requires: python-nss
 %ifarch %livearches
 Requires: usermode
 Requires: zenity
@@ -138,7 +139,6 @@ Requires: isomd5sum
 Requires: yum-utils >= %{yumutilsver}
 Requires: NetworkManager >= %{nmver}
 Requires: dhclient
-Requires: dhcpv6-client
 Requires: anaconda-yum-plugins
 Requires: libselinux-python >= %{libselinuxver}
 %ifarch %{sparc}
@@ -215,6 +215,41 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Mon Sep 21 2009 David Cantrell <dcantrell at redhat.com> - 12.27-1
+- Require at least system-config-keyboard 1.3.1 or higher. (dcantrell)
+- Fixes for rhel installclass. (dcantrell)
+- Start with all modules from kernel/drivers/s390 on s390x (#524566)
+  (dcantrell)
+- Do not require dhcpv6-client, package is now obsolete. (dcantrell)
+- Take into account snapshots and mirrored volumes in lvm dialogs. (dlehman)
+- Add handling for snapshot and mirrored logical volumes to DeviceTree.
+  (dlehman)
+- Add attrs to LVMLogicalVolumeDevice class for snapshots and mirrored lvs.
+  (dlehman)
+- Add function lvorigin to determine the name of a snapshot's origin lv.
+  (dlehman)
+- Add function udev_device_get_lv_attr to retrieve lv attribute strings.
+  (dlehman)
+- Include hidden volumes and lv attributes in udev db. (dlehman)
+- Add 'install' user to start anaconda on s390x. (dcantrell)
+- Set a default shell prompt for s390x installs. (dcantrell)
+- Do not assume we found a module in addOption() in loader/modules.c
+  (dcantrell)
+- Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x. (dcantrell)
+- Handle Esc keypress in (some more) dialogs as Cancel - (#520110).
+  (rvykydal)
+- All the nss libraries have moved from /lib to /usr/lib (#524410). (clumens)
+- Add python-nss as a requirement (#524307, #524313). (clumens)
+- Call $LDSO --verify for the binary file -inside- the chroot. This fixes
+  building x86 boot images on a x86_64 host system. (thomas.jarosch)
+- Just grab everything in a /usr/share/fonts/lohit* directory (#523906).
+  (clumens)
+- Don't write an empty mdadm.conf (hdegoede)
+- Write mdraid arrays to mdadm.conf in sorted order (hdegoede)
+- containers and their sets must only have a UUID= parameter in mdamd.conf
+  (hdegoede)
+- Updated anaconda.pot file. (dcantrell)
+
 * Thu Sep 17 2009 David Cantrell <dcantrell at redhat.com> - 12.26-1
 - NetworkManagerSystemSettings.service no longer exists. (jkeating)
 - udevsettle is no longer used (udevadm settle is called instead) so don't


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.803
retrieving revision 1.804
diff -u -p -r1.803 -r1.804
--- sources	18 Sep 2009 01:01:37 -0000	1.803
+++ sources	22 Sep 2009 03:34:15 -0000	1.804
@@ -1 +1 @@
-7494d5f42675d01eb0c2e27cdc206ea0  anaconda-12.26.tar.bz2
+4e5feac42b9730ea97b87dab0ab0df57  anaconda-12.27.tar.bz2




More information about the scm-commits mailing list