Tighten dependencies between -libs and -demos subpackages
This fixes an rpminspect warning for not having an explicit version requirement. Related: rhbz#2055172
This commit is contained in:
parent
0b78464728
commit
6a3037b16b
@ -1,6 +1,6 @@
|
||||
Name: geoclue2
|
||||
Version: 2.6.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Geolocation service
|
||||
|
||||
License: GPLv2+
|
||||
@ -62,6 +62,7 @@ use %{name}.
|
||||
%package demos
|
||||
Summary: Demo applications for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: libnotify-devel
|
||||
|
||||
%description demos
|
||||
@ -152,7 +153,10 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 16 2022 Bilal Elmoussaoui <belmouss@redhat.com> - 2.6.0
|
||||
* Wed Nov 30 2022 Kalev Lember <klember@redhat.com> - 2.6.0-6
|
||||
- Tighten dependencies between -libs and -demos subpackages
|
||||
|
||||
* Wed Feb 16 2022 Bilal Elmoussaoui <belmouss@redhat.com> - 2.6.0-5
|
||||
- Bump to 2.6.0
|
||||
|
||||
* Wed Jan 12 2022 Michael Catanzaro <tpopela@redhat.com> - 2.5.7-2
|
||||
|
Loading…
Reference in New Issue
Block a user