Search
j0ke.net Open Build Service
>
Projects
>
internetx
>
ix-firewall-plesk
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 22
[-]
[+]
Changed
_service:set_version:ix-firewall-plesk.spec
@@ -1,8 +1,8 @@ %define pkgname plesk-backup Name: ix-firewall-plesk Summary: InterNetX GmbH Plesk Firewall -Version: 0.0.10422 -Release: 0 +Version: 0.1.1 +Release: 1 Url: http://www.internetx.de License: GPLv2 Group: System Environment @@ -24,11 +24,15 @@ %install %__install -D -m755 firewall.plesk %{buildroot}%{_sysconfdir}/init.d/firewall +%__install -D -m755 firewall6.plesk %{buildroot}%{_sysconfdir}/init.d/firewall6 %post if [ -f /etc/init.d/firewall.custom ] ; then mv /etc/init.d/firewall.custom /etc/firewall.custom fi +if [ -f /etc/init.d/firewall6.custom ] ; then + mv /etc/init.d/firewall6.custom /etc/firewall6.custom +fi %clean rm -rf %{buildroot} @@ -36,5 +40,6 @@ %files %defattr(-,root,root) %config %{_sysconfdir}/init.d/firewall +%config %{_sysconfdir}/init.d/firewall6 %changelog
Changed
_service:tar_scm:ix-firewall-0.1.1.tar
^