2018-04-25 10:53:03 +00:00
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
|
%bcond_with bugzilla
|
|
|
|
|
|
|
|
|
|
%define dbus_devel dbus-1-devel
|
|
|
|
|
%define libjson_devel libjson-devel
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without bugzilla
|
|
|
|
|
|
|
|
|
|
%define dbus_devel dbus-devel
|
|
|
|
|
%define libjson_devel json-c-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
2019-02-04 12:24:58 +00:00
|
|
|
|
%define glib_ver 2.43.4
|
2018-04-25 10:53:03 +00:00
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
|
# Enable python3 build by default
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with python3
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} > 7 || 0%{?fedora} > 28
|
|
|
|
|
# Disable python2 build by default
|
|
|
|
|
%bcond_with python2
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without python2
|
|
|
|
|
%endif
|
2014-01-08 06:53:56 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
Summary: Generic library for reporting various problems
|
|
|
|
|
Name: libreport
|
2019-07-03 10:44:33 +00:00
|
|
|
|
Version: 2.10.1
|
|
|
|
|
Release: 1%{?dist}
|
2011-06-16 11:39:51 +00:00
|
|
|
|
License: GPLv2+
|
2015-07-03 11:31:22 +00:00
|
|
|
|
URL: https://abrt.readthedocs.org/
|
2017-03-15 14:20:27 +00:00
|
|
|
|
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
2018-06-18 13:33:07 +00:00
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
BuildRequires: %{dbus_devel}
|
2012-08-02 11:49:55 +00:00
|
|
|
|
BuildRequires: gtk3-devel
|
2011-06-16 11:39:51 +00:00
|
|
|
|
BuildRequires: curl-devel
|
|
|
|
|
BuildRequires: desktop-file-utils
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with python2}
|
2018-01-09 17:58:32 +00:00
|
|
|
|
BuildRequires: python2-devel
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif # with python2
|
|
|
|
|
%if %{with python3}
|
2014-03-05 12:14:08 +00:00
|
|
|
|
BuildRequires: python3-devel
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif # with python3
|
2011-06-16 11:39:51 +00:00
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: libtar-devel
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: texinfo
|
|
|
|
|
BuildRequires: asciidoc
|
|
|
|
|
BuildRequires: xmlto
|
2011-07-18 14:26:55 +00:00
|
|
|
|
BuildRequires: newt-devel
|
2011-12-07 09:27:55 +00:00
|
|
|
|
BuildRequires: libproxy-devel
|
2018-04-25 10:53:03 +00:00
|
|
|
|
BuildRequires: satyr-devel >= 0.24
|
2017-08-25 11:59:18 +00:00
|
|
|
|
BuildRequires: glib2-devel >= %{glib_ver}
|
2018-06-18 13:33:07 +00:00
|
|
|
|
BuildRequires: git
|
2014-03-05 12:14:08 +00:00
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
|
|
|
|
# A test case uses zh_CN locale to verify XML event translations
|
2016-04-08 11:15:33 +00:00
|
|
|
|
BuildRequires: glibc-all-langpacks
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with bugzilla}
|
2014-03-05 12:14:08 +00:00
|
|
|
|
BuildRequires: xmlrpc-c-devel
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif
|
2013-03-19 09:25:23 +00:00
|
|
|
|
BuildRequires: doxygen
|
2013-10-27 17:53:39 +00:00
|
|
|
|
BuildRequires: systemd-devel
|
2013-12-11 11:06:11 +00:00
|
|
|
|
BuildRequires: augeas-devel
|
|
|
|
|
BuildRequires: augeas
|
2016-05-18 09:39:05 +00:00
|
|
|
|
BuildRequires: xz
|
|
|
|
|
BuildRequires: lz4
|
2018-04-25 10:53:03 +00:00
|
|
|
|
Requires: libreport-filesystem = %{version}-%{release}
|
|
|
|
|
Requires: satyr >= 0.24
|
|
|
|
|
Requires: glib2 >= %{glib_ver}
|
|
|
|
|
Requires: xz
|
|
|
|
|
Requires: lz4
|
2017-06-12 14:58:09 +00:00
|
|
|
|
|
|
|
|
|
# Required for the temporary modularity hack, see below
|
|
|
|
|
%if 0%{?_module_build}
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
%endif
|
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%description
|
|
|
|
|
Libraries providing API for reporting different problems in applications
|
|
|
|
|
to different bug targets like Bugzilla, ftp, trac, etc...
|
|
|
|
|
|
2011-12-07 09:27:55 +00:00
|
|
|
|
%package filesystem
|
|
|
|
|
Summary: Filesystem layout for libreport
|
2018-10-08 12:02:19 +00:00
|
|
|
|
BuildArch: noarch
|
2011-12-07 09:27:55 +00:00
|
|
|
|
|
|
|
|
|
%description filesystem
|
|
|
|
|
Filesystem layout for libreport
|
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development libraries and headers for libreport
|
|
|
|
|
Requires: libreport = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Development libraries and headers for libreport
|
|
|
|
|
|
2012-08-02 11:49:55 +00:00
|
|
|
|
%package web
|
|
|
|
|
Summary: Library providing network API for libreport
|
|
|
|
|
Requires: libreport = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description web
|
|
|
|
|
Library providing network API for libreport
|
|
|
|
|
|
|
|
|
|
%package web-devel
|
|
|
|
|
Summary: Development headers for libreport-web
|
|
|
|
|
Requires: libreport-web = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description web-devel
|
|
|
|
|
Development headers for libreport-web
|
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with python2}
|
2017-08-19 13:38:39 +00:00
|
|
|
|
%package -n python2-libreport
|
2011-07-18 14:26:55 +00:00
|
|
|
|
Summary: Python bindings for report-libs
|
|
|
|
|
Requires: libreport = %{version}-%{release}
|
2017-11-02 15:45:07 +00:00
|
|
|
|
Requires: python2-dnf
|
2017-08-19 23:08:59 +00:00
|
|
|
|
%{?python_provide:%python_provide python2-libreport}
|
|
|
|
|
# Remove before F30
|
|
|
|
|
Provides: %{name}-python = %{version}-%{release}
|
|
|
|
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
|
|
|
|
Obsoletes: %{name}-python < %{version}-%{release}
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
2017-08-19 13:38:39 +00:00
|
|
|
|
%description -n python2-libreport
|
2011-07-18 14:26:55 +00:00
|
|
|
|
Python bindings for report-libs.
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif # with python2
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with python3}
|
2017-08-19 23:08:59 +00:00
|
|
|
|
%package -n python3-libreport
|
2014-03-05 12:14:08 +00:00
|
|
|
|
Summary: Python 3 bindings for report-libs
|
2017-06-12 14:58:09 +00:00
|
|
|
|
%if 0%{?_module_build}
|
|
|
|
|
# This is required for F26 Boltron (the modular release)
|
|
|
|
|
# Different parts of libreport are shipped with different
|
|
|
|
|
# modules with different dist tags; we need to weaken the
|
|
|
|
|
# strict NVR dependency to make it work. Temporary and
|
|
|
|
|
# limited to F26 Boltron.
|
|
|
|
|
%global distfreerelease %(echo %{release}|sed 's/%{?dist}$//'||echo 0)
|
|
|
|
|
Requires: libreport >= %{version}-%{distfreerelease}
|
|
|
|
|
%else
|
2014-03-05 12:14:08 +00:00
|
|
|
|
Requires: libreport = %{version}-%{release}
|
2017-06-12 14:58:09 +00:00
|
|
|
|
%endif
|
2017-11-02 15:45:07 +00:00
|
|
|
|
Requires: python3-dnf
|
2017-08-19 23:08:59 +00:00
|
|
|
|
%{?python_provide:%python_provide python3-libreport}
|
|
|
|
|
# Remove before F30
|
|
|
|
|
Provides: %{name}-python3 = %{version}-%{release}
|
|
|
|
|
Provides: %{name}-python3%{?_isa} = %{version}-%{release}
|
|
|
|
|
Obsoletes: %{name}-python3 < %{version}-%{release}
|
2014-03-05 12:14:08 +00:00
|
|
|
|
|
2017-08-19 23:08:59 +00:00
|
|
|
|
%description -n python3-libreport
|
2014-03-05 12:14:08 +00:00
|
|
|
|
Python 3 bindings for report-libs.
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif # with python3
|
2014-03-05 12:14:08 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%package cli
|
|
|
|
|
Summary: %{name}'s command line interface
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description cli
|
|
|
|
|
This package contains simple command line tool for working
|
|
|
|
|
with problem dump reports
|
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%package newt
|
|
|
|
|
Summary: %{name}'s newt interface
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-03-26 13:53:15 +00:00
|
|
|
|
Provides: report-newt = 0:0.23-1
|
|
|
|
|
Obsoletes: report-newt < 0:0.23-1
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
|
|
|
|
%description newt
|
|
|
|
|
This package contains a simple newt application for reporting
|
|
|
|
|
bugs
|
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%package gtk
|
|
|
|
|
Summary: GTK front-end for libreport
|
|
|
|
|
Requires: libreport = %{version}-%{release}
|
2013-03-19 09:25:23 +00:00
|
|
|
|
Requires: libreport-plugin-reportuploader = %{version}-%{release}
|
2018-04-25 10:53:03 +00:00
|
|
|
|
Requires: fros >= 1.0
|
2012-03-26 13:53:15 +00:00
|
|
|
|
Provides: report-gtk = 0:0.23-1
|
|
|
|
|
Obsoletes: report-gtk < 0:0.23-1
|
2011-06-16 11:39:51 +00:00
|
|
|
|
|
|
|
|
|
%description gtk
|
|
|
|
|
Applications for reporting bugs using libreport backend
|
|
|
|
|
|
|
|
|
|
%package gtk-devel
|
|
|
|
|
Summary: Development libraries and headers for libreport
|
|
|
|
|
Requires: libreport-gtk = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description gtk-devel
|
|
|
|
|
Development libraries and headers for libreport-gtk
|
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%package plugin-kerneloops
|
|
|
|
|
Summary: %{name}'s kerneloops reporter plugin
|
|
|
|
|
Requires: curl
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-04-29 13:46:34 +00:00
|
|
|
|
Requires: libreport-web = %{version}-%{release}
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
|
|
|
|
%description plugin-kerneloops
|
|
|
|
|
This package contains plugin which sends kernel crash information to specified
|
|
|
|
|
server, usually to kerneloops.org.
|
|
|
|
|
|
|
|
|
|
%package plugin-logger
|
|
|
|
|
Summary: %{name}'s logger reporter plugin
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description plugin-logger
|
|
|
|
|
The simple reporter plugin which writes a report to a specified file.
|
|
|
|
|
|
2016-12-15 14:04:21 +00:00
|
|
|
|
%package plugin-systemd-journal
|
|
|
|
|
Summary: %{name}'s systemd journal reporter plugin
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description plugin-systemd-journal
|
|
|
|
|
The simple reporter plugin which writes a report to the systemd journal.
|
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%package plugin-mailx
|
|
|
|
|
Summary: %{name}'s mailx reporter plugin
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: mailx
|
|
|
|
|
|
|
|
|
|
%description plugin-mailx
|
|
|
|
|
The simple reporter plugin which sends a report via mailx to a specified
|
|
|
|
|
email address.
|
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with bugzilla}
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%package plugin-bugzilla
|
|
|
|
|
Summary: %{name}'s bugzilla plugin
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-04-29 13:46:34 +00:00
|
|
|
|
Requires: libreport-web = %{version}-%{release}
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%description plugin-bugzilla
|
|
|
|
|
Plugin to report bugs into the bugzilla.
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif
|
2014-01-30 12:49:57 +00:00
|
|
|
|
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%package plugin-mantisbt
|
|
|
|
|
Summary: %{name}'s mantisbt plugin
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: libreport-web = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description plugin-mantisbt
|
|
|
|
|
Plugin to report bugs into the mantisbt.
|
|
|
|
|
|
|
|
|
|
%package centos
|
|
|
|
|
Summary: %{name}'s CentOS Bug Tracker workflow
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: libreport-web = %{version}-%{release}
|
|
|
|
|
Requires: libreport-plugin-mantisbt = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description centos
|
|
|
|
|
Workflows to report issues into the CentOS Bug Tracker.
|
|
|
|
|
|
2012-08-02 11:49:55 +00:00
|
|
|
|
%package plugin-ureport
|
|
|
|
|
Summary: %{name}'s micro report plugin
|
2018-04-25 10:53:03 +00:00
|
|
|
|
BuildRequires: %{libjson_devel}
|
2011-11-04 13:16:15 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-04-29 13:46:34 +00:00
|
|
|
|
Requires: libreport-web = %{version}-%{release}
|
2014-11-06 12:06:24 +00:00
|
|
|
|
%if 0%{?rhel}
|
2018-10-08 12:02:19 +00:00
|
|
|
|
%if %{with python2}
|
2014-11-06 12:06:24 +00:00
|
|
|
|
Requires: python-rhsm
|
2018-10-08 12:02:19 +00:00
|
|
|
|
%endif # with python2
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
Requires: python3-subscription-manager-rhsm
|
|
|
|
|
%endif # with python3
|
2014-11-06 12:06:24 +00:00
|
|
|
|
%endif
|
2011-11-04 13:16:15 +00:00
|
|
|
|
|
2012-08-02 11:49:55 +00:00
|
|
|
|
%description plugin-ureport
|
|
|
|
|
Uploads micro-report to abrt server
|
2011-11-04 13:16:15 +00:00
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%package plugin-rhtsupport
|
|
|
|
|
Summary: %{name}'s RHTSupport plugin
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-04-29 13:46:34 +00:00
|
|
|
|
Requires: libreport-web = %{version}-%{release}
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
|
|
|
|
%description plugin-rhtsupport
|
|
|
|
|
Plugin to report bugs into RH support system.
|
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with bugzilla}
|
2011-10-03 08:22:02 +00:00
|
|
|
|
%package compat
|
|
|
|
|
Summary: %{name}'s compat layer for obsoleted 'report' package
|
2012-12-19 21:02:43 +00:00
|
|
|
|
Requires: libreport = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-plugin-bugzilla = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-plugin-rhtsupport = %{version}-%{release}
|
2011-10-03 08:22:02 +00:00
|
|
|
|
|
|
|
|
|
%description compat
|
|
|
|
|
Provides 'report' command-line tool.
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif
|
2011-10-03 08:22:02 +00:00
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%package plugin-reportuploader
|
|
|
|
|
Summary: %{name}'s reportuploader plugin
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-04-29 13:46:34 +00:00
|
|
|
|
Requires: libreport-web = %{version}-%{release}
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
|
|
|
|
%description plugin-reportuploader
|
|
|
|
|
Plugin to report bugs into anonymous FTP site associated with ticketing system.
|
|
|
|
|
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%if 0%{?fedora}
|
2012-12-19 21:02:43 +00:00
|
|
|
|
%package fedora
|
|
|
|
|
Summary: Default configuration for reporting bugs via Fedora infrastructure
|
2013-07-26 06:53:23 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-12-19 21:02:43 +00:00
|
|
|
|
|
|
|
|
|
%description fedora
|
|
|
|
|
Default configuration for reporting bugs via Fedora infrastructure
|
2014-01-08 16:43:13 +00:00
|
|
|
|
used to easily configure the reporting process for Fedora systems. Just
|
2012-12-19 21:02:43 +00:00
|
|
|
|
install this package and you're done.
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%endif
|
2012-12-19 21:02:43 +00:00
|
|
|
|
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%if 0%{?rhel}
|
2013-03-27 15:54:22 +00:00
|
|
|
|
%package rhel
|
|
|
|
|
Summary: Default configuration for reporting bugs via Red Hat infrastructure
|
2013-07-26 06:53:23 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2019-07-03 10:44:33 +00:00
|
|
|
|
Requires: %{name}-plugin-ureport
|
2013-03-27 15:54:22 +00:00
|
|
|
|
|
|
|
|
|
%description rhel
|
|
|
|
|
Default configuration for reporting bugs via Red Hat infrastructure
|
2014-01-08 16:43:13 +00:00
|
|
|
|
used to easily configure the reporting process for Red Hat systems. Just
|
2013-03-27 15:54:22 +00:00
|
|
|
|
install this package and you're done.
|
2014-01-08 06:53:56 +00:00
|
|
|
|
|
|
|
|
|
%package rhel-bugzilla
|
|
|
|
|
Summary: Default configuration for reporting bugs to Red Hat Bugzilla
|
|
|
|
|
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
|
|
|
|
|
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
|
2014-01-08 16:43:13 +00:00
|
|
|
|
to easily configure the reporting process for Red Hat systems. Just install this
|
2014-01-08 06:53:56 +00:00
|
|
|
|
package and you're done.
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%endif
|
2013-03-27 15:54:22 +00:00
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with bugzilla}
|
2012-12-19 21:02:43 +00:00
|
|
|
|
%package anaconda
|
|
|
|
|
Summary: Default configuration for reporting anaconda bugs
|
2013-07-26 06:53:23 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: libreport-plugin-reportuploader = %{version}-%{release}
|
2013-07-29 08:03:16 +00:00
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
Requires: libreport-plugin-rhtsupport = %{version}-%{release}
|
|
|
|
|
%else
|
2013-07-26 06:53:23 +00:00
|
|
|
|
Requires: libreport-plugin-bugzilla = %{version}-%{release}
|
2013-07-29 08:03:16 +00:00
|
|
|
|
%endif
|
2012-12-19 21:02:43 +00:00
|
|
|
|
|
|
|
|
|
%description anaconda
|
2013-07-26 06:53:23 +00:00
|
|
|
|
Default configuration for reporting Anaconda problems or uploading the gathered
|
|
|
|
|
data over ftp/scp...
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif
|
2012-12-19 21:02:43 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%prep
|
2018-06-18 13:33:07 +00:00
|
|
|
|
# http://www.rpm.org/wiki/PackagerDocs/Autosetup
|
|
|
|
|
# Default '__scm_apply_git' is 'git apply && git commit' but this workflow
|
|
|
|
|
# doesn't allow us to create a new file within a patch, so we have to use
|
|
|
|
|
# 'git am' (see /usr/lib/rpm/macros for more details)
|
|
|
|
|
%define __scm_apply_git(qp:m:) %{__git} am
|
|
|
|
|
%autosetup -S git
|
2011-06-16 11:39:51 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2019-02-04 12:24:58 +00:00
|
|
|
|
autoreconf -if
|
|
|
|
|
intltoolize --automake -c -f
|
2018-04-25 10:53:03 +00:00
|
|
|
|
|
2019-02-04 12:24:58 +00:00
|
|
|
|
%configure \
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{without python2}
|
|
|
|
|
--without-python2 \
|
|
|
|
|
%endif # with python2
|
|
|
|
|
%if %{without python3}
|
|
|
|
|
--without-python3 \
|
|
|
|
|
%endif # with python3
|
|
|
|
|
%if %{without bugzilla}
|
|
|
|
|
--without-bugzilla \
|
|
|
|
|
%endif
|
2018-03-27 16:54:57 +00:00
|
|
|
|
%if 0%{?rhel}
|
2018-04-25 10:53:03 +00:00
|
|
|
|
--enable-import-rhtsupport-cert \
|
2018-03-27 16:54:57 +00:00
|
|
|
|
%endif
|
2018-04-25 10:53:03 +00:00
|
|
|
|
--enable-doxygen-docs \
|
|
|
|
|
--disable-silent-rules
|
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
2018-06-18 13:33:07 +00:00
|
|
|
|
make install DESTDIR=%{buildroot} \
|
|
|
|
|
%if %{with python3}
|
|
|
|
|
PYTHON=%{__python3} \
|
|
|
|
|
%endif # with python3
|
|
|
|
|
mandir=%{_mandir}
|
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%find_lang %{name}
|
2014-04-20 20:18:13 +00:00
|
|
|
|
|
2014-03-05 12:14:08 +00:00
|
|
|
|
# Remove byte-compiled python files generated by automake.
|
|
|
|
|
# automake uses system's python for all *.py files, even
|
|
|
|
|
# for those which needs to be byte-compiled with different
|
|
|
|
|
# version (python2/python3).
|
|
|
|
|
# rpm can do this work and use the appropriate python version.
|
2016-12-15 14:04:21 +00:00
|
|
|
|
find %{buildroot} -name "*.py[co]" -delete
|
2011-06-16 11:39:51 +00:00
|
|
|
|
|
|
|
|
|
# remove all .la and .a files
|
2016-12-15 14:04:21 +00:00
|
|
|
|
find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
|
|
|
|
|
mkdir -p %{buildroot}/%{_initrddir}
|
|
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/events.d/
|
|
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/events/
|
|
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/workflows.d/
|
|
|
|
|
mkdir -p %{buildroot}/%{_datadir}/%{name}/events/
|
|
|
|
|
mkdir -p %{buildroot}/%{_datadir}/%{name}/workflows/
|
2011-06-16 11:39:51 +00:00
|
|
|
|
|
|
|
|
|
# After everything is installed, remove info dir
|
2016-12-15 14:04:21 +00:00
|
|
|
|
rm -f %{buildroot}/%{_infodir}/dir
|
2011-06-16 11:39:51 +00:00
|
|
|
|
|
2013-07-26 06:53:23 +00:00
|
|
|
|
# Remove unwanted Fedora specific workflow configuration files
|
|
|
|
|
%if 0%{!?fedora:1}
|
2016-12-15 14:04:21 +00:00
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraCCpp.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraKerneloops.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraPython.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraPython3.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraVmcore.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraXorg.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraLibreport.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraJava.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_FedoraJavaScript.xml
|
|
|
|
|
rm -f %{buildroot}/%{_sysconfdir}/libreport/workflows.d/report_fedora.conf
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man5/report_fedora.conf.5
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_AnacondaFedora.xml
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Remove unwanted RHEL specific workflow configuration files
|
|
|
|
|
%if 0%{!?rhel:1}
|
2016-12-15 14:04:21 +00:00
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELCCpp.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELKerneloops.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELPython.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELvmcore.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELxorg.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELLibreport.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELJava.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELJavaScript.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_uReport.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_AnacondaRHELBugzilla.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELBugzillaCCpp.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELBugzillaKerneloops.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELBugzillaPython.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELBugzillaVmcore.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELBugzillaXorg.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELBugzillaLibreport.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELBugzillaJava.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELBugzillaJavaScript.xml
|
2017-11-02 15:45:07 +00:00
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELAddDataCCpp.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELAddDataKerneloops.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELAddDataPython.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELAddDatavmcore.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELAddDataxorg.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELAddDataLibreport.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELAddDataJava.xml
|
|
|
|
|
rm -f %{buildroot}/%{_datadir}/libreport/workflows/workflow_RHELAddDataJavaScript.xml
|
2016-12-15 14:04:21 +00:00
|
|
|
|
rm -f %{buildroot}/%{_sysconfdir}/libreport/workflows.d/report_rhel.conf
|
2017-11-02 15:45:07 +00:00
|
|
|
|
rm -f %{buildroot}/%{_sysconfdir}/libreport/workflows.d/report_rhel_add_data.conf
|
2016-12-15 14:04:21 +00:00
|
|
|
|
rm -f %{buildroot}/%{_sysconfdir}/libreport/workflows.d/report_uReport.conf
|
|
|
|
|
rm -f %{buildroot}/%{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man5/report_rhel.conf.5
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man5/report_uReport.conf.5
|
|
|
|
|
rm -f %{buildroot}%{_mandir}/man5/report_rhel_bugzilla.conf.5
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
2011-11-04 13:16:15 +00:00
|
|
|
|
%check
|
2014-11-06 12:06:24 +00:00
|
|
|
|
make check|| {
|
|
|
|
|
# find and print the logs of failed test
|
|
|
|
|
# do not cat tests/testsuite.log because it contains a lot of bloat
|
|
|
|
|
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
2014-09-01 07:14:27 +00:00
|
|
|
|
exit 1
|
|
|
|
|
}
|
2011-11-04 13:16:15 +00:00
|
|
|
|
|
2019-01-27 12:06:38 +00:00
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%ldconfig_scriptlets web
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%post gtk
|
2019-01-27 12:06:38 +00:00
|
|
|
|
%{?ldconfig}
|
2018-04-25 10:53:03 +00:00
|
|
|
|
# update icon cache
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
%postun gtk
|
2019-01-27 12:06:38 +00:00
|
|
|
|
%{?ldconfig}
|
2018-04-25 10:53:03 +00:00
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%posttrans gtk
|
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
%endif
|
2013-07-26 06:53:23 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%files -f %{name}.lang
|
2017-08-25 11:59:18 +00:00
|
|
|
|
%doc README.md
|
2016-12-15 14:04:21 +00:00
|
|
|
|
%license COPYING
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/libreport.conf
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/report_event.conf
|
2012-03-26 13:53:15 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/forbidden_words.conf
|
2013-10-04 12:51:43 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/ignored_words.conf
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%{_datadir}/%{name}/conf.d/libreport.conf
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%{_libdir}/libreport.so.*
|
|
|
|
|
%{_libdir}/libabrt_dbus.so.*
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%{_mandir}/man5/libreport.conf.5*
|
2011-10-03 08:22:02 +00:00
|
|
|
|
%{_mandir}/man5/report_event.conf.5*
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/forbidden_words.conf.5*
|
2014-04-20 20:18:13 +00:00
|
|
|
|
%{_mandir}/man5/ignored_words.conf.5*
|
2013-12-11 11:06:11 +00:00
|
|
|
|
# filesystem package owns /usr/share/augeas/lenses directory
|
|
|
|
|
%{_datadir}/augeas/lenses/libreport.aug
|
2011-06-16 11:39:51 +00:00
|
|
|
|
|
2011-12-07 09:27:55 +00:00
|
|
|
|
%files filesystem
|
|
|
|
|
%dir %{_sysconfdir}/%{name}/
|
|
|
|
|
%dir %{_sysconfdir}/%{name}/events.d/
|
|
|
|
|
%dir %{_sysconfdir}/%{name}/events/
|
2016-04-08 11:15:33 +00:00
|
|
|
|
%dir %{_sysconfdir}/%{name}/workflows.d/
|
2018-03-27 16:54:57 +00:00
|
|
|
|
%dir %{_datadir}/%{name}/
|
|
|
|
|
%dir %{_datadir}/%{name}/conf.d/
|
|
|
|
|
%dir %{_datadir}/%{name}/conf.d/plugins/
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%dir %{_datadir}/%{name}/events/
|
|
|
|
|
%dir %{_datadir}/%{name}/workflows/
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%dir %{_sysconfdir}/%{name}/plugins/
|
2011-12-07 09:27:55 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%files devel
|
2011-06-20 12:26:40 +00:00
|
|
|
|
# Public api headers:
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%doc apidoc/html/*.{html,png,css,js}
|
2013-04-29 13:46:34 +00:00
|
|
|
|
%{_includedir}/libreport/libreport_types.h
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%{_includedir}/libreport/client.h
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%{_includedir}/libreport/dump_dir.h
|
|
|
|
|
%{_includedir}/libreport/event_config.h
|
|
|
|
|
%{_includedir}/libreport/problem_data.h
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%{_includedir}/libreport/problem_report.h
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%{_includedir}/libreport/report.h
|
|
|
|
|
%{_includedir}/libreport/run_event.h
|
2012-12-19 21:02:43 +00:00
|
|
|
|
%{_includedir}/libreport/file_obj.h
|
|
|
|
|
%{_includedir}/libreport/config_item_info.h
|
|
|
|
|
%{_includedir}/libreport/workflow.h
|
2014-09-01 07:14:27 +00:00
|
|
|
|
%{_includedir}/libreport/problem_details_widget.h
|
|
|
|
|
%{_includedir}/libreport/problem_details_dialog.h
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%{_includedir}/libreport/problem_utils.h
|
2019-02-04 12:24:58 +00:00
|
|
|
|
%{_includedir}/libreport/report_result.h
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%{_includedir}/libreport/ureport.h
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%{_includedir}/libreport/reporters.h
|
|
|
|
|
%{_includedir}/libreport/global_configuration.h
|
2011-06-20 12:26:40 +00:00
|
|
|
|
# Private api headers:
|
|
|
|
|
%{_includedir}/libreport/internal_abrt_dbus.h
|
|
|
|
|
%{_includedir}/libreport/internal_libreport.h
|
2013-03-19 09:25:23 +00:00
|
|
|
|
%{_includedir}/libreport/xml_parser.h
|
2017-03-15 14:20:27 +00:00
|
|
|
|
%{_includedir}/libreport/helpers
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%{_libdir}/libreport.so
|
|
|
|
|
%{_libdir}/libabrt_dbus.so
|
|
|
|
|
%{_libdir}/pkgconfig/libreport.pc
|
|
|
|
|
%dir %{_includedir}/libreport
|
|
|
|
|
|
2012-08-02 11:49:55 +00:00
|
|
|
|
%files web
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_libdir}/libreport-web.so.*
|
2012-08-02 11:49:55 +00:00
|
|
|
|
|
|
|
|
|
%files web-devel
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_libdir}/libreport-web.so
|
2012-08-02 11:49:55 +00:00
|
|
|
|
%{_includedir}/libreport/libreport_curl.h
|
|
|
|
|
%{_libdir}/pkgconfig/libreport-web.pc
|
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with python2}
|
2017-08-19 13:38:39 +00:00
|
|
|
|
%files -n python2-libreport
|
2018-07-29 22:22:21 +00:00
|
|
|
|
%{python2_sitearch}/report/
|
|
|
|
|
%{python2_sitearch}/reportclient/
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif # with python2
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with python3}
|
2017-08-19 23:08:59 +00:00
|
|
|
|
%files -n python3-libreport
|
2018-03-27 16:54:57 +00:00
|
|
|
|
%{python3_sitearch}/report/
|
|
|
|
|
%{python3_sitearch}/reportclient/
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif # with python3
|
2014-03-05 12:14:08 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%files cli
|
|
|
|
|
%{_bindir}/report-cli
|
|
|
|
|
%{_mandir}/man1/report-cli.1.gz
|
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%files newt
|
|
|
|
|
%{_bindir}/report-newt
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man1/report-newt.1.gz
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%files gtk
|
|
|
|
|
%{_bindir}/report-gtk
|
|
|
|
|
%{_libdir}/libreport-gtk.so.*
|
2013-03-19 09:25:23 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/emergencyanalysis_event.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/emergencyanalysis_event.conf.5.*
|
|
|
|
|
%{_datadir}/%{name}/events/report_EmergencyAnalysis.xml
|
|
|
|
|
%{_mandir}/man1/report-gtk.1.gz
|
2013-03-19 09:25:23 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%files gtk-devel
|
|
|
|
|
%{_libdir}/libreport-gtk.so
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%{_includedir}/libreport/internal_libreport_gtk.h
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%{_libdir}/pkgconfig/libreport-gtk.pc
|
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%files plugin-kerneloops
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/events/report_Kerneloops.xml
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%{_mandir}/man*/reporter-kerneloops.*
|
|
|
|
|
%{_bindir}/reporter-kerneloops
|
|
|
|
|
|
|
|
|
|
%files plugin-logger
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events/report_Logger.conf
|
|
|
|
|
%{_mandir}/man5/report_Logger.conf.5.*
|
|
|
|
|
%{_datadir}/%{name}/events/report_Logger.xml
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_Logger.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_LoggerCCpp.xml
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/print_event.conf
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_logger.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/print_event.conf.5.*
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%{_mandir}/man5/report_logger.conf.5.*
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%{_bindir}/reporter-print
|
|
|
|
|
%{_mandir}/man*/reporter-print.*
|
|
|
|
|
|
2016-12-15 14:04:21 +00:00
|
|
|
|
%files plugin-systemd-journal
|
|
|
|
|
%{_bindir}/reporter-systemd-journal
|
|
|
|
|
%{_mandir}/man*/reporter-systemd-journal.*
|
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%files plugin-mailx
|
2012-03-26 13:53:15 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/mailx.conf
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/%{name}/conf.d/plugins/mailx.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/events/report_Mailx.xml
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.mailx.xml
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_Mailx.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_MailxCCpp.xml
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/mailx_event.conf
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_mailx.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/mailx.conf.5.*
|
|
|
|
|
%{_mandir}/man5/mailx_event.conf.5.*
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%{_mandir}/man5/report_mailx.conf.5.*
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%{_mandir}/man*/reporter-mailx.*
|
|
|
|
|
%{_bindir}/reporter-mailx
|
|
|
|
|
|
2012-08-02 11:49:55 +00:00
|
|
|
|
%files plugin-ureport
|
2013-12-11 11:06:11 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/ureport.conf
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/%{name}/conf.d/plugins/ureport.conf
|
2012-08-02 11:49:55 +00:00
|
|
|
|
%{_bindir}/reporter-ureport
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man1/reporter-ureport.1.gz
|
2013-12-11 11:06:11 +00:00
|
|
|
|
%{_mandir}/man5/ureport.conf.5.gz
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/events/report_uReport.xml
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ureport.xml
|
2019-07-03 10:44:33 +00:00
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uReport.conf
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_uReport.xml
|
|
|
|
|
%{_mandir}/man5/report_uReport.conf.5.*
|
|
|
|
|
%endif
|
2011-11-04 13:16:15 +00:00
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with bugzilla}
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%files plugin-bugzilla
|
2011-10-03 08:22:02 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/%{name}/conf.d/plugins/bugzilla.conf
|
2012-11-14 12:46:16 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format.conf
|
2013-02-04 13:19:38 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup.conf
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_analyzer_libreport.conf
|
2012-11-14 12:46:16 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_kernel.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/events/report_Bugzilla.xml
|
2014-03-05 12:14:08 +00:00
|
|
|
|
%{_datadir}/%{name}/events/watch_Bugzilla.xml
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf
|
2011-07-29 07:08:48 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.bugzilla.xml
|
2011-07-18 14:26:55 +00:00
|
|
|
|
# FIXME: remove with the old gui
|
|
|
|
|
%{_mandir}/man1/reporter-bugzilla.1.gz
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/report_Bugzilla.conf.5.*
|
|
|
|
|
%{_mandir}/man5/bugzilla_event.conf.5.*
|
|
|
|
|
%{_mandir}/man5/bugzilla.conf.5.*
|
|
|
|
|
%{_mandir}/man5/bugzilla_format.conf.5.*
|
|
|
|
|
%{_mandir}/man5/bugzilla_formatdup.conf.5.*
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%{_mandir}/man5/bugzilla_format_analyzer_libreport.conf.5.*
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/bugzilla_format_kernel.conf.5.*
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%{_bindir}/reporter-bugzilla
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%files plugin-mantisbt
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt.conf
|
|
|
|
|
%{_datadir}/%{name}/conf.d/plugins/mantisbt.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_format.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup.conf
|
2015-05-20 12:34:41 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_format_analyzer_libreport.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup_analyzer_libreport.conf
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%{_bindir}/reporter-mantisbt
|
2015-03-18 07:48:19 +00:00
|
|
|
|
%{_mandir}/man1/reporter-mantisbt.1.gz
|
|
|
|
|
%{_mandir}/man5/mantisbt.conf.5.*
|
|
|
|
|
%{_mandir}/man5/mantisbt_format.conf.5.*
|
|
|
|
|
%{_mandir}/man5/mantisbt_formatdup.conf.5.*
|
2015-05-20 12:34:41 +00:00
|
|
|
|
%{_mandir}/man5/mantisbt_format_analyzer_libreport.conf.5.*
|
|
|
|
|
%{_mandir}/man5/mantisbt_formatdup_analyzer_libreport.conf.5.*
|
2015-02-20 08:35:56 +00:00
|
|
|
|
|
|
|
|
|
%files centos
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSCCpp.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSKerneloops.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSPython.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSPython3.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSVmcore.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSXorg.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSLibreport.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSJava.xml
|
2016-12-15 14:04:21 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_CentOSJavaScript.xml
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_centos.conf
|
2015-03-18 07:48:19 +00:00
|
|
|
|
%{_mandir}/man5/report_centos.conf.5.*
|
2015-02-20 08:35:56 +00:00
|
|
|
|
%{_datadir}/%{name}/events/report_CentOSBugTracker.xml
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events/report_CentOSBugTracker.conf
|
2015-03-18 07:48:19 +00:00
|
|
|
|
%{_mandir}/man5/report_CentOSBugTracker.conf.5.*
|
2015-02-20 08:35:56 +00:00
|
|
|
|
# report_CentOSBugTracker events are shipped by libreport package
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/centos_report_event.conf
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%{_mandir}/man5/centos_report_event.conf.5.gz
|
2015-02-20 08:35:56 +00:00
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%files plugin-rhtsupport
|
2011-10-03 08:22:02 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/rhtsupport.conf
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/%{name}/conf.d/plugins/rhtsupport.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/events/report_RHTSupport.xml
|
2017-11-02 15:45:07 +00:00
|
|
|
|
%{_datadir}/%{name}/events/report_RHTSupport_AddData.xml
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.rhtsupport.xml
|
2018-03-27 16:54:57 +00:00
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%attr(600,root,root)%{_sysconfdir}/%{name}/cert-api.access.redhat.com.pem
|
|
|
|
|
%endif
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
|
2011-10-03 08:22:02 +00:00
|
|
|
|
%{_mandir}/man1/reporter-rhtsupport.1.gz
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/rhtsupport.conf.5.*
|
|
|
|
|
%{_mandir}/man5/rhtsupport_event.conf.5.*
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%{_bindir}/reporter-rhtsupport
|
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with bugzilla}
|
2011-10-03 08:22:02 +00:00
|
|
|
|
%files compat
|
|
|
|
|
%{_bindir}/report
|
|
|
|
|
%{_mandir}/man1/report.1.gz
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif
|
2011-10-03 08:22:02 +00:00
|
|
|
|
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%files plugin-reportuploader
|
|
|
|
|
%{_mandir}/man*/reporter-upload.*
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/uploader_event.conf.5.*
|
2011-07-18 14:26:55 +00:00
|
|
|
|
%{_bindir}/reporter-upload
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/events/report_Uploader.xml
|
2011-10-03 08:22:02 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_Upload.xml
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_UploadCCpp.xml
|
2014-04-04 10:32:11 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%{_datadir}/%{name}/conf.d/plugins/upload.conf
|
2016-02-02 11:25:38 +00:00
|
|
|
|
%{_mandir}/man5/upload.conf.5.*
|
2014-10-06 14:25:39 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uploader.conf
|
|
|
|
|
%{_mandir}/man5/report_uploader.conf.5.*
|
2016-02-02 11:25:38 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events/report_Uploader.conf
|
|
|
|
|
%{_mandir}/man5/report_Uploader.conf.5.*
|
2012-12-19 21:02:43 +00:00
|
|
|
|
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%if 0%{?fedora}
|
2012-12-19 21:02:43 +00:00
|
|
|
|
%files fedora
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraCCpp.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraKerneloops.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraPython.xml
|
2014-03-05 12:14:08 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraPython3.xml
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraVmcore.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraXorg.xml
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraLibreport.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraJava.xml
|
2016-12-15 14:04:21 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_FedoraJavaScript.xml
|
2012-12-19 21:02:43 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_fedora.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/report_fedora.conf.5.*
|
|
|
|
|
%endif
|
2012-12-19 21:02:43 +00:00
|
|
|
|
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%if 0%{?rhel}
|
2013-03-27 15:54:22 +00:00
|
|
|
|
%files rhel
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELCCpp.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELKerneloops.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELPython.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELvmcore.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELxorg.xml
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELLibreport.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELJava.xml
|
2016-12-15 14:04:21 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELJavaScript.xml
|
2017-11-02 15:45:07 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELAddDataCCpp.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELAddDataJava.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELAddDataKerneloops.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELAddDataLibreport.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELAddDataPython.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELAddDatavmcore.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELAddDataxorg.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELAddDataJavaScript.xml
|
2013-03-27 15:54:22 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
|
2017-11-02 15:45:07 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_add_data.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/report_rhel.conf.5.*
|
2014-01-08 06:53:56 +00:00
|
|
|
|
|
|
|
|
|
%files rhel-bugzilla
|
|
|
|
|
%{_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
|
2014-01-30 12:49:57 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELBugzillaLibreport.xml
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELBugzillaJava.xml
|
2016-12-15 14:04:21 +00:00
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_RHELBugzillaJavaScript.xml
|
2014-01-08 06:53:56 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
|
|
|
|
|
%{_mandir}/man5/report_rhel_bugzilla.conf.5.*
|
|
|
|
|
|
|
|
|
|
%files rhel-anaconda-bugzilla
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_AnacondaRHELBugzilla.xml
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%endif
|
2013-03-27 15:54:22 +00:00
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%if %{with bugzilla}
|
2012-12-19 21:02:43 +00:00
|
|
|
|
%files anaconda
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_AnacondaFedora.xml
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_AnacondaRHEL.xml
|
|
|
|
|
%endif
|
|
|
|
|
%{_datadir}/%{name}/workflows/workflow_AnacondaUpload.xml
|
2012-12-19 21:02:43 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
|
2013-04-04 17:09:01 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf
|
2013-06-14 07:55:17 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_anaconda.conf
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
|
2013-07-26 06:53:23 +00:00
|
|
|
|
%{_mandir}/man5/anaconda_event.conf.5.*
|
|
|
|
|
%{_mandir}/man5/bugzilla_anaconda_event.conf.5.*
|
|
|
|
|
%{_mandir}/man5/bugzilla_format_anaconda.conf.5.*
|
|
|
|
|
%{_mandir}/man5/bugzilla_formatdup_anaconda.conf.5.*
|
2018-04-25 10:53:03 +00:00
|
|
|
|
%endif
|
2011-07-18 14:26:55 +00:00
|
|
|
|
|
2011-06-16 11:39:51 +00:00
|
|
|
|
%changelog
|
2019-07-03 10:44:33 +00:00
|
|
|
|
* Wed Jul 03 2019 Martin Kutlak <mkutlak@redhat.com> 2.10.1-1
|
|
|
|
|
- doc: Makefile.am: Use correct path for --conf-file
|
|
|
|
|
- lib: copy_file_recursive: Use GLib abstractions
|
|
|
|
|
- gui-wizard-gtk: Fix fix
|
|
|
|
|
- cli: run-command: Replace use of vfork() with fork()
|
|
|
|
|
- plugins: rhbz: Don’t call strlen() on attachment data
|
|
|
|
|
- Check for empty fmt_file name when printing error msgs
|
|
|
|
|
- cli: Unpack command-line argument parsing logic
|
|
|
|
|
- lib: event_config: Remove pointless assignment
|
|
|
|
|
- gui-wizard-gtk: Fix never-read assignment
|
|
|
|
|
- lib: xatonum: Check string parameters
|
|
|
|
|
- Rework and refine composition of error messages
|
|
|
|
|
- Add clearer warnings about missing report elements specified in format files
|
|
|
|
|
- Move uReport workflow to plugin-ureport subpackage
|
|
|
|
|
- lib: ureport: Export workflow when saving server response
|
|
|
|
|
- lib: dump_dir: Clean up on failure in dd_delete()
|
|
|
|
|
- Use #ifdef to check whether macros are defined
|
|
|
|
|
- autogen.sh: Use autoreconf
|
|
|
|
|
- autogen.sh: Allow skipping running configure
|
|
|
|
|
- tests: forbidden_words: Don’t hardcode sysconfdir
|
|
|
|
|
- Makefile.am: Use correct locale when getting date
|
|
|
|
|
|
2019-04-23 06:34:18 +00:00
|
|
|
|
* Tue Apr 23 2019 Ernestas Kulik <ekulik@redhat.com> - 2.10.0-3
|
|
|
|
|
- Add patch to fix workflow fields not being added to reported_to when μReport response comes with a Bugzilla URL
|
|
|
|
|
|
2019-02-04 12:44:25 +00:00
|
|
|
|
* Mon Feb 04 2019 Ernestas Kulik <ekulik@redhat.com> - 2.10.0-2
|
|
|
|
|
- Remove unused patch
|
|
|
|
|
|
2019-02-04 12:24:58 +00:00
|
|
|
|
* Sat Feb 02 2019 Ernestas Kulik <ekulik@redhat.com> - 2.10.0-1
|
|
|
|
|
- Update to 2.10.0
|
|
|
|
|
- Bump GLib dependency
|
|
|
|
|
- Add patch to work around issue with test
|
|
|
|
|
|
2019-02-01 08:07:23 +00:00
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.7-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
2019-01-07 08:50:20 +00:00
|
|
|
|
* Mon Jan 07 2019 Martin Kutlak <mkutlak@redhat.com> 2.9.7-2
|
|
|
|
|
- rhbz: Replace nomail flag with minor_update
|
|
|
|
|
|
2018-12-07 08:53:32 +00:00
|
|
|
|
* Fri Dec 07 2018 Matej Marusak <mmarusak@redhat.com> 2.9.7-1
|
|
|
|
|
- reportclient: Search for required packages recursively
|
|
|
|
|
- event_config: Modify unusable backtrace message
|
|
|
|
|
- reportclient: Find and download required debuginfo packages
|
|
|
|
|
- lib: Explicitly do not use DST
|
|
|
|
|
- autogen: List make in sysdeps command
|
|
|
|
|
- lib: Seek beginning of mountinfo file
|
|
|
|
|
- report-client: Find debuginfos in own method
|
|
|
|
|
- lib: Add a null guard
|
|
|
|
|
- gui-wizard-gtk: Require GTK+ 3.10
|
|
|
|
|
- gui-wizard-gtk: Don’t set GtkButton:xalign
|
|
|
|
|
- gui-wizard-gtk: Replace use of GtkTable
|
|
|
|
|
- gui-wizard-gtk: Show warnings inline on progress page
|
|
|
|
|
- gui-wizard-gtk: Remove unused size group
|
|
|
|
|
- gui-wizard-gtk: Replace Gtk{H,V}Box with GtkBox
|
|
|
|
|
- gui-wizard-gtk: Remove unneeded windows
|
|
|
|
|
- gtk-helpers: config_dialog: Hide tree view header
|
|
|
|
|
- augeas: Use generic augeas modules
|
|
|
|
|
|
2018-10-08 12:02:19 +00:00
|
|
|
|
* Mon Oct 8 2018 Martin Kutlak <mkutlak@redhat.com> 2.9.6-1
|
|
|
|
|
- Fix majority of bugs found by Coverity Scan.
|
|
|
|
|
- Remove option to screencast problems
|
|
|
|
|
- tests: Adjust format of truncated backtrace for python and core
|
|
|
|
|
- gui: Replace deprecated g_type_class_add_private
|
|
|
|
|
- potfiles: fix issue in POTFILES.in
|
|
|
|
|
- lib: fix a SEGV in list_possible_events()
|
|
|
|
|
- ureport: use python3 to get consumerCertDir
|
|
|
|
|
- r-mailx: Add comment explaining expected values in config
|
|
|
|
|
- reporter-mailx: Remove double quotes from config
|
|
|
|
|
- spec: Make libreport-filesystem subpackage noarch
|
|
|
|
|
- spec: drop dependency on python-rhsm
|
|
|
|
|
|
2018-07-13 08:46:04 +00:00
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.5-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
2018-06-18 13:33:07 +00:00
|
|
|
|
* Mon Jun 18 2018 Matej Habrnal <mhabrnal@redhat.com> 2.9.5-3
|
|
|
|
|
- Make this build without /usr/bin/python
|
|
|
|
|
- Resolves #1592073
|
|
|
|
|
|
2018-06-16 13:58:40 +00:00
|
|
|
|
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 2.9.5-2
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
* Tue Apr 24 2018 Matej Habrnal <mhabrnal@redhat.com> 2.9.5-1
|
|
|
|
|
- spec: actualize according to downstream
|
|
|
|
|
- spec: Conditionalize the Python2 and Python3
|
|
|
|
|
- report-python: fix tests if configure --without-python2
|
|
|
|
|
- autogen: correctly parse buildrequires from spec file
|
|
|
|
|
|
|
|
|
|
* Tue Mar 27 2018 Martin Kutlak <mkutlak@redhat.com> 2.9.4-1
|
2018-03-27 16:54:57 +00:00
|
|
|
|
- Translation updates
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- Revert "use /usr/sbin/"
|
2018-03-27 16:54:57 +00:00
|
|
|
|
- ureport: remove json-c is_error() usage
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- ldconfig and gtk-update-icon-cache is not needed in rawhide
|
2018-03-27 16:54:57 +00:00
|
|
|
|
- reporter-rhtsupport: Remove dependency on redhat-access-insights
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- do not expand macro in changelog
|
|
|
|
|
- move defattr which match the defaults
|
|
|
|
|
- use /usr/sbin/
|
|
|
|
|
- macro python_sitearch is always defined on rhel7+
|
|
|
|
|
- remove rhel6 specific items and accomodate to rhel7+
|
|
|
|
|
- This package uses names with ambiguous `python-` prefix in requirements.
|
|
|
|
|
- reporter-{bugzilla,mantisbt,rhtsupport}: fix free
|
2018-03-27 16:54:57 +00:00
|
|
|
|
- reporter-mailx: rely on configured email
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- spec: fix unowned directories
|
2018-03-27 16:54:57 +00:00
|
|
|
|
- augeas: include local config path
|
|
|
|
|
- doc: update to contain newly added user's local config
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- reporter-mantisbt: read configuration from user's home
|
|
|
|
|
- reporter-rhtsupport: read configuration from user's home
|
|
|
|
|
- reporter-bugzilla: read configuration from user's home
|
2018-03-27 16:54:57 +00:00
|
|
|
|
- reporter-bugzilla: ask concrete bz when requiring login
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- makefile: fix make release
|
2017-12-10 19:25:32 +00:00
|
|
|
|
|
2017-11-02 15:45:07 +00:00
|
|
|
|
* Thu Nov 02 2017 Julius Milan <jmilan@redhat.com> 2.9.3-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- commit to delete
|
|
|
|
|
- workflows: fix description in workflow_RHELJavaScript.xml.in
|
|
|
|
|
- workflows: add workflow for adding data to existing case
|
|
|
|
|
- client-python,report-python: Allow python to be optional at build time
|
|
|
|
|
- ignored words: add SYSTEMD_NSS_BYPASS_BUS
|
|
|
|
|
- reporter-ureport: add 'ProcessUnpackaged' option
|
|
|
|
|
- spec: add workflow for adding data to existing case
|
|
|
|
|
- rep-sys-journal: fix in finding executable basename
|
|
|
|
|
- remove old obsolete
|
|
|
|
|
- Group is not used any more
|
|
|
|
|
- remove old changelogs
|
|
|
|
|
- requires pythonX-dnf instead of dnf
|
|
|
|
|
- doc: fix obsolete doxygen tags & complains
|
|
|
|
|
- lib: Introduce pid_for_children element from ns
|
|
|
|
|
- client-python: Do not try to unlink None
|
|
|
|
|
- spec: rename Python binary packages
|
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
* Thu Mar 16 2017 Matej Habrnal <mhabrnal@redhat.com> 2.9.1-1
|
|
|
|
|
- build: create tarball in release-* target
|
|
|
|
|
- problem_data: fix double const
|
|
|
|
|
- wizard: fix error found by -Werror=format-security
|
|
|
|
|
- run_event: fix cmp between pointer and zero character
|
2017-03-15 14:20:27 +00:00
|
|
|
|
- build: do not upload tarball to fedorahosted.org
|
|
|
|
|
- spec: do not use fedorahosted.org as source
|
|
|
|
|
- build: fix generating list of dependences in autogen.sh
|
|
|
|
|
- build: generate new release entries with date
|
|
|
|
|
- report-newt: free allocated variables, don't close dd twice
|
|
|
|
|
- build: fix scratch-build target
|
|
|
|
|
- changelog: reflect the PR
|
|
|
|
|
- lib: several bug fixes in parsing of mountinfo
|
|
|
|
|
- lib: correctly recognize chroot in container
|
|
|
|
|
- lib: declare CONTAINER_ROOTS element name
|
|
|
|
|
- lib: add more log wrappers for perror
|
|
|
|
|
- reporter-bugzilla: use /etc/os-release for default url
|
|
|
|
|
- configure.ac: Remove nss dependency
|
|
|
|
|
- spec: include testsuite headers in the devel package
|
|
|
|
|
- tests: include testsuite.h in the dist archive
|
|
|
|
|
- maint: check pulled .po files for errors
|
|
|
|
|
- build: fix bug in changelog generating in release target
|
|
|
|
|
- changelog: fix typos
|
|
|
|
|
|
2018-04-25 10:53:03 +00:00
|
|
|
|
* Fri Dec 02 2016 Jakub Filak <jakub@thefilaks.net> 2.9.0-1
|
2016-12-15 14:04:21 +00:00
|
|
|
|
- Translation updates
|
|
|
|
|
- build: make the release-* targets smarter
|
|
|
|
|
- add CHANGELOG.md
|
|
|
|
|
- reporter-s-journal: enable SYSLOG_IDENTIFIER from env
|
|
|
|
|
- report-python: add method run_event_on_problem_dir
|
|
|
|
|
- lib: use lz4 instead of lz4cat
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- reportclient: honor ABRT_VERBOSE
|
2016-12-15 14:04:21 +00:00
|
|
|
|
- tree-wide: introduce 'stop_on_not_reportable' option
|
|
|
|
|
- client: add support for $releasever to debuginfo
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- lib: correct test for own root
|
2016-12-15 14:04:21 +00:00
|
|
|
|
- workflows: run analyze_BodhiUpdates event on Fedora
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- man: fix formating
|
2016-12-15 14:04:21 +00:00
|
|
|
|
- reporter-systemd-journal: introduce reporter-systemd-journal
|
|
|
|
|
- problem_data: add function which returns all problem data keys
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- include: add exception_type element constant
|
|
|
|
|
- spec: changes related to reporter-systemd-journal
|
2016-12-15 14:04:21 +00:00
|
|
|
|
- problem_report: add normalization of crashed thread
|
|
|
|
|
- problem_report: make generate report configurable
|
|
|
|
|
- problem_report: use core_backtrace if there is no backtrace
|
|
|
|
|
- lib: refuse to parse negative number as unsigned int
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- spec: simplify and remove old conditional
|
|
|
|
|
- build: add gettext-devel to sysdeps
|
|
|
|
|
- dd: add check for validity of new file FD
|
|
|
|
|
- build: configure tree for debugging by default
|
|
|
|
|
- spec: use %%buildroot macro
|
|
|
|
|
- spec: remove defattr which match the defaults
|
|
|
|
|
- spec: do not clean buildroot
|
|
|
|
|
- spec: remove Groups
|
|
|
|
|
- spec: code cleanup
|
|
|
|
|
- lib: fix a bug in dealing with errno
|
|
|
|
|
- lib: add convenient wrappers for uint in map_string_t
|
2016-12-15 14:04:21 +00:00
|
|
|
|
- problem_report: ensure C-string null terminator
|
|
|
|
|
- lib: fix invalid cgroup namespace ID
|
|
|
|
|
- lib: make die function configurable
|
|
|
|
|
- lib: allow using FD of /proc/[pid] instead of pid_t
|
|
|
|
|
- dd: add functions for opening dd item
|
|
|
|
|
- lib: add xfdopen
|
|
|
|
|
- problem data: search for sensitive words in more files
|
|
|
|
|
- dd: add dd_copy_file_at
|
|
|
|
|
- ignored words: add "systemd-logind" and "hawkey"
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- build: reset the default version with each release
|
|
|
|
|
- doc: make README more verbose
|
|
|
|
|
- tree-wide: produce less messages in NOTICE log lvl
|
2016-12-15 14:04:21 +00:00
|
|
|
|
- ureport: less confusing logging
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- spec: install JavaScript workflows
|
2016-12-15 14:04:21 +00:00
|
|
|
|
- workflow: add JavaScript workflows
|
|
|
|
|
- bugzilla: stop including package details
|
|
|
|
|
|
2016-09-09 10:15:48 +00:00
|
|
|
|
* Fri Sep 09 2016 Jakub Filak <jfilak@redhat.com> 2.8.0-1
|
|
|
|
|
- lib: fix a memory leak in create_dump_dir fn
|
|
|
|
|
- rhtsupport: fix a double free of config at exit
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- autogen: fix typo in usage help string
|
2016-09-09 10:15:48 +00:00
|
|
|
|
- debuginfo: dnf API logging workarounds list
|
|
|
|
|
- lib: don't warn when user word file doesn't exist
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- testuite: add test for forbidden_words
|
2016-09-09 10:15:48 +00:00
|
|
|
|
- lib: be able to define base conf dir at runtime
|
|
|
|
|
- wizard: use dnf instead of yum in add a screencast note
|
|
|
|
|
- problem_report: document resevered elements
|
|
|
|
|
|
2016-07-18 08:15:49 +00:00
|
|
|
|
* Mon Jul 18 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.2-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- wizard: do not create reproducible if complex_detail == no
|
|
|
|
|
- include: save_user_settings function declaration isn’t a prototype
|
|
|
|
|
- Bugzilla: fix typo in comment don -> don't
|
|
|
|
|
- client-python: fix a typo in error check
|
|
|
|
|
- dd: do not log missing uid file when creating new dump dir
|
|
|
|
|
- build: update searched pkg names for systemd
|
|
|
|
|
|
2016-05-18 09:39:05 +00:00
|
|
|
|
* Wed May 18 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.1-1
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- spec: compression updates
|
2016-05-18 09:39:05 +00:00
|
|
|
|
- lib: add lz4 decompression
|
|
|
|
|
- lib: avoid the need to link against lzma
|
|
|
|
|
- all: format security
|
|
|
|
|
- lib: add cgroup namespace
|
|
|
|
|
- dd: introduce functions getting occurrence stamps
|
|
|
|
|
- dd: introduce dd_get_env_variable
|
|
|
|
|
- lib: add get env variable from a file
|
|
|
|
|
- RHTSupport: include count in Support cases
|
|
|
|
|
- lib: problem report API check fseek return code
|
|
|
|
|
- ignored words: remove 'kwallet_jwakely' which I added wrongly
|
|
|
|
|
|
2016-04-08 11:15:33 +00:00
|
|
|
|
* Fri Apr 08 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.0-1
|
|
|
|
|
- ignored words: update ignored words
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- mailx: introduce debug parameter -D
|
|
|
|
|
- mailx: mail formatting: add comment right after %%oneline
|
2016-04-08 11:15:33 +00:00
|
|
|
|
- mailx: use problem report api to define an emais' content
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- lib: remove unused function make_description_bz
|
2016-04-08 11:15:33 +00:00
|
|
|
|
- augeas: trim spaces before key value
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- Revert "xml parser: be more verbose in case xml file cannot be opened"
|
|
|
|
|
- xml parser: be more verbose in case xml file cannot be opened
|
2016-04-08 11:15:33 +00:00
|
|
|
|
- spec: add workflows.d to filesystem package
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- makefile: define LANG in release target
|
2016-04-08 11:15:33 +00:00
|
|
|
|
- mailx: stop creating dead.letter on mailx failures
|
|
|
|
|
- workflows: add comments to ambiguous functions
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- workflows: NULL for the default configuration dir
|
2016-04-08 11:15:33 +00:00
|
|
|
|
- workflows: publish the function loading configuration
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- build: fix build on Fedora24
|
2016-04-08 11:15:33 +00:00
|
|
|
|
- augeas: exclude mantisbt format configurations
|
|
|
|
|
- reporter-mantisbt: add missing '=' to conf file
|
|
|
|
|
- curl: fix typo Ingoring -> Ignoring
|
|
|
|
|
- rhtsupport: attach all dump dir's element to a new case
|
|
|
|
|
- rhtsupport: add pkg_vendor, reproducer and reproducible to description
|
|
|
|
|
- report client: add silent mode to clean_up()
|
|
|
|
|
- doc: add documentation for requires-details attribute
|
|
|
|
|
- rhtsupport: Discourage users from reporting in non Red Hat stuff
|
|
|
|
|
- rhtsupport: Discourage users from opening one-shot crashes
|
|
|
|
|
- report-gtk: Require Reproducer for RHTSupport
|
|
|
|
|
- Add workflow for RHEL anonymous report
|
|
|
|
|
- spec: add workflow for RHEL anonymous report files
|
|
|
|
|
- wizard: fix the broken widget expansion
|
|
|
|
|
- dd: add documentation of dd_create_skeleton
|
|
|
|
|
- workflow: add extern C to the header file
|
|
|
|
|
- Fix minor typos
|
|
|
|
|
- Translation updates
|
|
|
|
|
- translations: update zanata configuration
|
|
|
|
|
- wizard: fix the broken "Show log" widget
|
|
|
|
|
- wizard: remove the code correcting Bugzilla groups
|
|
|
|
|
|
|
|
|
|
* Tue Feb 02 2016 Matej Habrnal <mhabrnal@redhat.com> 2.6.4-1
|
2016-02-02 11:25:38 +00:00
|
|
|
|
- doc: add option -o and -O into reporter-ureport man page
|
|
|
|
|
- rhtsupport: use problme report API to create description
|
|
|
|
|
- bugzilla: make the event configurable
|
|
|
|
|
- report-gtk: offer users to create private ticket
|
|
|
|
|
- bugzilla|centos: declare 'restricted access' support
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- event config: add support for 'restricted access'
|
|
|
|
|
- lib: move CREATE_PRIVATE_TICKET to the global configuration
|
|
|
|
|
- dd: dd_delete_item does not die
|
|
|
|
|
- dd: add function getting stat of item
|
|
|
|
|
- dd: correct handling of TYPE when creating dump directory
|
|
|
|
|
- dd: add function computing dump dir file system size
|
|
|
|
|
- dd: add function counting number of dd items
|
|
|
|
|
- dd: add function copying file descriptor to element
|
2016-02-02 11:25:38 +00:00
|
|
|
|
- dd: allow 1 and 2 letter long element names
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- problem_data: factor out function reading single problem element
|
2016-02-02 11:25:38 +00:00
|
|
|
|
- formatdup: more universal comment
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- dd: make function uid_in_group() public
|
2016-02-02 11:25:38 +00:00
|
|
|
|
- Refactoring conditional directives that break parts of statements.
|
|
|
|
|
- bugzilla: actualize man pages
|
|
|
|
|
- bugzilla: don't report private problem as comment
|
|
|
|
|
- uploader: move username and password to the advanced options
|
|
|
|
|
- uploader: allow empty username and password
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- spec: add uploader config files and related man page
|
2016-02-02 11:25:38 +00:00
|
|
|
|
- uploader: add possibility to set SSH keyfiles
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- curl: add possibility to configure SSH keys
|
2016-02-02 11:25:38 +00:00
|
|
|
|
- desktop-utils: deal with Destkop files without command line
|
|
|
|
|
- ureport: enable attaching of arbitrary values
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- update .gitignore
|
2016-02-02 11:25:38 +00:00
|
|
|
|
- uploader: save remote name in reported_to
|
|
|
|
|
- curl: return URLs without userinfo
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- lib: add function for removing userinfo from URIs
|
|
|
|
|
- plugins: port reporters to add_reported_to_entry
|
|
|
|
|
- reported_to: add a function formatting reported_to lines
|
|
|
|
|
- lib: introduce parser of ISO date strings
|
|
|
|
|
- uploader: use shared dd_create_archive function
|
|
|
|
|
- dd: add a function for compressing dumpdirs
|
|
|
|
|
- problem_report: add examples to the documentation
|
|
|
|
|
- client: document environment variables
|
2015-11-04 08:51:29 +00:00
|
|
|
|
|
2015-10-15 09:17:41 +00:00
|
|
|
|
* Thu Oct 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.3-1
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- wizard: correct comments in save_text_if_changed()
|
|
|
|
|
- events: improve example
|
2015-10-15 09:17:41 +00:00
|
|
|
|
- reporter-bugzilla: add parameter -p
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- wizard: fix save users changes after reviewing dump dir files
|
|
|
|
|
- dd: make function load_text_file non-static
|
2015-10-15 09:17:41 +00:00
|
|
|
|
- bugzilla: don't attach build_ids
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- run_event: rewrite event rule parser
|
|
|
|
|
- dd: add convenience wrappers fro loading numbers
|
2015-10-15 09:17:41 +00:00
|
|
|
|
- ureport: improve curl's error messages
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- ureport: use Red Hat Certificate Authority to make rhsm cert trusted
|
2015-10-15 09:17:41 +00:00
|
|
|
|
- curl: add posibility to use own Certificate Authority cert
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- spec: add redhat-access-insights to Requires of l-p-rhtsupport
|
2015-09-15 09:02:40 +00:00
|
|
|
|
- bugzilla: put VARIANT_ID= to Whiteboard
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- autogen: use dnf instead of yum to install dependencies
|
2015-08-26 13:53:03 +00:00
|
|
|
|
- configure: use hex value for dump dir mode
|
2018-04-25 10:53:03 +00:00
|
|
|
|
- curl: add a helper for HTTP GET
|
|
|
|
|
- dd: don't warn about missing 'type' if the locking fails
|
|
|
|
|
- dd: stop warning about corrupted mandatory files
|
2015-07-22 16:20:42 +00:00
|
|
|
|
- Use a dgettext function returning strings instead of bytes
|