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

Commit 753efb0

Browse files
kshlmprashanthpai
authored andcommitted
Get ready for 4.1.0 tagging
1 parent 8955492 commit 753efb0

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

extras/rpms/glusterd2.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
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

2626
%global gd2version 4.1.0
27-
%global gd2release rc0
27+
%global gd2release 0
2828

2929
Name: %{repo}
3030
Version: 4.1.0
31-
Release: 0.%{gd2release}%{?dist}
31+
Release: 1%{?dist}
3232
Summary: The GlusterFS management daemon (preview)
3333
License: GPLv2 or LGPLv3+
3434
URL: https://%{provider_prefix}
@@ -75,7 +75,7 @@ BuildRequires: golang(golang.org/x/sys/unix)
7575
BuildRequires: golang(google.golang.org/grpc)
7676
%endif
7777

78-
Requires: glusterfs-server >= 4.1.0-0.1.rc0
78+
Requires: glusterfs-server >= 4.1.0
7979
Requires: /usr/bin/strings
8080
%{?systemd_requires}
8181

@@ -126,6 +126,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
126126
%{_sysconfdir}/bash_completion.d/glustercli.sh
127127

128128
%changelog
129+
* Fri Jun 15 2018 Kaushal M <kshlmster@gmail.com> - 4.1.0-1
130+
- Update to v4.1.0
131+
129132
* Wed Mar 14 2018 Kaushal M <kshlmster@gmail.com> - 4.0.0-2
130133
- Add logrotate configuration
131134
- Correct BuildRequires on go_compiler

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020

2121
// GlusterdVersion and GitSHA
2222
var (
23-
GlusterdVersion = "4.1.0-rc0"
23+
GlusterdVersion = "4.1.0"
2424
GitSHA = ""
2525
)
2626

0 commit comments

Comments
 (0)