diff options
-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 |