Update to upstream
* Release, minor version bump * Give correct names to mount points in load_policy by Dan Walsh. * Make sure selinux state is reported correctly if selinux is disabled or fails to load by Dan Walsh. * Fix crash if selinux_key_create was never called by Dan Walsh. * Add new file_context.subs_dist for distro specific filecon substitutions by Dan Walsh. * Update man pages for selinux_color_* functions by Richard Haines.
This commit is contained in:
parent
076f35f59b
commit
125b5b107c
1
.gitignore
vendored
1
.gitignore
vendored
@ -184,3 +184,4 @@ libselinux-2.0.96.tgz
|
||||
/libselinux-2.0.99.tgz
|
||||
/libselinux-2.0.101.tgz
|
||||
/libselinux-2.0.102.tgz
|
||||
/libselinux-2.1.0.tgz
|
||||
|
@ -6,15 +6,13 @@
|
||||
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.0.102
|
||||
Release: 6%{?dist}
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
|
||||
Source: %{name}-%{version}.tgz
|
||||
Url: http://oss.tresys.com/git/selinux.git
|
||||
Patch1: libselinux-rhat.patch
|
||||
|
||||
URL: http://www.selinuxproject.org
|
||||
|
||||
BuildRequires: python-devel ruby-devel ruby libsepol-static >= %{libsepolver} swig
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
@ -237,6 +235,17 @@ exit 0
|
||||
%{ruby_sitearch}/selinux.so
|
||||
|
||||
%changelog
|
||||
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
|
||||
-Update to upstream
|
||||
* Release, minor version bump
|
||||
* Give correct names to mount points in load_policy by Dan Walsh.
|
||||
* Make sure selinux state is reported correctly if selinux is disabled or
|
||||
fails to load by Dan Walsh.
|
||||
* Fix crash if selinux_key_create was never called by Dan Walsh.
|
||||
* Add new file_context.subs_dist for distro specific filecon substitutions
|
||||
by Dan Walsh.
|
||||
* Update man pages for selinux_color_* functions by Richard Haines.
|
||||
|
||||
* Mon Jun 13 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-6
|
||||
- Only call dups check within selabel/matchpathcon if you are validating the
|
||||
context
|
||||
|
Loading…
Reference in New Issue
Block a user