New upstream version 2.15.2
Resolves: rhbz#1956872 Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
6f6b289ac2
commit
36a3b575d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/libreport-2.13.0.tar.gz
|
||||
/libreport-2.13.1.tar.gz
|
||||
/libreport-2.14.0.tar.gz
|
||||
/libreport-2.15.2.tar.gz
|
||||
|
@ -14,22 +14,11 @@
|
||||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.14.0
|
||||
Release: 19%{?dist}
|
||||
Version: 2.15.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: 0001-gui-wizard-gtk-wizard-Remove-variable.patch
|
||||
Patch1: 0002-gui-wizard-gtk-wizard-Fix-invalid-memory-read.patch
|
||||
Patch2: 0003-gui-wizard-gtk-Fix-a-double-free-condition.patch
|
||||
Patch3: 0004-gui-wizard-gtk-Fix-a-segfault-and-memory-leak.patch
|
||||
Patch4: 0005-gui-wizard-gtk-Fix-segfault.patch
|
||||
Patch5: 0006-event_config-Null-autofree-pointers-before-returning.patch
|
||||
Patch6: 0007-gui-wizard-gtk-Don-t-autofree-URL-string.patch
|
||||
Patch7: 0008-rhbz-Fix-a-double-free-condition.patch
|
||||
Patch8: 0009-client-python-Add-getter-for-package-count-to-downlo.patch
|
||||
|
||||
BuildRequires: %{dbus_devel}
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: curl-devel
|
||||
@ -37,9 +26,9 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libtar-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: xmlto
|
||||
@ -47,7 +36,6 @@ BuildRequires: newt-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: satyr-devel >= 0.24
|
||||
BuildRequires: glib2-devel >= %{glib_ver}
|
||||
BuildRequires: nettle-devel
|
||||
BuildRequires: git-core
|
||||
|
||||
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
||||
@ -67,7 +55,6 @@ Requires: libreport-filesystem = %{version}-%{release}
|
||||
Requires: satyr%{?_isa} >= 0.24
|
||||
Requires: glib2%{?_isa} >= %{glib_ver}
|
||||
Requires: libarchive%{?_isa}
|
||||
Requires: nettle%{?_isa}
|
||||
|
||||
# Required for the temporary modularity hack, see below
|
||||
%if 0%{?_module_build}
|
||||
@ -191,7 +178,7 @@ The simple reporter plugin which writes a report to the systemd journal.
|
||||
%package plugin-mailx
|
||||
Summary: %{name}'s mailx reporter plugin
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: mailx
|
||||
Requires: /usr/bin/mailx
|
||||
|
||||
%description plugin-mailx
|
||||
The simple reporter plugin which sends a report via mailx to a specified
|
||||
@ -227,12 +214,8 @@ Workflows to report issues into the CentOS Bug Tracker.
|
||||
%package plugin-ureport
|
||||
Summary: %{name}'s micro report plugin
|
||||
BuildRequires: %{libjson_devel}
|
||||
BuildRequires: make
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-web = %{version}-%{release}
|
||||
%if 0%{?rhel} && ! 0%{?eln}
|
||||
Requires: python3-subscription-manager-rhsm
|
||||
%endif
|
||||
|
||||
%description plugin-ureport
|
||||
Uploads micro-report to abrt server
|
||||
@ -294,10 +277,10 @@ data over ftp/scp...
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -S git
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
./autogen.sh
|
||||
|
||||
%configure \
|
||||
%if %{without bugzilla}
|
||||
@ -312,7 +295,7 @@ autoreconf
|
||||
%make_install \
|
||||
%if %{with python3}
|
||||
PYTHON=%{__python3} \
|
||||
%endif # with python3
|
||||
%endif
|
||||
mandir=%{_mandir}
|
||||
|
||||
%find_lang %{name}
|
||||
@ -413,12 +396,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/report_event.conf
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/forbidden_words.conf
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/ignored_words.conf
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/ignored_elements.conf
|
||||
%{_datadir}/%{name}/conf.d/libreport.conf
|
||||
%{_libdir}/libreport.so.*
|
||||
%{_mandir}/man5/libreport.conf.5*
|
||||
%{_mandir}/man5/report_event.conf.5*
|
||||
%{_mandir}/man5/forbidden_words.conf.5*
|
||||
%{_mandir}/man5/ignored_words.conf.5*
|
||||
%{_mandir}/man5/ignored_elements.conf.5*
|
||||
# filesystem package owns /usr/share/augeas/lenses directory
|
||||
%{_datadir}/augeas/lenses/libreport.aug
|
||||
|
||||
@ -667,6 +652,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 Michal Fabik <mfabik@redhat.com> - 2.15.2-1
|
||||
- New upstream version 2.15.2
|
||||
|
||||
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 2.14.0-19
|
||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||
Related: rhbz#1971065
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libreport-2.14.0.tar.gz) = 6bc428a2d91b22f2df1abc9326c131e91e5e7be78ca64ad6533ff8246fa02df9a975360686811d29fd66210206a4e4ee5dc9faf2c9b23eccab7ca0ec07c3d43c
|
||||
SHA512 (libreport-2.15.2.tar.gz) = c98003325fa70d674177c9f602a7f121815a9675701ee780ad8908ed69862f2c69be65c7483fd3f017ba299dda51ba304f0908c771c9d97cb5bba057e3a9c5dc
|
||||
|
Loading…
Reference in New Issue
Block a user