From 8cdd5b8ff751cc7f25c47f4284bf480f58598075 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Aug 04 2021 15:39:56 +0000 Subject: BuildRequire systemd-rpm-macros rather than systemd --- diff --git a/dconf.spec b/dconf.spec index e1c0932..0a2b365 100644 --- a/dconf.spec +++ b/dconf.spec @@ -2,7 +2,7 @@ Name: dconf Version: 0.40.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A configuration system License: LGPLv2+ and GPLv2+ and GPLv3+ @@ -17,7 +17,7 @@ BuildRequires: gcc BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gtk-doc BuildRequires: meson -BuildRequires: systemd +BuildRequires: systemd-rpm-macros BuildRequires: vala Requires: dbus @@ -103,6 +103,9 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db/distro.d/locks %{_datadir}/vala %changelog +* Wed Aug 04 2021 Kalev Lember - 0.40.0-5 +- BuildRequire systemd-rpm-macros rather than systemd + * Wed Jul 21 2021 Fedora Release Engineering - 0.40.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild