diff --git a/libsepol.spec b/libsepol.spec index d791b92..6d6a439 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -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 2.4-4 +- Use fully versioned arch-specific requires + * Tue Aug 25 2015 Michal Srb - 2.4-3 - Improve compatibility with Python 3 SWIG bindings - Resolves: rhbz#1247714