Procházet zdrojové kódy

Prep for release 2.1.3

John C. Frickson před 9 roky
rodič
revize
70274cdbee
4 změnil soubory, kde provedl 6 přidání a 7 odebrání
  1. 1 3
      NEWS
  2. 1 1
      NP-VERSION-GEN
  3. 1 1
      configure.ac
  4. 3 2
      nagios-plugins.spec.in

+ 1 - 3
NEWS

@@ -1,8 +1,6 @@
 This file documents the major additions and syntax changes between releases.
 This file documents the major additions and syntax changes between releases.
 
 
-2.x.x 2016-xx-xx
-	SECURITY FIXES
-
+2.1.3 2016-09-12
 	ENHANCEMENTS
 	ENHANCEMENTS
 	SNI support in check_tcp (ddbilik)
 	SNI support in check_tcp (ddbilik)
 	check_disk_smb.pl: add support for -k for kerberos authentication
 	check_disk_smb.pl: add support for -k for kerberos authentication

+ 1 - 1
NP-VERSION-GEN

@@ -6,7 +6,7 @@
 SRC_ROOT=`dirname $0`
 SRC_ROOT=`dirname $0`
 
 
 NPVF=NP-VERSION-FILE
 NPVF=NP-VERSION-FILE
-DEF_VER=2.1.2.git
+DEF_VER=2.1.3.git
 
 
 LF='
 LF='
 '
 '

+ 1 - 1
configure.ac

@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
 AC_PREREQ(2.59)
-AC_INIT(nagios-plugins,2.1.2)
+AC_INIT(nagios-plugins,2.1.3)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AC_CONFIG_FILES([gl/Makefile
 AC_CONFIG_FILES([gl/Makefile
 	nagios-plugins.spec])
 	nagios-plugins.spec])

+ 3 - 2
nagios-plugins.spec.in

@@ -182,15 +182,16 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %files -f %{name}.lang
 %files -f %{name}.lang
-%config(missingok,noreplace) %{_sysconfdir}/command.cfg
 %doc CODING COPYING FAQ INSTALL LEGAL README REQUIREMENTS SUPPORT THANKS
 %doc CODING COPYING FAQ INSTALL LEGAL README REQUIREMENTS SUPPORT THANKS
-%doc ChangeLog command.cfg
+%doc ChangeLog
 %if ! %{isaix}
 %if ! %{isaix}
 %{_datadir}/locale/de/LC_MESSAGES/nagios-plugins.mo
 %{_datadir}/locale/de/LC_MESSAGES/nagios-plugins.mo
 %{_datadir}/locale/fr/LC_MESSAGES/nagios-plugins.mo
 %{_datadir}/locale/fr/LC_MESSAGES/nagios-plugins.mo
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Thu Aug 18 2016 John Frickson jfrickson<@>nagios.com
+- Removed references to the 'command.cfg' file, which no longer exists
 * Mon May 23 2005 Sean Finney <seanius@seanius.net> - cvs head
 * Mon May 23 2005 Sean Finney <seanius@seanius.net> - cvs head
 - just include the nagios plugins directory, which will automatically include
 - just include the nagios plugins directory, which will automatically include
   all generated plugins (which keeps the build from failing on systems that
   all generated plugins (which keeps the build from failing on systems that