Avoid systemd_requires as per updated packaging guidelines

There is no need to have them as systemd correctly handles reloading
depending on the transaction ordering (even if systemd is installed
_after_ the package that installs the unit file).
This commit is contained in:
Kalev Lember 2021-08-04 17:49:57 +02:00
parent 5ab1aeddde
commit 25f96b98e2

View File

@ -38,8 +38,6 @@ Requires: libtracker-sparql%{?_isa} = %{version}-%{release}
Recommends: tracker-miners%{?_isa}
%{?systemd_requires}
%description
Tracker is a powerful desktop-neutral first class object database,
tag/metadata database and search tool.
@ -171,6 +169,7 @@ The %{name}-devel package contains the documentation for %{name}.
%changelog
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 3.1.2-2
- BuildRequire systemd-rpm-macros instead of systemd
- Avoid systemd_requires as per updated packaging guidelines
* Thu Jul 29 2021 David King <amigadave@amigadave.com> - 3.1.2-1
- Update to 3.1.2 (#1988025)