rpms/anaconda/devel .cvsignore, 1.651, 1.652 anaconda.spec, 1.801, 1.802 sources, 1.785, 1.786

David Cantrell dcantrel at fedoraproject.org
Fri Aug 7 02:09:09 UTC 2009


Author: dcantrel

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

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
* Thu Aug 06 2009 David Cantrell <dcantrell at redhat.com> - 12.9-1
- Avoid finding the word 'engine' in comments. (jkeating)
- Don't try to get dso deps of statically linked files. (jkeating)
- Call shutDown() correctly for s390 (karsten)
- Remove unused variable from loader/loader.c (karsten)
- Delete unpackaged files on non-livearches. (karsten)
- Do not set parted.PARTITION_BOOTABLE on s390. (root)
- Complete udev setup in linuxrc.s390 for automatic module loading (root)
- Recognize mpath devices when we see them. (pjones)
- Make DiskDevice.partedDisk a property. (pjones)
- Make questionInitializeDisk() somewhat less ugly. (pjones)
- Add a description to DiskDevice, and use it in the UI. (pjones)
- Get rid of Device.description, it is unused. (pjones)
- Close the opened file descriptors when necessary. (#499854) (jgranado)
- Add the glade files to the install image so save-to-bugzilla works
  (#515444). (clumens)
- New system-config-keyboard has a different version then I expected
  (hdegoede)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -p -r1.651 -r1.652
--- .cvsignore	5 Aug 2009 21:40:33 -0000	1.651
+++ .cvsignore	7 Aug 2009 02:09:09 -0000	1.652
@@ -1,4 +1 @@
-anaconda-12.5.tar.bz2
-anaconda-12.6.tar.bz2
-anaconda-12.7.tar.bz2
-anaconda-12.8.tar.bz2
+anaconda-12.9.tar.bz2


Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.801
retrieving revision 1.802
diff -u -p -r1.801 -r1.802
--- anaconda.spec	5 Aug 2009 21:40:34 -0000	1.801
+++ anaconda.spec	7 Aug 2009 02:09:09 -0000	1.802
@@ -3,7 +3,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 12.8
+Version: 12.9
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -111,7 +111,7 @@ Requires: mdadm
 Requires: lvm2
 Requires: util-linux-ng >= 2.15.1
 %ifnarch s390 s390x ppc64
-Requires: system-config-keyboard >= 1.3.1
+Requires: system-config-keyboard >= 1.3.0-3
 %endif
 Requires: hal, dbus-python
 Requires: cracklib-python
@@ -162,6 +162,8 @@ find %{buildroot} -type f -name "*.la" |
 
 %ifarch %livearches
 desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
+%else
+%{__rm} -rf %{buildroot}%{_bindir}/liveinst %{buildroot}%{_sbindir}/liveinst
 %endif
 
 %find_lang %{name}
@@ -207,6 +209,25 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Thu Aug 06 2009 David Cantrell <dcantrell at redhat.com> - 12.9-1
+- Avoid finding the word 'engine' in comments. (jkeating)
+- Don't try to get dso deps of statically linked files. (jkeating)
+- Call shutDown() correctly for s390 (karsten)
+- Remove unused variable from loader/loader.c (karsten)
+- Delete unpackaged files on non-livearches. (karsten)
+- Do not set parted.PARTITION_BOOTABLE on s390. (root)
+- Complete udev setup in linuxrc.s390 for automatic module loading (root)
+- Recognize mpath devices when we see them. (pjones)
+- Make DiskDevice.partedDisk a property. (pjones)
+- Make questionInitializeDisk() somewhat less ugly. (pjones)
+- Add a description to DiskDevice, and use it in the UI. (pjones)
+- Get rid of Device.description, it is unused. (pjones)
+- Close the opened file descriptors when necessary. (#499854) (jgranado)
+- Add the glade files to the install image so save-to-bugzilla works
+  (#515444). (clumens)
+- New system-config-keyboard has a different version then I expected
+  (hdegoede)
+
 * Wed Aug 05 2009 Chris Lumens <clumens at redhat.com> - 12.8-1
 - Don't try to unmount the CD before we later unmount the CD (#515564).
   (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.785
retrieving revision 1.786
diff -u -p -r1.785 -r1.786
--- sources	5 Aug 2009 21:40:34 -0000	1.785
+++ sources	7 Aug 2009 02:09:09 -0000	1.786
@@ -1 +1 @@
-3ec836d293455dc1710d2338f39be59b  anaconda-12.8.tar.bz2
+a1c60be641cbbdfa87af26385a438a64  anaconda-12.9.tar.bz2




More information about the fedora-extras-commits mailing list