From 95d69688e7fc0d5cf0d0bf895b560a93bbe9c480 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Fri, 5 Jun 2026 10:51:24 +0800 Subject: [PATCH] SPECS: gpsd: Adjust requires. Signed-off-by: Zheng Junjie --- SPECS/gpsd/gpsd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/gpsd/gpsd.spec b/SPECS/gpsd/gpsd.spec index 6d69ca9de0..b82ef59338 100644 --- a/SPECS/gpsd/gpsd.spec +++ b/SPECS/gpsd/gpsd.spec @@ -14,9 +14,9 @@ URL: https://gitlab.com/gpsd/gpsd Source0: https://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-%{version}.tar.gz Source1: gpsd.sysconfig -BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: pkgconfig(python3) +BuildRequires: pkgconfig(libudev) BuildRequires: python3dist(setuptools) BuildRequires: python3dist(scons) BuildRequires: python3dist(pyserial) @@ -228,4 +228,4 @@ install -p -m 0755 gpsinit %{buildroot}%{_sbindir} %{_mandir}/man1/xgpsspeed.1* %changelog -%{?autochangelog} +%autochangelog