summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-29 15:00:49 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-29 15:00:49 -0400
commit11763414d0ae8be0fec746c93a2a543d0a2a0bcb (patch)
tree76cc66368d6672dc83153d7ee09dcc1b2fadd915
parentc1529c18d5fb7996bf1f968dabd812d09a518b10 (diff)
downloadanaconda-11763414d0ae8be0fec746c93a2a543d0a2a0bcb.tar.gz
anaconda-11763414d0ae8be0fec746c93a2a543d0a2a0bcb.tar.xz
anaconda-11763414d0ae8be0fec746c93a2a543d0a2a0bcb.zip
Fix unescaped % in %changelog
-rw-r--r--anaconda.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index e622a7c9b..5dd14ca4a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -206,7 +206,7 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
%changelog
* Mon Oct 27 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.52-1
-- Let DNS lookups work from %post scripts (#468132) (dcantrell)
+- Let DNS lookups work from %%post scripts (#468132) (dcantrell)
- Do not use /.tmp for temporary files (#468720) (dcantrell)
- Don't treat encrypted PVs as available if we don't have the key. (#465240)
(dlehman)