New upstream feature and bugfix release
This commit is contained in:
parent
d06ffc3495
commit
a2f8becbcf
15
audit.spec
15
audit.spec
@ -2,16 +2,16 @@
|
||||
|
||||
# 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/
|
||||
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}%{snapshot}.tar.gz
|
||||
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
||||
Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
|
||||
# FESCO asked for audit to be off by default. #1117953
|
||||
Patch1: never-audit.patch
|
||||
@ -25,8 +25,6 @@ BuildRequires: audit-libs-devel
|
||||
BuildRequires: tcp_wrappers-devel krb5-devel libcap-ng-devel
|
||||
BuildRequires: kernel-headers >= 2.6.29
|
||||
BuildRequires: autoconf automake libtool
|
||||
# Temporary fix for make check in golang. Needs libaudit.so
|
||||
BuildRequires: audit-libs-devel
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
%if %{WITH_SYSTEMD}
|
||||
BuildRequires: systemd
|
||||
@ -99,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
|
||||
|
||||
@ -303,6 +301,9 @@ fi
|
||||
%attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz
|
||||
|
||||
%changelog
|
||||
* Sun Aug 24 2014 Steve Grubb <sgrubb@redhat.com> 2.4-1
|
||||
- New upstream feature and bugfix release
|
||||
|
||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-0.3.svn20140803
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user