summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-10-09 16:16:58 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-10-09 16:16:58 -1000
commit32832f515c573f5710800f190eed89b2b6b4ceb8 (patch)
tree7548707110eba26d6191da19ae58c28003eb249e
parent79c6e25fbe0b020254a13da5b9e12f955cde490c (diff)
downloadanaconda-32832f515c573f5710800f190eed89b2b6b4ceb8.tar.gz
anaconda-32832f515c573f5710800f190eed89b2b6b4ceb8.tar.xz
anaconda-32832f515c573f5710800f190eed89b2b6b4ceb8.zip
-rw-r--r--anaconda.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 1582226bc..42d1c658e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.1.46
+Version: 11.4.1.47
Release: 1
License: GPLv2+
Group: Applications/System
@@ -205,6 +205,9 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Oct 09 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.47-1
+- Tag problems in pkgcvs. Wish we still had force-tag
+
* Thu Oct 09 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.46-1
- Pull in static network settings from the boot: line (#465270) (dcantrell)
- Do not segfault when going back to select a new interface (#465887)