From b70d14d9ef511ee87bc5528577ecf28ef9259407 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 20 Jul 2023 12:29:28 -0400 Subject: [PATCH] Update dependencies dbus-glib is deprecated, and nothing built in this package uses it; the one sample app in contrib/ which does is not built or installed. systemd-rpm-macros has been split out, which avoids installing the entire systemd and its dependencies to build this. --- gpsd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpsd.spec b/gpsd.spec index 2733484..d8a6d7e 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -16,7 +16,6 @@ Patch1: gpsd-apistatus.patch BuildRequires: gcc BuildRequires: dbus-devel -BuildRequires: dbus-glib-devel BuildRequires: ncurses-devel BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -28,7 +27,7 @@ BuildRequires: python3-pyserial BuildRequires: desktop-file-utils BuildRequires: bluez-libs-devel BuildRequires: pps-tools-devel -BuildRequires: systemd +BuildRequires: systemd-rpm-macros %if %{with_qt} BuildRequires: gcc-c++ BuildRequires: qt-devel