From c3f61829559373e6be9fad709a7c16f08dfa6b8c Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Jan 17 2017 23:08:37 +0000 Subject: Fix requires tag for static subpackage --- diff --git a/compat-readline6.spec b/compat-readline6.spec index ff05a03..020c6b5 100644 --- a/compat-readline6.spec +++ b/compat-readline6.spec @@ -1,7 +1,7 @@ Summary: A library for editing typed command lines Name: compat-readline6 Version: 6.3 -Release: 9%{?dist} +Release: 10%{?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 @@ -95,6 +95,9 @@ rm -rf %{buildroot}%{_mandir} %{_libdir}/readline6/libhistory.a %changelog +* Wed Jan 18 2017 Siteshwar Vashisht - 6.3-10 +- Fix requires tag for static subpackage + * Wed Jan 11 2017 Siteshwar Vashisht - 6.3-9 - Create compatibility package for Readline 6 Related: #1376611