Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20862a3f30 | ||
|
|
aa9a056889 | ||
|
|
abe1597d27 | ||
|
|
7f2daa43d2 | ||
|
|
70bfa6fc05 |
3 changed files with 33 additions and 7 deletions
12
0001-rpc-rpc-lib-src-Makefile.am.patch
Normal file
12
0001-rpc-rpc-lib-src-Makefile.am.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- glusterfs-8.0/rpc/rpc-lib/src/Makefile.am.orig 2020-07-22 08:09:31.315980869 -0400
|
||||
+++ glusterfs-8.0/rpc/rpc-lib/src/Makefile.am 2020-07-22 08:10:12.203980869 -0400
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
libgfrpc_la_SOURCES = auth-unix.c rpcsvc-auth.c rpcsvc.c auth-null.c \
|
||||
rpc-transport.c xdr-rpc.c xdr-rpcclnt.c rpc-clnt.c auth-glusterfs.c \
|
||||
- rpc-drc.c $(CONTRIBDIR)/sunrpc/xdr_sizeof.c rpc-clnt-ping.c \
|
||||
- autoscale-threads.c mgmt-pmap.c
|
||||
+ rpc-drc.c rpc-clnt-ping.c autoscale-threads.c mgmt-pmap.c
|
||||
|
||||
EXTRA_DIST = libgfrpc.sym
|
||||
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 7.6
|
||||
Version: 7.9
|
||||
Release: 1%{?dev:%{dev}}%{?dist}
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
|
|
@ -213,6 +213,7 @@ Source8: glusterfsd.init
|
|||
%else
|
||||
Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
|
||||
%endif
|
||||
Patch0001: 0001-rpc-rpc-lib-src-Makefile.am.patch
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
BuildRequires: systemd
|
||||
|
|
@ -258,17 +259,17 @@ BuildRequires: libattr-devel
|
|||
BuildRequires: firewalld
|
||||
%endif
|
||||
|
||||
Obsoletes: hekafs
|
||||
Obsoletes: hekafs <= %{version}-%{release}
|
||||
Obsoletes: %{name}-common < %{version}-%{release}
|
||||
Obsoletes: %{name}-core < %{version}-%{release}
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Obsoletes: %{name}-regression-tests
|
||||
Obsoletes: %{name}-regression-tests <= %{version}-%{release}
|
||||
%endif
|
||||
Obsoletes: %{name}-ufo
|
||||
Obsoletes: %{name}-ufo <= %{version}-%{release}
|
||||
%if ( 0%{!?_with_gnfs:1} )
|
||||
Obsoletes: %{name}-gnfs
|
||||
Obsoletes: %{name}-gnfs <= %{version}-%{release}
|
||||
%endif
|
||||
Obsoletes: %{name}-ganesha
|
||||
Obsoletes: %{name}-ganesha <= %{version}-%{release}
|
||||
Provides: %{name}-common = %{version}-%{release}
|
||||
Provides: %{name}-core = %{version}-%{release}
|
||||
|
||||
|
|
@ -671,6 +672,7 @@ for f in api events extras geo-replication libglusterfs tools xlators; do
|
|||
find $f -type f -exec sed -i 's|/usr/bin/python3|/usr/bin/python2|' {} \;
|
||||
done
|
||||
%endif
|
||||
%patch0001 -p1
|
||||
|
||||
%build
|
||||
|
||||
|
|
@ -1381,6 +1383,18 @@ exit 0
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 1 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.9-1
|
||||
- 7.9 GA
|
||||
|
||||
* Mon Sep 28 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.8-1
|
||||
- 7.8 GA
|
||||
|
||||
* Wed Jul 22 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.7-2
|
||||
- 7.7, remove contrib/rpc/xdr_sizeof.c
|
||||
|
||||
* Tue Jul 21 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.7-1
|
||||
- 7.7 GA
|
||||
|
||||
* Mon May 18 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.6-1
|
||||
- 7.6 GA
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (glusterfs-7.6.tar.gz) = c26b2046e7afdbb37fdd395fd9f692a0513ebb58c91ea223fbbaf9f8b41641b1fd009f2975e187f0feb8d83fb5cd4a8a0c2fdf4591a8a31e920d6bba75ae7c0f
|
||||
SHA512 (glusterfs-7.9.tar.gz) = 5683bf2ff3550b8286e27b70981cb176c445e432624db79f065eb5928bc4afdf009f54f3b1d5abde1f6d2c532c9c4820860685aea0d0f709dc78fcf35bfea688
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue