nfs-ganesha 2.8.2 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
78e8f49df4
commit
513f8799eb
@ -1,24 +0,0 @@
|
||||
--- nfs-ganesha-2.8.1/src/scripts/ganeshactl/Ganesha/glib_dbus_stats.py.orig 2019-07-02 16:15:14.081197046 -0400
|
||||
+++ nfs-ganesha-2.8.1/src/scripts/ganeshactl/Ganesha/glib_dbus_stats.py 2019-07-02 16:15:55.797197046 -0400
|
||||
@@ -139,9 +139,9 @@
|
||||
return DumpFULLV4Stats(stats_state())
|
||||
# authentication
|
||||
def auth_stats(self):
|
||||
- stats_state = self.exportmgrobj.get_dbus_method("GetAuthStats",
|
||||
- self.dbus_exportstats_name)
|
||||
- return DumpAuth(stats_state())
|
||||
+ stats_state = self.exportmgrobj.get_dbus_method("GetAuthStats",
|
||||
+ self.dbus_exportstats_name)
|
||||
+ return DumpAuth(stats_state())
|
||||
|
||||
class RetrieveClientStats():
|
||||
def __init__(self):
|
||||
@@ -497,7 +497,7 @@
|
||||
self.success = stats[0]
|
||||
self.status = stats[1]
|
||||
if self.success:
|
||||
- self.timestamp = (stats[2][0], stats[2][1])
|
||||
+ self.timestamp = (stats[2][0], stats[2][1])
|
||||
self.gctotal = stats[3][0]
|
||||
self.gclatency = stats[3][1]
|
||||
self.gcmax = stats[3][2]
|
@ -130,14 +130,13 @@ Requires: openSUSE-release
|
||||
#%%global dash_dev_version 2.8-rc1
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.8.1
|
||||
Version: 2.8.2
|
||||
Release: 1%{?dev:%{dev}}%{?dist}
|
||||
Summary: NFS-Ganesha is a NFS Server running in user space
|
||||
License: LGPLv3+
|
||||
Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
|
||||
|
||||
Source0: https://github.com/%{name}/%{name}/archive/V%{version}/%{name}-%{version}.tar.gz
|
||||
Patch1: 0001-src-scripts-ganeshactl-Ganesha-glib_dbus_stats.py.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: bison
|
||||
@ -497,7 +496,6 @@ Development headers and auxiliary files for developing with %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
cd src && %cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
@ -873,6 +871,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 23 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.8.2-1
|
||||
- nfs-ganesha 2.8.2 GA
|
||||
|
||||
* Tue Jul 2 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.8.1-1
|
||||
- nfs-ganesha 2.8.1 GA
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nfs-ganesha-2.8.1.tar.gz) = 0b3d1551258dcf2a9c838cd425c98c07cbf14fa256741bda45c8ce4749e80d43ac9e1547d300e8378351ed7fd1acae929a4d9df1d79f8a67132d23cec0fb6172
|
||||
SHA512 (nfs-ganesha-2.8.2.tar.gz) = 80272a00dae5af3270bced97010a84453e3fdb987b3984d0782209f9328661815968aca1cc985a1acf5f7b14aedadc9e4231bee6a59370a362bccc113e93d1fe
|
||||
|
Loading…
Reference in New Issue
Block a user