]> git.pld-linux.org Git - packages/abrt.git/blob - abrt.spec
Release 2 (by relup.sh)
[packages/abrt.git] / abrt.spec
1 #
2 # TODO:
3 # - handle obsolete packages: abrt-plugin-{catcut,rhfastcheck,rhticket,ticketuploader}
4 # - SysV init scripts for -addon-ccpp, -addon-kerneloops, -addon-pstoreoops, -addon-upload-watch, -addon-vmcore, -addon-xorg
5 # - teach build system to use python3.2+ __pycache__
6 #
7 # Conditional build:
8 %bcond_without  tests   # disable pythontests
9
10 %define         libreport_ver   2.9.0
11 Summary:        Automatic bug detection and reporting tool
12 Summary(pl.UTF-8):      Narzędzie do automatycznego wykrywania i zgłaszania błędów
13 Name:           abrt
14 Version:        2.10.9
15 Release:        2
16 License:        GPL v2+
17 Group:          Applications/System
18 Source0:        https://github.com/abrt/abrt/archive/%{version}/%{name}-%{version}.tar.gz
19 # Source0-md5:  855f25bf30f4216e866db944da28aaf3
20 Source1:        %{name}.init
21 Patch0:         %{name}-rpm5.patch
22 Patch1:         %{name}-rpm45.patch
23 Patch2:         %{name}-link.patch
24 URL:            https://abrt.readthedocs.org/
25 BuildRequires:  asciidoc
26 BuildRequires:  autoconf >= 2.50
27 BuildRequires:  automake
28 BuildRequires:  dbus-devel
29 BuildRequires:  docbook-dtd45-xml
30 BuildRequires:  gettext-tools >= 0.17
31 BuildRequires:  glib2-devel >= 1:2.43
32 BuildRequires:  gsettings-desktop-schemas-devel >= 3.15.1
33 BuildRequires:  gtk+3-devel >= 3.0
34 BuildRequires:  hawkey-devel
35 BuildRequires:  intltool >= 0.35.0
36 BuildRequires:  json-c-devel
37 BuildRequires:  libnotify-devel >= 0.7.0
38 BuildRequires:  libreport-devel >= %{libreport_ver}
39 BuildRequires:  libreport-gtk-devel >= %{libreport_ver}
40 BuildRequires:  libreport-web-devel >= %{libreport_ver}
41 BuildRequires:  libselinux-devel
42 BuildRequires:  libtool
43 BuildRequires:  libxml2-devel >= 2
44 BuildRequires:  nss-devel
45 BuildRequires:  pkgconfig
46 BuildRequires:  polkit-devel
47 BuildRequires:  python-devel >= 2
48 BuildRequires:  python-modules >= 2
49 %{?with_tests:BuildRequires:    python-nose}
50 BuildRequires:  python3-devel >= 3
51 BuildRequires:  python3-modules >= 3
52 BuildRequires:  python3-nose
53 BuildRequires:  rpm-devel >= 4.5-28
54 BuildRequires:  rpm-pythonprov
55 BuildRequires:  rpmbuild(macros) >= 1.721
56 BuildRequires:  satyr-devel >= 0.21
57 BuildRequires:  systemd-devel
58 BuildRequires:  xmlto
59 Requires(postun):       /usr/sbin/groupdel
60 Requires(postun):       /usr/sbin/userdel
61 Requires(pre):  /bin/id
62 Requires(pre):  /usr/bin/getgid
63 Requires(pre):  /usr/sbin/groupadd
64 Requires(pre):  /usr/sbin/useradd
65 Requires:       %{name}-libs = %{version}-%{release}
66 Provides:       group(abrt)
67 Provides:       user(abrt)
68 Obsoletes:      abrt-plugin-filetransfer
69 Obsoletes:      abrt-plugin-runapp
70 Obsoletes:      abrt-plugin-sosreport
71 Obsoletes:      abrt-plugin-sqlite3
72 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
73
74 %description
75 ABRT is a tool to help users to detect defects in applications and to
76 create a bug report with all informations needed by maintainer to fix
77 it. It uses plugin system to extend its functionality.
78
79 %description -l pl.UTF-8
80 ABRT to narzędzie pomagające użytkownikom w wykrywaniu defektów w
81 aplikacjach oraz tworzeniu raportów błędów ze wszystkimi informacjami
82 potrzebnymi utrzymującemu pakiet do poprawienia go. Wykorzystuje
83 system wtyczek do rozszerzania funkcjonalności.
84
85 %package -n bash-completion-abrt
86 Summary:        Bash completion for abrt command
87 Summary(pl.UTF-8):      Bashowe dopełnianie parametrów dla polecenia abrt
88 Group:          Applications/Shells
89 Requires:       %{name} = %{version}-%{release}
90 Requires:       bash-completion
91 %if "%{_rpmversion}" >= "5"
92 BuildArch:      noarch
93 %endif
94
95 %description -n bash-completion-abrt
96 Bash completion for abrt command.
97
98 %description -n bash-completion-abrt -l pl.UTF-8
99 Bashowe dopełnianie parametrów dla polecenia abrt.
100
101 %package libs
102 Summary:        ABRT shared library
103 Summary(pl.UTF-8):      Biblioteka współdzielona ABRT
104 Group:          Libraries
105 Requires:       glib2 >= 1:2.43
106 Requires:       libreport >= %{libreport_ver}
107
108 %description libs
109 ABRT shared library.
110
111 %description libs -l pl.UTF-8
112 Biblioteka współdzielona ABRT.
113
114 %package devel
115 Summary:        Header files for ABRT livrary
116 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotekia ABRT
117 Group:          Development/Libraries
118 Requires:       %{name}-libs = %{version}-%{release}
119 Requires:       glib2-devel >= 1:2.43
120 Requires:       libreport-devel >= %{libreport_ver}
121
122 %description devel
123 Header files for ABRT livrary.
124
125 %description devel -l pl.UTF-8
126 Pliki nagłówkowe biblioteki ABRT.
127
128 %package addon-ccpp
129 Summary:        ABRT's C/C++ addon
130 Summary(pl.UTF-8):      Dodatek C/C++ do ABRT
131 Group:          Libraries
132 Requires:       %{name} = %{version}-%{release}
133 Requires:       %{name}-addon-coredump-helper = %{version}-%{release}
134 Requires:       %{name}-retrace-client = %{version}-%{release}
135 Requires:       cpio
136 Requires:       elfutils
137 Requires:       gdb >= 7.0-3
138 Requires:       satyr >= 0.21
139 Requires:       yum-utils
140 Obsoletes:      %{name}-atomic
141
142 %description addon-ccpp
143 This package contains hook for C/C++ crashed programs and abrt's C/C++
144 analyzer plugin.
145
146 %description addon-ccpp -l pl.UTF-8
147 Ten pakiet zawiera punkt zaczepienia dla programów w C/C++, które
148 uległy awarii oraz wtyczkę analizatora C/C++ ABRT.
149
150 %package addon-coredump-helper
151 Summary:        ABRT's /proc/sys/kernel/core_pattern helper
152 Summary(pl.UTF-8):      Program pomocniczy ABRT do /proc/sys/kernel/core_pattern
153 Group:          Libraries
154 Requires:       %{name}-libs = %{version}-%{release}
155
156 %description addon-coredump-helper
157 This package contains hook for C/C++ crashed programs.
158
159 %description addon-coredump-helper -l pl.UTF-8
160 Ten pakiet zawiera uchwyt dla programów w C/C++, które uległy awarii.
161
162 %package addon-kerneloops
163 Summary:        ABRT's kerneloops addon
164 Summary(pl.UTF-8):      Dodatek kerneloops do ABRT
165 Group:          Libraries
166 Requires:       %{name} = %{version}-%{release}
167 Requires:       curl
168 Requires:       libreport-plugin-kerneloops >= %{libreport_ver}
169 Obsoletes:      abrt-plugin-kerneloops
170 Obsoletes:      abrt-plugin-kerneloopsreporter
171 Obsoletes:      kerneloops
172
173 %description addon-kerneloops
174 This package contains plugin for collecting kernel crash information
175 from system log.
176
177 %description addon-kerneloops -l pl.UTF-8
178 Ten pakiet zawiera wtyczkę do zbierania informacji o awarii jądra z
179 logu systemowego.
180
181 %package addon-pstoreoops
182 Summary:        ABRT's pstoreoops addon
183 Summary(pl.UTF-8):      Dodatek pstoreoops do ABRT
184 Group:          Libraries
185 Requires:       %{name}-addon-kerneloops = %{version}-%{release}
186 Obsoletes:      abrt-addon-uefioops
187
188 %description addon-pstoreoops
189 This package contains plugin for collecting kernel oopses from pstore
190 storage.
191
192 %description addon-pstoreoops -l pl.UTF-8
193 Ten pakiet zawiera wtyczkę do zbierania oopsów jądra z danych pstore.
194
195 %package addon-python
196 Summary:        ABRT's addon for catching and analyzing Python 2 exceptions
197 Summary(pl.UTF-8):      Dodatek ABRT do przechwytywania i analizy wyjątków Pythona 2
198 Group:          Libraries
199 Requires:       %{name} = %{version}-%{release}
200 Requires:       %{name}-python = %{version}-%{release}
201 # for detecting package name containing offending file
202 Suggests:       python-rpm
203 # for logging to journal
204 Suggests:       python-systemd
205 Obsoletes:      gnome-python2-bugbuddy
206
207 %description addon-python
208 This package contains Python hook and Python analyzer plugin for
209 handling uncaught exception in Python 2 programs.
210
211 %description addon-python -l pl.UTF-8
212 Ten pakiet zawiera pythonowy punkt zaczepienia oraz wtyczkę
213 analizatora Pythona do obsługi nie obsłużonych wyjątków w programach w
214 Pythonie 2.
215
216 %package addon-python3
217 Summary:        ABRT's addon for catching and analyzing Python 3 exceptions
218 Summary(pl.UTF-8):      Dodatek ABRT do przechwytywania i analizy wyjątków Pythona 3
219 Group:          Libraries
220 Requires:       %{name} = %{version}-%{release}
221 Requires:       %{name}-python3 = %{version}-%{release}
222 # for detecting package name containing offending file (TODO: python3-rpm package)
223 #Suggests:      python3-rpm
224 # for logging to journal (TODO: python3-systemd package)
225 #Suggests:      python3-systemd
226
227 %description addon-python3
228 This package contains Python hook and Python analyzer plugin for
229 handling uncaught exception in Python 3 programs.
230
231 %description addon-python3 -l pl.UTF-8
232 Ten pakiet zawiera pythonowy punkt zaczepienia oraz wtyczkę
233 analizatora Pythona do obsługi nie obsłużonych wyjątków w programach w
234 Pythonie 3.
235
236 %package addon-upload-watch
237 Summary:        ABRT's upload addon
238 Summary(pl.UTF-8):      Dodatek upload do ABRT
239 Group:          Libraries
240 Requires:       %{name} = %{version}-%{release}
241
242 %description addon-upload-watch
243 This package contains hook for uploaded problems.
244
245 %description addon-upload-watch -l pl.UTF-8
246 Ten pakiet zawiera uchwyt dla problemów przysłanych.
247
248 %package addon-vmcore
249 Summary:        ABRT's vmcore addon
250 Summary(pl.UTF-8):      Dodatek vmcore do ABRT
251 Group:          Libraries
252 Requires:       %{name} = %{version}-%{release}
253 Requires:       %{name}-addon-kerneloops = %{version}-%{release}
254 Requires:       crash
255
256 %description addon-vmcore
257 This package contains plugin for collecting kernel crash information
258 from vmcore files.
259
260 %description addon-vmcore -l pl.UTF-8
261 Ten pakiet zawiera wtyczkę do zbierania informacji o awarii jądra z
262 plików vmcore.
263
264 %package addon-xorg
265 Summary:        ABRT's Xorg addon
266 Summary(pl.UTF-8):      Dodatek Xorg do ABRT
267 Group:          Libraries
268 Requires:       %{name} = %{version}-%{release}
269 Requires:       curl
270
271 %description addon-xorg
272 This package contains plugin for collecting Xorg crash information
273 from Xorg log.
274
275 %description addon-xorg -l pl.UTF-8
276 Ten pakiet zawiera wtyczkę do zbierania informacji o awarii jądra z
277 logu Xorg.
278
279 %package atomic
280 Summary:        Package to make easy default installation on Atomic hosts
281 Summary(pl.UTF-8):      Pakiet ułatwiający domyślną instalację na hostach Atomic
282 Group:          Applications/System
283 Requires:       %{name}-addon-coredump-helper = %{version}-%{release}
284 Obsoletes:      %{name}-addon-ccpp
285
286 %description atomic
287 Package to install all necessary packages for usage from Atomic hosts.
288
289 %description atomic -l pl.UTF-8
290 Pakiet służący do instalacji wszystkich wymaganych pakietów
291 przeznaczonych do użycia z hostów Atomic.
292
293 %package plugin-bodhi
294 Summary:        ABRT's bodhi plugin
295 Summary(pl.UTF-8):      Wtyczka bodhi do ABRT
296 Group:          Libraries
297 Requires:       %{name} = %{version}-%{release}
298 Requires:       libreport-web >= %{libreport_ver}
299 Obsoletes:      libreport-plugin-bodhi
300
301 %description plugin-bodhi
302 Plugin to search for a new updates in bodhi server.
303
304 %description plugin-bodhi -l pl.UTF-8
305 Wtyczka do wyszukiwania nowych uaktualnień na serwerze bodhi.
306
307 %package retrace-client
308 Summary:        ABRT's retrace client
309 Summary(pl.UTF-8):      Klient Retrace dla ABRT
310 Group:          Libraries
311 Requires:       %{name} = %{version}-%{release}
312 Requires:       xz
313
314 %description retrace-client
315 This package contains the client application for Retrace server which
316 is able to analyze C/C++ crashes remotely.
317
318 %description retrace-client -l pl.UTF-8
319 Ten pakiet zawiera aplikację kliencką dla serwera Retrace, który
320 potrafi zdalnie przeanalizować awarię programu w C/C++.
321
322 %package dbus
323 Summary:        ABRT DBus service
324 Summary(pl.UTF-8):      Usługa DBus ABRT
325 Group:          Applications/System
326 Requires:       %{name} = %{version}-%{release}
327 Requires:       libreport >= %{libreport_ver}
328
329 %description dbus
330 ABRT DBus service which provides org.freedesktop.problems API on DBus
331 and uses PolicyKit to authorize to access the problem data.
332
333 %description dbus -l pl.UTF-8
334 Usługa DBus ABRT, udostępniająca poprzez DBus API
335 org.freedesktop.problems, używająca PolicyKit do autoryzacji dostępu
336 do danych o problemach.
337
338 %package python
339 Summary:        ABRT Python 2 API
340 Summary(pl.UTF-8):      API Pythona 2 do ABRT
341 Group:          Libraries/Python
342 Requires:       %{name} = %{version}-%{release}
343 Requires:       python-libreport >= %{libreport_ver}
344
345 %description python
346 High-level API for querying, creating and manipulating problems
347 handled by ABRT in Python 2.
348
349 %description python -l pl.UTF-8
350 Wysokopoziomowe API do odpytywania, tworzenia i obróbki z poziomu
351 Pythona 2 problemów obsługiwanych przez ABRT.
352
353 %package python3
354 Summary:        ABRT Python 3 API
355 Summary(pl.UTF-8):      API Pythona 3 do ABRT
356 Group:          Libraries/Python
357 Requires:       %{name} = %{version}-%{release}
358 Requires:       python3-libreport >= %{libreport_ver}
359
360 %description python3
361 High-level API for querying, creating and manipulating problems
362 handled by ABRT in Python.
363
364 %description python3 -l pl.UTF-8
365 Wysokopoziomowe API do odpytywania, tworzenia i obróbki z poziomu
366 Pythona 3 problemów obsługiwanych przez ABRT.
367
368 %package cli
369 Summary:        ABRT's command line interface
370 Summary(pl.UTF-8):      Interfejs linii poleceń ABRT
371 Group:          Applications/System
372 Requires:       %{name} = %{version}-%{release}
373 # analyzers
374 Requires:       %{name}-addon-ccpp = %{version}-%{release}
375 Requires:       %{name}-addon-kerneloops = %{version}-%{release}
376 Requires:       %{name}-addon-pstoreoops = %{version}-%{release}
377 Requires:       %{name}-addon-python = %{version}-%{release}
378 # reporters
379 Requires:       libreport-plugin-bugzilla >= %{libreport_ver}
380 Requires:       libreport-plugin-logger >= %{libreport_ver}
381
382 %description cli
383 This package contains simple command line client for controling ABRT
384 daemon over the sockets.
385
386 %description cli -l pl.UTF-8
387 Ten pakiet zawiera prostego klienta obsługiwanego z linii poleceń,
388 pozwalającego na sterowanie demonem poprzez gniazda.
389
390 %package gui
391 Summary:        ABRT's GUI
392 Summary(pl.UTF-8):      Graficzny interfejs użytkownika do ABRT
393 Group:          X11/Applications
394 Requires(post,postun):  /sbin/ldconfig
395 Requires(post,postun):  gtk-update-icon-cache
396 Requires(post,postun):  hicolor-icon-theme
397 Requires:       %{name} = %{version}-%{release}
398 Requires:       %{name}-dbus = %{version}-%{release}
399 Requires:       %{name}-gui-libs = %{version}-%{release}
400 Suggests:       gnome-abrt
401 Provides:       abrt-applet = %{version}-%{release}
402 Obsoletes:      abrt-applet < 0.0.5
403 Conflicts:      abrt-applet < 0.0.5
404
405 %description gui
406 GTK+ wizard for convenient bug reporting.
407
408 %description gui -l pl.UTF-8
409 Oparty na GTK+ kreator do wygodnego zgłaszania błędów.
410
411 %package gui-libs
412 Summary:        ABRT's GUI library
413 Summary(pl.UTF-8):      Biblioteka graficznego interfejsu użytkownika ABRT
414 Group:          X11/Libraries
415 Requires:       %{name}-libs = %{version}-%{release}
416 Requires:       gtk+3 >= 3.0
417
418 %description gui-libs
419 ABRT's GUI library.
420
421 %description gui-libs -l pl.UTF-8
422 Biblioteka graficznego interfejsu użytkownika ABRT.
423
424 %package gui-devel
425 Summary:        Header files for ABRT GUI library
426 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki graficznego interfejsu użytkownika ABRT
427 Group:          X11/Development/Libraries
428 Requires:       %{name}-devel = %{version}-%{release}
429 Requires:       %{name}-gui-libs = %{version}-%{release}
430 Requires:       gtk+3-devel >= 3.0
431
432 %description gui-devel
433 Header files for ABRT GUI library.
434
435 %description gui-devel -l pl.UTF-8
436 Pliki nagłówkowe biblioteki graficznego interfejsu użytkownika ABRT.
437
438 %package desktop
439 Summary:        Virtual package to install all necessary packages for usage from desktop environment
440 Summary(pl.UTF-8):      Writualny pakiet do instalacji pakietów potrzebnych do użycia w środowisku graficznym
441 Group:          X11/Applications
442 # This package should be installed when anything requests bug-buddy;
443 # installing abrt-desktop should result in the abrt which works without
444 # any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
445 Requires:       %{name} = %{version}-%{release}
446 Requires:       %{name}-addon-ccpp = %{version}-%{release}
447 Requires:       %{name}-addon-kerneloops = %{version}-%{release}
448 Requires:       %{name}-addon-pstoreoops = %{version}-%{release}
449 Requires:       %{name}-addon-python = %{version}-%{release}
450 Requires:       %{name}-addon-vmcore = %{version}-%{release}
451 Requires:       %{name}-addon-xorg = %{version}-%{release}
452 Requires:       %{name}-gui = %{version}-%{release}
453 Requires:       %{name}-plugin-bodhi = %{version}-%{release}
454 Requires:       %{name}-retrace-client = %{version}-%{release}
455 Requires:       libreport-plugin-bugzilla >= %{libreport_ver}
456 Requires:       libreport-plugin-logger >= %{libreport_ver}
457 Requires:       libreport-plugin-ureport >= %{libreport_ver}
458 Provides:       bug-buddy
459 Obsoletes:      bug-buddy
460
461 %description desktop
462 Virtual package to make easy default installation on desktop
463 environments.
464
465 %description desktop -l pl.UTF-8
466 Wirtualny pakiet ułatwiający domyślną instalację w środowiskach
467 graficznych.
468
469 %package console-notification
470 Summary:        ABRT console notification script
471 Summary(pl.UTF-8):      Skrypt ABRT do powiadomień na konsoli
472 Group:          Applications/System
473 Requires:       %{name} = %{version}-%{release}
474 Requires:       %{name}-cli = %{version}-%{release}
475
476 %description console-notification
477 A small script which prints a count of detected problems when someone
478 logs in to the shell.
479
480 %description console-notification -l pl.UTF-8
481 Mały skrypt wypisujący liczbę wykrytych problemów, kiedy ktoś loguje
482 się do powłoki.
483
484 %prep
485 %setup -q
486 %if "%{_rpmversion}" >= "5.0"
487 %patch0 -p1
488 %else
489 %patch1 -p1
490 %endif
491 %patch2 -p1
492
493 %{__sed} -n -e '/^%%changelog/,$p' abrt.spec.in | tail -n +2 > changelog
494
495 echo -n %{version} > abrt-version
496
497 %build
498 %{__libtoolize}
499 %{__gettextize}
500 %{__intltoolize}
501 %{__aclocal} -I m4
502 %{__autoconf}
503 %{__autoheader}
504 %{__automake}
505 %configure \
506         PYTHON_NOSE=/usr/bin/nosetests-3.6 \
507         --disable-silent-rules \
508         %{!?with_tests:--without-pythontests} \
509         --with-systemdsystemunitdir=%{systemdunitdir}
510
511 %{__make}
512
513 %install
514 rm -rf $RPM_BUILD_ROOT
515 %{__make} install \
516         DESTDIR=$RPM_BUILD_ROOT \
517         systemdsystemunitdir=%{systemdunitdir} \
518         pythondir=%{py_sitescriptdir} \
519         python3dir=%{py3_sitescriptdir}
520
521 %py_postclean
522
523 # obsoleted by pkg-config
524 %{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
525
526 install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/abrtd
527 install -d $RPM_BUILD_ROOT/var/cache/%{name}
528 install -d $RPM_BUILD_ROOT/var/cache/%{name}-di
529 install -d $RPM_BUILD_ROOT/var/run/%{name}
530
531 install -d $RPM_BUILD_ROOT%{systemdtmpfilesdir}
532 cat > $RPM_BUILD_ROOT%{systemdtmpfilesdir}/abrt.conf <<EOF
533 d /var/run/%{name} 0755 root root -
534 EOF
535
536 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/problem/*.la
537 %{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/problem/*.la
538 # examples
539 %{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/problem_examples
540 %{__rm} -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/problem_examples
541 # packaged as %doc
542 %{__rm} $RPM_BUILD_ROOT%{_docdir}/abrt/README.md
543
544 # fool man verification - report_event.conf.5 belongs to libreport (NOTE: don't package it here)
545 touch $RPM_BUILD_ROOT%{_mandir}/man5/report_event.conf.5
546
547 # empty version of nb,ru
548 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{no,ru_RU}
549 # not supported by glibc yet
550 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ach,aln,bal,ilo}
551
552 %find_lang %{name}
553
554 %clean
555 rm -rf $RPM_BUILD_ROOT
556
557 %pre
558 %groupadd -g 248 abrt
559 %useradd -u 248 -g abrt -d /etc/abrt -s /sbin/nologin abrt
560
561 %post
562 /sbin/chkconfig --add abrtd
563 %service abrtd restart
564 %systemd_post abrtd.service
565
566 %preun
567 if [ "$1" = "0" ]; then
568         %service abrtd stop
569         /sbin/chkconfig --del abrtd
570 fi
571 %systemd_preun abrtd.service
572
573 %postun
574 if [ "$1" = "0" ]; then
575         %userremove abrt
576         %groupremove abrt
577 fi
578
579 %post   libs -p /sbin/ldconfig
580 %postun libs -p /sbin/ldconfig
581
582 %post addon-ccpp
583 %systemd_post abrt-ccpp.service
584 %systemd_post abrt-journal-core.service
585 %journal_catalog_update
586
587 %preun addon-ccpp
588 %systemd_preun abrt-ccpp.service
589 %systemd_preun abrt-journal-core.service
590
591 %post addon-kerneloops
592 %systemd_post abrt-oops.service
593 %journal_catalog_update
594
595 %preun addon-kerneloops
596 %systemd_preun abrt-oops.service
597
598 %post addon-pstoreoops
599 %systemd_post abrt-pstoreoops.service
600
601 %preun addon-pstoreoops
602 %systemd_preun abrt-pstoreoops.service
603
604 %post addon-python
605 %journal_catalog_update
606
607 %post addon-python3
608 %journal_catalog_update
609
610 %post addon-upload-watch
611 %systemd_post abrt-upload-watch.service
612
613 %preun addon-upload-watch
614 %systemd_preun abrt-upload-watch.service
615
616 %post addon-vmcore
617 %systemd_post abrt-vmcore.service
618 %journal_catalog_update
619
620 %preun addon-vmcore
621 %systemd_preun abrt-vmcore.service
622
623 %post addon-xorg
624 %systemd_post abrt-xorg.service
625 %journal_catalog_update
626
627 %preun addon-xorg
628 %systemd_preun abrt-xorg.service
629
630 %post atomic
631 if [ -f %{_sysconfdir}/%{name}/plugins/CCpp.conf ]; then
632         mv -f %{_sysconfdir}/%{name}/plugins/CCpp.conf %{_sysconfdir}/%{name}/plugins/CCpp.conf.rpmsave.atomic || exit 1
633 fi
634 ln -sf %{_sysconfdir}/%{name}/plugins/CCpp_Atomic.conf %{_sysconfdir}/%{name}/plugins/CCpp.conf
635 if [ -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf ]; then
636         mv -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf %{_datadir}/%{name}/conf.d/plugins/CCpp.conf.rpmsave.atomic || exit 1;
637 fi
638 ln -sf %{_datadir}/%{name}/conf.d/plugins/CCpp_Atomic.conf %{_datadir}/%{name}/conf.d/plugins/CCpp.conf
639 %systemd_post abrt-coredump-helper.service
640
641 %preun atomic
642 if [ -L %{_sysconfdir}/%{name}/plugins/CCpp.conf ]; then
643         rm -f %{_sysconfdir}/%{name}/plugins/CCpp.conf
644 fi
645 if [ -L %{_datadir}/%{name}/conf.d/plugins/CCpp.conf ]; then
646         rm -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf
647 fi
648 if [ -f %{_sysconfdir}/%{name}/plugins/CCpp.conf.rpmsave.atomic ]; then
649         mv -f %{_sysconfdir}/%{name}/plugins/CCpp.conf.rpmsave.atomic %{_sysconfdir}/%{name}/plugins/CCpp.conf || exit 1
650 fi
651 if [ -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf.rpmsave.atomic ]; then
652         mv -f %{_datadir}/%{name}/conf.d/plugins/CCpp.conf.rpmsave.atomic %{_datadir}/%{name}/conf.d/plugins/CCpp.conf || exit 1
653 fi
654
655 %postun atomic
656 %systemd_postun_with_restart abrt-coredump-helper.service
657
658 %post gui
659 %update_icon_cache hicolor
660
661 %postun gui
662 %update_icon_cache hicolor
663
664 %post   gui-libs -p /sbin/ldconfig
665 %postun gui-libs -p /sbin/ldconfig
666
667 %files -f %{name}.lang
668 %defattr(644,root,root,755)
669 %doc README.md changelog
670 %attr(755,root,root) %{_bindir}/abrt
671 %attr(755,root,root) %{_bindir}/abrt-action-analyze-python
672 %attr(755,root,root) %{_bindir}/abrt-action-notify
673 %attr(755,root,root) %{_bindir}/abrt-action-save-package-data
674 %attr(755,root,root) %{_bindir}/abrt-handle-upload
675 %attr(755,root,root) %{_bindir}/abrt-watch-log
676 %attr(755,root,root) %{_sbindir}/abrt-auto-reporting
677 %attr(755,root,root) %{_sbindir}/abrt-server
678 %attr(755,root,root) %{_sbindir}/abrtd
679 %attr(755,root,root) %{_libexecdir}/abrt-action-generate-machine-id
680 %attr(755,root,root) %{_libexecdir}/abrt-action-save-container-data
681 %attr(755,root,root) %{_libexecdir}/abrt-action-ureport
682 %attr(755,root,root) %{_libexecdir}/abrt-handle-event
683 %{py3_sitedir}/abrtcli
684 %dir %{_datadir}/%{name}
685 %dir %{_datadir}/%{name}/conf.d
686 %{_datadir}/%{name}/conf.d/abrt.conf
687 %{_datadir}/%{name}/conf.d/abrt-action-save-package-data.conf
688 %{_datadir}/%{name}/conf.d/gpg_keys.conf
689 %dir %{_datadir}/%{name}/conf.d/plugins
690 %{_datadir}/augeas/lenses/abrt.aug
691 %dir %{_sysconfdir}/%{name}
692 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/abrt.conf
693 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
694 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/gpg_keys.conf
695 %dir %{_sysconfdir}/%{name}/plugins
696 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/abrt_event.conf
697 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
698 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/smart_event.conf
699 %attr(754,root,root) /etc/rc.d/init.d/abrtd
700 %{systemdunitdir}/abrtd.service
701 %attr(775,root,abrt) %dir /var/cache/%{name}
702 %dir /var/run/%{name}
703 %{systemdtmpfilesdir}/abrt.conf
704 %{_mandir}/man1/abrt.1*
705 %{_mandir}/man1/abrt-action-analyze-python.1*
706 %{_mandir}/man1/abrt-action-notify.1*
707 %{_mandir}/man1/abrt-action-save-package-data.1*
708 %{_mandir}/man1/abrt-auto-reporting.1*
709 %{_mandir}/man1/abrt-handle-upload.1*
710 %{_mandir}/man1/abrt-server.1*
711 %{_mandir}/man1/abrt-watch-log.1*
712 %{_mandir}/man5/abrt.conf.5*
713 %{_mandir}/man5/abrt-action-save-package-data.conf.5*
714 %{_mandir}/man5/abrt_event.conf.5*
715 %{_mandir}/man5/gpg_keys.conf.5*
716 %{_mandir}/man5/smart_event.conf.5*
717 %{_mandir}/man8/abrtd.8*
718
719 %files -n bash-completion-abrt
720 %defattr(644,root,root,755)
721 /etc/bash_completion.d/abrt.bash_completion
722
723 %files libs
724 %defattr(644,root,root,755)
725 %attr(755,root,root) %{_libdir}/libabrt.so.*.*.*
726 %attr(755,root,root) %ghost %{_libdir}/libabrt.so.0
727
728 %files devel
729 %defattr(644,root,root,755)
730 %attr(755,root,root) %{_libdir}/libabrt.so
731 %dir %{_includedir}/abrt
732 %{_includedir}/abrt/abrt-dbus.h
733 %{_includedir}/abrt/hooklib.h
734 %{_includedir}/abrt/libabrt.h
735 %{_includedir}/abrt/problem_api.h
736 %{_pkgconfigdir}/abrt.pc
737
738 %files addon-ccpp
739 %defattr(644,root,root,755)
740 %attr(755,root,root) %{_bindir}/abrt-action-analyze-backtrace
741 %attr(755,root,root) %{_bindir}/abrt-action-analyze-c
742 %attr(755,root,root) %{_bindir}/abrt-action-analyze-ccpp-local
743 %attr(755,root,root) %{_bindir}/abrt-action-analyze-core
744 %attr(755,root,root) %{_bindir}/abrt-action-analyze-vulnerability
745 %attr(755,root,root) %{_bindir}/abrt-action-generate-backtrace
746 %attr(755,root,root) %{_bindir}/abrt-action-generate-core-backtrace
747 %attr(755,root,root) %{_bindir}/abrt-action-install-debuginfo
748 %attr(755,root,root) %{_bindir}/abrt-action-list-dsos
749 %attr(755,root,root) %{_bindir}/abrt-action-perform-ccpp-analysis
750 %attr(755,root,root) %{_bindir}/abrt-action-trim-files
751 %attr(755,root,root) %{_bindir}/abrt-dump-journal-core
752 %attr(6755,abrt,abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
753 %attr(755,root,root) %{_libexecdir}/abrt-gdb-exploitable
754 %{_datadir}/%{name}/conf.d/plugins/CCpp.conf
755 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/CCpp.conf
756 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
757 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/gconf_event.conf
758 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/vimrc_event.conf
759 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_ccpp_format.conf
760 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_journal_ccpp_format.conf
761 %attr(775,abrt,abrt) %dir %{_localstatedir}/cache/abrt-di
762 #%attr(754,root,root) /etc/rc.d/init.d/abrt-ccpp
763 %{_datadir}/libreport/events/analyze_CCpp.xml
764 %{_datadir}/libreport/events/analyze_LocalGDB.xml
765 %{_datadir}/libreport/events/collect_GConf.xml
766 %{_datadir}/libreport/events/collect_vimrc_system.xml
767 %{_datadir}/libreport/events/collect_vimrc_user.xml
768 %{_datadir}/libreport/events/collect_xsession_errors.xml
769 %{_datadir}/libreport/events/post_report.xml
770 %{systemdunitdir}/abrt-ccpp.service
771 %{systemdunitdir}/abrt-journal-core.service
772 %{_prefix}/lib/systemd/catalog/abrt_ccpp.catalog
773 %{_mandir}/man1/abrt-action-analyze-backtrace.1*
774 %{_mandir}/man1/abrt-action-analyze-c.1*
775 %{_mandir}/man1/abrt-action-analyze-ccpp-local.1*
776 %{_mandir}/man1/abrt-action-analyze-core.1*
777 %{_mandir}/man1/abrt-action-analyze-vulnerability.1*
778 %{_mandir}/man1/abrt-action-generate-backtrace.1*
779 %{_mandir}/man1/abrt-action-generate-core-backtrace.1*
780 %{_mandir}/man1/abrt-action-install-debuginfo.1*
781 %{_mandir}/man1/abrt-action-list-dsos.1*
782 %{_mandir}/man1/abrt-action-perform-ccpp-analysis.1*
783 %{_mandir}/man1/abrt-action-trim-files.1*
784 %{_mandir}/man1/abrt-dump-journal-core.1*
785 %{_mandir}/man5/abrt-CCpp.conf.5*
786 %{_mandir}/man5/ccpp_event.conf.5*
787 %{_mandir}/man5/ccpp_retrace_event.conf.5*
788 %{_mandir}/man5/gconf_event.conf.5*
789 %{_mandir}/man5/vimrc_event.conf.5*
790
791 %files addon-coredump-helper
792 %defattr(644,root,root,755)
793 %attr(755,root,root) %{_sbindir}/abrt-install-ccpp-hook
794 %attr(755,root,root) %{_libexecdir}/abrt-hook-ccpp
795 %{_mandir}/man1/abrt-install-ccpp-hook.1*
796
797 %files addon-kerneloops
798 %defattr(644,root,root,755)
799 %attr(755,root,root) %{_bindir}/abrt-action-analyze-oops
800 %attr(755,root,root) %{_bindir}/abrt-action-check-oops-for-alt-component
801 %attr(755,root,root) %{_bindir}/abrt-action-check-oops-for-hw-error
802 %attr(755,root,root) %{_bindir}/abrt-dump-journal-oops
803 %attr(755,root,root) %{_bindir}/abrt-dump-oops
804 %{_datadir}/%{name}/conf.d/plugins/oops.conf
805 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/koops_event.conf
806 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_koops_format.conf
807 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/oops.conf
808 %{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.oops.xml
809 #%attr(754,root,root) /etc/rc.d/init.d/abrt-oops
810 %{systemdunitdir}/abrt-oops.service
811 %{_prefix}/lib/systemd/catalog/abrt_koops.catalog
812 %{_mandir}/man1/abrt-action-analyze-oops.1*
813 %{_mandir}/man1/abrt-action-check-oops-for-hw-error.1*
814 %{_mandir}/man1/abrt-dump-journal-oops.1*
815 %{_mandir}/man1/abrt-dump-oops.1*
816 %{_mandir}/man5/abrt-oops.conf.5*
817 %{_mandir}/man5/koops_event.conf.5*
818
819 %files addon-pstoreoops
820 %defattr(644,root,root,755)
821 %attr(755,root,root) %{_bindir}/abrt-merge-pstoreoops
822 %attr(755,root,root) %{_sbindir}/abrt-harvest-pstoreoops
823 %{systemdunitdir}/abrt-pstoreoops.service
824 #%attr(754,root,root) /etc/rc.d/init.d/abrt-pstoreoops
825 %{_mandir}/man1/abrt-harvest-pstoreoops.1*
826 %{_mandir}/man1/abrt-merge-pstoreoops.1*
827
828 %files addon-python
829 %defattr(644,root,root,755)
830 %{_datadir}/%{name}/conf.d/plugins/python.conf
831 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/python.conf
832 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/python_event.conf
833 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_python_format.conf
834 %{_prefix}/lib/systemd/catalog/abrt_python.catalog
835 %{py_sitedir}/abrt_exception_handler.py[co]
836 %{py_sitedir}/abrt_exception_handler_container.py[co]
837 %{py_sitedir}/abrt.pth
838 %{py_sitedir}/abrt_container.pth
839 %{_mandir}/man5/abrt-python.conf.5*
840 %{_mandir}/man5/python_event.conf.5*
841
842 %files addon-python3
843 %defattr(644,root,root,755)
844 %{_datadir}/%{name}/conf.d/plugins/python3.conf
845 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/python3.conf
846 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/python3_event.conf
847 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_python3_format.conf
848 %{_prefix}/lib/systemd/catalog/abrt_python3.catalog
849 %{py3_sitedir}/abrt_exception_handler3.py*
850 %{py3_sitedir}/abrt_exception_handler3_container.py*
851 %{py3_sitedir}/abrt3.pth
852 %{py3_sitedir}/abrt3_container.pth
853 %{_mandir}/man5/abrt-python3.conf.5*
854 %{_mandir}/man5/python3_event.conf.5*
855
856 %files addon-upload-watch
857 %defattr(644,root,root,755)
858 %attr(755,root,root) %{_sbindir}/abrt-upload-watch
859 %{systemdunitdir}/abrt-upload-watch.service
860 %{_mandir}/man1/abrt-upload-watch.1*
861
862 %files addon-vmcore
863 %defattr(644,root,root,755)
864 %attr(755,root,root) %{_bindir}/abrt-action-analyze-vmcore
865 %attr(755,root,root) %{_sbindir}/abrt-harvest-vmcore
866 %dir %{_datadir}/%{name}/conf.d/plugins/vmcore.conf
867 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/vmcore.conf
868 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
869 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_vmcore_format.conf
870 #%attr(754,root,root) /etc/rc.d/init.d/abrt-vmcore
871 %{_datadir}/libreport/events/analyze_VMcore.xml
872 %{systemdunitdir}/abrt-vmcore.service
873 %{_prefix}/lib/systemd/catalog/abrt_vmcore.catalog
874 %{_mandir}/man1/abrt-action-analyze-vmcore.1*
875 %{_mandir}/man1/abrt-harvest-vmcore.1*
876 %{_mandir}/man5/abrt-vmcore.conf.5*
877 %{_mandir}/man5/vmcore_event.conf.5*
878
879 %files addon-xorg
880 %defattr(644,root,root,755)
881 %attr(755,root,root) %{_bindir}/abrt-action-analyze-xorg
882 %attr(755,root,root) %{_bindir}/abrt-dump-journal-xorg
883 %attr(755,root,root) %{_bindir}/abrt-dump-xorg
884 %dir %{_datadir}/%{name}/conf.d/plugins/xorg.conf
885 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/xorg.conf
886 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/xorg_event.conf
887 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/plugins/catalog_xorg_format.conf
888 #%attr(754,root,root) /etc/rc.d/init.d/abrt-xorg
889 %{systemdunitdir}/abrt-xorg.service
890 %{_prefix}/lib/systemd/catalog/abrt_xorg.catalog
891 %{_mandir}/man1/abrt-action-analyze-xorg.1*
892 %{_mandir}/man1/abrt-dump-journal-xorg.1*
893 %{_mandir}/man1/abrt-dump-xorg.1*
894 %{_mandir}/man5/abrt-xorg.conf.5*
895 %{_mandir}/man5/xorg_event.conf.5*
896
897 %files atomic
898 %defattr(644,root,root,755)
899 %{_datadir}/%{name}/conf.d/plugins/CCpp_Atomic.conf
900 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/plugins/CCpp_Atomic.conf
901 %{systemdunitdir}/abrt-coredump-helper.service
902
903 %files plugin-bodhi
904 %defattr(644,root,root,755)
905 %attr(755,root,root) %{_bindir}/abrt-action-find-bodhi-update
906 %attr(755,root,root) %{_bindir}/abrt-bodhi
907 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/bodhi_event.conf
908 %{_datadir}/libreport/events/analyze_BodhiUpdates.xml
909 %{_mandir}/man1/abrt-action-find-bodhi-update.1*
910 %{_mandir}/man1/abrt-bodhi.1*
911
912 %files retrace-client
913 %defattr(644,root,root,755)
914 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
915 %attr(755,root,root) %{_bindir}/abrt-retrace-client
916 %{_datadir}/libreport/events/analyze_RetraceServer.xml
917 %{_mandir}/man1/abrt-retrace-client.1*
918
919 %files dbus
920 %defattr(644,root,root,755)
921 %attr(755,root,root) %{_sbindir}/abrt-configuration
922 %attr(755,root,root) %{_sbindir}/abrt-dbus
923 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libreport/events.d/abrt_dbus_event.conf
924 /etc/dbus-1/system.d/dbus-abrt.conf
925 /etc/dbus-1/system.d/org.freedesktop.problems.daemon.conf
926 %{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.abrt.xml
927 %{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ccpp.xml
928 %{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.python.xml
929 %{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.vmcore.xml
930 %{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xml
931 %{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xorg.xml
932 %{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.xml
933 %{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Entry.xml
934 %{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Session.xml
935 %{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Task.xml
936 %{_datadir}/dbus-1/system-services/com.redhat.problems.configuration.service
937 %{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
938 %{_datadir}/polkit-1/actions/abrt_polkit.policy
939 %{_mandir}/man8/abrt-configuration.8*
940 %{_mandir}/man8/abrt-dbus.8*
941 %{_docdir}/abrt-dbus-%{version}
942
943 %files python
944 %defattr(644,root,root,755)
945 %dir %{py_sitedir}/problem
946 %attr(755,root,root) %{py_sitedir}/problem/_pyabrt.so
947 %{py_sitedir}/problem/*.py[co]
948 %{_mandir}/man5/abrt-python.5*
949
950 %files python3
951 %defattr(644,root,root,755)
952 %dir %{py3_sitedir}/problem
953 %attr(755,root,root) %{py3_sitedir}/problem/_py3abrt.so
954 %{py3_sitedir}/problem/*.py*
955 %{_mandir}/man5/abrt-python3.5*
956
957 %files cli
958 %defattr(644,root,root,755)
959 %attr(755,root,root) %{_bindir}/abrt-cli
960 %{_mandir}/man1/abrt-cli.1*
961
962 %files gui
963 %defattr(644,root,root,755)
964 %attr(755,root,root) %{_bindir}/abrt-applet
965 %attr(755,root,root) %{_bindir}/system-config-abrt
966 %dir %{_datadir}/%{name}
967 %{_datadir}/%{name}/icons
968 %{_datadir}/%{name}/ui
969 %{_iconsdir}/hicolor/*/apps/abrt.png
970 %{_iconsdir}/hicolor/*/status/abrt.png
971 %{_sysconfdir}/xdg/autostart/abrt-applet.desktop
972 %{_mandir}/man1/abrt-applet.1*
973 %{_mandir}/man1/system-config-abrt.1*
974
975 %files gui-libs
976 %defattr(644,root,root,755)
977 %attr(755,root,root) %{_libdir}/libabrt_gui.so.*.*.*
978 %attr(755,root,root) %ghost %{_libdir}/libabrt_gui.so.0
979
980 %files gui-devel
981 %defattr(644,root,root,755)
982 %attr(755,root,root) %{_libdir}/libabrt_gui.so
983 %{_includedir}/abrt/abrt-config-widget.h
984 %{_includedir}/abrt/system-config-abrt.h
985 %{_pkgconfigdir}/abrt_gui.pc
986
987 %files desktop
988 %defattr(644,root,root,755)
989
990 %files console-notification
991 %defattr(644,root,root,755)
992 %config(noreplace) %verify(not md5 mtime size) /etc/profile.d/abrt-console-notification.sh
This page took 0.278878 seconds and 3 git commands to generate.