This repository was archived by the owner on Mar 26, 2020. It is now read-only.
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
%global gd2make %{__make} PREFIX= %{_prefix } EXEC_PREFIX= %{_exec_prefix } BINDIR= %{_bindir } SBINDIR= %{_sbindir } DATADIR= %{_datadir } LOCALSTATEDIR= %{_sharedstatedir } LOGDIR= %{_localstatedir }/log SYSCONFDIR= %{_sysconfdir } FASTBUILD= off
25
25
26
- %global gd2version 4.1.0
26
+ %global gd2version 4.1.1
27
27
%global gd2release 0
28
28
29
29
Name: %{repo }
30
- Version: 4.1.0
30
+ Version: 4.1.1
31
31
Release: 1%{?dist }
32
32
Summary: The GlusterFS management daemon (preview)
33
33
License: GPLv2 or LGPLv3+
@@ -126,6 +126,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
126
126
%{_sysconfdir }/bash_completion.d/glustercli.sh
127
127
128
128
%changelog
129
+ *
Thu Oct 11 2018 Kaushal M <[email protected] > -
4.1.1-1
130
+ - Update to v4.1.1
131
+
129
132
*
Fri Jun 15 2018 Kaushal M <[email protected] > -
4.1.0-1
130
133
- Update to v4.1.0
131
134
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const (
20
20
21
21
// GlusterdVersion and GitSHA
22
22
var (
23
- GlusterdVersion = "4.1.0 "
23
+ GlusterdVersion = "4.1.1 "
24
24
GitSHA = ""
25
25
)
26
26
You can’t perform that action at this time.
0 commit comments