From edac1751922a22956b90c60698366ecf16f25f85f5a64dfb7740d1b151087523 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 21 May 2024 09:18:05 +0000 Subject: [PATCH] Accepting request 1175485 from home:ojkastl_buildservice:Branch_server_monitoring use pkconfig(systemd) instead of systemd-devel OBS-URL: https://build.opensuse.org/request/show/1175485 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/alloy?expand=0&rev=3 --- alloy.changes | 5 +++++ alloy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/alloy.changes b/alloy.changes index b2408c2..9068afd 100644 --- a/alloy.changes +++ b/alloy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 21 09:01:35 UTC 2024 - Johannes Kastl + +- use pkconfig(systemd) instead of systemd-devel + ------------------------------------------------------------------- Tue Apr 16 18:00:05 UTC 2024 - Johannes Kastl diff --git a/alloy.spec b/alloy.spec index 445e97b..23865fd 100644 --- a/alloy.spec +++ b/alloy.spec @@ -30,7 +30,7 @@ Source2: ui-%{version}.tar.gz Source3: PACKAGING_README.md Source4: Makefile BuildRequires: go >= 1.22 -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) BuildRequires: user(alloy) # Require the system user and group Requires(pre): user(alloy)