From 3b2a3f16ace80a7a487034835a31e77557a51329 Mon Sep 17 00:00:00 2001 From: wangmian Date: Sat, 15 Aug 2020 22:44:50 +0800 Subject: [PATCH] moosefs v3.0.114 release --- mfs.spec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/mfs.spec b/mfs.spec index f04683c..fc73c35 100644 --- a/mfs.spec +++ b/mfs.spec @@ -29,12 +29,11 @@ Release: 1%{?_relname} License: commercial Group: System Environment/Daemons URL: http://www.moosefs.com/ -Source0: moosefs-3.0.114-1.tar.gz -%if %{rpm_has_bool_ops} +Source0: moosefs-3.0.114-1.tar.gz #BuildRequires: (fuse-devel or fuse3-devel >= 3.2.1) #%else BuildRequires: fuse-devel -%endif +#%endif BuildRequires: pkgconfig BuildRequires: zlib-devel BuildRequires: libpcap-devel @@ -102,7 +101,6 @@ MooseFS client: mfsmount and mfstools. %package cli Summary: MooseFS CLI Utility Group: System Environment/Daemons -#%if %{rpm_has_bool_ops} #Requires: (python3 or python2 or /usr/bin/python3 or /usr/bin/python2 or /usr/bin/python) #%else #Requires: python >= 2.5 @@ -117,7 +115,6 @@ MooseFS CLI utilities. %package cgi Summary: MooseFS CGI Monitor Group: System Environment/Daemons -#%if %{rpm_has_bool_ops} #Requires: (python3 or python2 or /usr/bin/python3 or /usr/bin/python2 or /usr/bin/python) #%else #Requires: python >= 2.5 @@ -415,7 +412,6 @@ exit 0 %{_bindir}/mfsscadmin %attr(755,root,root) %{_bindir}/mfstools %attr(755,root,root) %{_bindir}/mfsmount -# %attr(755,root,root) %{_sbindir}/mfsbdev - moved to EXTRA_FILES /sbin/mount.moosefs %{_includedir}/mfsio.h %{_libdir}/libmfsio.a @@ -468,7 +464,6 @@ exit 0 %{_mandir}/man1/mfsscadmin.1* %{_mandir}/man1/mfstools.1* %{_mandir}/man8/mfsmount.8* -# %{_mandir}/man8/mfsbdev.8* - moved to EXTRA_FILES %{_mandir}/man8/mount.moosefs.8* %{mfsconfdir}/mfsmount.cfg.sample @@ -525,6 +520,5 @@ exit 0 %changelog -* Fri Aug 14 2020 wangmian - 3.0.114-1 +* Sat Aug 15 2020 wangmian - 3.0.114-1 - Init package for openEuler - -- Gitee