forked from pool/elfutils
Accepting request 856471 from Base:System
OBS-URL: https://build.opensuse.org/request/show/856471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=82
This commit is contained in:
commit
db01cbe5d4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 10 12:21:29 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Move profile files to libdebuginfod1 sub-package.
|
||||||
|
- Silent 2 rpmlint issues.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 5 09:15:00 UTC 2020 - Martin Liška <mliska@suse.cz>
|
Thu Nov 5 09:15:00 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: elfutils-debuginfod
|
Name: elfutils-debuginfod
|
||||||
Version: 0.182
|
Version: 0.182
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: debuginfod part of elfutils
|
Summary: Debuginfod server provided by elfutils
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
URL: https://sourceware.org/elfutils/
|
URL: https://sourceware.org/elfutils/
|
||||||
@ -31,7 +31,7 @@ Source3: elfutils.keyring
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
# For the run-debuginfod-find.sh test case in %check for /usr/sbin/ss
|
# For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss
|
||||||
BuildRequires: curl
|
BuildRequires: curl
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -164,8 +164,6 @@ export XFAIL_TESTS="dwfl-proc-attach run-backtrace-dwarf.sh run-backtrace-native
|
|||||||
%{_unitdir}/debuginfod.service
|
%{_unitdir}/debuginfod.service
|
||||||
%{_mandir}/man8/debuginfod.8*
|
%{_mandir}/man8/debuginfod.8*
|
||||||
%{_fillupdir}/sysconfig.debuginfod
|
%{_fillupdir}/sysconfig.debuginfod
|
||||||
%config %{_sysconfdir}/profile.d/debuginfod.sh
|
|
||||||
%config %{_sysconfdir}/profile.d/debuginfod.csh
|
|
||||||
|
|
||||||
%dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod
|
%dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod
|
||||||
%verify(not md5 size mtime) %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite
|
%verify(not md5 size mtime) %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite
|
||||||
@ -173,6 +171,8 @@ export XFAIL_TESTS="dwfl-proc-attach run-backtrace-dwarf.sh run-backtrace-native
|
|||||||
%files -n libdebuginfod1
|
%files -n libdebuginfod1
|
||||||
%{_libdir}/libdebuginfod.so.*
|
%{_libdir}/libdebuginfod.so.*
|
||||||
%{_libdir}/libdebuginfod-%{version}.so
|
%{_libdir}/libdebuginfod-%{version}.so
|
||||||
|
%config %{_sysconfdir}/profile.d/debuginfod.sh
|
||||||
|
%config %{_sysconfdir}/profile.d/debuginfod.csh
|
||||||
|
|
||||||
%files -n libdebuginfod-devel
|
%files -n libdebuginfod-devel
|
||||||
%{_libdir}/pkgconfig/libdebuginfod.pc
|
%{_libdir}/pkgconfig/libdebuginfod.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user