Rebuild with new libsepol

This commit is contained in:
Dan Walsh 2011-12-15 16:50:07 -05:00
parent e9493af009
commit 7a677c0c11
1 changed files with 5 additions and 2 deletions

View File

@ -1,13 +1,13 @@
%global with_python3 1
%define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
%define libsepolver 2.1.4-1
%define libsepolver 2.1.4-3
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.1.8
Release: 2%{?dist}
Release: 3%{?dist}
License: Public Domain
Group: System Environment/Libraries
Source: %{name}-%{version}.tgz
@ -231,6 +231,9 @@ rm -rf %{buildroot}
%{ruby_sitearch}/selinux.so
%changelog
* Thu Dec 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-3
- Rebuild with new libsepol
* Tue Dec 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-2
- Fix setenforce man page, from Miroslav Grepl