forked from pool/libtracefs
Accepting request 999936 from devel:libraries:c_c++
update OBS-URL: https://build.opensuse.org/request/show/999936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtracefs?expand=0&rev=7
This commit is contained in:
commit
51f9e34fff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf2bb679e534180487cb295ec6cfc06f53d87f8118ba0bf8ba874e2f666fffd9
|
|
||||||
size 178490
|
|
3
libtracefs-1.4.2.tar.gz
Normal file
3
libtracefs-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ad03e6d2a6227f6eb11692d9f04614d3da60ac6c5e4fe436e59b2bed90f031b
|
||||||
|
size 178382
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 29 09:59:28 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.4.2
|
||||||
|
* Build fixes only (parallel build, musl support)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 21 11:27:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Tue Jun 21 11:27:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libtracefs
|
Name: libtracefs
|
||||||
%define lname libtracefs1
|
%define lname libtracefs1
|
||||||
Version: 1.4.1
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux kernel trace file system library
|
Summary: Linux kernel trace file system library
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@ -53,12 +53,10 @@ This subpackage contains the header files.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Not parallel safe - to the point where there is silent corruption
|
%make_build V=1 prefix="%_prefix"
|
||||||
# (compared to a more common "file not found" in other packages)
|
|
||||||
%make_build -j1 V=1 prefix="%_prefix"
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install -j1 V=1 prefix="%_prefix" \
|
%make_install V=1 prefix="%_prefix" \
|
||||||
pkgconfig_dir=%{_libdir}/pkgconfig \
|
pkgconfig_dir=%{_libdir}/pkgconfig \
|
||||||
%nil
|
%nil
|
||||||
# always the same issues
|
# always the same issues
|
||||||
|
Loading…
Reference in New Issue
Block a user