Patch for FPDI added, PDF creation was not working anymore
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name: pnp4nagios
|
||||
Version: 0.6.26
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Nagios performance data analysis tool
|
||||
|
||||
Group: Applications/System
|
||||
@@ -12,6 +12,7 @@ Source2: pnp4nagios-npcd.sysvinit
|
||||
Source3: pnp4nagios-README.fedora
|
||||
Patch1: pnp4nagios-httpd24.patch
|
||||
Patch2: pnp4nagios-pnp-helper.patch
|
||||
Patch3: pnp4nagios-fpdi.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# this package requires icinga2 instead of nagios!
|
||||
@@ -40,6 +41,7 @@ and stores them automatically into RRD-databases.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
#%patch2 -p0
|
||||
%patch3 -p0
|
||||
autoreconf
|
||||
|
||||
cp -p %{SOURCE3} README.fedora
|
||||
@@ -154,6 +156,9 @@ fi
|
||||
%{_datadir}/nagios/html/%{name}
|
||||
|
||||
%changelog
|
||||
* 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!
|
||||
|
||||
* Sun Jun 3 2018 Daniel Steiner <dsteiner@redhat.com> - 0.6.26-1
|
||||
- Build for Fedora 28.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user