parent
3a23d545fe
commit
908e924cbd
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
|||||||
/libreport-2.1.7.tar.gz
|
/libreport-2.1.7.tar.gz
|
||||||
/libreport-2.1.8.tar.gz
|
/libreport-2.1.8.tar.gz
|
||||||
/libreport-2.1.9.tar.gz
|
/libreport-2.1.9.tar.gz
|
||||||
|
/libreport-2.1.10.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.1.9
|
Version: 2.1.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -29,16 +29,18 @@ BuildRequires: asciidoc
|
|||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: newt-devel
|
BuildRequires: newt-devel
|
||||||
BuildRequires: libproxy-devel
|
BuildRequires: libproxy-devel
|
||||||
BuildRequires: satyr-devel >= 0.11
|
BuildRequires: satyr-devel >= 0.12
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
|
BuildRequires: augeas-devel
|
||||||
|
BuildRequires: augeas
|
||||||
Requires: libreport-filesystem = %{version}-%{release}
|
Requires: libreport-filesystem = %{version}-%{release}
|
||||||
# required for update from old report library, otherwise we obsolete report-gtk
|
# 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
|
# and all it's plugins, but don't provide the python bindings and the sealert
|
||||||
# end-up with: can't import report.GtkIO
|
# end-up with: can't import report.GtkIO
|
||||||
# FIXME: can be removed when F15 will EOLed, needs to stay in rhel6!
|
# FIXME: can be removed when F15 will EOLed, needs to stay in rhel6!
|
||||||
Requires: libreport-python = %{version}-%{release}
|
Requires: libreport-python = %{version}-%{release}
|
||||||
Requires: satyr >= 0.11
|
Requires: satyr >= 0.12
|
||||||
|
|
||||||
|
|
||||||
# for rhel6
|
# for rhel6
|
||||||
@ -355,6 +357,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%{_libdir}/libabrt_dbus.so.*
|
%{_libdir}/libabrt_dbus.so.*
|
||||||
%{_mandir}/man5/report_event.conf.5*
|
%{_mandir}/man5/report_event.conf.5*
|
||||||
%{_mandir}/man5/forbidden_words.conf.5*
|
%{_mandir}/man5/forbidden_words.conf.5*
|
||||||
|
# filesystem package owns /usr/share/augeas/lenses directory
|
||||||
|
%{_datadir}/augeas/lenses/libreport.aug
|
||||||
|
|
||||||
%files filesystem
|
%files filesystem
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -457,8 +461,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
%files plugin-ureport
|
%files plugin-ureport
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/ureport.conf
|
||||||
%{_bindir}/reporter-ureport
|
%{_bindir}/reporter-ureport
|
||||||
%{_mandir}/man1/reporter-ureport.1.gz
|
%{_mandir}/man1/reporter-ureport.1.gz
|
||||||
|
%{_mandir}/man5/ureport.conf.5.gz
|
||||||
%{_datadir}/%{name}/events/report_uReport.xml
|
%{_datadir}/%{name}/events/report_uReport.xml
|
||||||
|
|
||||||
%files plugin-bugzilla
|
%files plugin-bugzilla
|
||||||
@ -550,6 +556,37 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 11 2013 Jakub Filak <jfilak@redhat.com> 2.1.10-1
|
||||||
|
- bugzilla: no extra email notification on URL addition
|
||||||
|
- Make make_description() output less confusing
|
||||||
|
- Ensure 'long long unsigned' in printf format args
|
||||||
|
- make_description: add an option for URLs from reported_to
|
||||||
|
- add accountsservice into ignored words
|
||||||
|
- Put back VERBn prefixes for few logging calls
|
||||||
|
- debuginfo: fix clean_up function call
|
||||||
|
- augeas: trim spaces arround '='
|
||||||
|
- spec: add augeas-devel to build requires
|
||||||
|
- load/save configuration via augeas
|
||||||
|
- create augeas lens for libreport
|
||||||
|
- Fix typo in a string
|
||||||
|
- spec: install ureport conf file and man page
|
||||||
|
- Update reporter-ureport manual pages
|
||||||
|
- ureport: add the configuration file
|
||||||
|
- anaconda: use workflow in the report-cli event
|
||||||
|
- report-cli: add support for workflows
|
||||||
|
- wizard: do not show 'show log' expander if log is empty
|
||||||
|
- ureport: print the error response body only in verbose mode
|
||||||
|
- Load a config file from several directories
|
||||||
|
- Export EXIT_STOP_EVENT_RUN in python modules
|
||||||
|
- reporter-bugzilla: if adding to existing BZ, clearly flag comment as a dup.
|
||||||
|
- Fix a small mistake in "Use log_ family instead of VERBn log calls" commit
|
||||||
|
- ureport: implement attaching of contact email
|
||||||
|
- Do not load "always editable" files if they are HUGE. Fixes rhbz1010167.
|
||||||
|
- shorten default Bugzilla bug summary format
|
||||||
|
- Update translations
|
||||||
|
- XML parser: keep region specific translation texts
|
||||||
|
- Resolves: #1009730
|
||||||
|
|
||||||
* Sat Oct 26 2013 Jakub Filak <jfilak@redhat.com> 2.1.9-1
|
* Sat Oct 26 2013 Jakub Filak <jfilak@redhat.com> 2.1.9-1
|
||||||
- rephrase a message for missing configuration
|
- rephrase a message for missing configuration
|
||||||
- ask for missing configuration instead of dying
|
- ask for missing configuration instead of dying
|
||||||
|
Loading…
Reference in New Issue
Block a user