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 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8955492
commit 753efb0
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
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,11 +24,11 @@ | |
%global gd2make %{__make} PREFIX=%{_prefix} EXEC_PREFIX=%{_exec_prefix} BINDIR=%{_bindir} SBINDIR=%{_sbindir} DATADIR=%{_datadir} LOCALSTATEDIR=%{_sharedstatedir} LOGDIR=%{_localstatedir}/log SYSCONFDIR=%{_sysconfdir} FASTBUILD=off | ||
|
||
%global gd2version 4.1.0 | ||
%global gd2release rc0 | ||
%global gd2release 0 | ||
|
||
Name: %{repo} | ||
Version: 4.1.0 | ||
Release: 0.%{gd2release}%{?dist} | ||
Release: 1%{?dist} | ||
Summary: The GlusterFS management daemon (preview) | ||
License: GPLv2 or LGPLv3+ | ||
URL: https://%{provider_prefix} | ||
|
@@ -75,7 +75,7 @@ BuildRequires: golang(golang.org/x/sys/unix) | |
BuildRequires: golang(google.golang.org/grpc) | ||
%endif | ||
|
||
Requires: glusterfs-server >= 4.1.0-0.1.rc0 | ||
Requires: glusterfs-server >= 4.1.0 | ||
Requires: /usr/bin/strings | ||
%{?systemd_requires} | ||
|
||
|
@@ -126,6 +126,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} | |
%{_sysconfdir}/bash_completion.d/glustercli.sh | ||
|
||
%changelog | ||
* Fri Jun 15 2018 Kaushal M <[email protected]> - 4.1.0-1 | ||
- Update to v4.1.0 | ||
|
||
* Wed Mar 14 2018 Kaushal M <[email protected]> - 4.0.0-2 | ||
- Add logrotate configuration | ||
- Correct BuildRequires on go_compiler | ||
|
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