rpms/anaconda/devel .cvsignore, 1.646, 1.647 anaconda.spec, 1.795, 1.796 sources, 1.780, 1.781

David Cantrell dcantrel at fedoraproject.org
Thu Jul 23 02:15:04 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Wed Jul 22 2009 David Cantrell <dcantrell at redhat.com> - 12.4-1
- Add scripts/makeupdates to generate updates.img files. (dcantrell)
- Add python-decorator to the stage2 image for pyparted (#513175). (clumens)
- Set stage2= on x86 boot.iso (katzj)
- Try to auto-find the CD even if stage2= is specified (katzj)
- Make sure we have a device before check if it's protected. (#510033)
  (dlehman)
- Remove unresolvable file devices from the devicetree. (#503830) (dlehman)
- Support multiple fstab entries of a single nodev fstype. (#505969)
  (dlehman)
- Refer to nodev devices as "none", not "nodev". (dlehman)
- Change DeviceTree.devices from a dict to a list. (dlehman)
- Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS". (dlehman)
- Allow creation of four primary partitions on a disk. (#505269) (dlehman)
- Add a bunch more stuff to the initrd needed for networking. (clumens)
- Add more things to /sbin on the initrd that udev requires. (clumens)
- Add dmesg to the images. (clumens)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.646
retrieving revision 1.647
diff -u -p -r1.646 -r1.647
--- .cvsignore	21 Jul 2009 04:45:53 -0000	1.646
+++ .cvsignore	23 Jul 2009 02:14:32 -0000	1.647
@@ -1 +1 @@
-anaconda-12.3.tar.bz2
+anaconda-12.4.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -p -r1.795 -r1.796
--- anaconda.spec	21 Jul 2009 04:45:53 -0000	1.795
+++ anaconda.spec	23 Jul 2009 02:14:32 -0000	1.796
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.3
+Version: 12.4
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -212,6 +212,24 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Wed Jul 22 2009 David Cantrell <dcantrell at redhat.com> - 12.4-1
+- Add scripts/makeupdates to generate updates.img files. (dcantrell)
+- Add python-decorator to the stage2 image for pyparted (#513175). (clumens)
+- Set stage2= on x86 boot.iso (katzj)
+- Try to auto-find the CD even if stage2= is specified (katzj)
+- Make sure we have a device before check if it's protected. (#510033)
+  (dlehman)
+- Remove unresolvable file devices from the devicetree. (#503830) (dlehman)
+- Support multiple fstab entries of a single nodev fstype. (#505969)
+  (dlehman)
+- Refer to nodev devices as "none", not "nodev". (dlehman)
+- Change DeviceTree.devices from a dict to a list. (dlehman)
+- Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS". (dlehman)
+- Allow creation of four primary partitions on a disk. (#505269) (dlehman)
+- Add a bunch more stuff to the initrd needed for networking. (clumens)
+- Add more things to /sbin on the initrd that udev requires. (clumens)
+- Add dmesg to the images. (clumens)
+
 * Mon Jul 20 2009 David Cantrell <dcantrell at redhat.com> - 12.3-1
 - Set GECOS field for new user accounts specific in ks files (dcantrell)
 - Show MAC address of network device in text mode too. (rvykydal)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.780
retrieving revision 1.781
diff -u -p -r1.780 -r1.781
--- sources	21 Jul 2009 04:45:53 -0000	1.780
+++ sources	23 Jul 2009 02:14:32 -0000	1.781
@@ -1 +1 @@
-bf20175d6e08d52285d8bd589c66e4a3  anaconda-12.3.tar.bz2
+cbc2bf50f0d23d9a94e83efdc43288d1  anaconda-12.4.tar.bz2




More information about the fedora-extras-commits mailing list