public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nsca-ng] rawhide: update to 1.7
@ 2026-07-20 19:24 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-20 19:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nsca-ng
Branch : rawhide
Commit : 5e8c9da9e0757d8520c349e16607be6b2f293fba
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-20T16:23:47-03:00
Stats : +17/-7 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/nsca-ng/c/5e8c9da9e0757d8520c349e16607be6b2f293fba?branch=rawhide
Log:
update to 1.7
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
---
diff --git a/nsca-ng.spec b/nsca-ng.spec
index caea46b..a4d5063 100644
--- a/nsca-ng.spec
+++ b/nsca-ng.spec
@@ -1,18 +1,21 @@
Name: nsca-ng
-Version: 1.6
+Version: 1.7
Release: %autorelease
Summary: Add-on for transferring check results (and other commands) to Nagios or Icinga
License: LicenseRef-Callaway-BSD
URL: https://nsca-ng.org
Source: https://github.com/weiss/nsca-ng/archive/v%{version}/%{name}-%{version}.tar.gz
ExcludeArch: %{ix86}
+
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: make
BuildRequires: gcc
-BuildRequires: openssl-devel
-BuildRequires: libev-devel
BuildRequires: libbsd-devel
+BuildRequires: libconfuse-devel
+BuildRequires: libev-devel
+BuildRequires: make
+BuildRequires: openssl-devel
+BuildRequires: systemd-devel
%description
%{summary}.
@@ -26,8 +29,6 @@ Conflicts: nsca-client
%package server
Summary: %{SUMMARY} (server)
-BuildRequires: libconfuse-devel
-BuildRequires: systemd-devel
Requires: user(nagios)
%description server
@@ -57,6 +58,15 @@ install -Dpm0644 -t %{buildroot}%{_unitdir} etc/nsca-ng.{service,socket}
%check
%make_build check
+%post server
+%systemd_post nsca-ng.service nsca-ng.socket
+
+%preun server
+%systemd_preun nsca-ng.service nsca-ng.socket
+
+%postun server
+%systemd_postun_with_restart nsca-ng.service nsca-ng.socket
+
%files client
%license COPYING
%doc README NEWS PROTOCOL
diff --git a/sources b/sources
index 8e5b446..c1ecf8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nsca-ng-1.6.tar.gz) = db6fc881802fbbe71608c990e485ec8e9e0c60294e3ea04fc511e5b19652cee21801051cc7825676d9ff1110d6ccc8a0939b249054d811e2457817f1ead49736
+SHA512 (nsca-ng-1.7.tar.gz) = b2b3f74c5c483a2449c352509b62246247bf39dc797d225fb96c803dbf295c979af91f1b8b3599b70e42189e68d36c8dd176e1ab79266a2b5b5d619cc9480c7d
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 19:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:24 [rpms/nsca-ng] rawhide: update to 1.7 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox