diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-07 03:47:09 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-07 03:47:09 +0000 |
commit | 43469791b8bea9beb1d1ab23c53e577cc942bce2 (patch) | |
tree | b529b920c802e88a31bf745685992416a298b7c4 /lizardfs.spec | |
parent | 2fed2c4ddcd5138b4f23f3204969d6954f0de3c5 (diff) |
automatic import of lizardfs
Diffstat (limited to 'lizardfs.spec')
-rw-r--r-- | lizardfs.spec | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lizardfs.spec b/lizardfs.spec index e657205..b425344 100644 --- a/lizardfs.spec +++ b/lizardfs.spec @@ -78,13 +78,13 @@ Requires: bash-completion %description client LizardFS client: mfsmount and mfstools. -%package client3 -Summary: LizardFS client using FUSE3 -Group: System Environment/Daemons -Requires: lizardfs-client +#%package client3 +#Summary: LizardFS client using FUSE3 +#Group: System Environment/Daemons +#Requires: lizardfs-client -%description client3 -LizardFS client: mfsmount and mfstools. +#%description client3 +#LizardFS client: mfsmount and mfstools. %package lib-client Summary: LizardFS client C/C++ library @@ -233,8 +233,8 @@ exit 0 # Scriptlets - client3 ############################################################ -%post client3 -/bin/ln -sf %{_mandir}/man1/mfsmount.1 %{_mandir}/man1/mfsmount3.1 +#%post client3 +#/bin/ln -sf %{_mandir}/man1/mfsmount.1 %{_mandir}/man1/mfsmount3.1 # Scriptlets - uraft ############################################################ @@ -383,9 +383,9 @@ rm -rf $RPM_BUILD_ROOT %{liz_client_examples}/mfsmount.cfg %{_sysconfdir}/bash_completion.d/lizardfs -%files client3 -%attr(755,root,root) %{_bindir}/mfsmount3 -%{_mandir}/man1/mfsmount3.1* +#%files client3 +#%attr(755,root,root) %{_bindir}/mfsmount3 +#%{_mandir}/man1/mfsmount3.1* %files lib-client %{_libdir}/liblizardfsmount_shared.so |