]> git.pld-linux.org Git - packages/abrt.git/commitdiff
- updated to 2.3.0 auto/th/abrt-2.3.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Oct 2014 13:26:52 +0000 (15:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Oct 2014 13:26:52 +0000 (15:26 +0200)
- updated profile.sh patch

abrt.spec
profile.sh.patch

index 365821c064b1bee04fc99dd7eae995ab14029093..db16a66472c61d93f543cf04e23269aa4214441c 100644 (file)
--- 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
index 42bb5ea1eebe1470e0bde552df4fae4cbcc7b67a..a86baf8876e5f6c0d1c3fb7a81098e305f72b2ac 100644 (file)
@@ -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
This page took 0.109129 seconds and 4 git commands to generate.