From 154778f82cd5065ddbbb4a52ff8cb4a9a48992ec Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Sun, 28 Feb 2016 11:28:31 +0100 Subject: [PATCH] libsepol-2.5-2.fc24 - Use fully versioned arch-specific requires https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package --- libsepol.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libsepol.spec b/libsepol.spec index eb34595..f7a55bf 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/libsepol-2.5.tar.gz @@ -32,7 +32,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 @@ -41,7 +41,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 @@ -107,6 +107,9 @@ exit 0 %{_libdir}/libsepol.so.1 %changelog +* Sun Feb 28 2016 Petr Lautrbach 2.5-2 +- Use fully versioned arch-specific requires + * Tue Feb 23 2016 Petr Lautrbach 2.5-1 - Update to upstream release 2016-02-23