diff --git a/ufw.spec b/ufw.spec index 264ffca..8cd9752 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,8 +1,8 @@ %define subversion 0 %define majver %(echo %version | cut -d. -f1-2) Name: ufw -Version: 0.33 -Release: 7mamba +Version: 0.34 +Release: 1mamba Summary: ufw is Uncomplicated Firewall a cli front end to iptables Group: System/Libraries/Python Vendor: openmamba @@ -31,7 +31,7 @@ Ufw stands for Uncomplicated Firewall, and is program for managing a netfilter f %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %patch1 -p1 #%patch2 -p1 @@ -66,6 +66,7 @@ fi %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/default/ufw %dir %{_sysconfdir}/ufw +%config(noreplace) %{_sysconfdir}/ufw/*.init %config(noreplace) %{_sysconfdir}/ufw/*.rules %config(noreplace) %{_sysconfdir}/ufw/*.conf %dir %{_sysconfdir}/ufw/applications.d @@ -87,6 +88,9 @@ fi %{_datadir}/ufw/messages/*.mo %changelog +* Tue Sep 15 2015 Automatic Build System 0.34-1mamba +- automatic version update by autodist + * Thu Jan 01 2015 Silvan Calarco 0.33-7mamba - /lib/ufw/user[6].rules are config files, don't overwrite on update!