rpms/anaconda/devel .cvsignore, 1.660, 1.661 anaconda.spec, 1.810, 1.811 sources, 1.794, 1.795

David Cantrell dcantrel at fedoraproject.org
Fri Aug 28 22:52:02 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Fri Aug 28 2009 David Cantrell <dcantrell at redhat.com> - 12.18-1
- Append s390x packages to PACKAGES list, exclude /sbin/qetharp-2.4
  (dcantrell)
- On kickstart installs, you can't select a different parttype
  (#519137, #520058). (clumens)
- Don't try to create a primary partition if all slots are taken. (#519784)
  (dlehman)
- Fix handling of locked preexisting LUKS devices. (#502310) (dlehman)
- Fix up handling of preexisting partitions. (dlehman)
- Pick up mountpoint set for protected partitions. (#498591) (dlehman)
- Ignore partitions belonging to disks we've reinitialized. (dlehman)
- Handle newly initialized disklabels whether via ks or prompt. (#519235)
  (dlehman)
- Fix some indentation in the disklabel initialization block. (dlehman)
- Use commitToDisk() instead of commit() when only changing flags (hdegoede)
- Update PartitionDevice's partedPartition when the PartedDisks get reset
  (hdegoede)
- Add --localscripts option to buildinstall. (dcantrell)
- Add missing dependencies for linuxrc.s390 and lsznet in mk-images
  (dcantrell)
- Re-enable login of root user in initrd.img (dcantrell)
- Less log clutter with fixing ld64.so.1 symlink in instbin on s390x
  (dcantrell)
- Fix typo in get_dso_deps() for searching /lib on s390x (dcantrell)
- Add hfsplus and netconsole kernel modules (#519756, #519785). (clumens)
- Adapt expandLangs to work with three character base lang names (#517770).
  (clumens)
- Prevent resizes that would go past the end of the disk (#495520)
  (dcantrell)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.660
retrieving revision 1.661
diff -u -p -r1.660 -r1.661
--- .cvsignore	26 Aug 2009 18:37:38 -0000	1.660
+++ .cvsignore	28 Aug 2009 22:52:02 -0000	1.661
@@ -1,2 +1 @@
-anaconda-12.16.tar.bz2
-anaconda-12.17.tar.bz2
+anaconda-12.18.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.810
retrieving revision 1.811
diff -u -p -r1.810 -r1.811
--- anaconda.spec	26 Aug 2009 18:37:38 -0000	1.810
+++ anaconda.spec	28 Aug 2009 22:52:02 -0000	1.811
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.17
+Version: 12.18
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -210,6 +210,36 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Fri Aug 28 2009 David Cantrell <dcantrell at redhat.com> - 12.18-1
+- Append s390x packages to PACKAGES list, exclude /sbin/qetharp-2.4
+  (dcantrell)
+- On kickstart installs, you can't select a different parttype
+  (#519137, #520058). (clumens)
+- Don't try to create a primary partition if all slots are taken. (#519784)
+  (dlehman)
+- Fix handling of locked preexisting LUKS devices. (#502310) (dlehman)
+- Fix up handling of preexisting partitions. (dlehman)
+- Pick up mountpoint set for protected partitions. (#498591) (dlehman)
+- Ignore partitions belonging to disks we've reinitialized. (dlehman)
+- Handle newly initialized disklabels whether via ks or prompt. (#519235)
+  (dlehman)
+- Fix some indentation in the disklabel initialization block. (dlehman)
+- Use commitToDisk() instead of commit() when only changing flags (hdegoede)
+- Update PartitionDevice's partedPartition when the PartedDisks get reset
+  (hdegoede)
+- Add --localscripts option to buildinstall. (dcantrell)
+- Add missing dependencies for linuxrc.s390 and lsznet in mk-images
+  (dcantrell)
+- Re-enable login of root user in initrd.img (dcantrell)
+- Less log clutter with fixing ld64.so.1 symlink in instbin on s390x
+  (dcantrell)
+- Fix typo in get_dso_deps() for searching /lib on s390x (dcantrell)
+- Add hfsplus and netconsole kernel modules (#519756, #519785). (clumens)
+- Adapt expandLangs to work with three character base lang names (#517770).
+  (clumens)
+- Prevent resizes that would go past the end of the disk (#495520)
+  (dcantrell)
+
 * Wed Aug 26 2009 Chris Lumens <clumens at redhat.com> - 12.17-1
 - dracut has initrd-generic-<version> instead of initrd-<version> (#519185)
   (hdegoede)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.794
retrieving revision 1.795
diff -u -p -r1.794 -r1.795
--- sources	26 Aug 2009 18:37:38 -0000	1.794
+++ sources	28 Aug 2009 22:52:02 -0000	1.795
@@ -1 +1 @@
-8e71f9e87f50e06386bddcefe3348bec  anaconda-12.17.tar.bz2
+5ddfff960c4c935436d3f319d6a6c85b  anaconda-12.18.tar.bz2




More information about the fedora-extras-commits mailing list