This repository was archived by the owner on Mar 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2929Name: %{repo }
3030Version: 4.1.0
31- Release: 0.%{ gd2release } %{?dist }
31+ Release: 1 %{?dist }
3232Summary: The GlusterFS management daemon (preview)
3333License: GPLv2 or LGPLv3+
3434URL: https://%{provider_prefix }
@@ -75,7 +75,7 @@ BuildRequires: golang(golang.org/x/sys/unix)
7575BuildRequires: 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
7979Requires: /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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const (
2020
2121// GlusterdVersion and GitSHA
2222var (
23- GlusterdVersion = "4.1.0-rc0 "
23+ GlusterdVersion = "4.1.0"
2424 GitSHA = ""
2525)
2626
You can’t perform that action at this time.
0 commit comments