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-incubator
Commits
20f12d8e
Commit
20f12d8e
authored
May 02, 2019
by
Markus Frosch
Browse files
Avoid problems with older spectool versions
For RHEL 6
parent
174bc819
Pipeline
#3883
passed with stages
in 9 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
icingaweb2-module-incubator.spec
View file @
20f12d8e
...
...
@@ -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}
...
...
@@ -24,7 +25,8 @@ Requires: php-Icinga >= %{icingaweb_min_version}
This module brings bleeding edge libraries useful for Icinga Web 2 modules.
%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