Accepting request 1121710 from home:tabraham1:branches:Base:System

- Add libhugetlbfs-increase-mount-buffer.patch for upstream issue gh#43
  (boo#1216576)

OBS-URL: https://build.opensuse.org/request/show/1121710
OBS-URL: https://build.opensuse.org/package/show/Base:System/libhugetlbfs?expand=0&rev=66
This commit is contained in:
Dirk Mueller 2023-11-07 10:33:08 +00:00 committed by Git OBS Bridge
parent 2a31960732
commit 6cc2ed00d1
5 changed files with 24 additions and 2 deletions

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/libhugetlbfs/libhugetlbfs.git</param>
<param name="changesrevision">6b126a4d7da9490fa40fe7e1b962edcb939feddc</param></service></servicedata>

BIN
libhugetlbfs-2.23.0.g6b126a4.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,11 @@
--- a/hugeutils.c
+++ b/hugeutils.c
@@ -617,7 +617,7 @@
hpage_sizes[i].mount);
}
-#define LINE_MAXLEN 2048
+#define LINE_MAXLEN 4096
static void find_mounts(void)
{
int fd;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 1 16:44:03 UTC 2023 - Thomas Abraham <tabraham@suse.com>
- Add libhugetlbfs-increase-mount-buffer.patch for upstream issue gh#43
(boo#1216576)
-------------------------------------------------------------------
Wed Mar 1 03:18:42 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libhugetlbfs
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -31,6 +31,7 @@ Patch1: libhugetlbfs_ia64_fix_missing_test.patch
Patch2: disable-rw-on-non-ldscripts.diff
Patch3: zero_filesize_segment.patch
Patch4: glibc-2.34-fix.patch
Patch5: libhugetlbfs-increase-mount-buffer.patch
BuildRequires: doxygen
BuildRequires: glibc-devel-static
BuildRoot: %{_tmppath}/%{name}-%{version}-build