This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #590 from kshlm/prepare-for-4.0.0
Prepare for 4.0.0
- Loading branch information
Showing
5 changed files
with
9 additions
and
17 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ | |
%global gd2make %{__make} PREFIX=%{_prefix} EXEC_PREFIX=%{_exec_prefix} BINDIR=%{_bindir} SBINDIR=%{_sbindir} DATADIR=%{_datadir} LOCALSTATEDIR=%{_sharedstatedir} LOGDIR=%{_localstatedir}/log SYSCONFDIR=%{_sysconfdir} FASTBUILD=off | ||
|
||
Name: %{repo} | ||
Version: 4.0rc0 | ||
Release: 2%{?dist} | ||
Version: 4.0.0 | ||
Release: 1%{?dist} | ||
Summary: The GlusterFS management daemon (preview) | ||
License: GPLv2 or LGPLv3+ | ||
URL: https://%{provider_prefix} | ||
|
@@ -45,7 +45,7 @@ BuildRequires: golang(github.com/cespare/xxhash) | |
BuildRequires: golang(github.com/cockroachdb/cmux) | ||
BuildRequires: golang(github.com/coreos/etcd/clientv3) | ||
BuildRequires: golang(github.com/coreos/etcd/clientv3/concurrency) | ||
#BuildRequires: golang(github.com/coreos/etcd/clientv3/namespace) | ||
BuildRequires: golang(github.com/coreos/etcd/clientv3/namespace) | ||
BuildRequires: golang(github.com/coreos/etcd/embed) | ||
BuildRequires: golang(github.com/coreos/etcd/etcdserver/etcdserverpb) | ||
BuildRequires: golang(github.com/coreos/etcd/pkg/transport) | ||
|
@@ -70,7 +70,8 @@ BuildRequires: golang(golang.org/x/sys/unix) | |
BuildRequires: golang(google.golang.org/grpc) | ||
%endif | ||
|
||
Requires: glusterfs-server >= 4.0rc0 | ||
Requires: glusterfs-server >= 4.0.0 | ||
Requires: /usr/bin/strings | ||
%{?systemd_requires} | ||
|
||
%description | ||
|
@@ -120,6 +121,9 @@ install -d -m 0755 %{buildroot}%{_localstatedir}/log/%{name} | |
%{_sysconfdir}/bash_completion.d/glustercli.sh | ||
|
||
%changelog | ||
* Wed Feb 28 2018 Kaushal M <[email protected]> - 4.0.0 | ||
- Update to v4.0.0 | ||
|
||
* Wed Feb 14 2018 Kaushal M <[email protected]> - 4.0rc0-2 | ||
- Update spec to support unbundled/vendored builds | ||
- Fedora defaults to bundled builds till all required dependencies are available | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.