automatic version update by autodist [release 0.34-1mamba;Tue Sep 15 2015]
This commit is contained in:
parent
20715e61be
commit
3996ed0360
10
ufw.spec
10
ufw.spec
@ -1,8 +1,8 @@
|
|||||||
%define subversion 0
|
%define subversion 0
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: ufw
|
Name: ufw
|
||||||
Version: 0.33
|
Version: 0.34
|
||||||
Release: 7mamba
|
Release: 1mamba
|
||||||
Summary: ufw is Uncomplicated Firewall a cli front end to iptables
|
Summary: ufw is Uncomplicated Firewall a cli front end to iptables
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -31,7 +31,7 @@ Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter f
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
|
|
||||||
@ -66,6 +66,7 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/default/ufw
|
%config(noreplace) %{_sysconfdir}/default/ufw
|
||||||
%dir %{_sysconfdir}/ufw
|
%dir %{_sysconfdir}/ufw
|
||||||
|
%config(noreplace) %{_sysconfdir}/ufw/*.init
|
||||||
%config(noreplace) %{_sysconfdir}/ufw/*.rules
|
%config(noreplace) %{_sysconfdir}/ufw/*.rules
|
||||||
%config(noreplace) %{_sysconfdir}/ufw/*.conf
|
%config(noreplace) %{_sysconfdir}/ufw/*.conf
|
||||||
%dir %{_sysconfdir}/ufw/applications.d
|
%dir %{_sysconfdir}/ufw/applications.d
|
||||||
@ -87,6 +88,9 @@ fi
|
|||||||
%{_datadir}/ufw/messages/*.mo
|
%{_datadir}/ufw/messages/*.mo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 15 2015 Automatic Build System <autodist@mambasoft.it> 0.34-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jan 01 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.33-7mamba
|
* Thu Jan 01 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.33-7mamba
|
||||||
- /lib/ufw/user[6].rules are config files, don't overwrite on update!
|
- /lib/ufw/user[6].rules are config files, don't overwrite on update!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user