diff --git a/.gitignore b/.gitignore index 691f86c..004c075 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,4 @@ audit-2.0.4.tar.gz /audit-2.3.8.svn20140801.tar.gz /audit-2.3.8.svn20140802.tar.gz /audit-2.3.8.svn20140803.tar.gz +/audit-2.4.tar.gz diff --git a/audit.spec b/audit.spec index 3412caf..72749d8 100644 --- a/audit.spec +++ b/audit.spec @@ -2,12 +2,12 @@ # Do we want systemd? %define WITH_SYSTEMD 1 -%define snapshot .svn20140803 +# %define snapshot .svn20140803 Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 2.3.8 -Release: 0.3%{snapshot}%{?dist} +Version: 2.4 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -97,7 +97,7 @@ like relay events to remote machines or analyze events for suspicious behavior. %prep -%setup -q -n %{name}-%{version} +%setup -q cp %{SOURCE1} . %patch1 -p1 @@ -301,6 +301,9 @@ fi %attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz %changelog +* Sun Aug 24 2014 Steve Grubb 2.4-1 +- New upstream feature and bugfix release + * Fri Aug 15 2014 Fedora Release Engineering - 2.3.8-0.3.svn20140803 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index aedcc56..b9ac6c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -875cf82409b478512b0be26fffb2a006 audit-2.3.8.svn20140803.tar.gz +7d35d9db17c2c5e155bc1fe42b55ec48 audit-2.4.tar.gz