New upstream release 2.1.11
This commit is contained in:
parent
908e924cbd
commit
422b31bc7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/libreport-2.1.8.tar.gz
|
||||
/libreport-2.1.9.tar.gz
|
||||
/libreport-2.1.10.tar.gz
|
||||
/libreport-2.1.11.tar.gz
|
||||
|
@ -2,9 +2,11 @@
|
||||
# platform-dependent
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%define satyr_ver 0.13
|
||||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.1.10
|
||||
Version: 2.1.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -29,7 +31,7 @@ BuildRequires: asciidoc
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: newt-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: satyr-devel >= 0.12
|
||||
BuildRequires: satyr-devel >= %{satyr_ver}
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: augeas-devel
|
||||
@ -40,7 +42,7 @@ Requires: libreport-filesystem = %{version}-%{release}
|
||||
# end-up with: can't import report.GtkIO
|
||||
# FIXME: can be removed when F15 will EOLed, needs to stay in rhel6!
|
||||
Requires: libreport-python = %{version}-%{release}
|
||||
Requires: satyr >= 0.12
|
||||
Requires: satyr >= %{satyr_ver}
|
||||
|
||||
|
||||
# for rhel6
|
||||
@ -231,7 +233,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description fedora
|
||||
Default configuration for reporting bugs via Fedora infrastructure
|
||||
used to easy configure the reporting process for Fedora sytems. Just
|
||||
used to easy configure the reporting process for Fedora systems. Just
|
||||
install this package and you're done.
|
||||
%endif
|
||||
|
||||
@ -243,8 +245,31 @@ Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description rhel
|
||||
Default configuration for reporting bugs via Red Hat infrastructure
|
||||
used to easy configure the reporting process for Red Hat sytems. Just
|
||||
used to easy configure the reporting process for Red Hat systems. Just
|
||||
install this package and you're done.
|
||||
|
||||
%package rhel-bugzilla
|
||||
Summary: Default configuration for reporting bugs to Red Hat Bugzilla
|
||||
Group: Applications/File
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-plugin-bugzilla = %{version}-%{release}
|
||||
Requires: libreport-plugin-ureport = %{version}-%{release}
|
||||
|
||||
%description rhel-bugzilla
|
||||
Default configuration for reporting bugs to Red Hat Bugzilla used to easily
|
||||
configure the reporting process for Red Hat systems. Just install this package
|
||||
and you're done.
|
||||
|
||||
%package rhel-anaconda-bugzilla
|
||||
Summary: Default configuration for reporting anaconda bugs to Red Hat Bugzilla
|
||||
Group: Applications/File
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libreport-plugin-bugzilla = %{version}-%{release}
|
||||
|
||||
%description rhel-anaconda-bugzilla
|
||||
Default configuration for reporting Anaconda problems to Red Hat Bugzilla used
|
||||
to easy configure the reporting process for Red Hat systems. Just install this
|
||||
package and you're done.
|
||||
%endif
|
||||
|
||||
%package anaconda
|
||||
@ -310,9 +335,17 @@ rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELKerneloops.xm
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELPython.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELvmcore.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELxorg.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/workflows.d/report_rhel.conf
|
||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_rhel.conf.5
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_AnacondaRHELBugzilla.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELBugzillaCCpp.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELBugzillaKerneloops.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELBugzillaPython.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELBugzillaVmcore.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/libreport/workflows/workflow_RHELBugzillaXorg.xml
|
||||
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/workflows.d/report_rhel.conf
|
||||
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
|
||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_rhel.conf.5
|
||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/report_rhel_bugzilla.conf.5
|
||||
%endif
|
||||
|
||||
%clean
|
||||
@ -534,6 +567,20 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_datadir}/%{name}/workflows/workflow_RHELxorg.xml
|
||||
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
|
||||
%{_mandir}/man5/report_rhel.conf.5.*
|
||||
|
||||
%files rhel-bugzilla
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/%{name}/workflows/workflow_RHELBugzillaCCpp.xml
|
||||
%{_datadir}/%{name}/workflows/workflow_RHELBugzillaKerneloops.xml
|
||||
%{_datadir}/%{name}/workflows/workflow_RHELBugzillaPython.xml
|
||||
%{_datadir}/%{name}/workflows/workflow_RHELBugzillaVmcore.xml
|
||||
%{_datadir}/%{name}/workflows/workflow_RHELBugzillaXorg.xml
|
||||
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
|
||||
%{_mandir}/man5/report_rhel_bugzilla.conf.5.*
|
||||
|
||||
%files rhel-anaconda-bugzilla
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/%{name}/workflows/workflow_AnacondaRHELBugzilla.xml
|
||||
%endif
|
||||
|
||||
%files anaconda
|
||||
@ -556,6 +603,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 08 2014 Jakub Filak <jfilak@redhat.com> 2.1.11-1
|
||||
- Update translations
|
||||
- add type agnostic functions for map_string_t
|
||||
- %description spelling fix.
|
||||
- update titles of RHTS workflows
|
||||
- add Anaconda Bugzilla reporting workflows for RHEL
|
||||
- add Bugzilla reporting workflows for RHEL
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user