From 727e6aed07a778c16ba909342727b0199d83481f Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Fri, 10 Aug 2018 15:23:17 -0400 Subject: [PATCH] New upstream release --- .gitignore | 2 +- sources | 2 +- tang.spec | 25 +++++++++---------------- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index b603813..1591087 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/tang-6.tar.bz2 +/tang-7.tar.bz2 diff --git a/sources b/sources index 7c9ec7c..b79c37c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tang-6.tar.bz2) = 60883e45373a991c1e5e60e2313232bf36eacd0b3fcdc025a5358298636c92a074ac1a6b17f7b4096a20dcfca4402e162ae79137b3447a64d5091e6f96a95e5f +SHA512 (tang-7.tar.bz2) = dd4187fa6962523ac2a745ef05a27cdf7e5264c595942e63d406d67a1c595e87bd7e74091cb2e16362f369480cdf8e3b4bfe1fee13b9cb73d5308f42c52f138a diff --git a/tang.spec b/tang.spec index 926c6ad..9f39f41 100644 --- a/tang.spec +++ b/tang.spec @@ -1,6 +1,6 @@ Name: tang -Version: 6 -Release: 5%{?dist} +Version: 7 +Release: 1%{?dist} Summary: Network Presence Binding Daemon License: GPLv3+ @@ -20,12 +20,11 @@ BuildRequires: pkgconfig BuildRequires: systemd BuildRequires: curl +BuildRequires: asciidoc BuildRequires: coreutils BuildRequires: grep BuildRequires: sed -BuildRequires: nagios-common - %{?systemd_requires} Requires: coreutils Requires: jose >= 8 @@ -37,13 +36,6 @@ Requires(pre): shadow-utils %description Tang is a small daemon for binding data to the presence of a third party. -%package nagios -Summary: Nagios plugin for testing Tang Daemon -Requires: nagios-common - -%description nagios -This package provides a Nagios plugin used to test the Tang Network Presence Binding Daemon. - %prep %setup -q @@ -105,13 +97,14 @@ exit 0 %{_libexecdir}/%{name}d-update %{_libexecdir}/%{name}d %{_mandir}/man8/tang.8* - -%files nagios -%license COPYING -%{_libdir}/nagios/plugins/%{name} -%{_mandir}/man1/tang-nagios.1* +%{_bindir}/%{name}-show-keys +%{_mandir}/man1/tang-show-keys.1* %changelog +* Fri Aug 10 2018 Nathaniel McCallum - 7-1 +- New upstream release +- Retire tang-nagios package (now separate upstream) + * Sat Jul 14 2018 Fedora Release Engineering - 6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild