Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
EL7:icinga
>
icinga2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 12
[-]
[+]
Changed
icinga2.spec
@@ -16,6 +16,7 @@ # * along with this program; if not, write to the Free Software Foundation * # * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * # ******************************************************************************/ +%define _default_patch_fuzz 20 %define revision 1 @@ -96,7 +97,7 @@ Release: %{revision}%{?dist} Url: https://www.icinga.com/ Source: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz -#Patch0: https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/7152.patch +Patch0: https://patch-diff.githubusercontent.com/raw/Icinga/icinga2/pull/7152.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-bin = %{version}-%{release} @@ -294,7 +295,7 @@ %if "%{_vendor}" == "suse" find . -type f -name '*.sh' -exec sed -i -e 's|\/usr\/bin\/env bash|\/bin\/bash|g' {} \; %endif -## patch0 -p1 +%patch0 -p1 %build # set basedir to allow cache to hit between different builds