From 3d83a9f66ed8a9dcf4039955d463249890e58348 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 5 Aug 2022 12:01:19 +0200 Subject: [PATCH] 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). --- avahi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/avahi.spec b/avahi.spec index 2f2e44e..dce5e05 100644 --- a/avahi.spec +++ b/avahi.spec @@ -50,7 +50,7 @@ Name: avahi Version: 0.8 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Local network service discovery License: LGPLv2+ URL: http://avahi.org @@ -116,7 +116,6 @@ BuildRequires: mono-devel BuildRequires: monodoc-devel %endif BuildRequires: systemd -%{?systemd_requires} BuildRequires: gcc BuildRequires: gcc-c++ @@ -830,6 +829,9 @@ exit 0 %changelog +* Fri Aug 05 2022 Kalev Lember - 0.8-17 +- Avoid systemd_requires as per updated packaging guidelines + * Wed Jul 20 2022 Fedora Release Engineering - 0.8-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild