Browse Source

fix typo

master
parent
commit
ef9022fd2f
  1. 4
      etcd/etcd.spec

4
etcd/etcd.spec

@ -36,7 +36,7 @@ Class: EVAL
Group: Networking Group: Networking
License: Apache License: Apache
Version: %{V_base}.%{V_snap} Version: %{V_base}.%{V_snap}
Release: 20251112 Release: 20251121
# list of sources # list of sources
Source0: http://download.openpkg.org/components/versioned/etcd/etcd-%{V_snap}.tar.xz Source0: http://download.openpkg.org/components/versioned/etcd/etcd-%{V_snap}.tar.xz
@ -93,7 +93,7 @@ PreReq: OpenPKG, openpkg >= 20160101
src/github.com/etcd-io/etcd/bin/etcdctl \ src/github.com/etcd-io/etcd/bin/etcdctl \
$RPM_BUILD_ROOT%{l_prefix}/sbin/ $RPM_BUILD_ROOT%{l_prefix}/sbin/
# install default configutation # install default configuration
%{l_shtool} install -c -m 644 %{l_value -s -a} \ %{l_shtool} install -c -m 644 %{l_value -s -a} \
%{SOURCE etcd.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/etcd/ %{SOURCE etcd.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/etcd/

Loading…
Cancel
Save