Sync from SUSE:SLFO:Main libpulp revision 56770ae75960544499923d700fd7d668
This commit is contained in:
parent
edcf447555
commit
2d13226f0e
BIN
libpulp-0.3.0.tar.gz
(Stored with Git LFS)
BIN
libpulp-0.3.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
libpulp-0.3.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
libpulp-0.3.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 21 14:17:59 UTC 2024 - Giuliano Belinassi <giuliano.belinassi@suse.com>
|
||||||
|
|
||||||
|
- Disabled ptrace_scope through aaa_base-enable-ptrace package (bsc#1221763).
|
||||||
|
- Update package with libpulp-0.3.4:
|
||||||
|
* Add debuginfo into ulp extract.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 3 21:43:55 UTC 2024 - Giuliano Belinassi <giuliano.belinassi@suse.com>
|
||||||
|
|
||||||
|
- Disabled ptrace_scope when building the package (bsc#1221763).
|
||||||
|
- Update package with libpulp-0.3.3:
|
||||||
|
* Fixed a race condition when process list is empty.
|
||||||
|
* Removed "Unable to get section data" error message (bsc#1223306).
|
||||||
|
* Bumped asunsafe_conversion attempts from 100 to 2000.
|
||||||
|
* Fixed banner test on clang-18.
|
||||||
|
* Check if ptrace_scope is enabled when attempting a ptrace operation (bsc#1221763).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 23 16:17:27 UTC 2023 - Giuliano Belinassi <gbelinassi@suse.de>
|
||||||
|
|
||||||
|
- Update package with libpulp-0.3.1:
|
||||||
|
* Add timestamp information on `ulp patches`.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 27 14:23:33 UTC 2023 - Giuliano Belinassi <giuliano.belinassi@suse.com>
|
Tue Jun 27 14:23:33 UTC 2023 - Giuliano Belinassi <giuliano.belinassi@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libpulp
|
Name: libpulp
|
||||||
Version: 0.3.0
|
Version: 0.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Userspace live patching library and tools
|
Summary: Userspace live patching library and tools
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@ -37,6 +37,12 @@ BuildRequires: libelf-devel
|
|||||||
BuildRequires: python3-pexpect
|
BuildRequires: python3-pexpect
|
||||||
BuildRequires: python3-psutil
|
BuildRequires: python3-psutil
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
|
|
||||||
|
# Disable ptrace_scope on tumbleweed
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
|
BuildRequires: aaa_base-yama-enable-ptrace
|
||||||
|
%endif
|
||||||
|
|
||||||
# Only available for these architectures.
|
# Only available for these architectures.
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
@ -67,6 +73,7 @@ This package contains the tools to apply user-space live patches.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user