John C. Frickson 9 лет назад
Родитель
Сommit
70274cdbee
4 измененных файлов с 6 добавлено и 7 удалено
  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.
 
-2.x.x 2016-xx-xx
-	SECURITY FIXES
-
+2.1.3 2016-09-12
 	ENHANCEMENTS
 	SNI support in check_tcp (ddbilik)
 	check_disk_smb.pl: add support for -k for kerberos authentication

+ 1 - 1
NP-VERSION-GEN

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

+ 1 - 1
configure.ac

@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 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_FILES([gl/Makefile
 	nagios-plugins.spec])

+ 3 - 2
nagios-plugins.spec.in

@@ -182,15 +182,16 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files -f %{name}.lang
-%config(missingok,noreplace) %{_sysconfdir}/command.cfg
 %doc CODING COPYING FAQ INSTALL LEGAL README REQUIREMENTS SUPPORT THANKS
-%doc ChangeLog command.cfg
+%doc ChangeLog
 %if ! %{isaix}
 %{_datadir}/locale/de/LC_MESSAGES/nagios-plugins.mo
 %{_datadir}/locale/fr/LC_MESSAGES/nagios-plugins.mo
 %endif
 
 %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
 - just include the nagios plugins directory, which will automatically include
   all generated plugins (which keeps the build from failing on systems that