Author: qboosh Date: Wed Dec 21 22:49:53 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.28; depends on libsepol now
---- Files affected: SPECS: libselinux.spec (1.45 -> 1.46) ---- Diffs: ================================================================ Index: SPECS/libselinux.spec diff -u SPECS/libselinux.spec:1.45 SPECS/libselinux.spec:1.46 --- SPECS/libselinux.spec:1.45 Tue Nov 22 11:05:41 2005 +++ SPECS/libselinux.spec Wed Dec 21 23:49:47 2005 @@ -2,15 +2,18 @@ Summary: SELinux library and simple utilities Summary(pl): Biblioteka SELinux i proste narzędzia Name: libselinux -Version: 1.26 -Release: 2 +Version: 1.28 +Release: 1 Epoch: 0 License: Public Domain Group: Libraries Source0: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz -# Source0-md5: f562bd9b52376606f971bbf08b09921f +# Source0-md5: 7e121e125b52913237df458ff610e983 URL: http://www.nsa.gov/selinux/ BuildRequires: glibc-devel >= 6:2.3 +BuildRequires: libsepol-devel >= 1.10 +BuildRequires: rpm-pythonprov +Requires: libsepol >= 1.10 Obsoletes: selinux-libs Conflicts: SysVinit < 2.86-4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -87,6 +90,18 @@ %description utils -l pl Narzędzia SELinux. +%package -n python-selinux +Summary: Python binding for SELinux library +Summary(pl): Wiązania Pythona do biblioteki SELinux +Group: Libraries/Python +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description -n python-selinux +Python binding for SELinux library. + +%description -n python-selinux -l pl +Wiązania Pythona do biblioteki SELinux. + %prep %setup -q @@ -133,12 +148,20 @@ %attr(755,root,root) %{_sbindir}/* %{_mandir}/man8/*.8* +%files -n python-selinux +%defattr(644,root,root,755) +%attr(755,root,root) %{py_sitedir}/_selinux.so +%{py_sitedir}/selinux.py + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2005/12/21 22:49:47 qboosh +- updated to 1.28; depends on libsepol now + Revision 1.45 2005/11/22 10:05:41 qboosh - typo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libselinux.spec?r1=1.45&r2=1.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
