]> git.pld-linux.org Git - packages/libreport.git/blame_incremental - libreport.spec
- updated to 2.12.0
[packages/libreport.git] / libreport.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_without python3 # Python 3.x modules
4%bcond_without tests # "make check"
5
6Summary: Generic library for reporting various problems
7Summary(pl.UTF-8): Ogólna biblioteka do zgłaszania różnych problemów
8Name: libreport
9Version: 2.12.0
10Release: 1
11License: GPL v2+
12Group: Libraries
13#Source0Download: https://github.com/abrt/libreport/releases
14Source0: https://github.com/abrt/libreport/archive/%{version}/%{name}-%{version}.tar.gz
15# Source0-md5: 09153b254ce2d675ca77788986702ac5
16URL: https://github.com/abrt/libreport
17BuildRequires: asciidoc
18BuildRequires: augeas-devel
19%{?with_tests:BuildRequires: augeas}
20BuildRequires: autoconf >= 2.50
21BuildRequires: automake
22BuildRequires: curl-devel
23BuildRequires: dbus-devel
24BuildRequires: desktop-file-utils
25BuildRequires: gettext-tools >= 0.17
26BuildRequires: glib2-devel >= 1:2.43.4
27BuildRequires: gtk+3-devel >= 3.0
28BuildRequires: intltool >= 0.35.0
29BuildRequires: json-c-devel
30BuildRequires: libproxy-devel
31BuildRequires: libtar-devel
32BuildRequires: libtool >= 1:1.4.2
33BuildRequires: libxml2-devel >= 2
34BuildRequires: newt-devel
35BuildRequires: nss-devel
36BuildRequires: pkgconfig
37%{?with_python3:BuildRequires: python3-devel >= 1:3.6}
38BuildRequires: rpmbuild(macros) >= 1.612
39BuildRequires: satyr-devel
40BuildRequires: systemd-devel >= 1:209
41BuildRequires: xmlrpc-c-client-devel
42BuildRequires: xmlrpc-c-devel
43BuildRequires: xmlto
44%if %{with tests}
45# findmnt
46BuildRequires: mount
47# /etc/system-release for non-empty os_release content
48BuildRequires: pld-release >= 3.0-8
49BuildRequires: sed >= 4.0
50%endif
51Requires: glib2 >= 1:2.43.4
52BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
53
54%description
55Libraries providing API for reporting different problems in
56applications to different bug targets like Bugzilla, ftp, trac, etc...
57
58%description -l pl.UTF-8
59Biblioteki udostępniające API do zgłaszania różnych programów w
60aplikacjach do różnych docelowych systemów raportowania błędów, takich
61jak Bugzilla, ftp, trac...
62
63%package devel
64Summary: Header files for libreport libraries
65Summary(pl.UTF-8): Pliki nagłówkowe bibliotek libreport
66Group: Development/Libraries
67Requires: %{name} = %{version}-%{release}
68Requires: glib2-devel >= 1:2.43.4
69
70%description devel
71Header files for libreport libraries.
72
73%description devel -l pl.UTF-8
74Pliki nagłówkowe bibliotek libreport.
75
76%package web
77Summary: Library providing network API for libreport
78Summary(pl.UTF-8): Biblioteka zapewniająca API sieciowe dla libreport
79Group: Libraries
80Requires: %{name} = %{version}-%{release}
81
82%description web
83Library providing network API for libreport.
84
85%description web -l pl.UTF-8
86Biblioteka zapewniająca API sieciowe dla libreport.
87
88%package web-devel
89Summary: Development headers for libreport-web
90Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libreport-web
91Group: Development/Libraries
92Requires: %{name}-devel = %{version}-%{release}
93Requires: %{name}-web = %{version}-%{release}
94Requires: curl-devel
95Requires: json-c-devel
96Requires: libproxy-devel
97Requires: libxml2-devel >= 2
98Requires: satyr-devel
99Requires: xmlrpc-c-client-devel
100Requires: xmlrpc-c-devel
101
102%description web-devel
103Development headers for libreport-web.
104
105%description web-devel -l pl.UTF-8
106Pliki nagłówkowe biblioteki libreport-web.
107
108%package -n python3-%{name}
109Summary: Python 3 bindings for libreport libraries
110Summary(pl.UTF-8): Wiązania Pythona 3 do bibliotek libreport
111Group: Libraries/Python
112Requires: %{name} = %{version}-%{release}
113Requires: python3-libs >= 1:3.6
114Obsoletes: libreport-python < 2.1.3-1
115Obsoletes: python-libreport
116
117%description -n python3-%{name}
118Python 3 bindings for libreport libraries.
119
120%description -n python3-%{name} -l pl.UTF-8
121Wiązania Pythona 3 do bibliotek libreport
122
123%package cli
124Summary: libreport's command line interface
125Summary(pl.UTF-8): Interfejs linii poleceń libreport
126Group: Applications
127Requires: %{name} = %{version}-%{release}
128
129%description cli
130This package contains simple command line tool for working with
131problem dump reports.
132
133%description cli -l pl.UTF-8
134Ten pakiet zawiera proste, działające z linii poleceń narzędzie do
135pracy ze zgłoszeniami zawierającymi zrzuty problemów.
136
137%package newt
138Summary: libreport's newt interface
139Summary(pl.UTF-8): Interfejs newt libreport
140Group: Applications
141Requires: %{name} = %{version}-%{release}
142
143%description newt
144This package contains a simple newt application for reporting bugs.
145
146%description newt -l pl.UTF-8
147Ten pakiet zawiera prostą aplikację newt do zgłaszania błędów.
148
149%package gtk
150Summary: GTK+ front-end for libreport
151Summary(pl.UTF-8): Interfejs GTK+ libreport
152Group: X11/Applications
153Requires: %{name} = %{version}-%{release}
154
155%description gtk
156Application for reporting bugs using libreport backend.
157
158%description gtk -l pl.UTF-8
159Aplikacja do zgłaszania błędów przy użyciu libreport.
160
161%package gtk-devel
162Summary: Development headers for libreport-gtk
163Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libreport-gtk
164Group: Development/Libraries
165Requires: %{name}-gtk = %{version}-%{release}
166
167%description gtk-devel
168Development headers for libreport-gtk.
169
170%description gtk-devel -l pl.UTF-8
171Pliki nagłówkowe biblioteki libreport-gtk.
172
173%package plugin-bugzilla
174Summary: libreport's bugzilla plugin
175Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez Bugzillę
176Group: Libraries
177Requires: %{name}-web = %{version}-%{release}
178Obsoletes: abrt-plugin-bugzilla < 2.0.4
179
180%description plugin-bugzilla
181Plugin to report bugs into the bugzilla.
182
183%description plugin-bugzilla -l pl.UTF-8
184Wtyczka zgłaszająca problemy do systemu Bugzilla.
185
186%package plugin-kerneloops
187Summary: libreport's kerneloops reporter plugin
188Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń awarii jądra (kerneloops)
189Group: Libraries
190Requires: %{name}-web = %{version}-%{release}
191Requires: curl
192
193%description plugin-kerneloops
194This package contains plugin which sends kernel crash information to
195specified server, usually to kerneloops.org.
196
197%description plugin-kerneloops -l pl.UTF-8
198Ten pakiet zawiera wtyczkę wysyłającą informacje o awariach jądra na
199określony serwer, zwykle kerneloops.org.
200
201%package plugin-logger
202Summary: libreport's logger reporter plugin
203Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń w logu
204Group: Libraries
205Requires: %{name} = %{version}-%{release}
206Obsoletes: abrt-plugin-logger < 2.0.4
207
208%description plugin-logger
209The simple reporter plugin which writes a report to a specified file.
210
211%description plugin-logger -l pl.UTF-8
212Prosta wtyczka zgłaszająca problem, zapisująca raport w określonym
213pliku.
214
215%package plugin-mailx
216Summary: libreport's mailx reporter plugin
217Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez pocztę elektroniczną
218Group: Libraries
219Requires: %{name} = %{version}-%{release}
220Requires: mailx
221Obsoletes: abrt-plugin-mailx < 2.0.4
222
223%description plugin-mailx
224The simple reporter plugin which sends a report via mailx to a
225specified email address.
226
227%description plugin-mailx -l pl.UTF-8
228Prosta wtyczka zgłaszająca problem, wysyłająca raport na określony
229adres e-mail przy użyciu programu mailx.
230
231%package plugin-mantisbt
232Summary: libreport's mantisbt plugin
233Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez mantisbt
234Group: Libraries
235Requires: %{name}-web = %{version}-%{release}
236
237%description plugin-mantisbt
238Plugin to report bugs into the mantisbt.
239
240%description plugin-mantisbt -l pl.UTF-8
241Wtyczka zgłaszająca problemy do systemu mantisbt.
242
243%package plugin-reportuploader
244Summary: libreport's reportuploader plugin
245Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez FTP
246Group: Libraries
247Requires: %{name}-web = %{version}-%{release}
248Obsoletes: abrt-plugin-reportuploader < 2.0.4
249
250%description plugin-reportuploader
251Plugin to report bugs into anonymous FTP site associated with
252ticketing system.
253
254%description plugin-reportuploader -l pl.UTF-8
255Wtyczka zgłaszająca błędy poprzez serwer anonimowego FTP powiązany z
256systemem biletów.
257
258%package plugin-rhtsupport
259Summary: libreport's RHTSupport plugin
260Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń przez RHTSupport
261Group: Libraries
262Requires: %{name}-web = %{version}-%{release}
263Obsoletes: abrt-plugin-rhtsupport < 2.0.4
264
265%description plugin-rhtsupport
266Plugin to report bugs into RH support system.
267
268%description plugin-rhtsupport -l pl.UTF-8
269Wtyczka zgłaszająca problemy do systemu obsługi RH.
270
271%package plugin-systemd-journal
272Summary: libreport's systemd journal reporter plugin
273Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń w kronice systemd
274Group: Libraries
275Requires: %{name} = %{version}-%{release}
276
277%description plugin-systemd-journal
278The simple reporter plugin which writes a report to the systemd
279journal.
280
281%description plugin-systemd-journal -l pl.UTF-8
282Prosta wtyczka zgłoszeń zapisująca raport w kronice systemd.
283
284%package plugin-ureport
285Summary: libreport's micro report plugin
286Summary(pl.UTF-8): Wtyczka libreport do zgłoszeń typu micro-report
287Group: Libraries
288Requires: %{name}-web = %{version}-%{release}
289
290%description plugin-ureport
291Uploads micro-report to abrt server.
292
293%description plugin-ureport -l pl.UTF-8
294Wtyczka przesyłająca raporty typu micro-report na serwer abrt.
295
296%package anaconda
297Summary: Default configuration for reporting Anaconda bugs
298Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów w Anacondzie
299Group: Applications/File
300Requires: %{name}-plugin-bugzilla = %{version}-%{release}
301Requires: %{name}-plugin-reportuploader = %{version}-%{release}
302
303%description anaconda
304Default configuration for reporting Anaconda problems using Fedora
305infrastructure or uploading the gathered data over ftp/scp...
306
307%description anaconda -l pl.UTF-8
308Domyślna konfiguracja do zgłaszania problemów z Anacondą przy użyciu
309infrastruktury Fedory lub przesyłając zebrane dane po ftp/scp.
310
311%package centos
312Summary: Default configuration for reporting bugs via CentOS infrastructure
313Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę CentOS
314Group: Applications/File
315Requires: %{name}-plugin-mantisbt = %{version}-%{release}
316Requires: %{name}-web = %{version}-%{release}
317
318%description centos
319Default configuration for reporting bugs via CentOS infrastructure
320used primarily to easy configure the reporting process for CentOS
321systems.
322
323%description centos -l pl.UTF-8
324Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę
325CentOS, służąca przede wszystkim do łatwej konfiguracji procesu
326zgłaszania błędów w systemach CentOS.
327
328%package fedora
329Summary: Default configuration for reporting bugs via Fedora infrastructure
330Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę Fedory
331Group: Applications/File
332Requires: %{name} = %{version}-%{release}
333
334%description fedora
335Default configuration for reporting bugs via Fedora infrastructure
336used primarily to easy configure the reporting process for Fedora
337systems.
338
339%description fedora -l pl.UTF-8
340Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę
341Fedory, służąca przede wszystkim do łatwej konfiguracji procesu
342zgłaszania błędów w systemach Fedora.
343
344%package rhel
345Summary: Default configuration for reporting bugs via RHEL infrastructure
346Summary(pl.UTF-8): Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę RHEL
347Group: Applications/File
348Requires: %{name} = %{version}-%{release}
349
350%description rhel
351Default configuration for reporting bugs via RHEL infrastructure used
352primarily to easy configure the reporting process for RHEL systems.
353
354%description rhel -l pl.UTF-8
355Domyślna konfiguracja do zgłaszania błędów poprzez infrastrukturę
356RHEL, służąca przede wszystkim do łatwej konfiguracji procesu
357zgłaszania błędów w systemach RHEL.
358
359%prep
360%setup -q
361
362./gen-version
363
364# set_echo test from client.at fails on builders due to forkpty()
365%{__sed} -i -e '/client\.at/d' tests/testsuite.at
366# process_has_own_root randomly fails in chroot environment
367%{__sed} -i -e '/proc_helpers\.at/d' tests/testsuite.at
368# short_backtrace expects outdated output format
369%{__sed} -i -e '/problem_report\.at/d' tests/testsuite.at
370
371%build
372%{__gettextize}
373%{__intltoolize}
374%{__libtoolize}
375%{__aclocal} -I m4
376%{__autoconf}
377%{__autoheader}
378%{__automake}
379%configure \
380 AUGPARSE=/usr/bin/augparse \
381 --disable-silent-rules \
382 %{!?with_python3:--without-python3}
383
384%{__make}
385
386%if %{with tests}
387%{__make} check || (cat tests/testsuite.log && /bin/false)
388%endif
389
390%install
391rm -rf $RPM_BUILD_ROOT
392
393%{__make} install \
394 DESTDIR=$RPM_BUILD_ROOT
395
396%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
397# compat layer for compatibility tool
398%{__rm} $RPM_BUILD_ROOT{%{_bindir}/report,%{_mandir}/man1/report.1}
399
400%if %{with python3}
401%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/report*/*.la
402%py3_comp $RPM_BUILD_ROOT%{py3_sitedir}
403%py3_ocomp $RPM_BUILD_ROOT%{py3_sitedir}
404%endif
405
406%{__mv} $RPM_BUILD_ROOT%{_localedir}/{sr_Latn,sr@latin}
407
408%find_lang %{name}
409
410%clean
411rm -rf $RPM_BUILD_ROOT
412
413%post -p /sbin/ldconfig
414%postun -p /sbin/ldconfig
415
416%post web -p /sbin/ldconfig
417%postun web -p /sbin/ldconfig
418
419%post gtk -p /sbin/ldconfig
420%postun gtk -p /sbin/ldconfig
421
422%files -f %{name}.lang
423%defattr(644,root,root,755)
424%doc CHANGELOG.md README.md
425%dir %{_sysconfdir}/%{name}
426%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/report_event.conf
427%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/forbidden_words.conf
428%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/ignored_words.conf
429%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/libreport.conf
430%dir %{_sysconfdir}/%{name}/events
431%dir %{_sysconfdir}/%{name}/events.d
432%dir %{_sysconfdir}/%{name}/plugins
433%dir %{_sysconfdir}/%{name}/workflows.d
434%attr(755,root,root) %{_libdir}/libreport.so.*.*.*
435%attr(755,root,root) %ghost %{_libdir}/libreport.so.0
436%attr(755,root,root) %{_libdir}/libabrt_dbus.so.*.*.*
437%attr(755,root,root) %ghost %{_libdir}/libabrt_dbus.so.0
438%{_datadir}/augeas/lenses/libreport.aug
439%dir %{_datadir}/libreport
440%dir %{_datadir}/libreport/conf.d
441%{_datadir}/libreport/conf.d/libreport.conf
442%dir %{_datadir}/libreport/conf.d/plugins
443%dir %{_datadir}/libreport/events
444%dir %{_datadir}/libreport/workflows
445%{_mandir}/man5/forbidden_words.conf.5*
446%{_mandir}/man5/ignored_words.conf.5*
447%{_mandir}/man5/libreport.conf.5*
448%{_mandir}/man5/report_event.conf.5*
449
450%files devel
451%defattr(644,root,root,755)
452%attr(755,root,root) %{_libdir}/libreport.so
453%attr(755,root,root) %{_libdir}/libabrt_dbus.so
454%dir %{_includedir}/libreport
455%{_includedir}/libreport/client.h
456%{_includedir}/libreport/config_item_info.h
457%{_includedir}/libreport/dump_dir.h
458%{_includedir}/libreport/event_config.h
459%{_includedir}/libreport/file_obj.h
460%{_includedir}/libreport/global_configuration.h
461%{_includedir}/libreport/libreport_types.h
462%{_includedir}/libreport/problem_data.h
463%{_includedir}/libreport/report.h
464%{_includedir}/libreport/run_event.h
465%{_includedir}/libreport/internal_abrt_dbus.h
466%{_includedir}/libreport/internal_libreport.h
467%{_includedir}/libreport/problem_report.h
468%{_includedir}/libreport/problem_utils.h
469%{_includedir}/libreport/report_result.h
470%{_includedir}/libreport/reporters.h
471%{_includedir}/libreport/ureport.h
472%{_includedir}/libreport/workflow.h
473%{_includedir}/libreport/xml_parser.h
474%{_includedir}/libreport/helpers
475%{_pkgconfigdir}/libreport.pc
476
477%files web
478%defattr(644,root,root,755)
479%attr(755,root,root) %{_libdir}/libreport-web.so.*.*
480%attr(755,root,root) %ghost %{_libdir}/libreport-web.so.0
481
482%files web-devel
483%defattr(644,root,root,755)
484%attr(755,root,root) %{_libdir}/libreport-web.so
485%{_includedir}/libreport/libreport_curl.h
486%{_pkgconfigdir}/libreport-web.pc
487
488%if %{with python3}
489%files -n python3-%{name}
490%defattr(644,root,root,755)
491%dir %{py3_sitedir}/report
492%attr(755,root,root) %{py3_sitedir}/report/_py3report.so
493%{py3_sitedir}/report/*.py*
494%{py3_sitedir}/report/__pycache__
495%dir %{py3_sitedir}/report/io
496%{py3_sitedir}/report/io/*.py*
497%{py3_sitedir}/report/io/__pycache__
498%dir %{py3_sitedir}/reportclient
499%attr(755,root,root) %{py3_sitedir}/reportclient/_reportclient3.so
500%{py3_sitedir}/reportclient/*.py*
501%{py3_sitedir}/reportclient/__pycache__
502%endif
503
504%files cli
505%defattr(644,root,root,755)
506%attr(755,root,root) %{_bindir}/report-cli
507%{_mandir}/man1/report-cli.1*
508
509%files newt
510%defattr(644,root,root,755)
511%attr(755,root,root) %{_bindir}/report-newt
512%{_mandir}/man1/report-newt.1*
513
514%files gtk
515%defattr(644,root,root,755)
516%attr(755,root,root) %{_bindir}/report-gtk
517%attr(755,root,root) %{_libdir}/libreport-gtk.so.*.*
518%attr(755,root,root) %ghost %{_libdir}/libreport-gtk.so.0
519%{_mandir}/man1/report-gtk.1*
520
521%files gtk-devel
522%defattr(644,root,root,755)
523%attr(755,root,root) %{_libdir}/libreport-gtk.so
524%{_includedir}/libreport/internal_libreport_gtk.h
525%{_includedir}/libreport/problem_details_dialog.h
526%{_includedir}/libreport/problem_details_widget.h
527%{_pkgconfigdir}/libreport-gtk.pc
528
529%files plugin-bugzilla
530%defattr(644,root,root,755)
531%attr(755,root,root) %{_bindir}/reporter-bugzilla
532%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla.conf
533%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format.conf
534%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_analyzer_libreport.conf
535%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_kernel.conf
536%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup.conf
537%{_sysconfdir}/libreport/plugins/bugzilla_formatdup_analyzer_libreport.conf
538%config(noreplace) %{_sysconfdir}/libreport/events/report_Bugzilla.conf
539%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_event.conf
540%{_datadir}/libreport/conf.d/plugins/bugzilla.conf
541%{_datadir}/libreport/events/report_Bugzilla.xml
542%{_datadir}/libreport/events/watch_Bugzilla.xml
543%{_mandir}/man1/reporter-bugzilla.1*
544%{_mandir}/man5/bugzilla.conf.5*
545%{_mandir}/man5/bugzilla_event.conf.5*
546%{_mandir}/man5/bugzilla_format.conf.5*
547%{_mandir}/man5/bugzilla_format_analyzer_libreport.conf.5*
548%{_mandir}/man5/bugzilla_format_kernel.conf.5*
549%{_mandir}/man5/bugzilla_formatdup.conf.5*
550%{_mandir}/man5/report_Bugzilla.conf.5*
551%{_mandir}/man5/bugzilla_formatdup_analyzer_libreport.conf.5*
552
553%files plugin-kerneloops
554%defattr(644,root,root,755)
555%attr(755,root,root) %{_bindir}/reporter-kerneloops
556%{_datadir}/libreport/events/report_Kerneloops.xml
557%{_mandir}/man1/reporter-kerneloops.1*
558
559%files plugin-logger
560%defattr(644,root,root,755)
561%attr(755,root,root) %{_bindir}/reporter-print
562%config(noreplace) %{_sysconfdir}/libreport/events/report_Logger.conf
563%config(noreplace) %{_sysconfdir}/libreport/events.d/print_event.conf
564%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_logger.conf
565%{_datadir}/libreport/events/report_Logger.xml
566%{_datadir}/libreport/workflows/workflow_Logger.xml
567%{_datadir}/libreport/workflows/workflow_LoggerCCpp.xml
568%{_mandir}/man1/reporter-print.1*
569%{_mandir}/man5/print_event.conf.5*
570%{_mandir}/man5/report_Logger.conf.5*
571%{_mandir}/man5/report_logger.conf.5*
572
573%files plugin-mailx
574%defattr(644,root,root,755)
575%attr(755,root,root) %{_bindir}/reporter-mailx
576%config(noreplace) %{_sysconfdir}/libreport/plugins/mailx.conf
577%config(noreplace) %{_sysconfdir}/libreport/events.d/mailx_event.conf
578%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_mailx.conf
579%{_datadir}/libreport/conf.d/plugins/mailx.conf
580%{_datadir}/libreport/events/report_Mailx.xml
581%{_datadir}/libreport/workflows/workflow_Mailx.xml
582%{_datadir}/libreport/workflows/workflow_MailxCCpp.xml
583%{_mandir}/man1/reporter-mailx.1*
584%{_mandir}/man5/mailx.conf.5*
585%{_mandir}/man5/mailx_event.conf.5*
586%{_mandir}/man5/report_mailx.conf.5*
587
588%files plugin-mantisbt
589%defattr(644,root,root,755)
590%attr(755,root,root) %{_bindir}/reporter-mantisbt
591%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt.conf
592%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_format.conf
593%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_format_analyzer_libreport.conf
594%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup.conf
595%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/mantisbt_formatdup_analyzer_libreport.conf
596%{_datadir}/libreport/conf.d/plugins/mantisbt.conf
597%{_mandir}/man1/reporter-mantisbt.1*
598%{_mandir}/man5/mantisbt.conf.5*
599%{_mandir}/man5/mantisbt_format.conf.5*
600%{_mandir}/man5/mantisbt_format_analyzer_libreport.conf.5*
601%{_mandir}/man5/mantisbt_formatdup.conf.5*
602%{_mandir}/man5/mantisbt_formatdup_analyzer_libreport.conf.5*
603
604%files plugin-reportuploader
605%defattr(644,root,root,755)
606%attr(755,root,root) %{_bindir}/reporter-upload
607%config(noreplace) %{_sysconfdir}/libreport/plugins/upload.conf
608%config(noreplace) %{_sysconfdir}/libreport/events/report_Uploader.conf
609%config(noreplace) %{_sysconfdir}/libreport/events.d/uploader_event.conf
610%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uploader.conf
611%{_datadir}/libreport/conf.d/plugins/upload.conf
612%{_datadir}/libreport/events/report_Uploader.xml
613%{_datadir}/libreport/workflows/workflow_Upload.xml
614%{_datadir}/libreport/workflows/workflow_UploadCCpp.xml
615%{_mandir}/man1/reporter-upload.1*
616%{_mandir}/man5/report_Uploader.conf.5*
617%{_mandir}/man5/report_uploader.conf.5*
618%{_mandir}/man5/uploader_event.conf.5*
619%{_mandir}/man5/upload.conf.5*
620
621%files plugin-rhtsupport
622%defattr(644,root,root,755)
623%attr(755,root,root) %{_bindir}/reporter-rhtsupport
624%config(noreplace) %{_sysconfdir}/libreport/plugins/rhtsupport.conf
625%config(noreplace) %{_sysconfdir}/libreport/events.d/rhtsupport_event.conf
626%{_datadir}/libreport/conf.d/plugins/rhtsupport.conf
627%{_datadir}/libreport/events/report_RHTSupport.xml
628%{_datadir}/libreport/events/report_RHTSupport_AddData.xml
629%{_mandir}/man1/reporter-rhtsupport.1*
630%{_mandir}/man5/rhtsupport.conf.5*
631%{_mandir}/man5/rhtsupport_event.conf.5*
632
633%files plugin-systemd-journal
634%defattr(644,root,root,755)
635%attr(755,root,root) %{_bindir}/reporter-systemd-journal
636%{_mandir}/man1/reporter-systemd-journal.1*
637
638%files plugin-ureport
639%defattr(644,root,root,755)
640%attr(755,root,root) %{_bindir}/reporter-ureport
641%config(noreplace) %{_sysconfdir}/libreport/plugins/ureport.conf
642%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_uReport.conf
643%{_datadir}/libreport/conf.d/plugins/ureport.conf
644%{_datadir}/libreport/events/report_uReport.xml
645%{_datadir}/libreport/workflows/workflow_uReport.xml
646%{_mandir}/man1/reporter-ureport.1*
647%{_mandir}/man5/report_uReport.conf.5*
648%{_mandir}/man5/ureport.conf.5*
649
650%files anaconda
651%defattr(644,root,root,755)
652%config(noreplace) %{_sysconfdir}/libreport/events.d/bugzilla_anaconda_event.conf
653%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_format_anaconda.conf
654%config(noreplace) %{_sysconfdir}/libreport/plugins/bugzilla_formatdup_anaconda.conf
655%config(noreplace) %{_sysconfdir}/libreport/workflows.d/anaconda_event.conf
656%{_datadir}/libreport/workflows/workflow_AnacondaFedora.xml
657%{_datadir}/libreport/workflows/workflow_AnacondaRHEL.xml
658%{_datadir}/libreport/workflows/workflow_AnacondaRHELBugzilla.xml
659%{_datadir}/libreport/workflows/workflow_AnacondaUpload.xml
660%{_mandir}/man5/anaconda_event.conf.5*
661%{_mandir}/man5/bugzilla_anaconda_event.conf.5*
662%{_mandir}/man5/bugzilla_format_anaconda.conf.5*
663%{_mandir}/man5/bugzilla_formatdup_anaconda.conf.5*
664
665%files centos
666%defattr(644,root,root,755)
667%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events/report_CentOSBugTracker.conf
668%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/centos_report_event.conf
669%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/workflows.d/report_centos.conf
670%{_datadir}/libreport/events/report_CentOSBugTracker.xml
671%{_datadir}/libreport/workflows/workflow_CentOSCCpp.xml
672%{_datadir}/libreport/workflows/workflow_CentOSJava.xml
673%{_datadir}/libreport/workflows/workflow_CentOSJavaScript.xml
674%{_datadir}/libreport/workflows/workflow_CentOSKerneloops.xml
675%{_datadir}/libreport/workflows/workflow_CentOSLibreport.xml
676%{_datadir}/libreport/workflows/workflow_CentOSPython.xml
677%{_datadir}/libreport/workflows/workflow_CentOSPython3.xml
678%{_datadir}/libreport/workflows/workflow_CentOSVmcore.xml
679%{_datadir}/libreport/workflows/workflow_CentOSXorg.xml
680%{_mandir}/man5/centos_report_event.conf.5*
681%{_mandir}/man5/report_CentOSBugTracker.conf.5*
682%{_mandir}/man5/report_centos.conf.5*
683
684%files fedora
685%defattr(644,root,root,755)
686%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_fedora.conf
687%{_datadir}/libreport/workflows/workflow_Fedora*.xml
688%{_mandir}/man5/report_fedora.conf.5*
689
690%files rhel
691%defattr(644,root,root,755)
692%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel.conf
693%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_add_data.conf
694%config(noreplace) %{_sysconfdir}/libreport/workflows.d/report_rhel_bugzilla.conf
695%{_datadir}/libreport/workflows/workflow_RHEL*.xml
696%{_mandir}/man5/report_rhel.conf.5*
697%{_mandir}/man5/report_rhel_bugzilla.conf.5*
This page took 0.097112 seconds and 4 git commands to generate.