From 4916ef0d231f847c2fc37c11b5ddd2217f88e673 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 16 2017 13:25:44 +0000 Subject: fix requires in static subpkg Signed-off-by: Igor Gnatenko --- diff --git a/readline.spec b/readline.spec index cc13f85..0fe30e6 100644 --- a/readline.spec +++ b/readline.spec @@ -1,7 +1,7 @@ Summary: A library for editing typed command lines Name: readline Version: 7.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz @@ -42,7 +42,7 @@ installed. You also need to have the readline package installed. %package static Summary: Static libraries for the readline library -Requires: %{name}%{?_isa}-devel = %{version}-%{release} +Requires: %{name}-devel%{?_isa} = %{version}-%{release} %description static The readline-static package contains the static version of the readline @@ -106,6 +106,9 @@ fi %{_libdir}/libhistory.a %changelog +* Mon Jan 16 2017 Igor Gnatenko - 7.0-4 +- fix requires in static subpkg + * Mon Jan 16 2017 Siteshwar Vashisht - 7.0-3 - Update to readline-7.0 patchlevel 1