[packages/abrt] - updated to 2.3.0 - updated profile.sh patch
qboosh
qboosh at pld-linux.org
Tue Oct 14 15:32:35 CEST 2014
commit d1dd143b4aa7e5adb8c8246565dd9b07ee016517
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Oct 14 15:26:52 2014 +0200
- updated to 2.3.0
- updated profile.sh patch
abrt.spec | 11 ++++++++---
profile.sh.patch | 17 +++++------------
2 files changed, 13 insertions(+), 15 deletions(-)
---
diff --git a/abrt.spec b/abrt.spec
index 365821c..db16a66 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,16 +3,16 @@
# - handle obsolete packages: abrt-plugin-{catcut,rhfastcheck,rhticket,ticketuploader}
# - SysV init scripts for -addon-ccpp, -addon-kerneloops, -addon-pstoreoops, -addon-upload-watch, -addon-vmcore, -addon-xorg
# - teach build system to use python3.2+ __pycache__
-%define libreport_ver 2.2.0
+%define libreport_ver 2.3.0
Summary: Automatic bug detection and reporting tool
Summary(pl.UTF-8): Narzędzie do automatycznego wykrywania i zgłaszania błędów
Name: abrt
-Version: 2.2.2
+Version: 2.3.0
Release: 1
License: GPL v2+
Group: Applications/System
Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Source0-md5: 5133980911a7d841d073c61a75a490a1
+# Source0-md5: faa666301f4512723486300212cd7e58
Source1: %{name}.init
Patch0: %{name}-rpm5.patch
Patch1: %{name}-rpm45.patch
@@ -47,6 +47,7 @@ BuildRequires: rpm-devel >= 4.5-28
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
BuildRequires: satyr-devel
+BuildRequires: systemd-devel
BuildRequires: xmlto
BuildRequires: xorg-lib-libICE-devel
BuildRequires: xorg-lib-libSM-devel
@@ -575,6 +576,7 @@ fi
%attr(755,root,root) %{_sbindir}/abrt-auto-reporting
%attr(755,root,root) %{_sbindir}/abrt-server
%attr(755,root,root) %{_sbindir}/abrtd
+%attr(755,root,root) %{_libexecdir}/abrt-action-generate-machine-id
%attr(755,root,root) %{_libexecdir}/abrt-action-ureport
%attr(755,root,root) %{_libexecdir}/abrt-handle-event
%dir %{_datadir}/%{name}
@@ -680,6 +682,7 @@ fi
%attr(755,root,root) %{_bindir}/abrt-action-analyze-oops
%attr(755,root,root) %{_bindir}/abrt-action-check-oops-for-hw-error
%attr(755,root,root) %{_bindir}/abrt-action-save-kernel-data
+%attr(755,root,root) %{_bindir}/abrt-dump-journal-oops
%attr(755,root,root) %{_bindir}/abrt-dump-oops
%{_datadir}/%{name}/conf.d/plugins/oops.conf
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/koops_event.conf
@@ -690,7 +693,9 @@ fi
%{_mandir}/man1/abrt-action-analyze-oops.1*
%{_mandir}/man1/abrt-action-check-oops-for-hw-error.1*
%{_mandir}/man1/abrt-action-save-kernel-data.1*
+%{_mandir}/man1/abrt-dump-journal-oops.1*
%{_mandir}/man1/abrt-dump-oops.1*
+%{_mandir}/man5/abrt-oops.conf.5*
%{_mandir}/man5/koops_event.conf.5*
%files addon-pstoreoops
diff --git a/profile.sh.patch b/profile.sh.patch
index 42bb5ea..a86baf8 100644
--- a/profile.sh.patch
+++ b/profile.sh.patch
@@ -1,15 +1,8 @@
---- abrt-2.2.0/src/cli/abrt-console-notification.sh~ 2013-09-13 15:23:35.000000000 +0300
-+++ abrt-2.2.0/src/cli/abrt-console-notification.sh 2014-05-05 09:13:58.060354676 +0300
-@@ -1,3 +1,6 @@
-+# Not an interactive shell?
-+[[ $- == *i* ]] || return 0
-+
- LPATHDIR="$HOME/.cache/abrt"
- SINCEFILE="$LPATHDIR/lastnotification"
-
-@@ -19,3 +22,5 @@
+--- abrt-2.3.0/src/cli/abrt-console-notification.sh.orig 2014-10-13 17:06:17.929918201 +0200
++++ abrt-2.3.0/src/cli/abrt-console-notification.sh 2014-10-13 17:37:55.123171917 +0200
+@@ -37,3 +37,5 @@
fi
- abrt-cli status --since="$SINCE" 2> /dev/null
+ abrt-cli status --since="$SINCE" 2>"$ABRT_DEBUG_LOG"
+
-+unset LPATHDIR SINCEFILE TMPPATH
++unset ABRT_DEBUG_LOG LPATHDIR SINCEFILE TMPPATH SINCE
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/abrt.git/commitdiff/d1dd143b4aa7e5adb8c8246565dd9b07ee016517
More information about the pld-cvs-commit
mailing list