* Thu Aug 06 2009 David Cantrell <dcantrell@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)
This commit is contained in:
David Cantrell 2009-08-07 02:09:09 +00:00
parent 08b9aaf965
commit 222e236784
3 changed files with 25 additions and 7 deletions

View File

@ -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

View File

@ -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" | xargs %{__rm}
%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@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@redhat.com> - 12.8-1
- Don't try to unmount the CD before we later unmount the CD (#515564).
(clumens)

View File

@ -1 +1 @@
3ec836d293455dc1710d2338f39be59b anaconda-12.8.tar.bz2
a1c60be641cbbdfa87af26385a438a64 anaconda-12.9.tar.bz2