2024-01-05 17:47:56 +01:00
%define majver %(echo %version | cut -d. -f1-2)
2024-01-05 17:47:56 +01:00
%define maj3ver %(echo %version | cut -d. -f1-3)
Name : shorewall-core
2024-01-05 17:47:58 +01:00
Version : 5.2.3.6
2024-01-05 17:47:56 +01:00
Release : 1mamba
Summary : Shoreline Firewall, a high-level tool for configuring Netfilter
Group : Network/Security
Vendor : openmamba
Distribution : openmamba
Packager : Silvan Calarco <silvan.calarco@mambasoft.it>
URL : http://www.shorewall.net/index.htm
2024-01-05 17:47:56 +01:00
Source : http://slovakia.shorewall.net/pub/shorewall/%{majver} /shorewall-%{maj3ver} /shorewall-core-%{version} .tar.bz2
2024-01-05 17:47:56 +01:00
License : GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot : %{_tmppath} /%{name} -%{version} -root
%description
The Shoreline Firewall, more commonly known as " S h o r e w a l l " , is a high-level tool for configuring Netfilter. You describe your firewall/gateway requirements using entries in a set of configuration files. Shorewall reads those configuration files and with the help of the iptables utility, Shorewall configures Netfilter to match your requirements. Shorewall can be used on a dedicated firewall system, a multi-function gateway/router/server or on a standalone GNU/Linux system. Shorewall does not use Netfilter's ipchains compatibility mode; as a consequence, Shorewall can take advantage of Netfilter' s connection state tracking capabilities to create a stateful firewall.
%prep
%setup -q
%build
./configure \
VENDOR=linux \
--prefix=%{_prefix} \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \
--initdir=%{_initrddir}
%install
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
DESTDIR=%{buildroot} ./install.sh shorewallrc.default
2024-01-05 17:47:57 +01:00
mv %{buildroot} /usr/man/* %{buildroot} /%{_mandir} /
2024-01-05 17:47:56 +01:00
%clean
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%files
%defattr (-,root,root)
%dir %{_datadir} /shorewall
2024-01-05 17:47:57 +01:00
/sbin/shorewall
%{_mandir} /shorewall.8.gz
%{_datadir} /shorewall/lib.core
2024-01-05 17:47:56 +01:00
%{_datadir} /shorewall/coreversion
%{_datadir} /shorewall/functions
%{_datadir} /shorewall/lib.base
%{_datadir} /shorewall/lib.cli
%{_datadir} /shorewall/lib.common
%{_datadir} /shorewall/shorewallrc
%{_datadir} /shorewall/wait4ifup
%doc COPYING
%changelog
2024-01-05 17:47:58 +01:00
* Thu Feb 20 2020 Automatic Build System <autodist@mambasoft.it> 5.2.3.6-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Sun Jan 19 2020 Automatic Build System <autodist@mambasoft.it> 5.2.3.5-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Fri Aug 30 2019 Automatic Build System <autodist@mambasoft.it> 5.2.3.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Mon Apr 15 2019 Automatic Build System <autodist@mambasoft.it> 5.2.3.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Tue Mar 19 2019 Automatic Build System <autodist@mambasoft.it> 5.2.3.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Thu Feb 28 2019 Automatic Build System <autodist@mambasoft.it> 5.2.3.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Sun Feb 17 2019 Automatic Build System <autodist@mambasoft.it> 5.2.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 5.2.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Sun Dec 23 2018 Automatic Build System <autodist@mambasoft.it> 5.2.1.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Thu Dec 13 2018 Automatic Build System <autodist@mambasoft.it> 5.2.1.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Thu Dec 06 2018 Automatic Build System <autodist@mambasoft.it> 5.2.1.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Wed Oct 31 2018 Automatic Build System <autodist@mambasoft.it> 5.2.1.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Thu Oct 04 2018 Automatic Build System <autodist@mambasoft.it> 5.2.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Mon Jun 04 2018 Automatic Build System <autodist@mambasoft.it> 5.2.0.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:58 +01:00
* Mon Mar 05 2018 Automatic Build System <autodist@mambasoft.it> 5.1.12.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Feb 10 2018 Automatic Build System <autodist@mambasoft.it> 5.1.12.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Tue Jan 30 2018 Automatic Build System <autodist@mambasoft.it> 5.1.11.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Mon Jan 22 2018 Automatic Build System <autodist@mambasoft.it> 5.1.11.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Fri Jan 05 2018 Automatic Build System <autodist@mambasoft.it> 5.1.10.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Nov 11 2017 Automatic Build System <autodist@mambasoft.it> 5.1.8.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Mon Oct 23 2017 Automatic Build System <autodist@mambasoft.it> 5.1.8-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sun Oct 08 2017 Automatic Build System <autodist@mambasoft.it> 5.1.7.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Mon Sep 25 2017 Automatic Build System <autodist@mambasoft.it> 5.1.7.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Sep 09 2017 Automatic Build System <autodist@mambasoft.it> 5.1.6.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* 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
2024-01-05 17:47:57 +01:00
* Fri Dec 23 2016 Automatic Build System <autodist@mambasoft.it> 5.0.15.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Fri Dec 16 2016 Automatic Build System <autodist@mambasoft.it> 5.0.15.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Nov 05 2016 Automatic Build System <autodist@mambasoft.it> 5.0.14-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Wed Oct 26 2016 Automatic Build System <autodist@mambasoft.it> 5.0.13.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Wed Oct 19 2016 Automatic Build System <autodist@mambasoft.it> 5.0.13-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 5.0.12.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 5.0.11-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Fri Jan 22 2016 Automatic Build System <autodist@mambasoft.it> 5.0.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sun Jan 03 2016 Automatic Build System <autodist@mambasoft.it> 5.0.3.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Jan 02 2016 Automatic Build System <autodist@mambasoft.it> 5.0.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Dec 05 2015 Automatic Build System <autodist@mambasoft.it> 5.0.2.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Thu Nov 19 2015 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Thu Oct 29 2015 Automatic Build System <autodist@mambasoft.it> 5.0.1.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Wed Oct 14 2015 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Sep 19 2015 Automatic Build System <autodist@mambasoft.it> 4.6.13.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sun Sep 13 2015 Automatic Build System <autodist@mambasoft.it> 4.6.13-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Tue Aug 25 2015 Automatic Build System <autodist@mambasoft.it> 4.6.12.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Aug 22 2015 Automatic Build System <autodist@mambasoft.it> 4.6.12-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Wed Jul 15 2015 Automatic Build System <autodist@mambasoft.it> 4.6.11.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Wed Jul 08 2015 Automatic Build System <autodist@mambasoft.it> 4.6.11-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Thu Jun 11 2015 Automatic Build System <autodist@mambasoft.it> 4.6.10.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Tue Jun 02 2015 Automatic Build System <autodist@mambasoft.it> 4.6.10-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Thu May 07 2015 Automatic Build System <autodist@mambasoft.it> 4.6.9-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sun Apr 12 2015 Automatic Build System <autodist@mambasoft.it> 4.6.8.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Sat Apr 04 2015 Automatic Build System <autodist@mambasoft.it> 4.6.8-1mamba
- automatic version update by autodist
2024-01-05 17:47:57 +01:00
* Thu Mar 12 2015 Automatic Build System <autodist@mambasoft.it> 4.6.7-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Sat Feb 07 2015 Automatic Build System <autodist@mambasoft.it> 4.6.6.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Sun Jan 25 2015 Automatic Build System <autodist@mambasoft.it> 4.6.6.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Tue Jan 20 2015 Automatic Build System <autodist@mambasoft.it> 4.6.6-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Mon Jan 12 2015 Automatic Build System <autodist@mambasoft.it> 4.6.5.5-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Sun Jan 11 2015 Automatic Build System <autodist@mambasoft.it> 4.6.5.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Thu Dec 18 2014 Automatic Build System <autodist@mambasoft.it> 4.6.5.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Wed Nov 19 2014 Automatic Build System <autodist@mambasoft.it> 4.6.5.2-1mamba
- automatic version update by autodist
* Sun Nov 16 2014 Automatic Build System <autodist@mambasoft.it> 4.6.5.1-1mamba
- automatic update by autodist
* Sat Nov 15 2014 Automatic Build System <autodist@mambasoft.it> 4.6.5-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Mon Oct 20 2014 Automatic Build System <autodist@mambasoft.it> 4.6.4.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Sun Oct 12 2014 Automatic Build System <autodist@mambasoft.it> 4.6.4.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Thu Sep 18 2014 Automatic Build System <autodist@mambasoft.it> 4.6.3.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Mon Sep 15 2014 Automatic Build System <autodist@mambasoft.it> 4.6.3.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Sat Sep 06 2014 Automatic Build System <autodist@mambasoft.it> 4.6.3.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Fri Aug 29 2014 Automatic Build System <autodist@mambasoft.it> 4.6.3.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Thu Aug 21 2014 Automatic Build System <autodist@mambasoft.it> 4.6.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Fri Aug 15 2014 Automatic Build System <autodist@mambasoft.it> 4.6.2.5-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Wed Aug 13 2014 Automatic Build System <autodist@mambasoft.it> 4.6.2.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Mon Jul 28 2014 Automatic Build System <autodist@mambasoft.it> 4.6.2.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Sun Jul 20 2014 Automatic Build System <autodist@mambasoft.it> 4.6.2.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Sat Jul 12 2014 Automatic Build System <autodist@mambasoft.it> 4.6.1.4-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Sun Jun 29 2014 Automatic Build System <autodist@mambasoft.it> 4.6.1.3-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Mon Jun 23 2014 Automatic Build System <autodist@mambasoft.it> 4.6.1.2-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Mon Jun 16 2014 Automatic Build System <autodist@mambasoft.it> 4.6.1.1-1mamba
- automatic version update by autodist
2024-01-05 17:47:56 +01:00
* Mon Jun 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.1-1mamba
- update to 4.6.1
2024-01-05 17:47:56 +01:00
* Mon May 12 2014 Automatic Build System <autodist@mambasoft.it> 4.5.21.9-1mamba
- automatic version update by autodist
* Fri Dec 20 2013 Automatic Build System <autodist@mambasoft.it> 4.5.21.5-1mamba
- automatic version update by autodist
* Sun Nov 24 2013 Automatic Build System <autodist@mambasoft.it> 4.5.21.4-1mamba
- automatic version update by autodist
* Sat Oct 26 2013 Automatic Build System <autodist@mambasoft.it> 4.5.21.3-1mamba
- automatic version update by autodist
* Wed Oct 23 2013 Automatic Build System <autodist@mambasoft.it> 4.5.21.2-1mamba
- automatic version update by autodist
* Wed Oct 09 2013 Automatic Build System <autodist@mambasoft.it> 4.5.21.1-1mamba
- automatic version update by autodist
* Sun Oct 06 2013 Automatic Build System <autodist@mambasoft.it> 4.5.21-1mamba
- automatic version update by autodist
* Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 4.5.20-1mamba
- automatic version update by autodist
* Thu Jul 25 2013 Automatic Build System <autodist@mambasoft.it> 4.5.19-1mamba
- automatic version update by autodist
* Sun Jun 30 2013 Automatic Build System <autodist@mambasoft.it> 4.5.18-1mamba
- automatic version update by autodist
* Mon Jun 03 2013 Automatic Build System <autodist@mambasoft.it> 4.5.17.1-1mamba
- automatic version update by autodist
* Sat Jun 01 2013 Automatic Build System <autodist@mambasoft.it> 4.5.17-1mamba
- automatic version update by autodist
* Fri May 03 2013 Automatic Build System <autodist@mambasoft.it> 4.5.16.1-1mamba
- update to 4.5.16.1
* Mon Apr 22 2013 Automatic Build System <autodist@mambasoft.it> 4.5.15-1mamba
- automatic version update by autodist
* Thu Mar 21 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.14-1mamba
- package created by silvan using the webbuild interface