From f2b0a44230487db794fae6f1a3e7dcc74b526063 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 6 Apr 2012 13:35:05 +0200 Subject: [PATCH] Fix explicit requires. --- xcb-util-keysyms.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xcb-util-keysyms.spec b/xcb-util-keysyms.spec index e4177a8..364b417 100644 --- a/xcb-util-keysyms.spec +++ b/xcb-util-keysyms.spec @@ -1,6 +1,6 @@ Name: xcb-util-keysyms Version: 0.3.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Standard X key constants and keycodes conversion on top of libxcb Group: System Environment/Libraries License: MIT @@ -12,13 +12,13 @@ BuildRequires: m4 %description XCB util-keysyms module provides the following library: -- keysyms: Standard X key constants and conversion to/from keycodes. + - keysyms: Standard X key constants and conversion to/from keycodes. %package devel Summary: Development and header files for xcb-util-keysyms Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Development files for xcb-util-keysyms. @@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Fri Apr 6 2012 Thomas Moschny - 0.3.8-3 +- Fix explicit requires. + * Tue Mar 13 2012 Thomas Moschny - 0.3.8-2 - Specfile cleanups suggested in the review.