|
|
@ -7,7 +7,7 @@ Version: 0.1.0 |
|
|
|
Release: 1%{?dist} |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: Icinga Kubernetes Web |
|
|
|
Summary: Icinga Kubernetes Web |
|
|
|
Group: Applications/System |
|
|
|
Group: Applications/System |
|
|
|
License: GPLv2+ |
|
|
|
License: AGPLv3 |
|
|
|
URL: https://icinga.com |
|
|
|
URL: https://icinga.com |
|
|
|
#Source0: https://github.com/Icinga/icinga-notifications-web/archive/v%{version}.tar.gz |
|
|
|
#Source0: https://github.com/Icinga/icinga-notifications-web/archive/v%{version}.tar.gz |
|
|
|
BuildArch: noarch |
|
|
|
BuildArch: noarch |
|
|
@ -26,6 +26,7 @@ that are synchronized to a database by the Icinga for Kubernetes daemon. |
|
|
|
%prep |
|
|
|
%prep |
|
|
|
%setup -q -T -c %{name}-%{version} |
|
|
|
%setup -q -T -c %{name}-%{version} |
|
|
|
git clone https://github.com/Icinga/icinga-kubernetes-web . |
|
|
|
git clone https://github.com/Icinga/icinga-kubernetes-web . |
|
|
|
|
|
|
|
git checkout v%{version} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
%install |
|
|
|