diff --git a/mfs.spec b/mfs.spec index eb3a7d416e23c00a30c7c3a5d1b21b240faa8df7..eaaa70dabab6dbc80d5a64deaa6c848fd9167297 100644 --- a/mfs.spec +++ b/mfs.spec @@ -24,16 +24,17 @@ Summary: MooseFS - distributed, fault tolerant file system Name: moosefs -Version: 3.0.113 -Release: 1 +Version: 3.0.114 +Release: 1%{?_relname} License: commercial Group: System Environment/Daemons URL: http://www.moosefs.com/ -Source0: moosefs-3.0.113-1.tar.gz +Source0: moosefs-3.0.114-1.tar.gz +%if %{rpm_has_bool_ops} #BuildRequires: (fuse-devel or fuse3-devel >= 3.2.1) #%else BuildRequires: fuse-devel -#%endif +%endif BuildRequires: pkgconfig BuildRequires: zlib-devel BuildRequires: libpcap-devel @@ -101,6 +102,7 @@ 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 @@ -115,6 +117,7 @@ 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 @@ -160,7 +163,7 @@ MooseFS network packet dump utility make %{?_smp_mflags} %install -#%define _unpackaged_files_terminate_build 0 +%define _unpackaged_files_terminate_build 0 #getent group %{_groupname} >/dev/null || groupadd -r %{_groupname} #getent passwd %{_username} >/dev/null || \ # useradd -r -g %{_groupname} -d %{_localstatedir}/mfs -s /sbin/nologin \ @@ -412,6 +415,7 @@ 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 @@ -464,6 +468,7 @@ 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 @@ -520,5 +525,49 @@ exit 0 %changelog -* Thu Aug 11 2020 wangmian - 3.0.113-1 -- Init package for openEuler +* Fri Jun 19 2015 Jakub Kruszona-Zawadzki - 3.0.30-1 +- added mfsstatsdumps and some man pages + +* Wed Oct 15 2014 Jakub Kruszona-Zawadzki - 2.0.40-1 +- fixed paths in systemd/*.service files + +* Tue Jun 3 2014 Jakub Kruszona-Zawadzki - 2.0.10-1 +- added new package: mfsnetdump + +* Thu Feb 20 2014 Jakub Kruszona-Zawadzki - 1.7.25-1 +- mfssupervisor moved to separate package +- added dependencies for cli and cgi + +* Wed Feb 19 2014 Jakub Kruszona-Zawadzki - 1.7.24-1 +- added new files +- added default user and group (mfs:mfs) +- fixed working directory attributes +- added working directory for chunkserver and metalogger +- added pre/post scripts + +* Fri Jan 04 2013 Jakub Bogusz - 1.6.28-1 +- MFS update +- mfscli packaging + +* Wed Oct 24 2012 Jakub Bogusz - 1.6.27-2 +- preliminary systemd support (included in RPMs when building with + --define "distro rhsystemd"; SysV scripts condition changed to + --define "distro rhsysv") + +* Thu Feb 16 2012 Jakub Bogusz - 1.6.27-1 +- adjusted to keep configuration files in /etc/mfs +- require just mfsexports.cfg (master) and mfshdd.cfg (chunkserver) in RH-like + init scripts; for other files defaults are just fine to run services +- moved mfscgiserv to -cgiserv subpackage (-cgi alone can be used with any + external CGI-capable HTTP server), added mfscgiserv init script + +* Fri Nov 19 2010 Jakub Bogusz - 1.6.19-1 +- separated metalogger subpackage (following Debian packaging) + +* Fri Oct 8 2010 Jakub Bogusz - 1.6.17-1 +- added init scripts based on work of Steve Huff (Dag Apt Repository) + (included in RPMs when building with --define "distro rh") + +* Mon Jul 19 2010 Jakub Kruszona-Zawadzki - 1.6.16-1 +- added mfscgiserv man page + diff --git a/moosefs-3.0.113-1.tar.gz b/moosefs-3.0.113-1.tar.gz deleted file mode 100644 index 44d48c4fa4712121e9cb6a96cf37fdcf192310ae..0000000000000000000000000000000000000000 Binary files a/moosefs-3.0.113-1.tar.gz and /dev/null differ diff --git a/moosefs-3.0.114-1.tar.gz b/moosefs-3.0.114-1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..451e08d068b439000c73a8bcd5102c4abe32a335 Binary files /dev/null and b/moosefs-3.0.114-1.tar.gz differ