Adjust the rpm spec data
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
This commit is contained in:
parent
db121049b3
commit
48edf1757b
1 changed files with 8 additions and 5 deletions
|
@ -5,11 +5,12 @@
|
||||||
Name: ansible-kubespray
|
Name: ansible-kubespray
|
||||||
Version: XXX
|
Version: XXX
|
||||||
Release: XXX
|
Release: XXX
|
||||||
Summary: Ansible modules for installing Kubernetes clusters
|
Summary: Ansible modules for installing Kubernetes
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/kubernetes-incubator/kubespray
|
Vendor: Kubespray <smainklh@gmail.com>
|
||||||
|
Url: https://github.com/kubernetes-incubator/kubespray
|
||||||
Source0: https://github.com/kubernetes-incubator/kubespray/archive/%{upstream_version}.tar.gz
|
Source0: https://github.com/kubernetes-incubator/kubespray/archive/%{upstream_version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
@ -25,8 +26,9 @@ Requires: python-netaddr
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
Ansible-kubespray is a set of Ansible modules and playbooks for installing
|
Ansible-kubespray is a set of Ansible modules and playbooks for
|
||||||
a Kubernetes cluster.
|
installing a Kubernetes cluster. If you have questions, join us
|
||||||
|
on the https://slack.k8s.io, channel '#kubespray'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{upstream_version} -S git
|
%autosetup -n %{name}-%{upstream_version} -S git
|
||||||
|
@ -52,6 +54,7 @@ export SKIP_PIP_INSTALL=1
|
||||||
%{python2_sitelib}/%{srcname}-%{version}-py%{python2_version}.egg-info
|
%{python2_sitelib}/%{srcname}-%{version}-py%{python2_version}.egg-info
|
||||||
/usr/local/share/kubespray/roles/
|
/usr/local/share/kubespray/roles/
|
||||||
/usr/local/share/kubespray/playbooks/
|
/usr/local/share/kubespray/playbooks/
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
Loading…
Reference in a new issue