[-]
[+]
|
Deleted |
ix-asl-update.changes
|
@@ -1,27 +0,0 @@
--------------------------------------------------------------------
-Tue Sep 6 18:26:20 UTC 2011 - cs@linux-administrator.com
-
-- try to pull source via src_service
-
--------------------------------------------------------------------
-Sat Jul 23 10:14:52 UTC 2011 - cs@linux-administrator.com
-
-- update to svn revision 1024
-
--------------------------------------------------------------------
-Fri Jul 22 21:20:17 UTC 2011 - cs@linux-administrator.com
-
-- update to svn revision 1019
-- include asl-update.conf to overwrite defaults
-- support more distributions
-
--------------------------------------------------------------------
-Fri Jul 22 07:15:28 UTC 2011 - cs@linux-administrator.com
-
-- changed cron to update rulesets only on Monday to Thursday
-
--------------------------------------------------------------------
-Wed Nov 24 22:12:44 UTC 2010 - cs@linux-administrator.com
-
-- initial package
-
|
[-]
[+]
|
Deleted |
ix-asl-update.spec
^
|
@@ -1,53 +0,0 @@
-Name: ix-asl-update
-Summary: InterNetX GmbH mod_security rule updater
-Version: 0.0.1024
-Release: 1
-Url: http://www.internetx.de
-License: GPLv2
-Group: System Environment
-Source0: %{name}-%{version}.tar
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?sl_version} || 0%{?redhat_version}
-%if 0%{?rhel} >= 7
-Requires: cronie
-BuildRequires: cronie
-%else
-Requires: vixie-cron
-BuildRequires: vixie-cron
-%endif
-%endif
-%if 0%{?suse_version}
-Requires: cron
-BuildRequires: cron
-%endif
-Requires: ix-mod_security
-Requires: iproute
-BuildRequires: ix-mod_security
-BuildArch: noarch
-
-%description
-ix-asl-update downloads mod_security rulesets for InterNetX GmbH managed server systems.
-
-%prep
-%setup -n %{name}-%{version}
-
-%build
-
-%install
-%__install -D -m755 asl-update.sh %{buildroot}%{_sbindir}/ix-asl-update
-%__install -D -m644 asl-update.cron %{buildroot}%{_sysconfdir}/cron.d/ix-asl-update
-%__install -D -m644 ix-asl-update.conf %{buildroot}%{_sysconfdir}/ix-asl-update.conf
-%__install -m755 -d %{buildroot}%{_sysconfdir}/asl
-touch %{buildroot}%{_sysconfdir}/asl/whitelist
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%{_sbindir}/ix-asl-update
-%{_sysconfdir}/cron.d/ix-asl-update
-%dir %{_sysconfdir}/asl
-%config(noreplace) %{_sysconfdir}/asl/whitelist
-%config(noreplace) %{_sysconfdir}/ix-asl-update.conf
-
-%changelog
|
[-]
[+]
|
Changed |
_link
^
|
@@ -1,5 +1,8 @@
-<link project="internetx:managed:testing" rev="cd36a4b6b62af051df09455d5e356a47" baserev="da8b251d7916797d70a46d982ca26b90">
- <patches>
- <branch/>
- </patches>
+<link project="internetx" package="asl-update" >
+<patches>
+ <!-- <apply name="patch" /> apply a patch on the source directory -->
+ <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+ <!-- <add>file.patch</add> add a patch to be applied after %setup (spec file only) -->
+ <!-- <delete>filename</delete> delete a file -->
+</patches>
</link>
|
[-]
[+]
|
Deleted |
_service
^
|
@@ -1,3 +0,0 @@
-<services>
- <service name="tar_scm"><param name="password">distro</param><param name="url">https://svn.muc.internetx.de/svn/trunk/managed-plesk/ix-asl-update/</param><param name="username">distro</param><param name="versionprefix">0.1</param><param name="scm">svn</param></service>
-<service name="set_version"/></services>
\ No newline at end of file
|