summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-08-12 16:46:13 -0400
committerChris Lumens <clumens@redhat.com>2008-08-12 16:46:13 -0400
commit7ac8a477e6fb1a181ec56013ea0444c52541131c (patch)
treeea80ac9d61457d34875634bf1debd14639897607 /anaconda.spec
parent9b0d36073de5fa23294af78d2c7dd74a0703921e (diff)
downloadanaconda-7ac8a477e6fb1a181ec56013ea0444c52541131c.tar.gz
anaconda-7ac8a477e6fb1a181ec56013ea0444c52541131c.tar.xz
anaconda-7ac8a477e6fb1a181ec56013ea0444c52541131c.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 94cd4e4bf..7ebbe631d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.27
+Version: 11.4.1.28
Release: 1
License: GPLv2+
Group: Applications/System
@@ -197,6 +197,12 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Aug 12 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.28-1
+- More fixes to include udev rules in the initrd (#458570). (clumens)
+- Catch the first non-generic-logo package that provides system-logos.
+ (clumens)
+- Remove extra ')' in install-buildrequires (dcantrell)
+
* Mon Aug 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.27-1
- Handle 'rescue' and %post in rescue mode (atodorov)
- Delay the duplicate label error until the label is actually used