SPECS: polgen.spec - updated to 2.0 (now uses audit subsystem inst...

qboosh qboosh at pld-linux.org
Sun Nov 4 19:31:30 CET 2007


Author: qboosh                       Date: Sun Nov  4 18:31:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.0 (now uses audit subsystem instead of modified strace)

---- Files affected:
SPECS:
   polgen.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/polgen.spec
diff -u SPECS/polgen.spec:1.10 SPECS/polgen.spec:1.11
--- SPECS/polgen.spec:1.10	Tue Feb 13 09:06:41 2007
+++ SPECS/polgen.spec	Sun Nov  4 19:31:24 2007
@@ -2,22 +2,24 @@
 Summary:	SELinux policy generation scripts and tools
 Summary(pl.UTF-8):	Skrypty i narzędzia do generowania polityk SELinuksa
 Name:		polgen
-Version:	1.4
+Version:	2.0
 Release:	1
 License:	GPL v2+
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/polgen/%{name}-%{version}.tar.gz
-# Source0-md5:	81c53ecf7d7f3901c3f3778708f267fa
+# Source0-md5:	ff3124ab7b1acc6a6854e9c377d3f981
 Patch0:		%{name}-info.patch
 URL:		http://polgen.sourceforge.net/
+BuildRequires:	audit-libs-devel
 BuildRequires:	flex
 BuildRequires:	libselinux-devel
 BuildRequires:	python-devel
 BuildRequires:	python-modules
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.219
 BuildRequires:	texinfo
 %pyrequires_eq	python-libs
-# contains SELinux-enhanced version of strace
-Obsoletes:	strace
+Requires:	python-audit
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,6 +44,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%py_postclean
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -54,10 +58,13 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README doc/polgen.html
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/aulogsort
+%attr(755,root,root) %{_bindir}/auptrace
+%attr(755,root,root) %{_bindir}/autrackfd
+%attr(755,root,root) %{_bindir}/ecomm-config
+%attr(755,root,root) %{_bindir}/spar
 %{_datadir}/%{name}
 %{py_sitescriptdir}/%{name}
-%{_mandir}/man[18]/*
 %{_infodir}/*.info*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -66,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2007/11/04 18:31:24  qboosh
+- updated to 2.0 (now uses audit subsystem instead of modified strace)
+
 Revision 1.10  2007/02/13 08:06:41  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/polgen.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list