rpms/anaconda/devel .cvsignore, 1.662, 1.663 anaconda.spec, 1.812, 1.813 sources, 1.796, 1.797

David Cantrell dcantrel at fedoraproject.org
Thu Sep 3 02:33:31 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Wed Sep 02 2009 David Cantrell <dcantrell at redhat.com> - 12.20-1
- Rename mostlyclean-glade to mostlyclean-liveinst. (dcantrell)
- Handle rootPath referencing a chroot value or actual path (#519665)
  (dcantrell)
- We convert cmdline args to longs in several places, so reduce to a
  function. (clumens)
- Support rootpath overrides in fsset.rootDevice (#519665) (dcantrell)
- Pass anaconda.rootPath to FSSet() (dcantrell)
- Include ui, liveinst, and lang-table strings in po updates (#515411)
  (dcantrell)
- Add some silent make support for sed, mkctype, and other commands.
  (dcantrell)
- Recheck if a partition should be ignored after getting its disk (#518971)
  (hdegoede)
- Fix traceback when editing a pre-existing logical volume (hdegoede)
- Do not traceback on an usb cardreader with no card present (hdegoede)
- Don't identify multi lun usb card readers as multipath (#517603) (hdegoede)
- Device class does not have a format member (hdegoede)
- Device class does not have a path member (hdegoede)
- Simplify language.py to two basic settings, and a lot of support
  (#517569). (clumens)
- clobber is a method of PartedDevice not PartedDisk (hdegoede)
- Remove unused fsFromConfig method (hdegoede)
- allocatePartitions: PartitionCount is a member of PartedDisk not
  DiskDevice (hdegoede)
- New version. (clumens)
- Fix storage/__init__.py:1857: non-keyword arg after keyword arg (hdegoede)
- Remove a bunch of unnecessary semicolons (hdegoede)
- pylint does not like )
- Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev'
  (hdegoede)
- MDRaidArrayDevice.totalDevices is a read only property so don't write it
  (hdegoede)
- storage/__init__.py:471:Storage.exceptionDisks: Undefined variable 'udev'
  (hdegoede)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.662
retrieving revision 1.663
diff -u -p -r1.662 -r1.663
--- .cvsignore	1 Sep 2009 17:13:39 -0000	1.662
+++ .cvsignore	3 Sep 2009 02:33:30 -0000	1.663
@@ -1,2 +1 @@
-anaconda-12.18.tar.bz2
-anaconda-12.19.tar.bz2
+anaconda-12.20.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.812
retrieving revision 1.813
diff -u -p -r1.812 -r1.813
--- anaconda.spec	1 Sep 2009 17:13:39 -0000	1.812
+++ anaconda.spec	3 Sep 2009 02:33:30 -0000	1.813
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.19
+Version: 12.20
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -210,6 +210,42 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Wed Sep 02 2009 David Cantrell <dcantrell at redhat.com> - 12.20-1
+- Rename mostlyclean-glade to mostlyclean-liveinst. (dcantrell)
+- Handle rootPath referencing a chroot value or actual path (#519665)
+  (dcantrell)
+- We convert cmdline args to longs in several places, so reduce to a
+  function. (clumens)
+- Support rootpath overrides in fsset.rootDevice (#519665) (dcantrell)
+- Pass anaconda.rootPath to FSSet() (dcantrell)
+- Include ui, liveinst, and lang-table strings in po updates (#515411)
+  (dcantrell)
+- Add some silent make support for sed, mkctype, and other commands.
+  (dcantrell)
+- Recheck if a partition should be ignored after getting its disk (#518971)
+  (hdegoede)
+- Fix traceback when editing a pre-existing logical volume (hdegoede)
+- Do not traceback on an usb cardreader with no card present (hdegoede)
+- Don't identify multi lun usb card readers as multipath (#517603) (hdegoede)
+- Device class does not have a format member (hdegoede)
+- Device class does not have a path member (hdegoede)
+- Simplify language.py to two basic settings, and a lot of support
+  (#517569). (clumens)
+- clobber is a method of PartedDevice not PartedDisk (hdegoede)
+- Remove unused fsFromConfig method (hdegoede)
+- allocatePartitions: PartitionCount is a member of PartedDisk not
+  DiskDevice (hdegoede)
+- New version. (clumens)
+- Fix storage/__init__.py:1857: non-keyword arg after keyword arg (hdegoede)
+- Remove a bunch of unnecessary semicolons (hdegoede)
+- pylint does not like )
+- Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev'
+  (hdegoede)
+- MDRaidArrayDevice.totalDevices is a read only property so don't write it
+  (hdegoede)
+- storage/__init__.py:471:Storage.exceptionDisks: Undefined variable 'udev'
+  (hdegoede)
+
 * Tue Sep 01 2009 Chris Lumens <clumens at redhat.com> - 12.19-1
 - NetworkManager changed *again*, use libnm-glib.pc now. (dcantrell)
 - Save duplicates from /etc/fstab and don't traceback (#517498). (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.796
retrieving revision 1.797
diff -u -p -r1.796 -r1.797
--- sources	1 Sep 2009 17:13:39 -0000	1.796
+++ sources	3 Sep 2009 02:33:30 -0000	1.797
@@ -1 +1 @@
-c5596213b8fe5f0d29784450b029e97a  anaconda-12.19.tar.bz2
+f117ebba1cc50fe6b3ccc1f37c619e27  anaconda-12.20.tar.bz2




More information about the fedora-extras-commits mailing list