Author: qboosh Date: Sun Mar 19 12:44:50 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.30, updated pl.po
---- Files affected: SPECS: policycoreutils.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/policycoreutils.spec diff -u SPECS/policycoreutils.spec:1.33 SPECS/policycoreutils.spec:1.34 --- SPECS/policycoreutils.spec:1.33 Thu Dec 22 22:06:06 2005 +++ SPECS/policycoreutils.spec Sun Mar 19 13:44:45 2006 @@ -3,38 +3,39 @@ Summary: SELinux policy core utilities Summary(pl): Podstawowe narzędzia dla polityki SELinux Name: policycoreutils -Version: 1.28 +Version: 1.30 Release: 1 License: GPL Group: Base Source0: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz -# Source0-md5: 45061fa490efac5926ecc8de9e3ef864 +# Source0-md5: 02a05b3d24483e492bace1a219425567 Source1: %{name}-newrole.pamd Source2: %{name}-run_init.pamd Source3: %{name}-pl.po +BuildRequires: audit-libs-devel BuildRequires: gettext-devel -BuildRequires: libselinux-devel >= 0:1.28 -BuildRequires: libsemanage-devel >= 1.4 -BuildRequires: libsepol-static >= 1.10 +BuildRequires: libselinux-devel >= 0:1.30 +BuildRequires: libsemanage-devel >= 1.6 +BuildRequires: libsepol-static >= 1.12 BuildRequires: pam-devel BuildRequires: rpm-perlprov BuildRequires: rpm-pythonprov -Requires: libselinux >= 0:1.28 -Requires: libsemanage >= 1.4 +Requires: libselinux >= 0:1.30 +Requires: libsemanage >= 1.6 Requires: python Requires: python-modules -Requires: python-semanage >= 1.4 +Requires: python-semanage >= 1.6 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Security-enhanced Linux is a patch of the LinuxÂŽ kernel and a number +Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the -concepts of Type EnforcementÂŽ, Role-based Access Control, and +concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. policycoreutils contains the policy core utilities that are required @@ -91,12 +92,17 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ - MANDIR=$RPM_BUILD_ROOT%{_mandir} + MANDIR=$RPM_BUILD_ROOT%{_mandir} \ + PYTHONLIBDIR=$RPM_BUILD_ROOT%{py_scriptdir} install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/newrole install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/run_init :> $RPM_BUILD_ROOT/etc/security/console.apps/run_init +%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir} +%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir} +rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*.py + %find_lang %{name} %clean @@ -105,6 +111,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc ChangeLog +%attr(4755,root,root) %{_bindir}/chcat %attr(4755,root,root) %{_bindir}/newrole %attr(4755,root,root) %{_bindir}/semodule_* %attr(755,root,root) /sbin/fixfiles @@ -119,15 +126,18 @@ %attr(755,root,root) %{_sbindir}/setfiles %attr(755,root,root) %{_sbindir}/setsebool %attr(755,root,root) %{_sbindir}/sestatus +%{py_sitescriptdir}/seobject.py[co] %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/newrole %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/run_init %config(missingok) /etc/security/console.apps/* %config(noreplace) %verify(not md5 mtime size) /etc/sestatus.conf -%{_mandir}/man[18]/* +%{_mandir}/man1/newrole.1* +%{_mandir}/man8/* %files tools-perl %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/audit2allow +%{_mandir}/man1/audit2allow.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -135,6 +145,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2006/03/19 12:44:45 qboosh +- updated to 1.30, updated pl.po + Revision 1.33 2005/12/22 21:06:06 qboosh - genhomedircon requires python-semanage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/policycoreutils.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
