From c407f15ff4d78869f2a78e4f2fa8d8a7d2090dcb5beed95e935435e6e0ffd775 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 23 Sep 2008 22:34:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsemanage?expand=0&rev=3 --- libsemanage.changes | 5 +++++ libsemanage.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libsemanage.changes b/libsemanage.changes index 73b3fbd..33cd024 100644 --- a/libsemanage.changes +++ b/libsemanage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 23 12:52:32 CEST 2008 - prusnak@suse.cz + +- require only version, not release [bnc#429053] + ------------------------------------------------------------------- Tue Sep 2 12:13:42 CEST 2008 - prusnak@suse.cz diff --git a/libsemanage.spec b/libsemanage.spec index 2d72e16..3bed38b 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -25,7 +25,7 @@ BuildRequires: libsepol-devel >= %{libsepol_ver} Name: libsemanage Version: 2.0.27 -Release: 1 +Release: 2 Url: http://www.nsa.gov/selinux/ License: LGPL v2.1 only Group: System/Libraries @@ -82,7 +82,7 @@ boolean settings. License: LGPL v2.1 only Summary: SELinux binary policy manipulation library Group: System/Libraries -Requires: libsemanage1 = %{version}-%{release} libustr-devel +Requires: libsemanage1 = %{version} libustr-devel %description devel Security-enhanced Linux is a feature of the Linux(R) kernel and a @@ -107,7 +107,7 @@ boolean settings. License: LGPL v2.1 only Summary: SELinux binary policy manipulation library Group: System/Libraries -Requires: libsemanage1 = %{version}-%{release} +Requires: libsemanage1 = %{version} %description -n python-semanage Security-enhanced Linux is a feature of the Linux® kernel and a number @@ -168,6 +168,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python*/site-packages/* %changelog +* Tue Sep 23 2008 prusnak@suse.cz +- require only version, not release [bnc#429053] * Tue Sep 02 2008 prusnak@suse.cz - updated to 2.0.27 * Modify genhomedircon to skip %%groupname entries.