automatic version update by autodist [release 5.1.5.2-1mamba;Wed Aug 09 2017]
This commit is contained in:
parent
83e992145e
commit
85d3f2346b
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define maj3ver %(echo %version | cut -d. -f1-3)
|
%define maj3ver %(echo %version | cut -d. -f1-3)
|
||||||
Name: shorewall-core
|
Name: shorewall-core
|
||||||
Version: 5.0.15.2
|
Version: 5.1.5.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Shoreline Firewall, a high-level tool for configuring Netfilter
|
Summary: Shoreline Firewall, a high-level tool for configuring Netfilter
|
||||||
Group: Network/Security
|
Group: Network/Security
|
||||||
@ -32,6 +32,7 @@ The Shoreline Firewall, more commonly known as "Shorewall", is a high-level tool
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
DESTDIR=%{buildroot} ./install.sh shorewallrc.default
|
DESTDIR=%{buildroot} ./install.sh shorewallrc.default
|
||||||
|
mv %{buildroot}/usr/man/* %{buildroot}/%{_mandir}/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -39,6 +40,9 @@ DESTDIR=%{buildroot} ./install.sh shorewallrc.default
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/shorewall
|
%dir %{_datadir}/shorewall
|
||||||
|
/sbin/shorewall
|
||||||
|
%{_mandir}/shorewall.8.gz
|
||||||
|
%{_datadir}/shorewall/lib.core
|
||||||
%{_datadir}/shorewall/coreversion
|
%{_datadir}/shorewall/coreversion
|
||||||
%{_datadir}/shorewall/functions
|
%{_datadir}/shorewall/functions
|
||||||
%{_datadir}/shorewall/lib.base
|
%{_datadir}/shorewall/lib.base
|
||||||
@ -49,6 +53,12 @@ DESTDIR=%{buildroot} ./install.sh shorewallrc.default
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 5.1.5.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Apr 15 2017 Automatic Build System <autodist@mambasoft.it> 5.1.3.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Dec 23 2016 Automatic Build System <autodist@mambasoft.it> 5.0.15.2-1mamba
|
* Fri Dec 23 2016 Automatic Build System <autodist@mambasoft.it> 5.0.15.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user