[Nagios-devel] [PATCH] minor artifact fixup for nagios.spec

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] [PATCH] minor artifact fixup for nagios.spec

Post by Guest »

Hi all:

The %release tag currently reads 1.fc4.test -- I assume this is
artifact from before when the RPM was being tested under fc4 -- the
tag should now just read "1" to avoid any confusion to the users:

--- nagios.spec.orig 2008-10-23 12:00:37.000000000 -0700
+++ nagios.spec 2008-10-23 12:00:43.000000000 -0700
@@ -1,6 +1,6 @@
%define name nagios
%define version 3.0.4
-%define release 1.fc4.test
+%define release 1
%define nsusr nagios
%define nsgrp nagios
%define cmdgrp nagiocmd

THanks,

Bernard





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked