PNP updated to latest git master state, perl module can now be updated. Kodi Leia updated to RC4

This commit is contained in:
2019-01-04 18:06:03 +01:00
parent a36b932d62
commit a99c7c0d16
2 changed files with 12 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
%global PRERELEASE rc3
%global PRERELEASE rc4
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -477,6 +477,9 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%changelog
* Fri Jan 4 2019 Daniel Steiner <daniel.steiner@greenmail.ch> - 18.0-0.21.rc4
- Update to RC4
* Wed Dec 19 2018 Daniel Steiner <daniel.steiner@greenmail.ch> - 18.0-0.21.rc3
- Update to RC3

View File

@@ -1,6 +1,7 @@
%define gitversion git.ff7cd69
Name: pnp4nagios
Version: 0.6.26
Release: 2%{?dist}
Version: 0.6.27
Release: 1.%{gitversion}%{?dist}
Summary: Nagios performance data analysis tool
Group: Applications/System
@@ -39,9 +40,9 @@ and stores them automatically into RRD-databases.
%prep
%setup -q
%patch1 -p1
#%patch1 -p1
#%patch2 -p0
%patch3 -p0
#%patch3 -p0
autoreconf
cp -p %{SOURCE3} README.fedora
@@ -156,6 +157,9 @@ fi
%{_datadir}/nagios/html/%{name}
%changelog
* Thu Dec 20 2018 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-1-gitff7cd69
- Upgrade to git master version ff7cd69.
* Sat Oct 6 2018 Daniel Steiner <dsteiner@redhat.com> - 0.6.26-2
- FPDI pdf generation patch added, this was required for php 7.2!