]> git.pld-linux.org Git - packages/fail2ban.git/commitdiff
- install upstream tmpfiles config
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Jan 2014 17:51:32 +0000 (18:51 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Jan 2014 17:51:32 +0000 (18:51 +0100)
fail2ban.spec
fail2ban.tmpfiles [deleted file]

index 93d6c7fda0de52fcf3019a7109d7e5b93f8b1f7e..7a5fd8919f328a2e4820e7b10475111a2ab9b53d 100644 (file)
@@ -8,7 +8,6 @@ Group:          Daemons
 Source0:       http://download.sourceforge.net/fail2ban/%{name}-%{version}.tar.gz
 # Source0-md5: 2182a21c7efd885f373ffc941d11914d
 Source1:       %{name}.init
-Source2:       %{name}.tmpfiles
 Patch0:                ipv6.patch
 URL:           http://fail2ban.sourceforge.net/
 BuildRequires: python-devel
@@ -57,7 +56,7 @@ PYTHONPATH=$RPM_BUILD_ROOT%{py_sitescriptdir}; export PYTHONPATH
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/fail2ban
 install man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-install %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
+install files/fail2ban-tmpfiles.conf $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
 
 %py_postclean
 
diff --git a/fail2ban.tmpfiles b/fail2ban.tmpfiles
deleted file mode 100644 (file)
index b70864b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-d /var/run/fail2ban 0755 root root -
This page took 0.119614 seconds and 4 git commands to generate.