New upstream release 2.0.11
- Resolves: #622773, #741222, #823299, #825116, #826058, #826800, #831333, #832085, #838842 Conflicts: abrt.spec
This commit is contained in:
parent
6217dcbed4
commit
3c88d488d7
3 changed files with 40 additions and 28 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ abrt-1.1.13.tar.gz
|
|||
/abrt-2.0.7.tar.gz
|
||||
/abrt-2.0.9.tar.gz
|
||||
/abrt-2.0.10.tar.gz
|
||||
/abrt-2.0.11.tar.gz
|
||||
|
|
|
|||
65
abrt.spec
65
abrt.spec
|
|
@ -23,9 +23,8 @@
|
|||
%endif
|
||||
|
||||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 2.0.10
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/abrt/
|
||||
|
|
@ -34,13 +33,8 @@ Source1: abrt1_to_abrt2
|
|||
Patch0: abrt-rhelkeys.patch
|
||||
Patch1: blacklist.patch
|
||||
Patch2: abrt_disable_gpgcheck.diff
|
||||
Patch3: 0002-gui-fixed-crash-when-chowning-directory-using-dbus-c.patch
|
||||
Patch4: 0003-dbus-use-the-helper-dir_accessible_by_uid-more-consi.patch
|
||||
Patch5: 0001-a-a-analyze-core-check-the-len-if-the-line-array-bef.patch
|
||||
Patch6: 0001-pyhook-add-timetout-to-sockets-rhbz-808562.patch
|
||||
Patch7: abrt_systemd_requisite.patch
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: rpm-devel >= 4.6
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libnotify-devel
|
||||
|
|
@ -55,9 +49,6 @@ BuildRequires: asciidoc
|
|||
BuildRequires: xmlto
|
||||
BuildRequires: libreport-devel >= 2.0.10-2
|
||||
BuildRequires: btparser-devel
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: elfutils-libelf-devel
|
||||
BuildRequires: binutils-devel
|
||||
|
||||
%if %{with systemd}
|
||||
Requires: systemd-units
|
||||
|
|
@ -108,7 +99,7 @@ GTK+ wizard for convenient bug reporting.
|
|||
%package addon-ccpp
|
||||
Summary: %{name}'s C/C++ addon
|
||||
Group: System Environment/Libraries
|
||||
Requires: elfutils, elfutils-libelf, elfutils-libs, cpio
|
||||
Requires: cpio, btparser
|
||||
Requires: gdb >= 7.0-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
|
|
@ -153,10 +144,23 @@ Summary: %{name}'s vmcore addon
|
|||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: abrt-addon-kerneloops
|
||||
Requires: crash
|
||||
|
||||
%description addon-vmcore
|
||||
This package contains plugin for collecting kernel crash information from vmcore files.
|
||||
|
||||
%package plugin-bodhi
|
||||
Summary: %{name}'s bodhi plugin
|
||||
BuildRequires: json-c-devel
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: libreport-web-devel >= 2.0.10
|
||||
Obsoletes: libreport-plugin-bodhi > 0.0.1
|
||||
Provides: libreport-plugin-bodhi
|
||||
|
||||
%description plugin-bodhi
|
||||
Search for a new updates in bodhi server
|
||||
|
||||
%package addon-python
|
||||
Summary: %{name}'s addon for catching and analyzing Python exceptions
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -202,12 +206,15 @@ Requires: %{name} = %{version}-%{release}
|
|||
Requires: abrt-addon-kerneloops
|
||||
Requires: abrt-addon-vmcore
|
||||
Requires: abrt-addon-ccpp
|
||||
Requires: abrt-retrace-client
|
||||
Requires: abrt-addon-python
|
||||
Requires: abrt-addon-xorg
|
||||
# Default config of addon-ccpp requires gdb
|
||||
Requires: gdb >= 7.0-3
|
||||
Requires: abrt-gui
|
||||
Requires: abrt-plugin-bodhi
|
||||
Requires: libreport-plugin-logger, libreport-plugin-bugzilla
|
||||
Requires: abrt-retrace-client
|
||||
Requires: libreport-plugin-ureport
|
||||
#Requires: abrt-plugin-firefox
|
||||
%if 0%{?fedora}
|
||||
Requires: libreport-plugin-bodhi
|
||||
|
|
@ -239,11 +246,6 @@ uses PolicyKit to authorize to access the problem data.
|
|||
#Fedora
|
||||
%patch1 -p1 -b .blacklist
|
||||
%patch2 -p1 -b .gpgcheck
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1 -b .rhbz804309
|
||||
%patch6 -p1 -b .socket_timeouts
|
||||
%patch7 -p1 -b .systemd_requisit
|
||||
|
||||
%build
|
||||
autoconf
|
||||
|
|
@ -312,8 +314,8 @@ if [ $1 -eq 1 ]; then
|
|||
# If this old abrtd was enabled, then the new package
|
||||
# should have abrt-ccpp enabled too.
|
||||
%if %{with systemd}
|
||||
# Enable (but don't start) the units by default
|
||||
/bin/systemctl enable abrt-ccpp.service >/dev/null 2>&1 || :
|
||||
# Enable (but don't start) the units by default
|
||||
/bin/systemctl enable abrt-ccpp.service >/dev/null 2>&1 || :
|
||||
%else
|
||||
if /sbin/chkconfig abrtd >/dev/null 2>&1; then
|
||||
/sbin/chkconfig --add abrt-ccpp
|
||||
|
|
@ -325,8 +327,8 @@ fi
|
|||
if [ $1 -eq 1 ]; then
|
||||
# (see explanation in addon-ccpp section)
|
||||
%if %{with systemd}
|
||||
# Enable (but don't start) the units by default
|
||||
/bin/systemctl enable abrt-oops.service >/dev/null 2>&1 || :
|
||||
# Enable (but don't start) the units by default
|
||||
/bin/systemctl enable abrt-oops.service >/dev/null 2>&1 || :
|
||||
%else
|
||||
if /sbin/chkconfig abrtd >/dev/null 2>&1; then
|
||||
/sbin/chkconfig --add abrt-oops
|
||||
|
|
@ -338,8 +340,8 @@ fi
|
|||
if [ $1 -eq 1 ]; then
|
||||
# (see explanation in addon-ccpp section)
|
||||
%if %{with systemd}
|
||||
# Enable (but don't start) the units by default
|
||||
/bin/systemctl enable abrt-xorg.service >/dev/null 2>&1 || :
|
||||
# Enable (but don't start) the units by default
|
||||
/bin/systemctl enable abrt-xorg.service >/dev/null 2>&1 || :
|
||||
%else
|
||||
if /sbin/chkconfig abrtd >/dev/null 2>&1; then
|
||||
/sbin/chkconfig --add abrt-xorg
|
||||
|
|
@ -351,8 +353,8 @@ fi
|
|||
if [ $1 -eq 1 ]; then
|
||||
# (see explanation in addon-ccpp section)
|
||||
%if %{with systemd}
|
||||
# Enable (but don't start) the units by default
|
||||
/bin/systemctl enable abrt-vmcore.service >/dev/null 2>&1 || :
|
||||
# Enable (but don't start) the units by default
|
||||
/bin/systemctl enable abrt-vmcore.service >/dev/null 2>&1 || :
|
||||
%else
|
||||
if /sbin/chkconfig abrtd >/dev/null 2>&1; then
|
||||
/sbin/chkconfig --add abrt-vmcore
|
||||
|
|
@ -628,6 +630,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%files desktop
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%files plugin-bodhi
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/abrt-bodhi
|
||||
%{_mandir}/man1/abrt-bodhi.1.gz
|
||||
|
||||
%files dbus
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/abrt-dbus
|
||||
|
|
@ -636,6 +643,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_datadir}/polkit-1/actions/abrt_polkit.policy
|
||||
|
||||
%changelog
|
||||
* Thu Aug 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.11-1
|
||||
- new upstream release
|
||||
- Resolves: #622773, #741222, #823299, #825116, #826058, #826800, #831333, #832085, #838842
|
||||
|
||||
* Tue May 22 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-4
|
||||
- abrt-desktop should require abrt-retrace-client
|
||||
- Resolves: #823812
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
82109d1d6d216a7e28a581190b89c1e7 abrt-2.0.10.tar.gz
|
||||
ab69b093ac1dbd5438ab166a0c53c60c abrt-2.0.11.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue