2424%global gd2make %{__make} PREFIX= %{_prefix } EXEC_PREFIX= %{_exec_prefix } BINDIR= %{_bindir } SBINDIR= %{_sbindir } DATADIR= %{_datadir } LOCALSTATEDIR= %{_sharedstatedir } LOGDIR= %{_localstatedir }/log SYSCONFDIR= %{_sysconfdir } FASTBUILD= off
2525
2626Name: %{repo }
27- Version: 4.0rc0
28- Release: 2 %{?dist }
27+ Version: 4.0.0
28+ Release: 1 %{?dist }
2929Summary: The GlusterFS management daemon (preview)
3030License: GPLv2 or LGPLv3+
3131URL: https://%{provider_prefix }
@@ -45,7 +45,7 @@ BuildRequires: golang(github.com/cespare/xxhash)
4545BuildRequires: golang(github.com/cockroachdb/cmux)
4646BuildRequires: golang(github.com/coreos/etcd/clientv3)
4747BuildRequires: golang(github.com/coreos/etcd/clientv3/concurrency)
48- # BuildRequires: golang(github.com/coreos/etcd/clientv3/namespace)
48+ BuildRequires: golang(github.com/coreos/etcd/clientv3/namespace)
4949BuildRequires: golang(github.com/coreos/etcd/embed)
5050BuildRequires: golang(github.com/coreos/etcd/etcdserver/etcdserverpb)
5151BuildRequires: golang(github.com/coreos/etcd/pkg/transport)
@@ -70,7 +70,8 @@ BuildRequires: golang(golang.org/x/sys/unix)
7070BuildRequires: golang(google.golang.org/grpc)
7171%endif
7272
73- Requires: glusterfs-server >= 4.0rc0
73+ Requires: glusterfs-server >= 4.0.0
74+ Requires: /usr/bin/strings
7475%{?systemd_requires }
7576
7677%description
@@ -120,6 +121,9 @@ install -d -m 0755 %{buildroot}%{_localstatedir}/log/%{name}
120121%{_sysconfdir }/bash_completion.d/glustercli.sh
121122
122123%changelog
124+ * Wed Feb 28 2018 Kaushal M <kshlmster@gmail.com> - 4.0.0
125+ - Update to v4.0.0
126+
123127* Wed Feb 14 2018 Kaushal M <kshlmster@gmail.com> - 4.0rc0-2
124128- Update spec to support unbundled/vendored builds
125129- Fedora defaults to bundled builds till all required dependencies are available
0 commit comments