New version 2.7.0

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
Matej Habrnal 2015-10-15 16:25:31 +02:00
parent 58ac8d6e9a
commit 52400fcf42
3 changed files with 45 additions and 53 deletions

1
.gitignore vendored
View File

@ -44,3 +44,4 @@ abrt-1.1.13.tar.gz
/abrt-2.6.0.tar.gz
/abrt-2.6.1.tar.gz
/abrt-2.6.2.tar.gz
/abrt-2.7.0.tar.gz

View File

@ -43,13 +43,13 @@
%define docdirversion -%{version}
%endif
%define libreport_ver 2.6.2-4
%define libreport_ver 2.6.3
%define satyr_ver 0.19
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.6.2
Release: 8%{?dist}
Version: 2.7.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@ -59,55 +59,6 @@ Patch0: disable-OpenGPGCheck-in-Fedora-Rawhide.patch
# git format-patch %%{Version} --topo-order -N -M;
# i=1; for p in `ls 0*.patch`; do printf "Patch%04d: %s\n" $i $p; ((i++)); done
Patch0001: 0001-use-gettext-instead-of-lgettext-in-all-python-script.patch
Patch0002: 0002-abrt-merge-pstoreoops-merge-files-in-descending-orde.patch
#Patch0003: 0003-testsuite-pstore-adapt-to-merging-in-descending-orde.patch
#Patch0004: 0004-testsuite-a-a-reporting-sanity-add-test-for-missing-.patch
#Patch0005: 0005-testsuite-pstore-harvest-adapt-to-merging-in-descend.patch
Patch0006: 0006-pass-encoded-Unicode-to-hashlib.sha1.update.patch
Patch0007: 0007-vmcore-read-vmcore-by-chunks.patch
Patch0008: 0008-abrt-auto-reporting-fix-related-to-conditional-compi.patch
#Patch0009: 0009-testsuite-add-the-results-for-pstoreoops.patch
Patch0010: 0010-doc-fix-related-to-conditional-compilation-of-man-pa.patch
#Patch0011: 0011-testsuite-make-check_dump_dir_attributes-distro-spec.patch
#Patch0012: 0012-testsuite-make-kernel-vmcore-harvest-distro-specific.patch
#Patch0013: 0013-testsuite-make-oops-processing-distro-specific.patch
#Patch0014: 0014-testsuite-make-journald-integration-test-distro-spec.patch
#Patch0015: 0015-testsuite-fix-path-to-aux-lib.sh-in-distro_specific-.patch
#Patch0016: 0016-testsuite-add-a-test-checking-sanity-of-abrtd-logs.patch
#Patch0017: 0017-testsuite-make-the-meaningful-logs-test-working-for-.patch
Patch0018: 0018-dbus-api-unify-reporting-of-errors.patch
Patch0019: 0019-cli-fix-testing-of-DBus-API-return-codes.patch
#Patch0020: 0020-testsuite-dbus-configuration-read-option-values-from.patch
Patch0021: 0021-ccpp-fix-comment-related-to-MakeCompatCore-option-in.patch
#Patch0022: 0022-testsuite-abrt-auto-reporting-sanity-exclude-one-pha.patch
Patch0023: 0023-ccpp-use-global-TID.patch
#Patch0024: 0024-testsuite-generate-core-backtrace-in-new-PID-NS.patch
#Patch0025: 0025-testsutie-first-wait_for_hooks-then-get_crash_path.patch
#Patch0026: 0026-testsuite-make-ccpp-plugin-hook-unwind-more-robust.patch
Patch0027: 0027-correct-usage-of-abrt-gdb-exploitable.patch
Patch0028: 0028-a-a-s-p-d-add-bash-on-the-package-blacklist.patch
Patch0029: 0029-cli-don-t-start-reporting-of-not-reportable-problems.patch
#Patch0030: 0030-testsuite-cli-sanity-not-reportable-problems-are-not.patch
#Patch0031: 0031-testsuite-useless-var_log_messages-files-are-not-cre.patch
Patch0032: 0032-convert-all-ex.message-stmts-to-str-ex.patch
Patch0033: 0033-introduce-bodhi2-to-abrt-bodhi.patch
#Patch0034: 0034-spec-add-hawkey-to-BRs-of-abrt-bodhi.patch
Patch0035: 0035-ccpp-do-not-break-the-reporting-if-a-bodhi-fails.patch
Patch0036: 0036-bodhi-add-ignoring-of-Rawhide.patch
Patch0037: 0037-bodhi-add-parsing-of-error-responses.patch
#Patch0038: 0038-testsuite-d-e-handling-set-PrivateReports-to-no-in-a.patch
#Patch0039: 0039-autogen-use-dnf-instead-of-yum-to-install-dependenci.patch
#Patch0040: 0040-testsuite-fix-test-oops_processing.patch
#Patch0041: 0041-testsuite-improve-logging-in-dont-blame-interpret-te.patch
Patch0042: 0042-doc-actualize-the-abrt-bodhi-man-page.patch
#Patch0043: 0043-testsuite-improve-logging-in-bz652338-removed-proc-P.patch
#Patch0044: 0044-testsuite-fix-console-notification-test.patch
#Patch0045: 0045-testsuite-verify-core_backtrace-frames-generated-by-.patch
Patch0046: 0046-bodhi-fix-a-segfault-when-testing-an-os-release-opt-.patch
#Patch0047: 0047-testsuite-fix-a-bug-in-ccpp-plugin-hook-unwind.patch
#Patch0048: 0048-testsuite-run-will_segfault-in-new-PID-NS.patch
#Patch0049: 0049-testsuite-ccpp-plugin-test-crash-in-non-init-PID-NS.patch
# '%%autosetup -S git' -> git
BuildRequires: git
@ -135,6 +86,12 @@ BuildRequires: systemd-python
BuildRequires: python3-systemd
BuildRequires: augeas
BuildRequires: libselinux-devel
BuildRequires: python-argcomplete
BuildRequires: python3-argcomplete
BuildRequires: python-argh
BuildRequires: python3-argh
BuildRequires: python-humanize
BuildRequires: python3-humanize
Requires: libreport >= %{libreport_ver}
Requires: satyr >= %{satyr_ver}
@ -356,6 +313,22 @@ Requires: abrt-dbus
This package contains a simple command line client for processing abrt reports
in command line environment.
%package cli-ng
Summary: %{name}'s improved command line interface
Group: User Interface/Desktops
Requires: %{name} = %{version}-%{release}
Requires: libreport-cli >= %{libreport_ver}
Requires: abrt-libs = %{version}-%{release}
Requires: abrt-dbus
Requires: abrt-python
Requires: abrt-addon-ccpp
Requires: python-argh
Requires: python-argcomplete
Requires: python-humanize
%description cli-ng
New generation command line interface for ABRT
%package cli
Summary: Virtual package to make easy default installation on non-graphical environments
Group: Applications/System
@ -1033,6 +1006,13 @@ killall abrt-dbus >/dev/null 2>&1 || :
%{_bindir}/abrt-cli
%{_mandir}/man1/abrt-cli.1.gz
%files cli-ng
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/bash_completion.d/abrt.bash_completion
%{_bindir}/abrt
%{python_sitearch}/abrtcli/
%{_mandir}/man1/abrt.1.gz
%files desktop
%defattr(-,root,root,-)
@ -1051,7 +1031,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%files plugin-bodhi
%defattr(-,root,root,-)
%{_bindir}/abrt-bodhi
%{_bindir}/abrt-action-find-bodhi-update
%{_mandir}/man1/abrt-bodhi.1.gz
%{_mandir}/man1/abrt-action-find-bodhi-update.1.gz
%files dbus
%defattr(-,root,root,-)
@ -1096,6 +1078,15 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Thu Oct 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.7.0-1
- cli-ng: initial
- bodhi: introduce wrapper for 'reporter-bugzilla -h' and 'abrt-bodhi'
- handle-event: remove obsolete workaround
- remove 'not needed' code
- doc: change /var/tmp/abrt to /var/spool/abrt
- doc: fix default DumpLocation in abrt.conf man page
- abrt-dump-xorg: support Xorg log backtraces prefixed by (EE)
* Tue Sep 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.2-8
- doc: actualize the abrt-bodhi man page
- bodhi: fix a segfault when testing an os-release opt for 'rawhide'

View File

@ -1 +1 @@
749274c6a9c4dae7422639a2c2d0c217 abrt-2.6.2.tar.gz
1e132c42d1f0161db95c82c0c720e697 abrt-2.7.0.tar.gz