avc_netlink_recieve should continue to poll if it receinves an EINTR rather

This commit is contained in:
Dan Walsh 2012-02-03 10:44:40 -05:00
parent 98393f1aaa
commit aee5a016a4
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Group: System Environment/Libraries
Source: %{name}-%{version}.tgz
Url: http://oss.tresys.com/git/selinux.git
Patch1: libselinux-rhat.patch
Patch2: libselinux-eintr.patch
BuildRequires: python-devel ruby-devel ruby libsepol-static >= %{libsepolver} swig
%if 0%{?with_python3}
BuildRequires: python3-devel
@ -95,6 +96,7 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch1 -p1 -b .rhat
%patch2 -p1 -b .eintr
%build
# To support building the Python wrapper against multiple Python runtimes