diff --git a/shorewall-core.spec b/shorewall-core.spec index a0277de..5a9dea9 100644 --- a/shorewall-core.spec +++ b/shorewall-core.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) %define maj3ver %(echo %version | cut -d. -f1-3) Name: shorewall-core -Version: 5.0.15.2 +Version: 5.1.5.2 Release: 1mamba Summary: Shoreline Firewall, a high-level tool for configuring Netfilter Group: Network/Security @@ -32,6 +32,7 @@ The Shoreline Firewall, more commonly known as "Shorewall", is a high-level tool %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" DESTDIR=%{buildroot} ./install.sh shorewallrc.default +mv %{buildroot}/usr/man/* %{buildroot}/%{_mandir}/ %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -39,6 +40,9 @@ DESTDIR=%{buildroot} ./install.sh shorewallrc.default %files %defattr(-,root,root) %dir %{_datadir}/shorewall +/sbin/shorewall +%{_mandir}/shorewall.8.gz +%{_datadir}/shorewall/lib.core %{_datadir}/shorewall/coreversion %{_datadir}/shorewall/functions %{_datadir}/shorewall/lib.base @@ -49,6 +53,12 @@ DESTDIR=%{buildroot} ./install.sh shorewallrc.default %doc COPYING %changelog +* Wed Aug 09 2017 Automatic Build System 5.1.5.2-1mamba +- automatic version update by autodist + +* Sat Apr 15 2017 Automatic Build System 5.1.3.2-1mamba +- automatic version update by autodist + * Fri Dec 23 2016 Automatic Build System 5.0.15.2-1mamba - automatic version update by autodist