libsepol-2.4-4.fc23

- Use fully versioned arch-specific requires

https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package
This commit is contained in:
Petr Lautrbach 2016-02-28 11:28:31 +01:00
parent 8b5abd72f1
commit bd2ef9e741
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 2.4
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/libsepol-%{version}.tar.gz
@ -27,7 +27,7 @@ on binary policies such as customizing policy boolean settings.
%package devel
Summary: Header files and libraries used to build policy manipulation tools
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The libsepol-devel package contains the libraries and header files
@ -36,7 +36,7 @@ needed for developing applications that manipulate binary policies.
%package static
Summary: static libraries used to build policy manipulation tools
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
%description static
The libsepol-static package contains the static libraries and header files
@ -101,6 +101,9 @@ exit 0
%{_libdir}/libsepol.so.1
%changelog
* Sun Feb 28 2016 Petr Lautrbach <plautrba@redhat.com> 2.4-4
- Use fully versioned arch-specific requires
* Tue Aug 25 2015 Michal Srb <msrb@redhat.com> - 2.4-3
- Improve compatibility with Python 3 SWIG bindings
- Resolves: rhbz#1247714