rpms/anaconda/devel .cvsignore, 1.701, 1.702 anaconda.spec, 1.851, 1.852 sources, 1.836, 1.837

Christopher Edward Lumens clumens at fedoraproject.org
Tue Feb 16 23:05:23 UTC 2010


Author: clumens

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -p -r1.701 -r1.702
--- .cvsignore	13 Feb 2010 02:05:21 -0000	1.701
+++ .cvsignore	16 Feb 2010 23:05:22 -0000	1.702
@@ -1 +1,2 @@
 anaconda-13.26.tar.bz2
+anaconda-13.27.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.851
retrieving revision 1.852
diff -u -p -r1.851 -r1.852
--- anaconda.spec	13 Feb 2010 02:05:21 -0000	1.851
+++ anaconda.spec	16 Feb 2010 23:05:22 -0000	1.852
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 13.26
+Version: 13.27
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -217,6 +217,37 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Tue Feb 16 2010 Chris Lumens <clumens at redhat.com> - 13.27-1
+- Fix hiding the advanced button on the filter UI (#555769, #565425,
+  #560016). (clumens)
+- PartitionDevice._setDisk: self.disk can be None. (#565930) (dlehman)
+- Add currentSize method to the PartitionDevice class (#565822) (hdegoede)
+- Fix instData removal mis merge (hdegoede)
+- Require a format to have a mountpoint before testing for RO (#565879).
+  (clumens)
+- The step is named cleardiskssel, not cleardisksel (#565873). (clumens)
+- Use the LUKS UUID, not the filesystem UUID for dracut. (#561373) (dlehman)
+- Show the correct device path when formatting as swap or luks. (dlehman)
+- Fix ordering of arguments to xfs_admin for writing fs label. (#556546)
+  (dlehman)
+- Log only the disks' names in PartitionDevice._setDisk. (dlehman)
+- Check for the updates directory before using it (#565840). (clumens)
+- Fix a handful of simple pychecker errors. (clumens)
+- Add the .libs directories to PYTHONPATH so pychecker works again. (clumens)
+- Warn when ignoring BIOS RAID members (#560932) (hdegoede)
+- Intel BIOS RAID array not recognized (#565458) (hdegoede)
+- Fix traceback in filter_gui.py when dealing with RAID10 BIOSRAID (#565444)
+  (hdegoede)
+- Remove newly added partition from disk if subsequent commit fails.
+  (#559907) (dlehman)
+- Use property() so we can assign to anaconda.intf (#565639). (clumens)
+- Don't always set anaconda.upgrade to be True (#565622). (clumens)
+- Re-remove the end of line from pychecker-false-positives. (clumens)
+- cryptPassword is not part of any class (#565611). (clumens)
+- Fix another missing import (#565599). (clumens)
+- Add a missing import (#565592). (clumens)
+- createLuserConf is not a part of any class (#565306). (clumens)
+
 * Fri Feb 12 2010 David Lehman <dlehman at redhat.com> - 13.26-1
 - Fix return values for dasd_settle_all() in linuxrc.s390 (#558881).
   (dcantrell)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.836
retrieving revision 1.837
diff -u -p -r1.836 -r1.837
--- sources	13 Feb 2010 04:41:40 -0000	1.836
+++ sources	16 Feb 2010 23:05:23 -0000	1.837
@@ -1 +1 @@
-be2afbca8c939f4a83ea37bdf9eba470  anaconda-13.26.tar.bz2
+0b1fe933f4df08539b30db2739b93289  anaconda-13.27.tar.bz2



More information about the scm-commits mailing list