Fix the development package dependency by adding epoch
Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
0450181b8e
commit
ab939b3c36
@ -6,7 +6,7 @@
|
|||||||
Name: s390utils
|
Name: s390utils
|
||||||
Summary: Utilities and daemons for IBM z Systems
|
Summary: Utilities and daemons for IBM z Systems
|
||||||
Version: 2.15.1
|
Version: 2.15.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: MIT
|
License: MIT
|
||||||
ExclusiveArch: s390 s390x
|
ExclusiveArch: s390 s390x
|
||||||
@ -792,7 +792,7 @@ getent group cpacfstats >/dev/null || groupadd -r cpacfstats
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files
|
Summary: Development files
|
||||||
|
|
||||||
Requires: %{name}-base%{?_isa} = %{version}-%{release}
|
Requires: %{name}-base%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
User-space development files for the s390/s390x architecture.
|
User-space development files for the s390/s390x architecture.
|
||||||
@ -804,6 +804,9 @@ User-space development files for the s390/s390x architecture.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 29 2020 Petr Šabata <contyk@redhat.com> - 2:2.15.1-2
|
||||||
|
- Fix the development package dependency by adding epoch
|
||||||
|
|
||||||
* Thu Oct 29 2020 Dan Horák <dan[at]danny.cz> - 2:2.15.1-1
|
* Thu Oct 29 2020 Dan Horák <dan[at]danny.cz> - 2:2.15.1-1
|
||||||
- rebased to 2.15.1
|
- rebased to 2.15.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user