parent
87fcbd4c5b
commit
a0ca7a9c75
3 changed files with 9 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/etcd-2b67f52.tar.gz
|
||||
/etcd-ce63f10.tar.gz
|
||||
|
|
|
|||
10
etcd.spec
10
etcd.spec
|
|
@ -31,12 +31,12 @@
|
|||
# https://github.com/coreos/etcd
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit 2b67f5256a25b79603290e0a401a76f0e551d8c1
|
||||
%global commit ce63f107382080fda29ed124249b16bfea224dc0
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: %{repo}
|
||||
Version: 2.3.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A highly-available key value store for shared configuration
|
||||
License: ASL 2.0
|
||||
URL: https://%{provider_prefix}
|
||||
|
|
@ -413,6 +413,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 22 2016 jchaloup <jchaloup@redhat.com> - 2.3.2-1
|
||||
- Update to v2.3.2
|
||||
resolves: #1329438
|
||||
|
||||
* Sat Apr 9 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.1-3
|
||||
- Enable aarch64
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0ebebb09d8919c3bb98be92aaf7048fd etcd-2b67f52.tar.gz
|
||||
ee286267fed1b2ac6325f61fdac6d5fe etcd-ce63f10.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue