parent
2efabf45d6
commit
1c8a9e6465
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.4.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.5.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: https://github.com/abrt/abrt/wiki/ABRT-Project
|
||||
@ -97,7 +97,7 @@ Summary: Python bindings for report-libs
|
||||
# Is group correct here? -
|
||||
Group: System Environment/Libraries
|
||||
Requires: libreport = %{version}-%{release}
|
||||
Requires: yum
|
||||
Requires: dnf
|
||||
Provides: report = 0:0.23-1
|
||||
Obsoletes: report < 0:0.23-1
|
||||
# in report the rhtsupport is in the main package, so we need to install it too
|
||||
@ -113,6 +113,7 @@ Python bindings for report-libs.
|
||||
Summary: Python 3 bindings for report-libs
|
||||
Group: System Environment/Libraries
|
||||
Requires: libreport = %{version}-%{release}
|
||||
Requires: dnf
|
||||
|
||||
%description python3
|
||||
Python 3 bindings for report-libs.
|
||||
@ -513,6 +514,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%files python3
|
||||
%defattr(-,root,root,-)
|
||||
%{python3_sitearch}/report/*
|
||||
%{python3_sitearch}/reportclient/*
|
||||
|
||||
%files cli
|
||||
%defattr(-,root,root,-)
|
||||
@ -616,6 +618,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_format.conf
|
||||
%config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup.conf
|
||||
%{_bindir}/reporter-mantisbt
|
||||
%{_mandir}/man1/reporter-mantisbt.1.gz
|
||||
%{_mandir}/man5/mantisbt.conf.5.*
|
||||
%{_mandir}/man5/mantisbt_format.conf.5.*
|
||||
%{_mandir}/man5/mantisbt_formatdup.conf.5.*
|
||||
|
||||
%files centos
|
||||
%{_datadir}/%{name}/workflows/workflow_CentOSCCpp.xml
|
||||
@ -627,10 +633,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_datadir}/%{name}/workflows/workflow_CentOSLibreport.xml
|
||||
%{_datadir}/%{name}/workflows/workflow_CentOSJava.xml
|
||||
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_centos.conf
|
||||
%{_mandir}/man5/report_centos.conf.5.*
|
||||
%{_datadir}/%{name}/events/report_CentOSBugTracker.xml
|
||||
%config(noreplace) %{_sysconfdir}/libreport/events/report_CentOSBugTracker.conf
|
||||
%{_mandir}/man5/report_CentOSBugTracker.conf.5.*
|
||||
# report_CentOSBugTracker events are shipped by libreport package
|
||||
%config(noreplace) %{_sysconfdir}/libreport/events.d/centos_report_event.conf
|
||||
%{_mandir}/man5/centos_report_event.conf.5.*
|
||||
|
||||
%files plugin-rhtsupport
|
||||
%defattr(-,root,root,-)
|
||||
@ -728,6 +737,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 18 2015 Jakub Filak <jfilak@redhat.com> 2.5.0-1
|
||||
- spec: require dnf instead of yum
|
||||
- Port reportclient to python3
|
||||
- reportclient: introduce DNF debug info downloader
|
||||
- Python 3 compatibility
|
||||
- report-python: fix getVersion_fromOSRELEASE
|
||||
- ignored words: ignore lxqt-openssh-askpass
|
||||
- spec: don't pull libreport-python with libreport
|
||||
- Resolves: #1156485, #1168494
|
||||
|
||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.4.0-3
|
||||
- Rebuilt for Fedora 23 Change
|
||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||
|
Loading…
Reference in New Issue
Block a user