From a6c6ce4ff05304b92e367d96d03d0b1f7275c324 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Feb 03 2012 15:33:11 +0000 Subject: avc_netlink_recieve should continue to poll if it receinves an EINTR rather --- diff --git a/libselinux.spec b/libselinux.spec index 0253f32..46d44b8 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -7,7 +7,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.1.9 -Release: 6%{?dist} +Release: 7%{?dist} License: Public Domain Group: System Environment/Libraries Source: %{name}-%{version}.tgz @@ -175,9 +175,9 @@ mv %{buildroot}%{_sbindir}/getconlist %{buildroot}%{_sbindir}/selinuxconlist %clean rm -rf %{buildroot} -%post -p /usr/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -p /usr/sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -232,9 +232,13 @@ rm -rf %{buildroot} %{ruby_sitearch}/selinux.so %changelog -* Fri Feb 3 2012 Dan Walsh - 2.1.9-6 +* Fri Feb 3 2012 Dan Walsh - 2.1.9-7 - avc_netlink_recieve should continue to poll if it receinves an EINTR rather +* Sun Jan 29 2012 Kay Sievers - 2.1.9-6 +- use /sbin/ldconfig, glibc does not provide + /usr/sbin/ldconfig in the RPM database for now + * Fri Jan 27 2012 Dan Walsh - 2.1.9-5 - Rebuild with cleaned up upstream to work in /usr