forked from pool/audit
This commit is contained in:
parent
59d3e50b9d
commit
d2feff24ad
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 12:09:26 CEST 2008 - aj@suse.de
|
||||||
|
|
||||||
|
- Use %py_requires for proper requires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 26 21:29:38 CET 2008 - tonyj@suse.de
|
Wed Mar 26 21:29:38 CET 2008 - tonyj@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Summary: Python Bindings for libaudit
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Version: 1.6.8
|
Version: 1.6.8
|
||||||
Release: 2
|
Release: 3
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: audit-%{version}.tar.bz2
|
Source0: audit-%{version}.tar.bz2
|
||||||
Patch0: audit-no_sca.patch
|
Patch0: audit-no_sca.patch
|
||||||
@ -41,7 +41,7 @@ Authors:
|
|||||||
Summary: Python Bindings for libaudit
|
Summary: Python Bindings for libaudit
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Requires: python = %{py_ver}
|
%py_requires
|
||||||
|
|
||||||
%description -n audit-libs-python
|
%description -n audit-libs-python
|
||||||
The audit-libs-python package contains the bindings for using libaudit
|
The audit-libs-python package contains the bindings for using libaudit
|
||||||
@ -129,6 +129,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(750,root,root) /usr/sbin/audispd-zos-remote
|
%attr(750,root,root) /usr/sbin/audispd-zos-remote
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 16 2008 aj@suse.de
|
||||||
|
- Use %%py_requires for proper requires.
|
||||||
* Wed Mar 26 2008 tonyj@suse.de
|
* Wed Mar 26 2008 tonyj@suse.de
|
||||||
- Update to version 1.6.8.
|
- Update to version 1.6.8.
|
||||||
- Rename to audit-secondary and build audisp-plugins from here
|
- Rename to audit-secondary and build audisp-plugins from here
|
||||||
@ -151,7 +153,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- /usr/sbin/audispd now packaged by audit-libs-python
|
- /usr/sbin/audispd now packaged by audit-libs-python
|
||||||
* Sun Nov 05 2006 ro@suse.de
|
* Sun Nov 05 2006 ro@suse.de
|
||||||
- fix requires
|
- fix requires
|
||||||
* Thu Aug 31 2006 tonyj@suse.de
|
* Fri Sep 01 2006 tonyj@suse.de
|
||||||
- Upgrade to 1.2.6-1
|
- Upgrade to 1.2.6-1
|
||||||
* Wed Aug 16 2006 cthiel@suse.de
|
* Wed Aug 16 2006 cthiel@suse.de
|
||||||
- split off package
|
- split off package
|
||||||
|
@ -15,7 +15,7 @@ Name: audit
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Summary: User Space Tools for 2.6 Kernel Auditing
|
Summary: User Space Tools for 2.6 Kernel Auditing
|
||||||
Version: 1.6.8
|
Version: 1.6.8
|
||||||
Release: 7
|
Release: 9
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
|
Loading…
Reference in New Issue
Block a user