forked from pool/libsemanage
Accepting request 205369 from home:posophe:branches:security:SELinux
- Update to version 2.2 * Avoid duplicate list entries * Add audit support to libsemanage * Remove policy.kern and replace with symlink * Apply a MAX_UID check for genhomedircon * Fix man pages - Add audit-devel BuildRequires; new dependency - Add fdupes BuildRequires and use it to symlink duplicate manpages OBS-URL: https://build.opensuse.org/request/show/205369 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=47
This commit is contained in:
parent
28314e3ba1
commit
4ac678e6ac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de2e8077245581e94576276f54e80a53c23c28d6961d2dfbe2f004eaba452e91
|
|
||||||
size 136757
|
|
3
libsemanage-2.2.tar.gz
Normal file
3
libsemanage-2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:11f60bfa0f1c6063cd9bd99ce0cb4acc9d6d9e9b8d7743d39e847bcd7803bd75
|
||||||
|
size 138208
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 13:55:06 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.2
|
||||||
|
* Avoid duplicate list entries
|
||||||
|
* Add audit support to libsemanage
|
||||||
|
* Remove policy.kern and replace with symlink
|
||||||
|
* Apply a MAX_UID check for genhomedircon
|
||||||
|
* Fix man pages
|
||||||
|
- Add audit-devel BuildRequires; new dependency
|
||||||
|
- Add fdupes BuildRequires and use it to symlink duplicate manpages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 27 14:56:37 UTC 2013 - vcizek@suse.com
|
Thu Jun 27 14:56:37 UTC 2013 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
BuildRequires: audit-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -24,13 +26,13 @@ BuildRequires: libsepol-devel
|
|||||||
BuildRequires: libustr-devel
|
BuildRequires: libustr-devel
|
||||||
|
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.1.10
|
Version: 2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
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
|
||||||
Url: http://userspace.selinuxproject.org/
|
Url: http://userspace.selinuxproject.org/
|
||||||
Source: http://userspace.selinuxproject.org/releases/20130423/%{name}-%{version}.tar.gz
|
Source: http://userspace.selinuxproject.org/releases/20131030/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -104,6 +106,8 @@ mkdir -p %{buildroot}%{_libdir}
|
|||||||
mkdir -p %{buildroot}%{_includedir}
|
mkdir -p %{buildroot}%{_includedir}
|
||||||
make DESTDIR=%{buildroot} LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}" install
|
make DESTDIR=%{buildroot} LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}" install
|
||||||
ln -sf /%{_lib}/libsemanage.so.1 %{buildroot}/%{_libdir}/libsemanage.so
|
ln -sf /%{_lib}/libsemanage.so.1 %{buildroot}/%{_libdir}/libsemanage.so
|
||||||
|
# Remove duplicate files
|
||||||
|
%fdupes -s %{buildroot}%{_mandir}
|
||||||
|
|
||||||
%post -n libsemanage1 -p /sbin/ldconfig
|
%post -n libsemanage1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 13:55:06 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.2
|
||||||
|
* Avoid duplicate list entries
|
||||||
|
* Add audit support to libsemanage
|
||||||
|
* Remove policy.kern and replace with symlink
|
||||||
|
* Apply a MAX_UID check for genhomedircon
|
||||||
|
* Fix man pages
|
||||||
|
- Add audit-devel BuildRequires; new dependency
|
||||||
|
- Add fdupes BuildRequires and use it to symlink duplicate manpages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 27 14:57:01 UTC 2013 - vcizek@suse.com
|
Thu Jun 27 14:57:01 UTC 2013 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
BuildRequires: audit-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
@ -26,13 +27,13 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
|
|
||||||
Name: python-semanage
|
Name: python-semanage
|
||||||
Version: 2.1.10
|
Version: 2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for libsemanage
|
Summary: Python bindings for libsemanage
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://www.nsa.gov/selinux/
|
Url: http://www.nsa.gov/selinux/
|
||||||
Source: http://userspace.selinuxproject.org/releases/20130423/libsemanage-%{version}.tar.gz
|
Source: http://userspace.selinuxproject.org/releases/20131030/libsemanage-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: libsemanage1 = %{version}
|
Requires: libsemanage1 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user