Patch for FPDI added, PDF creation was not working anymore

This commit is contained in:
2018-10-06 16:27:17 +02:00
parent d9bc23557a
commit 18aaf8f20d

View File

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