[libreport/f19] New upstream release 2.1.11

Jakub Filak jfilak at fedoraproject.org
Wed Jan 8 07:21:17 UTC 2014


commit 5cc04bb49294b7a6f49eb18d82f151d132ab02c0
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Jan 8 07:53:56 2014 +0100

    New upstream release 2.1.11

 .gitignore     |    1 +
 libreport.spec |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 sources        |    2 +-
 3 files changed, 63 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42489ce..00c285b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libreport.spec b/libreport.spec
index 54750b3..96a6892 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -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/%{_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/%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
+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 at 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 at redhat.com> 2.1.10-1
 - bugzilla: no extra email notification on URL addition
 - Make make_description() output less confusing
diff --git a/sources b/sources
index ffaa36a..b5666a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c5021dfbe53d6e1b0bd2171cd7cee85  libreport-2.1.10.tar.gz
+1fce627d018a730a4b97f15e9bf33103  libreport-2.1.11.tar.gz


More information about the scm-commits mailing list