forked from pool/elfutils
Accepting request 761816 from home:Andreas_Schwab:glibc:rebuild
- Fix variable references in specfile OBS-URL: https://build.opensuse.org/request/show/761816 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=145
This commit is contained in:
parent
c91cb867b5
commit
090f746607
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 10:46:15 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Fix variable references in specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 09:33:40 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -183,12 +183,12 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
||||
ls -lR %{buildroot}/%{_libdir}/libelf*
|
||||
%find_lang %{name}
|
||||
|
||||
install -Dm0644 config/debuginfod.service ${buildroot}%{_unitdir}/debuginfod.service
|
||||
install -Dm0644 config/debuginfod.service %{buildroot}%{_unitdir}/debuginfod.service
|
||||
install -d -m 755 %{buildroot}%{_fillupdir}
|
||||
cp config/debuginfod.sysconfig %{buildroot}%{_fillupdir}/sysconfig.debuginfod
|
||||
|
||||
mkdir -p ${buildroot}%{_localstatedir}/cache/debuginfod
|
||||
touch ${buildroot}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
|
||||
mkdir -p %{buildroot}%{_localstatedir}/cache/debuginfod
|
||||
touch %{buildroot}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
|
||||
|
||||
%post -n libasm1 -p /sbin/ldconfig
|
||||
%post -n libelf1 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user