Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Get ready for 4.1.0 tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
kshlm authored and prashanthpai committed Jun 15, 2018
1 parent 8955492 commit 753efb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions extras/rpms/glusterd2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}

Expand Down Expand Up @@ -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 <kshlmster@gmail.com> - 4.1.0-1
- Update to v4.1.0

* Wed Mar 14 2018 Kaushal M <kshlmster@gmail.com> - 4.0.0-2
- Add logrotate configuration
- Correct BuildRequires on go_compiler
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (

// GlusterdVersion and GitSHA
var (
GlusterdVersion = "4.1.0-rc0"
GlusterdVersion = "4.1.0"
GitSHA = ""
)

Expand Down

0 comments on commit 753efb0

Please sign in to comment.