Recommend the daemon package instead of hard requiring
This avoids pulling in the daemon to the flatpak runtime (it should be installed on the host instead).
This commit is contained in:
parent
aef4224e21
commit
1cecf6a4a1
@ -39,7 +39,7 @@ can access location information without explicit permission from user.
|
||||
%package libs
|
||||
Summary: Geoclue client library
|
||||
License: LGPLv2+
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Recommends: %{name} = %{version}-%{release}
|
||||
|
||||
%description libs
|
||||
The %{name}-libs package contains a convenience library to interact with
|
||||
@ -48,7 +48,6 @@ Geoclue service.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -58,7 +57,7 @@ use %{name}.
|
||||
|
||||
%package demos
|
||||
Summary: Demo applications for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Recommends: %{name} = %{version}-%{release}
|
||||
BuildRequires: libnotify-devel
|
||||
|
||||
%description demos
|
||||
@ -149,6 +148,7 @@ exit 0
|
||||
%changelog
|
||||
* Fri Oct 01 2021 Kalev Lember <klember@redhat.com> - 2.5.7-5
|
||||
- Avoid requiring systemd for systemd rpm scriptlets
|
||||
- Recommend the daemon package instead of hard requiring
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user