[packit] 2.17.7 upstream release
Upstream tag: 2.17.7 Upstream commit: d9b4b097 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
502f8c7412
commit
d20251d629
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/libreport-2.17.4.tar.gz
|
||||
/libreport-2.17.5.tar.gz
|
||||
/libreport-2.17.6.tar.gz
|
||||
/libreport-2.17.7.tar.gz
|
||||
|
@ -1,10 +1,14 @@
|
||||
specfile_path: libreport.spec
|
||||
synced_files:
|
||||
- .packit.yml
|
||||
- libreport.spec
|
||||
- .packit.yml
|
||||
- libreport.spec
|
||||
upstream_package_name: libreport
|
||||
upstream_project_url: https://github.com/abrt/libreport
|
||||
downstream_package_name: libreport
|
||||
|
||||
# No extra dependencies are necessary to build the SRPM.
|
||||
srpm_build_deps: []
|
||||
|
||||
jobs:
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.62.0.
|
||||
The file was generated using packit 0.67.0.post4+g281a5ac.
|
||||
|
@ -12,14 +12,10 @@
|
||||
|
||||
%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.6
|
||||
Release: 2%{?dist}
|
||||
Version: 2.17.7
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://abrt.readthedocs.org/
|
||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -193,7 +189,7 @@ Summary: %{name}'s bugzilla plugin
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-web = %{version}-%{release}
|
||||
Requires: python3-libreport = %{version}-%{release}
|
||||
%if "%{rhbz_product_version}" == "rawhide"
|
||||
%if 0%{?fedora} >= 38
|
||||
Requires: python3-satyr
|
||||
Suggests: python3-pytest
|
||||
Suggests: python3-vcrpy
|
||||
@ -372,6 +368,10 @@ rm -f %{buildroot}%{_mandir}/man5/report_uReport.conf.5
|
||||
rm -f %{buildroot}%{_mandir}/man5/report_rhel_bugzilla.conf.5
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} >= 38
|
||||
mv %{buildroot}/%{_bindir}/reporter-bugzilla-python %{buildroot}/%{_bindir}/reporter-bugzilla
|
||||
%endif
|
||||
|
||||
%check
|
||||
make check|| {
|
||||
# find and print the logs of failed test
|
||||
@ -562,11 +562,8 @@ 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
|
||||
%if 0%{?fedora} < 38
|
||||
%{_bindir}/reporter-bugzilla-python
|
||||
|
||||
%post plugin-bugzilla
|
||||
%if "%{rhbz_product_version}" == "rawhide"
|
||||
mv %{_bindir}/reporter-bugzilla-python %{_bindir}/reporter-bugzilla
|
||||
%endif
|
||||
|
||||
%endif
|
||||
@ -670,6 +667,20 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 Packit <hello@packit.dev> - 2.17.7-1
|
||||
- Release version 2.17.7 (Michal Srb)
|
||||
- spec: Add disttag (Michal Srb)
|
||||
- Update changelog (Michal Srb)
|
||||
- Fix rpm -V issue with missing reporter-bugzilla-python in f38 (Michal Srb)
|
||||
- Fix TypeError (Michal Srb)
|
||||
- Update pot file (Matěj Grabovský)
|
||||
- readme: Add diagram of related projects (Matěj Grabovský)
|
||||
- Update translations (mgrabovsky)
|
||||
- Use SPDX format for license field (Matěj Grabovský)
|
||||
- ignored_words: Add KeyboardInterrupt (Michal Fabik)
|
||||
- packit: Add dependencies for SRPM build (Matěj Grabovský)
|
||||
- Update translations (mgrabovsky)
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libreport-2.17.6.tar.gz) = 11e1dc12c2e28595eb2984bf18354d314318562ed270801dfbd7adceb92dfc8470e649b5cb1510d64649a034a86a6b583be687ecbb17d417a422c118179ff141
|
||||
SHA512 (libreport-2.17.7.tar.gz) = 38b63d8fcbab64f8ed6f206933f3b35bf7bd687f74c2631af8603f308d6faad0a2478f56b6c116e2ce8650e19332888e2c2380001cf22c30da842c142eb2315b
|
||||
|
Loading…
Reference in New Issue
Block a user