diff --git a/elfutils.changes b/elfutils.changes index 15fe0b2..5bb642c 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 8 10:46:15 UTC 2020 - Andreas Schwab + +- Fix variable references in specfile + ------------------------------------------------------------------- Mon Dec 9 09:33:40 UTC 2019 - Martin Liška diff --git a/elfutils.spec b/elfutils.spec index ef013b1..72c3b3f 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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