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