diff options
author | Chris Lumens <clumens@redhat.com> | 2007-08-13 21:16:28 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-08-13 21:16:28 +0000 |
commit | 45c1ee7fd95bb45f97c8e8421ecc2e255b895392 (patch) | |
tree | d418f134f15e5a0c791848d46673fb81c1a08f26 /anaconda.spec | |
parent | 52b8b827e3f865755ecd7de2d1ba6bf06d07aa7e (diff) | |
download | anaconda-45c1ee7fd95bb45f97c8e8421ecc2e255b895392.tar.gz anaconda-45c1ee7fd95bb45f97c8e8421ecc2e255b895392.tar.xz anaconda-45c1ee7fd95bb45f97c8e8421ecc2e255b895392.zip |
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 7494d1ccd..d378f9819 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.18 +Version: 11.3.0.19 Release: 1 License: GPL Summary: Graphical system installer @@ -143,6 +143,13 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Aug 13 2007 Chris Lumens <clumens@redhat.com> 11.3.0.19-1 +- Make the version number display more prominent. +- Dynamically figure out the GTK and icon themes (katzj). +- Purge lots of unneeded code that's in yum (katzj). +- Don't check for bootable EFI partitions on RAID (#250353). +- Remove SELinux stuff after policy creation (katzj). + * Thu Aug 09 2007 Chris Lumens <clumens@redhat.com> 11.3.0.18-1 - Fix "noipv6 ip=dhcp" to not ask about v4 vs. v6 (katzj). - Blacklist the ata_generic module (katzj). |