summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-16 18:41:36 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-16 18:41:36 +0000
commitda5c1f121472bbc7d197a212e4a42b2b7893efe5 (patch)
tree3805501124318873bc65b5243f2bc0ead93e6eba /anaconda.spec
parent176e85abad987df652707b3220a21fed5b25c497 (diff)
downloadanaconda-da5c1f121472bbc7d197a212e4a42b2b7893efe5.tar.gz
anaconda-da5c1f121472bbc7d197a212e4a42b2b7893efe5.tar.xz
anaconda-da5c1f121472bbc7d197a212e4a42b2b7893efe5.zip
2006-06-16 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 26d24617d..8c83bf262 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.44
+Version: 11.1.0.45
Release: 1
License: GPL
Summary: Graphical system installer
@@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Jun 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.45-1
+- setfiles moved. more fixing of policy
+- Give info on when we add packages as deps (#189050)
+
* Fri Jun 16 2006 Peter Jones <pjones@redhat.com> - 11.1.0.44-1
- require newer libdhcp
- fix rescue mode console setup (clumens and pnasrat)