New upstream release 2.1.4
This commit is contained in:
parent
595a4a3ade
commit
82e5d2c698
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/libreport-2.1.1.tar.gz
|
||||
/libreport-2.1.2.tar.gz
|
||||
/libreport-2.1.3.tar.gz
|
||||
/libreport-2.1.4.tar.gz
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.1.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: https://fedorahosted.org/abrt/
|
||||
@ -31,11 +31,7 @@ BuildRequires: newt-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: btparser-devel
|
||||
BuildRequires: doxygen
|
||||
Patch0: 0001-reporter-rhtsupport-fix-hint-query-to-use-correct-UR.patch
|
||||
Patch1: 0002-curl-upload-helper-upload-data-with-application-octe.patch
|
||||
Patch2: 0003-report-gtk-show-Next-Step-btn-at-workflow-start.patch
|
||||
Patch3: 0004-fixed-reporting-from-bugzilla-rhbz-926916.patch
|
||||
Requires: libreport-filesystem
|
||||
Requires: libreport-filesystem = %{version}-%{release}
|
||||
# required for update from old report library, otherwise we obsolete report-gtk
|
||||
# and all it's plugins, but don't provide the python bindings and the sealert
|
||||
# end-up with: can't import report.GtkIO
|
||||
@ -151,6 +147,7 @@ Summary: %{name}'s kerneloops reporter plugin
|
||||
Group: System Environment/Libraries
|
||||
Requires: curl
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-web = %{version}-%{release}
|
||||
|
||||
%description plugin-kerneloops
|
||||
This package contains plugin which sends kernel crash information to specified
|
||||
@ -184,6 +181,7 @@ email address.
|
||||
Summary: %{name}'s bugzilla plugin
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-web = %{version}-%{release}
|
||||
Obsoletes: abrt-plugin-bugzilla < 2.0.4
|
||||
Provides: report-plugin-bugzilla = 0:0.23-1
|
||||
Obsoletes: report-plugin-bugzilla < 0:0.23-1
|
||||
@ -195,6 +193,7 @@ Summary: %{name}'s micro report plugin
|
||||
BuildRequires: json-c-devel
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-web = %{version}-%{release}
|
||||
|
||||
%description plugin-ureport
|
||||
Uploads micro-report to abrt server
|
||||
@ -206,6 +205,7 @@ Plugin to report bugs into the bugzilla.
|
||||
Summary: %{name}'s RHTSupport plugin
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-web = %{version}-%{release}
|
||||
Obsoletes: abrt-plugin-rhtsupport < 2.0.4
|
||||
|
||||
%description plugin-rhtsupport
|
||||
@ -225,6 +225,7 @@ Provides 'report' command-line tool.
|
||||
Summary: %{name}'s reportuploader plugin
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-web = %{version}-%{release}
|
||||
Obsoletes: abrt-plugin-reportuploader < 2.0.4
|
||||
Provides: report-plugin-ftp = 0:0.23-1
|
||||
Obsoletes: report-plugin-ftp < 0:0.23-1
|
||||
@ -268,10 +269,6 @@ infrastructure or uploading the gathered data over ftp/scp...
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
# koji in f19 has new autotools, so we need to regenerate everything
|
||||
cp %SOURCE1 %_builddir/%{name}-%{version}
|
||||
./autogen.sh
|
||||
@ -341,6 +338,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%defattr(-,root,root,-)
|
||||
# Public api headers:
|
||||
%doc apidoc/html/*
|
||||
%{_includedir}/libreport/libreport_types.h
|
||||
%{_includedir}/libreport/client.h
|
||||
%{_includedir}/libreport/dump_dir.h
|
||||
%{_includedir}/libreport/event_config.h
|
||||
@ -483,6 +481,30 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-1
|
||||
- support /etc/os-release
|
||||
- added flag to not retry locking the incomplete problem dir
|
||||
- ureport: save solutions in not-reportable item
|
||||
- wizard: make value column click-sortable too
|
||||
- wizard: fix clickability of the item list column header
|
||||
- wizard: eliminate evd->error_msg member
|
||||
- wizard: remove a bunch of evd->foo members
|
||||
- debuginfo downloader should enable repos matching *debug* closes #138
|
||||
- Replace "THANKYOU" with EXIT_STOP_EVENT_RUN exit code (70)
|
||||
- debuginfo downloader: fix DebugInfoDownload::download() error paths.
|
||||
- report-gtk: handle user cancellation gracefully
|
||||
- logging: refine errors reporting
|
||||
- emit a message when searching bugzilla for duplicates closes #151
|
||||
- reporter-upload: create tarball with the name based on directory's name
|
||||
- reporter-rhtsupport: generate archive name from problem dir name
|
||||
- added report-cli event for anaconda should help with rhbz#950544
|
||||
- ss: skip option holding NULL values
|
||||
- spec: added new event for anaconda reporting rhbz#926916
|
||||
- distinguish the event configuration by problem type in the UI closes #149
|
||||
- report-gtk: show Next Step btn at workflow start
|
||||
- curl upload helper: upload data with "application/octet-stream" content type
|
||||
- reporter-rhtsupport: fix hint query to use correct URL
|
||||
|
||||
* Thu Apr 4 2013 Jiri Moskovcak <jmoskovc@redhat.com> 2.1.3-2
|
||||
- fixed reporting from anaconda
|
||||
- Resolves: #926916
|
||||
|
Loading…
Reference in New Issue
Block a user