[fwbuilder] Fix bogus date in %changelog

Till Maas till at fedoraproject.org
Sun Oct 13 20:49:40 UTC 2013


commit 2b507ea7892068d4d7da65fe37ebd342fb37d114
Author: Till Maas <opensource at till.name>
Date:   Sun Oct 13 22:49:11 2013 +0200

    Fix bogus date in %changelog
    
    - Support unversioned docdir (#993764)

 fwbuilder.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fwbuilder.spec b/fwbuilder.spec
index 2ceb2ac..21e9f2a 100644
--- a/fwbuilder.spec
+++ b/fwbuilder.spec
@@ -1,7 +1,7 @@
 Name:           fwbuilder
 Summary:        Firewall Builder
 Version:        5.1.0.3599
-Release:        5%{?dist}
+Release:        6%{?dist}
 
 License:        GPLv2+
 Group:          Applications/System
@@ -47,7 +47,6 @@ make %{?_smp_mflags} all
 %install
 rm -rf $RPM_BUILD_ROOT
 make install INSTALL_ROOT=$RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}
 
 # Add an icon for the menu system
 for width in 16 24 32 48 72 128 256 512
@@ -179,6 +178,10 @@ Policy compiler for Procurve devices
 %{_bindir}/fwb_procurve_acl
 
 %changelog
+* Sun Aug 18 2013 Till Maas <opensource at till.name> - 5.1.0.3599-6
+- Fix bogus date in %%changelog
+- Support unversioned docdir (#993764)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.1.0.3599-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list