From 9a7e0adc784b361b2cd65ec0d6958be9b9132bfd Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: May 11 2020 20:55:58 +0000 Subject: New upstream release 2.13.1 Signed-off-by: Michal Fabik --- diff --git a/libreport.spec b/libreport.spec index 459a225..fbd96ee 100644 --- a/libreport.spec +++ b/libreport.spec @@ -14,7 +14,7 @@ Summary: Generic library for reporting various problems Name: libreport -Version: 2.13.0 +Version: 2.13.1 Release: 1%{?dist} License: GPLv2+ URL: https://abrt.readthedocs.org/ @@ -310,12 +310,12 @@ data over ftp/scp... %endif %prep -%setup -q +%autosetup -S git %build autoconf -CFLAGS="%{optflags} -Werror" %configure \ +%configure \ %if %{without bugzilla} --without-bugzilla \ %endif @@ -325,10 +325,10 @@ CFLAGS="%{optflags} -Werror" %configure \ --enable-doxygen-docs \ --disable-silent-rules -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} \ +%make_install \ %if %{with python3} PYTHON=%{__python3} \ %endif # with python3 @@ -742,6 +742,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Mon May 11 2020 Michal Fabik 2.13.1-1 +- Fix broken abrt-vmcore.service due to bad namespacing + * Thu Apr 23 2020 Michal Fabik 2.13.0-1 - Support new "time" and "time_for_children" kernel namespaces - Remove preprocessor namespacing in favor of function name prefixes