From 3b555c208c2b23347ae48abc4e420fbfcbd9e419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sun, 7 Oct 2018 12:38:11 +0200 Subject: [PATCH] - updated to 0.10.4, version.patch no longer needed --- fail2ban.spec | 9 ++++----- version.patch | 8 -------- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 version.patch diff --git a/fail2ban.spec b/fail2ban.spec index 6d2b367..3878a28 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -1,18 +1,17 @@ Summary: Ban IPs that make too many password failures Summary(pl.UTF-8): Blokowanie IP powodujących zbyt dużo prób logowań z błędnym hasłem Name: fail2ban -Version: 0.10.3.1 +Version: 0.10.4 Release: 1 License: GPL Group: Daemons Source0: https://github.com/fail2ban/fail2ban/archive/%{version}.tar.gz -# Source0-md5: d47e854378cf0458ddcdc5786768d226 +# Source0-md5: 5df67c74c14e6da26df8e798deefca13 Source1: %{name}.init Source2: %{name}.logrotate Source3: paths-pld.conf Source4: %{name}.sysconfig Patch0: logifiles.patch -Patch1: version.patch URL: http://fail2ban.sourceforge.net/ BuildRequires: python-devel BuildRequires: python-modules @@ -43,7 +42,6 @@ z sshd czy plikami logów serwera WWW Apache. %prep %setup -q %patch0 -p1 -%patch1 -p0 rm setup.cfg %build @@ -96,7 +94,7 @@ fi %files %defattr(644,root,root,755) -%doc CONTRIBUTING.md ChangeLog DEVELOP FILTERS README.md RELEASE THANKS TODO COPYING FILTERS +%doc CONTRIBUTING.md ChangeLog DEVELOP FILTERS README.md RELEASE THANKS TODO COPYING FILTERS doc/run-rootless.txt %attr(754,root,root) /etc/rc.d/init.d/fail2ban %attr(755,root,root) %{_bindir}/fail2ban-client %attr(755,root,root) %{_bindir}/fail2ban-python @@ -122,6 +120,7 @@ fi %{py_sitescriptdir}/%{name} %{py_sitescriptdir}/%{name}-%{version}-py*.egg-info %{_mandir}/man1/fail2ban-client.1* +%{_mandir}/man1/fail2ban-python.1* %{_mandir}/man1/fail2ban-regex.1* %{_mandir}/man1/fail2ban-server.1* %{_mandir}/man1/fail2ban-testcases.1* diff --git a/version.patch b/version.patch deleted file mode 100644 index 669f33c..0000000 --- a/version.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- fail2ban/version.py~ 2018-04-05 00:21:30.000000000 +0200 -+++ fail2ban/version.py 2018-09-25 16:43:09.152627995 +0200 -@@ -24,4 +24,4 @@ - __copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2005-2016 Yaroslav Halchenko, 2013-2014 Steven Hiscocks, Daniel Black" - __license__ = "GPL-v2+" - --version = "0.10.3.fix1" -+version = "0.10.3.1" -- 2.44.0