SHA256
3
0
forked from pool/libsepol

Accepting request 205364 from home:posophe:branches:security:SELinux

- Update to version 2.2
  * Allow constraint denial cause to be determined
	  - Add kernel policy version 29.
	  - Add modular policy version 17.
	  - Add sepol_compute_av_reason_buffer(), sepol_string_to_security
       _class(), sepol_string_to_av_perm().
  * Support overriding Makefile RANLIB
  * Fix man pages
- Remove libsepol-rhat.patch; merged on upstream

OBS-URL: https://build.opensuse.org/request/show/205364
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=47
This commit is contained in:
Marcus Meissner 2013-11-07 10:17:51 +00:00 committed by Git OBS Bridge
parent 55a171caff
commit fa42e460da
5 changed files with 18 additions and 1125 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:290d17f583635a4a5d8a2141511272adf0571c4205cdea38b5a68df20d58a70b
size 204876

3
libsepol-2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77a4b27006295805bdbd7f240038cb32a49be1d60847d413899501702933fc0f
size 209622

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 31 13:36:48 UTC 2013 - p.drouand@gmail.com
- Update to version 2.2
* Allow constraint denial cause to be determined
- Add kernel policy version 29.
- Add modular policy version 17.
- Add sepol_compute_av_reason_buffer(), sepol_string_to_security
_class(), sepol_string_to_av_perm().
* Support overriding Makefile RANLIB
* Fix man pages
- Remove libsepol-rhat.patch; merged on upstream
-------------------------------------------------------------------
Thu Jun 27 14:37:12 UTC 2013 - vcizek@suse.com

View File

@ -17,16 +17,15 @@
Name: libsepol
Version: 2.1.9
Version: 2.2
Release: 0
Url: http://www.nsa.gov/selinux/
Summary: SELinux binary policy manipulation library
License: LGPL-2.1+
Group: System/Libraries
Source: http://userspace.selinuxproject.org/releases/20130423/%{name}-%{version}.tar.gz
Source: http://userspace.selinuxproject.org/releases/20131030/%{name}-%{version}.tar.gz
Source2: baselibs.conf
Patch: libsepol-2.1.4-role_fix_callback.patch
Patch2: libsepol-rhat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkg-config
@ -101,7 +100,6 @@ policies.
%prep
%setup -q
%patch -p1
%patch2 -p2
%build
make %{?_smp_mflags} CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"