Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
rpm-icingaweb2-module-ipl
Commits
6eef87fd
Commit
6eef87fd
authored
May 02, 2019
by
Markus Frosch
Browse files
Avoid problems with older spectool versions
For RHEL 6
parent
1c59b62d
Pipeline
#3882
passed with stages
in 9 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
icingaweb2-module-ipl.spec
View file @
6eef87fd
...
...
@@ -12,7 +12,8 @@ Summary: Icinga PHP library module for Icinga Web 2
Group: Applications/System
License: GPLv2+
URL: https://icinga.com
Source0: https://github.com/Icinga/icingaweb2-module-%{module_name}/archive/v%{version}.tar.gz#/icingaweb2-module-%{module_name}-%{version}.tar.gz
Source0: https://github.com/Icinga/icingaweb2-module-%{module_name}/archive/v%{version}.tar.gz
#/icingaweb2-module-%{module_name}-%{version}.tar.gz
BuildArch: noarch
%global basedir %{_datadir}/icingaweb2/modules/%{module_name}
...
...
@@ -25,7 +26,8 @@ This module collects several IPL library and ships them as a simple module
for Icinga Web 2.
%prep
%setup -q -n icingaweb2-module-%{module_name}-%{version}
%setup -q
#-n icingaweb2-module-%{module_name}-%{version}
%build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment