]> git.pld-linux.org Git - packages/libreport.git/commitdiff
- updated to 2.14.0; new sonames, rhtsupport plugin and some rhel methods are gone auto/th/libreport-2.14.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Oct 2020 06:42:11 +0000 (08:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Oct 2020 06:42:11 +0000 (08:42 +0200)
libreport.spec

index f698936f7c4c4f62ae7c7823a788b3bff2273c49..6482db9a3969b9b2f16824639029676b7bcda631 100644 (file)
@@ -6,13 +6,13 @@
 Summary:       Generic library for reporting various problems
 Summary(pl.UTF-8):     Ogólna biblioteka do zgłaszania różnych problemów
 Name:          libreport
 Summary:       Generic library for reporting various problems
 Summary(pl.UTF-8):     Ogólna biblioteka do zgłaszania różnych problemów
 Name:          libreport
-Version:       2.13.1
+Version:       2.14.0
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 #Source0Download: https://github.com/abrt/libreport/releases
 Source0:       https://github.com/abrt/libreport/archive/%{version}/%{name}-%{version}.tar.gz
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 #Source0Download: https://github.com/abrt/libreport/releases
 Source0:       https://github.com/abrt/libreport/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: d2b50162545713a934576cc10d374632
+# Source0-md5: bdc4d14d867927c2b5a6c78747f3db6d
 URL:           https://github.com/abrt/libreport
 BuildRequires: asciidoc
 BuildRequires: augeas-devel
 URL:           https://github.com/abrt/libreport
 BuildRequires: asciidoc
 BuildRequires: augeas-devel
@@ -26,6 +26,7 @@ BuildRequires:        glib2-devel >= 1:2.43.4
 BuildRequires: gtk+3-devel >= 3.0
 BuildRequires: intltool >= 0.35.0
 BuildRequires: json-c-devel
 BuildRequires: gtk+3-devel >= 3.0
 BuildRequires: intltool >= 0.35.0
 BuildRequires: json-c-devel
+BuildRequires: libarchive-devel
 BuildRequires: libproxy-devel
 BuildRequires: libtar-devel
 BuildRequires: libtool >= 1:1.4.2
 BuildRequires: libproxy-devel
 BuildRequires: libtar-devel
 BuildRequires: libtool >= 1:1.4.2
@@ -49,6 +50,7 @@ BuildRequires:        pld-release >= 3.0-8
 BuildRequires: sed >= 4.0
 %endif
 Requires:      glib2 >= 1:2.43.4
 BuildRequires: sed >= 4.0
 %endif
 Requires:      glib2 >= 1:2.43.4
+Obsoletes:     libreport-plugin-rhtsupport < 2.14.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -255,19 +257,6 @@ ticketing system.
 Wtyczka zgłaszająca błędy poprzez serwer anonimowego FTP powiązany z
 systemem biletów.
 
 Wtyczka zgłaszająca błędy poprzez serwer anonimowego FTP powiązany z
 systemem biletów.
 
-%package plugin-rhtsupport
-Summary:       libreport's RHTSupport plugin
-Summary(pl.UTF-8):     Wtyczka libreport do zgłoszeń przez RHTSupport
-Group:         Libraries
-Requires:      %{name}-web = %{version}-%{release}
-Obsoletes:     abrt-plugin-rhtsupport < 2.0.4
-
-%description plugin-rhtsupport
-Plugin to report bugs into RH support system.
-
-%description plugin-rhtsupport -l pl.UTF-8
-Wtyczka zgłaszająca problemy do systemu obsługi RH.
-
 %package plugin-systemd-journal
 Summary:       libreport's systemd journal reporter plugin
 Summary(pl.UTF-8):     Wtyczka libreport do zgłoszeń w kronice systemd
 %package plugin-systemd-journal
 Summary:       libreport's systemd journal reporter plugin
 Summary(pl.UTF-8):     Wtyczka libreport do zgłoszeń w kronice systemd
@@ -394,8 +383,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
-# compat layer for compatibility tool
-%{__rm} $RPM_BUILD_ROOT{%{_bindir}/report,%{_mandir}/man1/report.1}
 
 %if %{with python3}
 %{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report*/*.la
 
 %if %{with python3}
 %{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report*/*.la
@@ -432,7 +419,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_sysconfdir}/%{name}/workflows.d
 %attr(755,root,root) %{_libdir}/libreport.so.*.*.*
 %dir %{_sysconfdir}/%{name}/plugins
 %dir %{_sysconfdir}/%{name}/workflows.d
 %attr(755,root,root) %{_libdir}/libreport.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libreport.so.0
+%attr(755,root,root) %ghost %{_libdir}/libreport.so.1
 %{_datadir}/augeas/lenses/libreport.aug
 %dir %{_datadir}/libreport
 %dir %{_datadir}/libreport/conf.d
 %{_datadir}/augeas/lenses/libreport.aug
 %dir %{_datadir}/libreport
 %dir %{_datadir}/libreport/conf.d
@@ -473,7 +460,7 @@ rm -rf $RPM_BUILD_ROOT
 %files web
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libreport-web.so.*.*
 %files web
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libreport-web.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libreport-web.so.0
+%attr(755,root,root) %ghost %{_libdir}/libreport-web.so.1
 
 %files web-devel
 %defattr(644,root,root,755)
 
 %files web-devel
 %defattr(644,root,root,755)
@@ -511,7 +498,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/report-gtk
 %attr(755,root,root) %{_libdir}/libreport-gtk.so.*.*
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/report-gtk
 %attr(755,root,root) %{_libdir}/libreport-gtk.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libreport-gtk.so.0
+%attr(755,root,root) %ghost %{_libdir}/libreport-gtk.so.1
 %{_mandir}/man1/report-gtk.1*
 
 %files gtk-devel
 %{_mandir}/man1/report-gtk.1*
 
 %files gtk-devel
@@ -614,18 +601,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/uploader_event.conf.5*
 %{_mandir}/man5/upload.conf.5*
 
 %{_mandir}/man5/uploader_event.conf.5*
 %{_mandir}/man5/upload.conf.5*
 
-%files plugin-rhtsupport
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/reporter-rhtsupport
-%config(noreplace) %{_sysconfdir}/libreport/plugins/rhtsupport.conf
-%config(noreplace) %{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
-%{_datadir}/libreport/conf.d/plugins/rhtsupport.conf
-%{_datadir}/libreport/events/report_RHTSupport.xml
-%{_datadir}/libreport/events/report_RHTSupport_AddData.xml
-%{_mandir}/man1/reporter-rhtsupport.1*
-%{_mandir}/man5/rhtsupport.conf.5*
-%{_mandir}/man5/rhtsupport_event.conf.5*
-
 %files plugin-systemd-journal
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/reporter-systemd-journal
 %files plugin-systemd-journal
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/reporter-systemd-journal
@@ -650,7 +625,6 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
 %{_datadir}/libreport/workflows/workflow_AnacondaFedora.xml
 %config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
 %{_datadir}/libreport/workflows/workflow_AnacondaFedora.xml
-%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
 %{_datadir}/libreport/workflows/workflow_AnacondaRHELBugzilla.xml
 %{_datadir}/libreport/workflows/workflow_AnacondaUpload.xml
 %{_mandir}/man5/anaconda_event.conf.5*
 %{_datadir}/libreport/workflows/workflow_AnacondaRHELBugzilla.xml
 %{_datadir}/libreport/workflows/workflow_AnacondaUpload.xml
 %{_mandir}/man5/anaconda_event.conf.5*
@@ -685,9 +659,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files rhel
 %defattr(644,root,root,755)
 
 %files rhel
 %defattr(644,root,root,755)
-%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
-%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_add_data.conf
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
 %config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
-%{_datadir}/libreport/workflows/workflow_RHEL*.xml
-%{_mandir}/man5/report_rhel.conf.5*
+%{_datadir}/libreport/workflows/workflow_RHELBugzilla*.xml
 %{_mandir}/man5/report_rhel_bugzilla.conf.5*
 %{_mandir}/man5/report_rhel_bugzilla.conf.5*
This page took 0.112552 seconds and 4 git commands to generate.