From: Mateusz Korniak Date: Sat, 12 Nov 2016 12:29:21 +0000 (+0100) Subject: Version 3.10.4. X-Git-Tag: auto/th/lizardfs-3.10.4-1~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Flizardfs.git;a=commitdiff_plain;h=c8289e8bf2b4883683eda21d60ca1f7fd4ffb5e8 Version 3.10.4. cmake_fix.patch applied upstream. --- diff --git a/lizardfs-cmake_fix.patch b/lizardfs-cmake_fix.patch deleted file mode 100644 index 3e95250..0000000 --- a/lizardfs-cmake_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/CheckIncludes.cmake b/CheckIncludes.cmake -index 19ed485..f51075a 100644 ---- a/CheckIncludes.cmake -+++ b/CheckIncludes.cmake -@@ -1,3 +1,5 @@ -+include(CheckIncludeFiles) -+ - function(check_includes INCLUDES) - set(INCLUDE_MISSING FALSE) - foreach(INCLUDE_FILE ${INCLUDES}) diff --git a/lizardfs.spec b/lizardfs.spec index 551e4b4..d266a8f 100644 --- a/lizardfs.spec +++ b/lizardfs.spec @@ -5,15 +5,14 @@ Summary: Open Source Distributed File System Summary(pl.UTF-8): Rozporoszony system plików Open Source Name: lizardfs -Version: 3.9.4 -Release: 3 +Version: 3.10.4 +Release: 0.1 License: GPL v3 Group: Applications -Source0: https://github.com/lizardfs/lizardfs/archive/v.%{version}.tar.gz -# Source0-md5: 71766d18a5066506e54d952ab6056bd3 +Source0: https://github.com/lizardfs/lizardfs/archive/v%{version}.tar.gz +# Source0-md5: 31ad7a500d76fee65c5897cc59418a7e Source1: %{name}-master.service Source2: %{name}-chunkserver.service -Patch0: %{name}-cmake_fix.patch Patch1: x32.patch URL: https://github.com/lizardfs/lizardfs BuildRequires: /usr/bin/a2x @@ -81,8 +80,7 @@ Requires: %{name} = %{version}-%{release} CGI server %prep -%setup -q -n %{name}-v.%{version} -%patch0 -p1 +%setup -q %patch1 -p1 %{__rm} -r external/crcutil-1.0 @@ -156,6 +154,7 @@ fi %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mfs/mfstopology.cfg.dist %attr(755,root,root) %{_bindir}/lizardfs-admin %attr(755,root,root) %{_bindir}/lizardfs-probe +%attr(755,root,root) %{_bindir}/lizardfs %attr(755,root,root) %{_bindir}/mfsappendchunks %attr(755,root,root) %{_bindir}/mfscheckfile %attr(755,root,root) %{_bindir}/mfsdeleattr @@ -177,11 +176,13 @@ fi %attr(755,root,root) %{_bindir}/mfssetquota %attr(755,root,root) %{_bindir}/mfssettrashtime %attr(755,root,root) %{_bindir}/mfssnapshot -%attr(755,root,root) %{_bindir}/mfstools +%attr(755,root,root) %{_bindir}/mfstools.sh %attr(755,root,root) %{_sbindir}/mfsmetadump %attr(755,root,root) %{_sbindir}/mfsmetarestore %attr(755,root,root) %{_sbindir}/mfsrestoremaster %{_mandir}/man1/mfs*.1* +%{_mandir}/man1/lizardfs-*.1* +%{_mandir}/man1/lizardfs.1* %{_mandir}/man5/globaliolimits.cfg.5* %{_mandir}/man5/iolimits.cfg.5* %{_mandir}/man5/mfs*.cfg.5* @@ -192,6 +193,8 @@ fi %{_mandir}/man8/lizardfs-cgiserver.8* %{_mandir}/man8/lizardfs-probe.8 %{_mandir}/man8/mfs*.8* +/etc/bash_completion.d/lizardfs + %files master %defattr(644,root,root,755)