rpms/anaconda/devel .cvsignore, 1.566, 1.567 anaconda.spec, 1.708, 1.709 sources, 1.700, 1.701

David Cantrell dcantrel at fedoraproject.org
Tue Sep 16 03:55:56 UTC 2008


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Mon Sep 15 2008 David Cantrell <dcantrell at redhat.com> - 11.4.1.35-1
- Call network.bringDeviceUp() instead of old isys functions. (dcantrell)
- Pass device name to network.setDNS() and network.setGateway(). (dcantrell)
- NetworkManager fixes in network.py (dcantrell)
- Remove code from isys not needed for NetworkManager. (dcantrell)
- Avoid writing out NM_CONTROLLED more than once. (dcantrell)
- Write out final ifcfg-DEVICE files correctly. (dcantrell)
- Use POSIX and LSB hostname length limit. (dcantrell)
- Consistent whitespace usage in network.py (dcantrell)
- Do not try to start hald or dbus-daemon from anaconda. (dcantrell)
- On HDISO installs, mark LABEL= and UUID= partitions as protected. (clumens)
- Do encrypted device passphrase retrofits while activating partitioning.
  (dlehman)
- Use one passphrase for all new LUKS devices and offer retrofit to old
  ones. (dlehman)
- There's only one passphrase member (encryptionPassphrase) in Partitions.
  (dlehman)
- Only add LUKSDevice instances to PV requests as needed. (dlehman)
- New device passphrase is now always global w/ option to retrofit. (dlehman)
- Don't prompt for a passphrase when creating encrypted devices. (dlehman)
- Define a method to add a passphrase to an existing LUKS device. (dlehman)
- Fix a traceback when starting a shell in rescue mode (#462148). (clumens)
- md, lock_nolock, and dm_emc kernel modules no longer exist. (clumens)
- Fix iscsi disk detection with newer kernels (rh 461839, 461841) (hans)
- Fix the crash reported in bug 454135 (hans)
- Make iBFT reading explicit from a higher level (hans)
- Add ibft flag to ease in testing. (hans)
- Support iSCSI CHAP and Reverse CHAP authentication (rhbz#402431,
  rhbz#432819) (hans)
- Don't set iscsi devices to autostart (rhbz#437891) (hans)
- Add full CHAP support to iSCSI. (rhbz#432819) (hans)
- Do not try to initialize iSCSI, when no portal (#435173) (hans)
- Fix wrong function names for iscsi login/start (rhbz#295154) (hans)
- Set an attribute when iscsid is started (#431904). (hans)
- Better fixes for iscsi probing (patch from jlaska) (hans)
- Make sure ISCSIADM and such are defined (rhbz#431924) (hans)
- Fix iscsi so that mkinitrd can actually talk to the running daemon (hans)
- Make iscsi/ibft work (hans)
- Add mk-images changes forgotten in previous commit (hans)
- Add support for iSCSI iBFT table (#307761) (hans)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -r1.566 -r1.567
--- .cvsignore	11 Sep 2008 22:58:12 -0000	1.566
+++ .cvsignore	16 Sep 2008 03:55:24 -0000	1.567
@@ -1,3 +1 @@
-anaconda-11.4.1.32.tar.bz2
-anaconda-11.4.1.33.tar.bz2
-anaconda-11.4.1.34.tar.bz2
+anaconda-11.4.1.35.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.708
retrieving revision 1.709
diff -u -r1.708 -r1.709
--- anaconda.spec	11 Sep 2008 22:58:12 -0000	1.708
+++ anaconda.spec	16 Sep 2008 03:55:24 -0000	1.709
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.4.1.34
+Version: 11.4.1.35
 Release: 1
 License: GPLv2+
 Group:   Applications/System
@@ -218,6 +218,47 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Mon Sep 15 2008 David Cantrell <dcantrell at redhat.com> - 11.4.1.35-1
+- Call network.bringDeviceUp() instead of old isys functions. (dcantrell)
+- Pass device name to network.setDNS() and network.setGateway(). (dcantrell)
+- NetworkManager fixes in network.py (dcantrell)
+- Remove code from isys not needed for NetworkManager. (dcantrell)
+- Avoid writing out NM_CONTROLLED more than once. (dcantrell)
+- Write out final ifcfg-DEVICE files correctly. (dcantrell)
+- Use POSIX and LSB hostname length limit. (dcantrell)
+- Consistent whitespace usage in network.py (dcantrell)
+- Do not try to start hald or dbus-daemon from anaconda. (dcantrell)
+- On HDISO installs, mark LABEL= and UUID= partitions as protected. (clumens)
+- Do encrypted device passphrase retrofits while activating partitioning.
+  (dlehman)
+- Use one passphrase for all new LUKS devices and offer retrofit to old
+  ones. (dlehman)
+- There's only one passphrase member (encryptionPassphrase) in Partitions.
+  (dlehman)
+- Only add LUKSDevice instances to PV requests as needed. (dlehman)
+- New device passphrase is now always global w/ option to retrofit. (dlehman)
+- Don't prompt for a passphrase when creating encrypted devices. (dlehman)
+- Define a method to add a passphrase to an existing LUKS device. (dlehman)
+- Fix a traceback when starting a shell in rescue mode (#462148). (clumens)
+- md, lock_nolock, and dm_emc kernel modules no longer exist. (clumens)
+- Fix iscsi disk detection with newer kernels (rh 461839, 461841) (hans)
+- Fix the crash reported in bug 454135 (hans)
+- Make iBFT reading explicit from a higher level (hans)
+- Add ibft flag to ease in testing. (hans)
+- Support iSCSI CHAP and Reverse CHAP authentication (rhbz#402431,
+  rhbz#432819) (hans)
+- Don't set iscsi devices to autostart (rhbz#437891) (hans)
+- Add full CHAP support to iSCSI. (rhbz#432819) (hans)
+- Do not try to initialize iSCSI, when no portal (#435173) (hans)
+- Fix wrong function names for iscsi login/start (rhbz#295154) (hans)
+- Set an attribute when iscsid is started (#431904). (hans)
+- Better fixes for iscsi probing (patch from jlaska) (hans)
+- Make sure ISCSIADM and such are defined (rhbz#431924) (hans)
+- Fix iscsi so that mkinitrd can actually talk to the running daemon (hans)
+- Make iscsi/ibft work (hans)
+- Add mk-images changes forgotten in previous commit (hans)
+- Add support for iSCSI iBFT table (#307761) (hans)
+
 * Thu Sep 11 2008 Chris Lumens <clumens at redhat.com> - 11.4.1.34-1
 - Always start NM so we can talk to it in the boot.iso case (#461071).
   (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.700
retrieving revision 1.701
diff -u -r1.700 -r1.701
--- sources	11 Sep 2008 22:58:12 -0000	1.700
+++ sources	16 Sep 2008 03:55:24 -0000	1.701
@@ -1 +1 @@
-e3948ec1d6f1dca31abe98ad4210d5be  anaconda-11.4.1.34.tar.bz2
+95da969b6dfdec9dc6a3de1bcda9b329  anaconda-11.4.1.35.tar.bz2




More information about the fedora-extras-commits mailing list