commit
f26317a963
@ -1,6 +1,6 @@
|
||||
Name: abrt
|
||||
Version: 2.13.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A tool for automatic bug detection and reporting
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
@ -113,7 +113,7 @@ from vmcore files.
|
||||
%package addon-pstoreoops
|
||||
Summary: Pstore oops addon module for abrt
|
||||
Requires: %{name} = %{version}-%{release} abrt-addon-kerneloops
|
||||
Obsoletes: abrt-addon-uefioops
|
||||
Obsoletes: abrt-addon-uefioops < %{version}-%{release}
|
||||
|
||||
%description addon-pstoreoops
|
||||
This package provides plugin which helps to collect kernel oopses from pstore storage.
|
||||
@ -237,7 +237,7 @@ someone logs in to the shell.
|
||||
%build
|
||||
autoconf
|
||||
|
||||
CFLAGS="%{optflags} -Werror" %configure \
|
||||
CFLAGS="%{optflags}" %configure \
|
||||
--without-bodhi --enable-authenticated-autoreporting \
|
||||
--enable-native-unwinder --with-defaultdumplocation=%{_localstatedir}/spool/abrt \
|
||||
--enable-doxygen-docs --enable-dump-time-unwind --disable-silent-rules
|
||||
@ -596,5 +596,8 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2020 gulining<gulining1@huawei.com> 2.13.0-3
|
||||
- resolve build failed
|
||||
|
||||
* Sat Nov 30 2019 yanzhihua <yanzhihua4@huawei.com> 2.13.0-2
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user