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:
parent
55a171caff
commit
fa42e460da
@ -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
3
libsepol-2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77a4b27006295805bdbd7f240038cb32a49be1d60847d413899501702933fc0f
|
||||||
|
size 209622
|
1118
libsepol-rhat.patch
1118
libsepol-rhat.patch
File diff suppressed because it is too large
Load Diff
@ -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
|
Thu Jun 27 14:37:12 UTC 2013 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -17,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 2.1.9
|
Version: 2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.nsa.gov/selinux/
|
Url: http://www.nsa.gov/selinux/
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
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
|
Source2: baselibs.conf
|
||||||
Patch: libsepol-2.1.4-role_fix_callback.patch
|
Patch: libsepol-2.1.4-role_fix_callback.patch
|
||||||
Patch2: libsepol-rhat.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
@ -101,7 +100,6 @@ policies.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch2 -p2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
|
make %{?_smp_mflags} CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user