[firehol/epel7] Update to 2.0.1

Christopher Meng cicku at fedoraproject.org
Mon Feb 16 04:20:05 UTC 2015


commit b5908b960f8ef24145fc098da93c55dc88d4cdf0
Author: Christopher Meng <i at cicku.me>
Date:   Mon Feb 16 12:18:06 2015 +0800

    Update to 2.0.1

 .gitignore   |    1 +
 firehol.spec |   16 ++++++++++------
 sources      |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3283f6d..e3ef166 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /firehol-1.296.tar.gz
 /firehol-1.297.tar.gz
 /firehol-2.0.0-rc.1.tar.xz
+/firehol-2.0.1.tar.xz
diff --git a/firehol.spec b/firehol.spec
index cfb22b9..33c0f29 100644
--- a/firehol.spec
+++ b/firehol.spec
@@ -1,10 +1,10 @@
 Name:           firehol
-Version:        2.0.0
-Release:        0.1.rc1%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        Simple and powerful firewall and traffic shaping languages
 License:        GPLv2+
 URL:            http://firehol.org
-Source0:        http://firehol.org/download/latest/firehol-%{version}-rc.1.tar.xz
+Source0:        http://firehol.org/download/latest/firehol-%{version}.tar.xz
 Source1:        firehol.service
 Source2:        fireqos.service
 BuildArch:      noarch
@@ -48,11 +48,11 @@ needs. The default configuration file will allow only client traffic
 on all interfaces.
 
 %prep
-%setup -qn firehol-2.0.0-rc.1
+%setup -q
 
 %build
 %configure
-make %{?_smp_flags}
+%make_build
 
 %install
 %make_install
@@ -86,9 +86,10 @@ touch %{buildroot}%{_sysconfdir}/firehol/firehol.conf \
 %systemd_postun_with_restart fireqos.service
 
 %files
-%doc AUTHORS COPYING NEWS README THANKS examples
+%doc AUTHORS NEWS README THANKS examples
 %doc doc/firehol/firehol-manual.{pdf,html}
 %doc doc/fireqos/fireqos-manual.{pdf,html}
+%license COPYING
 %dir %{_sysconfdir}/firehol
 %config(noreplace) %{_sysconfdir}/firehol/firehol.conf
 %config(noreplace) %{_sysconfdir}/firehol/fireqos.conf
@@ -105,6 +106,9 @@ touch %{buildroot}%{_sysconfdir}/firehol/firehol.conf \
 %{_localstatedir}/spool/firehol
 
 %changelog
+* Sun Feb 15 2015 Christopher Meng <cickumqt at gmail.com> - 2.0.1-1
+- Update to 2.0.1
+
 * Mon Aug 11 2014 Christopher Meng <cickumqt at gmail.com> - 2.0.0-0.1.rc1
 - Update to 2.0rc1
 
diff --git a/sources b/sources
index f712aef..2237584 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-371f5970fe729c5965495c5e39ea50ba  firehol-2.0.0-rc.1.tar.xz
+e2672c82b2b6012f9000c15c08c7dc89  firehol-2.0.1.tar.xz


More information about the scm-commits mailing list