[packages/lizardfs] - added patch for missing includes, release 2

qboosh qboosh at pld-linux.org
Wed Apr 16 19:30:36 CEST 2025


commit 82c95abade42047ceba9e33b65419b8d8451d2bc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Apr 16 19:12:05 2025 +0200

    - added patch for missing includes, release 2

 lizardfs-includes.patch | 20 ++++++++++++++++++++
 lizardfs.spec           |  4 +++-
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/lizardfs.spec b/lizardfs.spec
index 610b798..3d3edca 100644
--- a/lizardfs.spec
+++ b/lizardfs.spec
@@ -7,7 +7,7 @@ Summary:	Open Source Distributed File System
 Summary(pl.UTF-8):	Rozporoszony system plików Open Source
 Name:		lizardfs
 Version:	3.12.0
-Release:	1
+Release:	2
 License:	GPL v3
 Group:		Applications/File
 Source0:	https://github.com/lizardfs/lizardfs/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -20,6 +20,7 @@ Patch2:		0001-Add-missing-header.patch
 Patch3:		spdlog.patch
 Patch4:		%{name}-thrift-c++11.patch
 Patch5:		%{name}-libsuffix.patch
+Patch6:		%{name}-includes.patch
 URL:		https://github.com/lizardfs/lizardfs
 BuildRequires:	/usr/bin/a2x
 BuildRequires:	asciidoc
@@ -156,6 +157,7 @@ Serwer CGI LizardFS.
 %patch -P3 -p1
 %patch -P4 -p1
 %patch -P5 -p1
+%patch -P6 -p1
 
 %{__rm} -r external/crcutil-1.0
 
diff --git a/lizardfs-includes.patch b/lizardfs-includes.patch
new file mode 100644
index 0000000..71b5e10
--- /dev/null
+++ b/lizardfs-includes.patch
@@ -0,0 +1,20 @@
+--- lizardfs-3.12.0/src/common/io_limits_config_loader.h.orig	2017-12-20 10:59:37.000000000 +0100
++++ lizardfs-3.12.0/src/common/io_limits_config_loader.h	2025-04-16 18:57:15.649316658 +0200
+@@ -19,6 +19,7 @@
+ #pragma once
+ #include "common/platform.h"
+ 
++#include <cstdint>
+ #include <istream>
+ #include <map>
+ #include <string>
+--- lizardfs-3.12.0/src/mount/polonaise/setup.h.orig	2017-12-20 10:59:37.000000000 +0100
++++ lizardfs-3.12.0/src/mount/polonaise/setup.h	2025-04-16 19:01:20.787581683 +0200
+@@ -19,6 +19,7 @@
+ #pragma once
+ #include "common/platform.h"
+ 
++#include <cstdint>
+ #include <string>
+ 
+ #include "protocol/MFSCommunication.h"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lizardfs.git/commitdiff/82c95abade42047ceba9e33b65419b8d8451d2bc



More information about the pld-cvs-commit mailing list