The etcd rpms
Find a file
Fedora Release Engineering 9e3b6a0110 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 02:49:46 +00:00
tests Removed https_proxy: squid.redhat.com:3128 2017-11-29 13:43:12 +02:00
.gitignore Bootstrap 2022-11-06 22:13:03 +01:00
changelog Convert to rpmautospec 2021-08-05 15:16:40 +02:00
etcd.conf Update to v3.0.9 2016-09-16 16:36:04 +02:00
etcd.service etcd.service: do not pass command line flags already defined in environment 2019-04-16 15:51:58 +02:00
etcd.spec Update to 3.5.5 2022-11-06 22:25:20 +01:00
README.md generate man-pages for etcd and etcdctl 2017-11-07 15:09:13 +01:00
sources Bootstrap 2022-11-06 22:13:03 +01:00

etcdctl*.1 to etcdctl3*.1

for line in $(ls *.1); do mv $line $(echo $line | sed "s/etcdctl/etcdctl3/"); done

rename refs in man pages

sed -i "s/\\fBetcdctl\-/\\fBetcdctl3\-/g" *.1

sed -i s"/^etcdctl/ETCDCTL=3 etcdctl/" etcdctl3*.1

etcdctl*.1 to etcdctl2*.1

for line in $(ls *.1); do mv $line $(echo $line | sed "s/etcdctl/etcdctl3/"); done

rename refs in man pages

sed -i "s/\\fBetcdctl-/\\fBetcdctl2-/g" *.1