This repository was archived by the owner on Mar 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
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
27
+ %global gd2release rc0
28
+
26
29
Name: %{repo }
27
30
Version: 4.1.0
28
- Release: dev %{?dist }
31
+ Release: 0.%{ gd2release } %{?dist }
29
32
Summary: The GlusterFS management daemon (preview)
30
33
License: GPLv2 or LGPLv3+
31
34
URL: https://%{provider_prefix }
32
35
%if 0%{?with_bundled }
33
- Source0: https://%{provider_prefix }/releases/download/v%{version }/%{name }-v%{version }-0 -vendor.tar.xz
36
+ Source0: https://%{provider_prefix }/releases/download/v%{version }/%{name }-v%{gd2version }-%{ gd2release } -vendor.tar.xz
34
37
%else
35
- Source0: https://%{provider_prefix }/releases/download/v%{version }/%{name }-v%{version }-0 .tar.xz
38
+ Source0: https://%{provider_prefix }/releases/download/v%{version }/%{name }-v%{gd2version }-%{ gd2release } .tar.xz
36
39
%endif
37
40
Source1: glusterd2-logrotate
38
41
@@ -72,7 +75,7 @@ BuildRequires: golang(golang.org/x/sys/unix)
72
75
BuildRequires: golang(google.golang.org/grpc)
73
76
%endif
74
77
75
- Requires: glusterfs-server >= 4.0.0, glusterfs-server < 4 .1.0
78
+ Requires: glusterfs-server >= 4.1.0-0 .1.rc0
76
79
Requires: /usr/bin/strings
77
80
%{?systemd_requires }
78
81
Original file line number Diff line number Diff line change @@ -59,5 +59,5 @@ echo "Signed archive, signature in $SIGNFILE"
59
59
rm -rf " $TMPDIR "
60
60
61
61
# Also create source tarballs
62
- " $ ( dirname " $0 " ) /dist.sh" " $RELEASEDIR "
63
- VENDOR=y " $ ( dirname " $0 " ) /dist.sh" " $RELEASEDIR "
62
+ DISTDIR= " $RELEASEDIR " " $ ( dirname " $0 " ) /dist.sh"
63
+ VENDOR=y DISTDIR= " $RELEASEDIR " " $ ( dirname " $0 " ) /dist.sh"
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.1dev "
23
+ GlusterdVersion = "4.1.0-rc0 "
24
24
GitSHA = ""
25
25
)
26
26
You can’t perform that action at this time.
0 commit comments