Changes of Revision 22
[-] | Changed | _service:set_version:ix-firewall-plesk.spec |
x 1
2 %define pkgname plesk-backup 3 Name: ix-firewall-plesk 4 Summary: InterNetX GmbH Plesk Firewall 5 -Version: 0.0.10422 6 -Release: 0 7 +Version: 0.1.1 8 +Release: 1 9 Url: http://www.internetx.de 10 License: GPLv2 11 Group: System Environment 12
13 14 %install 15 %__install -D -m755 firewall.plesk %{buildroot}%{_sysconfdir}/init.d/firewall 16 +%__install -D -m755 firewall6.plesk %{buildroot}%{_sysconfdir}/init.d/firewall6 17 18 %post 19 if [ -f /etc/init.d/firewall.custom ] ; then 20 mv /etc/init.d/firewall.custom /etc/firewall.custom 21 fi 22 +if [ -f /etc/init.d/firewall6.custom ] ; then 23 + mv /etc/init.d/firewall6.custom /etc/firewall6.custom 24 +fi 25 26 %clean 27 rm -rf %{buildroot} 28
29 %files 30 %defattr(-,root,root) 31 %config %{_sysconfdir}/init.d/firewall 32 +%config %{_sysconfdir}/init.d/firewall6 33 34 %changelog 35 |
||
Changed | _service:tar_scm:ix-firewall-0.1.1.tar ^ |