From 41b7ee2ce3d6ec1068686fa13d2093af637b7207 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Dec 19 2005 14:35:26 +0000 Subject: - Move libselinux.so to base package --- diff --git a/libselinux.spec b/libselinux.spec index d74aa0e..5210291 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,9 +1,9 @@ -%define libsepolver 1.10-1 +%define libsepolver 1.11.1-1 %define libsetransver 0.1.11-1 Summary: SELinux library and simple utilities Name: libselinux Version: 1.29.2 -Release: 1 +Release: 2 License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -92,13 +92,13 @@ exit 0 %files %defattr(-,root,root,0755) /%{_lib}/libselinux.so.* +%{_libdir}/libselinux.so %{_sbindir}/* %{_mandir}/man8/* %files devel %defattr(-,root,root) %{_libdir}/libselinux.a -%{_libdir}/libselinux.so %dir %{_includedir}/selinux %{_includedir}/selinux/ %{_mandir}/man3/* @@ -109,6 +109,9 @@ exit 0 %{_libdir}/python2.4/site-packages/selinux.py* %changelog +* Mon Dec 19 2005 Dan Walsh 1.29.2-2 +- Move libselinux.so to base package + * Wed Dec 14 2005 Dan Walsh 1.29.2-1 - Upgrade to latest from NSA * Merged call to finish_context_translations from Dan Walsh.