fix requires in static subpkg
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
8ed5187508
commit
4916ef0d23
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for editing typed command lines
|
Summary: A library for editing typed command lines
|
||||||
Name: readline
|
Name: readline
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz
|
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
|
%package static
|
||||||
Summary: Static libraries for the readline library
|
Summary: Static libraries for the readline library
|
||||||
Requires: %{name}%{?_isa}-devel = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
The readline-static package contains the static version of the readline
|
The readline-static package contains the static version of the readline
|
||||||
@ -106,6 +106,9 @@ fi
|
|||||||
%{_libdir}/libhistory.a
|
%{_libdir}/libhistory.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 16 2017 Igor Gnatenko <ignatenko@redhat.com> - 7.0-4
|
||||||
|
- fix requires in static subpkg
|
||||||
|
|
||||||
* Mon Jan 16 2017 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-3
|
* Mon Jan 16 2017 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-3
|
||||||
- Update to readline-7.0 patchlevel 1
|
- Update to readline-7.0 patchlevel 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user