forked from pool/audit
This commit is contained in:
parent
348e0bd056
commit
f13d9c5aa9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 21:49:41 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- avoid packaging a directory with different permissions (creating
|
||||||
|
rpm -V output)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 16 12:09:26 CEST 2008 - aj@suse.de
|
Wed Apr 16 12:09:26 CEST 2008 - aj@suse.de
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
Name: audit-secondary
|
Name: audit-secondary
|
||||||
%define _name audit
|
%define _name audit
|
||||||
BuildRequires: audit-devel gcc-c++ openldap2-devel pkg-config python-devel swig
|
BuildRequires: audit audit-devel gcc-c++ openldap2-devel pkg-config python-devel swig
|
||||||
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
|
||||||
Version: 1.6.8
|
Version: 1.6.8
|
||||||
Release: 4
|
Release: 6
|
||||||
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
|
||||||
@ -120,8 +120,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -n audit-audispd-plugins
|
%files -n audit-audispd-plugins
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir /etc/audisp
|
|
||||||
%dir /etc/audisp/plugins.d
|
|
||||||
%attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
|
%attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
|
||||||
%attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
|
%attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
|
||||||
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf
|
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf
|
||||||
@ -129,6 +127,9 @@ 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
|
||||||
|
* Tue Jun 03 2008 coolo@suse.de
|
||||||
|
- avoid packaging a directory with different permissions (creating
|
||||||
|
rpm -V output)
|
||||||
* Wed Apr 16 2008 aj@suse.de
|
* Wed Apr 16 2008 aj@suse.de
|
||||||
- Use %%py_requires for proper requires.
|
- Use %%py_requires for proper requires.
|
||||||
* Wed Mar 26 2008 tonyj@suse.de
|
* Wed Mar 26 2008 tonyj@suse.de
|
||||||
|
@ -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: 11
|
Release: 20
|
||||||
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