summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-10-07 21:42:38 +0000
committerChris Lumens <clumens@redhat.com>2005-10-07 21:42:38 +0000
commit2a154226f21ccb8f518b246de4304feff7e03fbc (patch)
tree32b744c97b96fc92719551c715ab6a81122eeb6e /anaconda.spec
parentbc5b7822ff577c66cc2edadef717ea6a18b9699d (diff)
downloadanaconda-2a154226f21ccb8f518b246de4304feff7e03fbc.tar.gz
anaconda-2a154226f21ccb8f518b246de4304feff7e03fbc.tar.xz
anaconda-2a154226f21ccb8f518b246de4304feff7e03fbc.zip
Bump version.
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 67f4c82df..2d09819c4 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.3.0.28
+Version: 10.3.0.29
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 10.3.0.29-1
+- Deal with new load_policy. (katzj)
+- Create an SELinux config. (katzj)
+- Use rhpxl instead of rhpl for X configuration.
+- Use pykickstart.
+
* Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 10.3.0.28-1
- Add yuminstall (katzj, #169228)
- Skip bootloader screen unless modifying partitions (katzj, #169817)