Accepting request 707856 from home:jsegitz:branches:devel:CaaSP:Head:ControllerNode
- Added README.security and wording in the configuration file to ensure users are aware that they need to configure etcd to require authentication OBS-URL: https://build.opensuse.org/request/show/707856 OBS-URL: https://build.opensuse.org/package/show/devel:CaaSP:Head:ControllerNode/etcd?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
aaaacfe0a0
commit
e6a51f563d
@@ -33,6 +33,7 @@ Source1: %{name}.conf
|
||||
Source2: %{name}.service
|
||||
Source3: etcd_client_firewall
|
||||
Source4: etcd_server_firewall
|
||||
Source5: README.security
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: shadow
|
||||
BuildRequires: systemd-rpm-macros
|
||||
@@ -68,6 +69,7 @@ to explore an etcd cluster.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
cp %{SOURCE5} .
|
||||
|
||||
%build
|
||||
%{goprep} github.com/coreos/etcd
|
||||
@@ -111,7 +113,7 @@ getent passwd %{name} >/dev/null || %{_sbindir}/useradd -r -g %{name} -d %{_loca
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CONTRIBUTING.md README.md DCO NOTICE
|
||||
%doc CONTRIBUTING.md README.md DCO NOTICE README.security
|
||||
%license LICENSE
|
||||
%{_sbindir}/%{name}
|
||||
|
||||
|
Reference in New Issue
Block a user