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 2323
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
26+ %global gd2version 4.1.0
27+ %global gd2release rc0
28+
2629Name: %{repo }
2730Version: 4.1.0
28- Release: dev %{?dist }
31+ Release: 0.%{ gd2release } %{?dist }
2932Summary: The GlusterFS management daemon (preview)
3033License: GPLv2 or LGPLv3+
3134URL: https://%{provider_prefix }
3235%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
3437%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
3639%endif
3740Source1: glusterd2-logrotate
3841
@@ -72,7 +75,7 @@ BuildRequires: golang(golang.org/x/sys/unix)
7275BuildRequires: golang(google.golang.org/grpc)
7376%endif
7477
75- Requires: glusterfs-server >= 4.0.0, glusterfs-server < 4 .1.0
78+ Requires: glusterfs-server >= 4.1.0-0 .1.rc0
7679Requires: /usr/bin/strings
7780%{?systemd_requires }
7881
Original file line number Diff line number Diff line change @@ -59,5 +59,5 @@ echo "Signed archive, signature in $SIGNFILE"
5959rm -rf " $TMPDIR "
6060
6161# 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 (
2020
2121// GlusterdVersion and GitSHA
2222var (
23- GlusterdVersion = "4.1dev "
23+ GlusterdVersion = "4.1.0-rc0 "
2424 GitSHA = ""
2525)
2626
You can’t perform that action at this time.
0 commit comments