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