Specify architecture for provides
This commit is contained in:
parent
5f0e7106e0
commit
00b7f9a534
1 changed files with 4 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
Summary: Dynamic host configuration protocol software
|
||||
Name: dhcp
|
||||
Version: 4.4.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||
# that's why it is at 12 now. It should have never been used, but it was.
|
||||
|
|
@ -165,7 +165,8 @@ This package provides common files used by dhcp and dhclient package.
|
|||
|
||||
%package libs-static
|
||||
Summary: Shared libraries used by ISC dhcp client and server
|
||||
Provides: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
Provides: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Provides: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
Provides: bundled(bind-export-libs)
|
||||
Provides: bundled(bind)
|
||||
|
||||
|
|
@ -511,7 +512,7 @@ done
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 18 2019 Pavel Zhukov <pzhukov@redhat.com> - 12:4.4.1-7
|
||||
* Mon Mar 18 2019 Pavel Zhukov <pzhukov@redhat.com> - 12:4.4.1-8
|
||||
- Provides specific version of libs
|
||||
|
||||
* Mon Mar 18 2019 Pavel Zhukov <pzhukov@redhat.com> - 12:4.4.1-6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue