[packit] 2.17.2 upstream release
Upstream tag: 2.17.2 Upstream commit: ad258430 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
a60f2d52f5
commit
c7bd2e9b60
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/libreport-2.16.0.tar.gz
|
||||
/libreport-2.17.0.tar.gz
|
||||
/libreport-2.17.1.tar.gz
|
||||
/libreport-2.17.2.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.46.1.dev39+g9d68890.
|
||||
The file was generated using packit 0.57.1.dev6+g0146236.
|
||||
|
@ -12,10 +12,14 @@
|
||||
|
||||
%define glib_ver 2.43.4
|
||||
|
||||
%if "x%{?rhbz_product_version}" == "x"
|
||||
%define rhbz_product_version %(source /etc/os-release; echo ${REDHAT_BUGZILLA_PRODUCT_VERSION})
|
||||
%endif
|
||||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.17.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.17.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -188,6 +192,14 @@ email address.
|
||||
Summary: %{name}'s bugzilla plugin
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-web = %{version}-%{release}
|
||||
Requires: python3-libreport = %{version}-%{release}
|
||||
%if "%{rhbz_product_version}" == "rawhide"
|
||||
Requires: python3-satyr
|
||||
Suggests: python3-pytest
|
||||
Suggests: python3-vcrpy
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%description plugin-bugzilla
|
||||
Plugin to report bugs into the bugzilla.
|
||||
@ -458,6 +470,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%files -n python3-libreport
|
||||
%{python3_sitearch}/report/
|
||||
%{python3_sitearch}/reportclient/
|
||||
%{python3_sitearch}/reportclient/internal/
|
||||
|
||||
%files cli
|
||||
%{_bindir}/report-cli
|
||||
@ -550,6 +563,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_mandir}/man5/bugzilla_formatdup_analyzer_libreport.conf.5.*
|
||||
%{_mandir}/man5/bugzilla_format_kernel.conf.5.*
|
||||
%{_bindir}/reporter-bugzilla
|
||||
%{_bindir}/reporter-bugzilla-python
|
||||
|
||||
%post plugin-bugzilla
|
||||
%if "%{rhbz_product_version}" == "rawhide"
|
||||
mv %{_bindir}/reporter-bugzilla-python %{_bindir}/reporter-bugzilla
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
%files plugin-mantisbt
|
||||
@ -651,6 +671,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2022 Packit <hello@packit.dev> - 2.17.2-1
|
||||
- Release version 2.17.2 (Michal Fabik)
|
||||
- reporter_bugzilla.py: Build, install (Michal Fabik)
|
||||
- reporter_bugzilla.py: Add tests (Michal Fabik)
|
||||
- reporter_bugzilla.py: Initial commit (Michal Fabik)
|
||||
- Update translations (mgrabovsky)
|
||||
- abrt_xmlrpc: Don't warn about discarded const (Michal Fabik)
|
||||
- Update translations (mgrabovsky)
|
||||
- Update translations (mgrabovsky)
|
||||
- Use conventional lseek arg order (Michal Fabik)
|
||||
- Update translations (mgrabovsky)
|
||||
- ignored_words: Ignore more debuginfod URLs (Matěj Grabovský)
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libreport-2.17.1.tar.gz) = 35c5031e0a361040153ea45a249613b9f2d2bb38191c6375b197cb797be153f1a4b46480dbfa5fcdd9c5c00b075f84997f6da70c3b59b8b8251fd29a7180bd9b
|
||||
SHA512 (libreport-2.17.2.tar.gz) = 66ed414deb630b2af4fbb2dbc01b9026173d53b6342b4e92f9ea632dd01fbc355ce4fb28f67f1ae8ed5eb12f03a7b1ef6516aafc943c100a5b8452ce1c51739f
|
||||
|
Loading…
Reference in New Issue
Block a user