Fix -devel require to include also epoch
This commit is contained in:
parent
568697b321
commit
abb56d1948
@ -2,7 +2,7 @@
|
|||||||
Summary: A GNU set of database routines which use extensible hashing
|
Summary: A GNU set of database routines which use extensible hashing
|
||||||
Name: gdbm
|
Name: gdbm
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
|
||||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=4457
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=4457
|
||||||
@ -33,7 +33,7 @@ install gdbm-devel.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries and header files for the gdbm library
|
Summary: Development libraries and header files for the gdbm library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
|
|
||||||
@ -115,6 +115,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 16 2018 Marek Skalický <mskalick@redhat.com> - 1:1.14-3
|
||||||
|
- Fix -devel require to include also epoch
|
||||||
|
|
||||||
* Tue Jan 16 2018 Marek Skalický <mskalick@redhat.com> - 1:1.14-2
|
* Tue Jan 16 2018 Marek Skalický <mskalick@redhat.com> - 1:1.14-2
|
||||||
- Introduce epoch to not to break upgrade path from F27
|
- Introduce epoch to not to break upgrade path from F27
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user