]> git.pld-linux.org Git - packages/systemd.git/blame - systemd.spec
- descriptive fake service masking SysV rc-inetd script
[packages/systemd.git] / systemd.spec
CommitLineData
d374e721 1# TODO:
b63d2415 2# - pldize vconsole setup:
30121190
JR
3# http://cgit.freedesktop.org/systemd/systemd/tree/src/vconsole/vconsole-setup.c
4# - udev initrd needs love (is probably completly unusable in current form)
d374e721 5#
c3037397 6# Conditional build:
6c89bbd4
ER
7%bcond_without audit # without audit support
8%bcond_without cryptsetup # without cryptsetup support
23107006 9%bcond_without pam # PAM authentication support
dadb67fe 10%bcond_without plymouth # do not install plymouth units
23107006
TP
11%bcond_without selinux # without SELinux support
12%bcond_without tcpd # libwrap (tcp_wrappers) support
9c0b975d 13
183de3c2 14%bcond_without initrd # build without udev-initrd
30121190
JR
15%bcond_with uClibc # link initrd version with static uClibc
16%bcond_with klibc # link initrd version with static klibc
17%bcond_with dietlibc # link initrd version with static dietlibc (currently broken and unsupported)
18%bcond_without glibc # link initrd version with static glibc
19
20%ifarch sparc sparc64
21%define with_glibc 1
22%endif
23
24# if one of the *libc is enabled disable default uClibc
25%if %{with dietlibc} && %{with uClibc}
26%undefine with_uClibc
27%endif
28
29%if %{with glibc} && %{with uClibc}
30%undefine with_uClibc
31%endif
32
33%if %{with klibc} && %{with uClibc}
34%undefine with_uClibc
35%endif
36
c3037397 37Summary: A System and Service Manager
ede8d3e5 38Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
39Name: systemd
30121190 40# Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
4f1f9baf 41Version: 185
7ebce954 42Release: 1
30121190 43Epoch: 1
ede8d3e5 44License: GPL v2+
45Group: Base
440d1d13 46Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
4f1f9baf 47# Source0-md5: a7dbbf05986eb0d2c164ec8e570eb78f
4f25b6ac 48Source1: %{name}-sysv-convert
b0980573 49Source2: %{name}_booted.c
a3a953ae 50Source3: network.service
870fdd3d
JR
51Source4: var-lock.mount
52Source5: var-run.mount
44410185
JR
53Source10: pld-storage-init-late.service
54Source11: pld-storage-init.service
55Source12: pld-wait-storage.service
56Source13: pld-storage-init.sh
50b8f452
ER
57Source14: pld-clean-tmp.service
58Source15: pld-clean-tmp.sh
30121190
JR
59# rules
60Source101: udev-alsa.rules
61Source102: udev.rules
62Source103: udev-links.conf
63# scripts / helpers
64Source110: udev-net.helper
65Source111: start_udev
66# misc
67Source120: udev.blacklist
68Source121: fbdev.blacklist
7619c097 69Patch0: target-pld.patch
252e1bad 70Patch1: config-pld.patch
8e088cd5 71Patch2: shut-sysv-up.patch
2e1f31c8 72Patch3: pld-sysv-network.patch
d374e721 73Patch4: tmpfiles-not-fatal.patch
c75fd19d
JR
74Patch5: kmsg-to-syslog.patch
75Patch6: udev-so.patch
76Patch7: udev-uClibc.patch
77Patch8: udev-ploop-rules.patch
78Patch9: udevlibexecdir.patch
183de3c2 79Patch10: static-udev.patch
9dafd651 80Patch11: systemd-udev-service.patch
a5e88385 81Patch12: udevadm-in-sbin.patch
ede8d3e5 82URL: http://www.freedesktop.org/wiki/Software/systemd
5b9bde26 83BuildRequires: acl-devel
6c89bbd4 84%{?with_audit:BuildRequires: audit-libs-devel}
86d3399e 85BuildRequires: autoconf >= 2.64
6e34428f 86BuildRequires: automake >= 1:1.11
e4c66821 87BuildRequires: binutils >= 3:2.22.52.0.1-2
6e34428f 88%{?with_cryptsetup:BuildRequires: cryptsetup-luks-devel}
23107006 89BuildRequires: dbus-devel >= 1.3.2
c3037397 90BuildRequires: docbook-style-xsl
30121190
JR
91BuildRequires: glib2-devel >= 1:2.22.0
92BuildRequires: glibc-misc
86d3399e 93BuildRequires: gobject-introspection-devel >= 1.31.1
3fc7a1cc 94BuildRequires: gperf
86d3399e 95BuildRequires: gtk-doc >= 1.18
5b9bde26 96BuildRequires: intltool >= 0.40.0
4389e6f9 97BuildRequires: kmod-devel >= 5
30121190 98BuildRequires: libblkid-devel >= 2.20
b82d0bf2 99BuildRequires: libcap-devel
def6d132 100%{?with_selinux:BuildRequires: libselinux-devel >= 2.1.0}
6c89bbd4
ER
101BuildRequires: libtool >= 2:2.2
102%{?with_tcpd:BuildRequires: libwrap-devel}
6e34428f 103BuildRequires: libxslt-progs
961baf80 104BuildRequires: m4
6c89bbd4 105%{?with_pam:BuildRequires: pam-devel}
30121190 106BuildRequires: pciutils
23107006 107BuildRequires: pkgconfig >= 0.9.0
30121190
JR
108BuildRequires: python-modules
109BuildRequires: rpmbuild(macros) >= 1.628
110BuildRequires: sed >= 4.0
111BuildRequires: usbutils >= 0.82
58fd72e9 112BuildRequires: xz-devel
30121190
JR
113BuildRequires: zlib-devel
114%if %{with initrd}
115BuildRequires: acl-static
116BuildRequires: attr-static
117%{?with_dietlibc:BuildRequires: dietlibc-static}
118BuildRequires: glib2-static >= 1:2.22.0
119%{?with_glibc:BuildRequires: glibc-static}
120%{?with_klibc:BuildRequires: klibc-static}
121BuildRequires: kmod-libs-static >= 5
122BuildRequires: libblkid-static >= 2.20
123%{?with_glibc:BuildRequires: libselinux-static}
124%{?with_glibc:BuildRequires: libsepol-static}
125%{?with_klibc:BuildRequires: linux-libc-headers}
126BuildRequires: pcre-static
127%{?with_uClibc:BuildRequires: uClibc-static >= 4:0.9.30.3}
128BuildRequires: xz-static
129BuildRequires: zlib-static
130%endif
7e0e6b4e
JR
131Requires: %{name}-libs = %{epoch}:%{version}-%{release}
132Requires: %{name}-units = %{epoch}:%{version}-%{release}
58d6217a 133Requires: /etc/os-release
2ff27c26 134Requires: SysVinit-tools
37b8df82 135Requires: agetty
b0980573 136Requires: dbus >= 1.4.16-6
1b342fb2 137Requires: filesystem >= 4.0-3
ed5c41d4 138Requires: libutempter
a2018b66 139Requires: rc-scripts >= 0.4.5.3-7
56701781 140Requires: setup >= 2.8.0-2
cbba36f4
JR
141Requires: udev-core = %{epoch}:%{version}-%{release}
142Requires: udev-libs = %{epoch}:%{version}-%{release}
e3134fe0 143Requires: virtual(module-tools)
b0980573 144Suggests: ConsoleKit
2a61be78 145Suggests: fsck >= 2.20
e3134fe0 146Suggests: kmod >= 5
4b15486a 147Suggests: nss_myhostname
c35aa49c 148Suggests: service(klogd)
1cdd35cf 149Suggests: service(syslog)
fda563d5 150Provides: udev-acl
ca73092d 151Obsoletes: systemd-no-compat-tmpfiles
cbba36f4 152Obsoletes: udev-systemd
3baeefca
PG
153# systemd takes care of that and causes problems
154Conflicts: binfmt-detector
a6203073 155# sytemd wants pam with pam_systemd.so in system-auth...
3b292a99 156Conflicts: pam < 1:1.1.5-5
a6203073
JR
157# ...and sudo hates it
158Conflicts: sudo < 1:1.7.8p2-4
06d34666
JR
159# for prefdm script
160Conflicts: xinitrc-ng < 1.0
0fedd233
JR
161# systemd scripts use options not present in older versions
162Conflicts: kpartx < 0.4.9-7
163Conflicts: multipath-tools < 0.4.9-7
d833377f
JR
164# no tmpfs on /media, use /run/media/$USER for mounting
165Conflicts: udisks2 < 1.92.0
ca73092d
JR
166# packages that have dirs under /var/run and/or /var/lock must provide tmpfiles configs
167Conflicts: ConsoleKit-dirs < 0.4.5-7
168Conflicts: NetworkManager < 2:0.9.2.0-3
169Conflicts: Zope < 2.11.8-2
170Conflicts: amavisd-new < 1:2.7.0-1
171Conflicts: apache-base < 2.2.21-4
172Conflicts: apache-mod_bw < 0.92-3
173Conflicts: apache-mod_fastcgi < 2.4.6-6
174Conflicts: apache1-base < 1.3.42-5
175Conflicts: apache1-mod_fastcgi < 2.4.6-2
176Conflicts: asterisk < 10.0.1-2
177Conflicts: autossh-init < 1.4b-3
178Conflicts: balance < 3.54-2
179Conflicts: bind < 7:9.8.1.P1-4
180Conflicts: bopm < 3.1.3-4
181Conflicts: callweaver < 1.2.1-9
182Conflicts: cassandra-bin < 0.8.9-2
183Conflicts: clamav < 0.97.3-3
184Conflicts: cups < 1:1.5.0-10
ca73092d
JR
185Conflicts: dovecot < 1:2.0.16-3
186Conflicts: dspam < 3.9.0-6
187Conflicts: fail2ban < 0.8.4-4
ca73092d
JR
188Conflicts: gammu-smsd < 1:1.31.0-3
189# Break gdm2.20 installs
190#Conflicts: gdm < 2:3.2.1.1-9
191Conflicts: greylistd < 0.8.8-2
192Conflicts: inn < 2.4.6-7
193Conflicts: ipsec-tools < 0.8.0-3
194Conflicts: jabber-common < 0-9
195Conflicts: laptop-mode-tools < 1.58-2
196Conflicts: libgpod < 0.8.0-6
197Conflicts: libvirt-utils < 0.9.9-4
198Conflicts: lighttpd < 1.4.30-5
199Conflicts: lirc < 0.9.0-20
200Conflicts: mailman < 5:2.1.14-4
201Conflicts: memcached < 1.4.11-2
202Conflicts: mpd < 0.16.5-4
203Conflicts: mrtg < 2.17.0-3
204Conflicts: munin-common < 1.4.5-5
205Conflicts: nagios-nrpe < 2.13-2
206Conflicts: ndisc6-rdnssd < 1.0.1-3
207Conflicts: nscd < 6:2.14.1-5
208Conflicts: nss_ldapd-nslcd < 0.8.4-2
209Conflicts: openct < 0.6.20-3
210Conflicts: openl2tp < 1.8-3
211Conflicts: openldap-overlay-nssov < 2.4.28-4
212Conflicts: openldap-servers < 2.4.28-4
213Conflicts: openvpn < 2.2.2-2
214Conflicts: pam-pam_mount < 2.12-3
215Conflicts: pam-pam_ssh < 1.97-2
216Conflicts: pcsc-lite < 1.8.1-2
217Conflicts: php-dirs < 1.2-3
218Conflicts: policyd < 2.0.10-3
219Conflicts: pound < 2.6-2
220Conflicts: pptp < 1.7.2-3
221Conflicts: proftpd-common < 2:1.3.4a-2
222Conflicts: pulseaudio-server < 1.1-2
223Conflicts: quagga < 0.99.20-3
224Conflicts: radvd < 1.8.5-2
ca73092d
JR
225Conflicts: red5 < 0.9.0-2
226Conflicts: redis-server < 2.4.2-4
227Conflicts: smokeping < 2.4.2-10
228Conflicts: smtp-gated < 1.4.17-2
229Conflicts: socat < 1.7.2.0-2
230Conflicts: speech-dispatcher < 0.7.1-2
231Conflicts: sphinx < 2.0.3-4
232Conflicts: splashutils < 1.5.4.3-3
233Conflicts: stunnel < 4.50-2
234Conflicts: tenshi < 0.12-2
235Conflicts: tor < 0.2.2.35-2
236Conflicts: ucarp < 1.5.2-3
237Conflicts: udisks < 1.0.4-3
238Conflicts: util-vserver < 0.30.216-1.pre3002.3
239Conflicts: vpnc < 0.5.3-2
240Conflicts: web2ldap < 1.1.0rc1-2
241Conflicts: wesnoth-server < 1:1.10-2
242Conflicts: wpa_supplicant < 0.7.3-10
243Conflicts: xl2tpd < 1.3.0-2
244# end of tmpfiles conflicts
ede8d3e5 245BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
246
c75fd19d 247%define _sbindir /sbin
85879912
ER
248%define _libexecdir %{_prefix}/lib
249
ede8d3e5 250%description
1c239f8b 251systemd is a system and service manager for Linux, compatible with
ede8d3e5 252SysV and LSB init scripts. systemd provides aggressive parallelization
253capabilities, uses socket and D-Bus activation for starting services,
254offers on-demand starting of daemons, keeps track of processes using
255Linux cgroups, supports snapshotting and restoring of the system
256state, maintains mount and automount points and implements an
257elaborate transactional dependency-based service control logic. It can
1c239f8b 258work as a drop-in replacement for sysvinit.
ede8d3e5 259
260%description -l pl.UTF-8
261systemd jest zarządcą systemu i usług dla Linuksa, kompatybilny ze
262skryptami SysV i LSB. systemd udostępnia rozbudowane zdolności
263paralelizacji, do uruchamiania usług używa socketów oraz D-Busa,
264oferuje uruchamianie usług na życzenie, monitoruje procesy używając
265linuksowych cgroups, wspomaga zapisywanie (snapshot) i odczytywanie
266(restore) stanu systemu, zarządza (auto)mount pointami oraz
267implementuje starannie opracowaną transakcjonalną, bazującą na
d45dfc3a 268zależnościach logikę kontroli usług. Może pracować jako zastępca dla
ede8d3e5 269sysvinit.
270
c97dacdd
TP
271%package init
272Summary: systemd /sbin/init and LSB/SysV compatibility symlinks
5b9bde26 273Summary(pl.UTF-8): /sbin/init z systemd i dowiązania dla kompatybilności z LSB/SysV
c97dacdd 274Group: Base
d6829efa 275Requires: systemd
c97dacdd
TP
276Provides: readahead = 1:1.5.7-3
277Provides: virtual(init-daemon)
278Obsoletes: SysVinit
279Obsoletes: readahead < 1:1.5.7-3
280Obsoletes: virtual(init-daemon)
4e1559fc 281Conflicts: upstart
c97dacdd
TP
282
283%description init
284Install this package when you are ready to final switch to systemd.
285
5b9bde26
JB
286%description init -l pl.UTF-8
287Ten pakiet należy zainstalować po przygotowaniu się do ostatecznego
288przejścia na systemd.
289
c3037397
ER
290%package units
291Summary: Configuration files, directories and installation tool for systemd
5b9bde26 292Summary(pl.UTF-8): Pliki konfiguracyjne, katalogi i narzędzie instalacyjne dla systemd
c3037397 293Group: Base
c3037397 294Requires(post): coreutils
a8d86f01 295Requires(post): /bin/awk
c3037397
ER
296
297%description units
298Basic configuration files, directories and installation tool for the
299systemd system and service manager.
300
f341cd9b 301This is common config, use %{_sysconfdir}/systemd/system to override.
10ffdcd2 302
5b9bde26
JB
303%description units -l pl.UTF-8
304Podstawowe pliki konfiguracyjne, katalogi i narzędzie instalacyjne dla
305zarządcy systemu i usług systemd.
306
307Ten pakiet zawiera ogólną konfigurację, ustawienia można nadpisać
308poprzez katalog %{_sysconfdir}/systemd/system.
309
e4c66821
JB
310%package plymouth
311Summary: Plymouth support units for systemd
312Summary(pl.UTF-8): Jednostki wspierające Plymouth dla systemd
313Group: Base
7e0e6b4e 314Requires: %{name}-units = %{epoch}:%{version}-%{release}
216f25d7 315Requires: plymouth
e4c66821
JB
316
317%description plymouth
318Plymouth (graphical boot) support units for systemd.
319
320%description plymouth -l pl.UTF-8
321Jednostki wspierające Plymouth (graficzny start systemu) dla systemd.
322
4e5e9c32
ER
323%package analyze
324Summary: Tool for processing systemd profiling information
86d3399e 325Summary(pl.UTF-8): Narzędzie do przetwarzania informacji profilujących systemd
4e5e9c32 326Group: Base
7e0e6b4e 327Requires: %{name} = %{epoch}:%{version}-%{release}
4e5e9c32
ER
328Requires: python-dbus
329Requires: python-modules
330Requires: python-pycairo
331Conflicts: %{name} < 44-3
332
333%description analyze
334'systemd-analyze blame' lists which systemd unit needed how much time
335to finish initialization at boot. 'systemd-analyze plot' renders an
336SVG visualizing the parallel start of units at boot.
337
86d3399e
JB
338%description analyze -l pl.UTF-8
339'systemd-analyze blame' wypisuje, ile czasu wymagały poszczególne
340jednostki systemd na zakończenie podczas rozruchu systemu.
341'systemd-analyze plot' tworzy wykres SVG wizualizujący równoległy
342start jednostek podczas rozruchu.
343
011bccb6 344%package libs
5b9bde26
JB
345Summary: Shared systemd libraries
346Summary(pl.UTF-8): Biblioteki współdzielone systemd
011bccb6
BZ
347Group: Libraries
348
349%description libs
5b9bde26
JB
350Shared systemd libraries.
351
352%description libs -l pl.UTF-8
353Biblioteki współdzielone systemd.
011bccb6 354
961baf80
AF
355%package devel
356Summary: Header files for systemd libraries
357Summary(pl.UTF-8): Pliki nagłówkowe bibliotek systemd
358Group: Development/Libraries
7e0e6b4e 359Requires: %{name}-libs = %{epoch}:%{version}-%{release}
961baf80
AF
360
361%description devel
362Header files for systemd libraries.
363
364%description devel -l pl.UTF-8
365Pliki nagłówkowe bibliotek systemd.
366
5b9bde26
JB
367%package -n bash-completion-systemd
368Summary: bash-completion for systemd
369Summary(pl.UTF-8): Bashowe dopełnianie składni dla systemd
370Group: Applications/Shells
7e0e6b4e 371Requires: %{name} = %{epoch}:%{version}
5b9bde26
JB
372Requires: bash-completion
373
374%description -n bash-completion-systemd
375bash-completion for systemd.
376
377%description -n bash-completion-systemd -l pl.UTF-8
86d3399e 378Bashowe dopełnianie składni dla systemd.
5b9bde26 379
30121190
JR
380%package -n udev
381Summary: Device manager for the Linux 2.6 kernel series
382Summary(pl.UTF-8): Zarządca urządzeń dla Linuksa 2.6
383Group: Base
384Requires: udev-core = %{epoch}:%{version}-%{release}
385Provides: dev = 3.5.0
386Obsoletes: dev
387Obsoletes: hotplug
388Obsoletes: hotplug-input
389Obsoletes: hotplug-net
390Obsoletes: hotplug-pci
391Obsoletes: udev-compat
392Obsoletes: udev-dev
393Obsoletes: udev-extras < 20090628
394Obsoletes: udev-tools
395
396%description -n udev
397udev is the device manager for the Linux 2.6 kernel series. Its
398primary function is managing device nodes in /dev. It is the successor
399of devfs and hotplug.
400
401%description -n udev -l pl.UTF-8
402udev jest zarządcą urządzeń dla Linuksa 2.6. Jego główną funkcją jest
403zarządzanie węzłami urządzeń w katalogu /dev. Jest następcą devfs i
404hotpluga.
405
406%package -n udev-core
407Summary: A userspace implementation of devfs - core part of udev
408Summary(pl.UTF-8): Implementacja devfs w przestrzeni użytkownika - główna część udev
409Group: Base
30121190
JR
410Requires: udev-libs = %{epoch}:%{version}-%{release}
411Requires: coreutils
412Requires: filesystem >= 3.0-45
413Requires: setup >= 2.6.1-1
30121190 414Requires: uname(release) >= 2.6.32
30121190 415Conflicts: rc-scripts < 0.4.5.3-1
cbba36f4 416Conflicts: systemd-units < 1:183
30121190
JR
417Conflicts: udev < 1:118-1
418
419%description -n udev-core
420A userspace implementation of devfs - core part of udev.
421
422%description -n udev-core -l pl.UTF-8
423Implementacja devfs w przestrzeni użytkownika - główna część udev.
424
425%package -n udev-libs
426Summary: Shared library to access udev device information
427Summary(pl.UTF-8): Biblioteka współdzielona do dostępu do informacji o urządzeniach udev
428Group: Libraries
429
430%description -n udev-libs
431Shared libudev library to access udev device information.
432
433%description -n udev-libs -l pl.UTF-8
434Biblioteka współdzielona libudev służąca do dostępu do informacji o
435urządzeniach udev.
436
437%package -n udev-devel
438Summary: Header file for libudev library
439Summary(pl.UTF-8): Plik nagłówkowy biblioteki libudev
440Group: Development/Libraries
441Requires: udev-libs = %{epoch}:%{version}-%{release}
442
443%description -n udev-devel
444Header file for libudev library.
445
446%description -n udev-devel -l pl.UTF-8
447Plik nagłówkowy biblioteki libudev.
448
449%package -n udev-static
450Summary: Static libudev library
451Summary(pl.UTF-8): Biblioteka statyczna libudev
452Group: Development/Libraries
453Requires: udev-devel = %{epoch}:%{version}-%{release}
454
455%description -n udev-static
456Static libudev library.
457
458%description -n udev-static -l pl.UTF-8
459Biblioteka statyczna libudev.
460
461%package -n udev-apidocs
462Summary: libudev API documentation
463Summary(pl.UTF-8): Dokumentacja API libudev
464Group: Documentation
465Requires: gtk-doc-common
466
467%description -n udev-apidocs
468libudev API documentation.
469
470%description -n udev-apidocs -l pl.UTF-8
471Dokumentacja API libudev.
472
473%package -n udev-glib
474Summary: Shared libgudev library - GObject bindings for libudev
475Summary(pl.UTF-8): Biblioteka współdzielona libgudev - wiązania GObject do libudev
476Group: Libraries
477Requires: udev-libs = %{epoch}:%{version}-%{release}
478Requires: glib2 >= 1:2.22.0
479
480%description -n udev-glib
481Shared libgudev library - GObject bindings for libudev.
482
483%description -n udev-glib -l pl.UTF-8
484Biblioteka współdzielona libgudev - wiązania GObject do libudev.
485
486%package -n udev-glib-devel
487Summary: Header file for libgudev library
488Summary(pl.UTF-8): Plik nagłówkowy biblioteki libgudev
489Group: Development/Libraries
490Requires: udev-devel = %{epoch}:%{version}-%{release}
491Requires: udev-glib = %{epoch}:%{version}-%{release}
492Requires: glib2-devel >= 1:2.22.0
493
494%description -n udev-glib-devel
495Header file for libgudev library.
496
497%description -n udev-glib-devel -l pl.UTF-8
498Plik nagłówkowy biblioteki libgudev.
499
500%package -n udev-glib-static
501Summary: Static libgudev library
502Summary(pl.UTF-8): Biblioteka statyczna libgudev
503Group: Development/Libraries
504Requires: udev-glib-devel = %{epoch}:%{version}-%{release}
505
506%description -n udev-glib-static
507Static libgudev library.
508
509%description -n udev-glib-static -l pl.UTF-8
510Biblioteka statyczna libgudev.
511
512%package -n udev-glib-apidocs
513Summary: libgudev API documentation
514Summary(pl.UTF-8): Dokumentacja API libgudev
515Group: Documentation
516Requires: gtk-doc-common
517
518%description -n udev-glib-apidocs
519libgudev API documentation.
520
521%description -n udev-glib-apidocs -l pl.UTF-8
522Dokumentacja API libgudev.
523
524%package -n udev-initrd
525Summary: A userspace implementation of devfs - static binary for initrd
526Summary(pl.UTF-8): Implementacja devfs w przestrzeni użytkownika - statyczna binarka dla initrd
527Group: Base
528Requires: udev-core = %{epoch}:%{version}-%{release}
529Conflicts: geninitrd < 10000.10
530
531%description -n udev-initrd
532A userspace implementation of devfs - static binary for initrd.
533
534%description -n udev-initrd -l pl.UTF-8
535Implementacja devfs w przestrzeni użytkownika - statyczna binarka dla
536initrd.
537
ede8d3e5 538%prep
539%setup -q
4c5b5ab6 540%patch0 -p1
252e1bad 541%patch1 -p1
082609ad 542#patch2 -p1
942c9075 543%patch3 -p1
d374e721 544%patch4 -p1
c75fd19d
JR
545%patch5 -p1
546%patch6 -p1
547%if %{with uClibc}
548%patch7 -p1
549%endif
3be4738a 550%patch8 -p1
c75fd19d 551%patch9 -p1
9dafd651 552%patch11 -p1
a5e88385 553%patch12 -p1
b77423ae 554cp -p %{SOURCE2} src/systemd_booted.c
ede8d3e5 555
556%build
c75fd19d
JR
557%{__gtkdocize}
558%{__libtoolize}
4c5b5ab6 559%{__aclocal} -I m4
ede8d3e5 560%{__autoconf}
6e34428f 561%{__autoheader}
ede8d3e5 562%{__automake}
183de3c2
JR
563%if %{with initrd}
564patch -p1 <%{PATCH10}
565%configure \
566%if "%{?configure_cache}" == "1"
567 --cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-initrd.cache \
568%endif
569 %{?with_uClibc:CC="%{_target_cpu}-uclibc-gcc"} \
570 %{?with_dietlibc:CC="diet %{__cc} %{rpmcflags} %{rpmldflags} -Os -D_BSD_SOURCE"} \
571 %{?with_klibc:CC="%{_bindir}/klcc"} \
572 %{?debug:--enable-debug} \
573 --disable-silent-rules \
574 --disable-shared \
575 --enable-static \
576 --with-distro=pld \
577 --with-rootprefix="" \
578 --with-rootlibdir=/%{_lib} \
183de3c2
JR
579 --disable-gudev \
580 --disable-keymap \
581 --disable-gtk-doc \
582 --disable-introspection \
183de3c2
JR
583 --with-pci-ids-path=%{_sysconfdir}/pci.ids \
584 --disable-audit \
183de3c2
JR
585 --disable-pam \
586 --disable-plymouth \
587 --disable-selinux \
183de3c2
JR
588 --enable-split-usr
589
590%{__make} \
591 libudev-core.la \
592 systemd-udevd \
593 udevadm \
594 ata_id \
595 cdrom_id \
596 collect \
597 scsi_id \
598 v4l_id \
599 accelerometer \
600 mtd_probe \
601 LDFLAGS="-all-static" \
602 KMOD_LIBS="-lkmod -lz -llzma"
603
604mkdir udev-initrd
605cp -a systemd-udevd \
606 udevadm \
607 ata_id \
608 cdrom_id \
609 collect \
610 scsi_id \
611 v4l_id \
612 accelerometer \
613 mtd_probe \
614 udev-initrd/
615
616%{__make} clean
617patch -p1 -R <%{PATCH10}
618%endif
619
9c0b975d 620%configure \
c75fd19d 621 %{?debug:--enable-debug} \
6c89bbd4
ER
622 %{__enable_disable audit} \
623 %{__enable_disable cryptsetup libcryptsetup} \
6c89bbd4 624 %{__enable_disable pam} \
4389e6f9 625 %{__enable_disable plymouth} \
6c89bbd4
ER
626 %{__enable_disable selinux} \
627 %{__enable_disable tcpd tcpwrap} \
628 --disable-silent-rules \
183de3c2
JR
629 --enable-shared \
630 --enable-static \
5b9bde26 631 --with-distro=pld \
c75fd19d 632 --with-rootprefix="" \
4389e6f9 633 --with-rootlibdir=/%{_lib} \
c75fd19d
JR
634 --with-html-dir=%{_gtkdocdir} \
635 --with-pci-ids-path=%{_sysconfdir}/pci.ids \
c75fd19d
JR
636 --enable-gtk-doc \
637 --enable-introspection \
4389e6f9 638 --enable-split-usr
e1d9cc15 639
ede8d3e5 640%{__make}
b77423ae 641./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon
ede8d3e5 642
643%install
644rm -rf $RPM_BUILD_ROOT
c75fd19d
JR
645install -d $RPM_BUILD_ROOT/var/lib/%{name}/coredump \
646 $RPM_BUILD_ROOT{%{_sysconfdir}/modprobe.d,%{_sbindir}}
23107006 647
ede8d3e5 648%{__make} install \
649 DESTDIR=$RPM_BUILD_ROOT
650
216f25d7 651./libtool --mode=install install -p -m755 systemd_booted $RPM_BUILD_ROOT/bin/systemd_booted
b77423ae 652
c75fd19d 653# compatibility symlinks to udevd binary
cbba36f4
JR
654mv $RPM_BUILD_ROOT/lib/{systemd/systemd-,udev/}udevd
655ln -s /lib/udev/udevd $RPM_BUILD_ROOT/lib/systemd/systemd-udevd
656ln -s /lib/udev/udevd $RPM_BUILD_ROOT%{_sbindir}/udevd
c75fd19d
JR
657
658# compat symlinks for "/ merged into /usr" programs
659mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/udevadm
660ln -s %{_sbindir}/udevadm $RPM_BUILD_ROOT%{_bindir}
183de3c2 661ln -s /lib/udev $RPM_BUILD_ROOT/usr/lib/
c75fd19d
JR
662
663# install custom udev rules from pld package
664cp -a %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/40-alsa-restore.rules
665cp -a %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/70-udev-pld.rules
666
667# install udev configs
668cp -a %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/udev/links.conf
669
670# install udev executables (scripts, helpers, etc.)
671install -p %{SOURCE110} $RPM_BUILD_ROOT/lib/udev/net_helper
672install -p %{SOURCE111} $RPM_BUILD_ROOT%{_sbindir}/start_udev
673
674# install misc udev stuff
675cp -a %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/udev_blacklist.conf
676cp -a %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/fbdev-blacklist.conf
677
cbba36f4 678mv $RPM_BUILD_ROOT%{_mandir}/man8/{systemd-,}udevd.8
579cb1fc 679echo ".so man8/udevd.8" >$RPM_BUILD_ROOT%{_mandir}/man8/systemd-udevd.8
c75fd19d
JR
680
681%if %{with initrd}
682install -d $RPM_BUILD_ROOT%{_libdir}/initrd/udev
183de3c2
JR
683install -p udev-initrd/udevadm $RPM_BUILD_ROOT%{_libdir}/initrd
684install -p udev-initrd/systemd-udevd $RPM_BUILD_ROOT%{_libdir}/initrd
685# hardlink udevd -> systemd-udevd
686ln $RPM_BUILD_ROOT%{_libdir}/initrd/{systemd-,}udevd
c75fd19d 687ln -s udevd $RPM_BUILD_ROOT%{_libdir}/initrd/udevstart
183de3c2
JR
688install -p udev-initrd/*_id $RPM_BUILD_ROOT%{_libdir}/initrd/udev
689install -p udev-initrd/collect $RPM_BUILD_ROOT%{_libdir}/initrd/udev
690install -p udev-initrd/mtd_probe $RPM_BUILD_ROOT%{_libdir}/initrd/udev
c75fd19d
JR
691%endif
692
4389e6f9
JR
693# Main binary has been moved, but we don't want to break existing installs
694ln -s ../lib/systemd/systemd $RPM_BUILD_ROOT/bin/systemd
695
1dcb74bb 696# Create SysV compatibility symlinks. systemctl/systemd are smart
2a61be78 697# enough to detect the way they were called
c28b0c1c 698install -d $RPM_BUILD_ROOT/sbin
4389e6f9 699ln -s ../lib/systemd/systemd $RPM_BUILD_ROOT/sbin/init
1dcb74bb 700ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/halt
701ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/poweroff
23107006
TP
702ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/reboot
703ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel
1dcb74bb 704ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/shutdown
705ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit
1dcb74bb 706
5d32f234 707ln -s ../modules $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/modules.conf
44410185
JR
708
709# disable redundant SYSV services
710ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/allowlogin.service
4cc1cb1d 711ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/console.service
44410185
JR
712ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/cpusets.service
713ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/killall.service
714ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/netfs.service
715ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/random.service
5d32f234 716
f1586299 717# add static (non-NetworkManager) networking
216f25d7 718cp -p %{SOURCE3} $RPM_BUILD_ROOT%{systemdunitdir}/network.service
f1586299 719
d833377f
JR
720# restore bind-mounts /var/run -> run and /var/lock -> /run/lock
721# we don't have those directories symlinked
870fdd3d
JR
722cp -p %{SOURCE4} $RPM_BUILD_ROOT%{systemdunitdir}/var-lock.mount
723cp -p %{SOURCE5} $RPM_BUILD_ROOT%{systemdunitdir}/var-run.mount
0e50d607
JR
724ln -s ../var-lock.mount $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
725ln -s ../var-run.mount $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
d833377f
JR
726
727# and remove tmp on tmpfs mount
728%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/tmp.mount
183de3c2 729%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/tmp.mount
d833377f 730
44410185 731# Install and enable storage subsystems support services (RAID, LVM, etc.)
216f25d7
ER
732cp -p %{SOURCE10} $RPM_BUILD_ROOT%{systemdunitdir}/pld-storage-init-late.service
733cp -p %{SOURCE11} $RPM_BUILD_ROOT%{systemdunitdir}/pld-storage-init.service
734cp -p %{SOURCE12} $RPM_BUILD_ROOT%{systemdunitdir}/pld-wait-storage.service
50b8f452 735cp -p %{SOURCE14} $RPM_BUILD_ROOT%{systemdunitdir}/pld-clean-tmp.service
216f25d7 736install -p %{SOURCE13} $RPM_BUILD_ROOT/lib/systemd/pld-storage-init
50b8f452 737install -p %{SOURCE15} $RPM_BUILD_ROOT/lib/systemd/pld-clean-tmp
44410185 738
50b8f452
ER
739ln -s ../pld-storage-init-late.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
740ln -s ../pld-storage-init.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
741ln -s ../pld-clean-tmp.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
c3037397 742
216f25d7
ER
743# handled by rc-local sysv service, no need for generator
744%{__rm} $RPM_BUILD_ROOT/lib/systemd/system-generators/systemd-rc-local-generator
216f25d7 745
2a61be78
TP
746# Make sure these directories are properly owned:
747# - halt,kexec,poweroff,reboot: generic ones used by ConsoleKit-systemd,
748# - syslog _might_ be used by some syslog implementation (none for now),
749# - isn't dbus populated by dbus-systemd only (so to be moved there)?
4cc1cb1d 750install -d $RPM_BUILD_ROOT%{systemdunitdir}/{dbus,halt,kexec,poweroff,reboot,syslog}.target.wants
961baf80
AF
751
752# Create new-style configuration files so that we can ghost-own them
70047b34 753touch $RPM_BUILD_ROOT%{_sysconfdir}/{hostname,locale.conf,machine-id,machine-info,timezone,vconsole.conf}
4bbef33c 754
9d8b5dfe 755# Install SysV conversion tool for systemd
4f25b6ac 756install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
9d8b5dfe
BZ
757
758install -d $RPM_BUILD_ROOT/var/log
5a65c84e
TP
759:> $RPM_BUILD_ROOT/var/log/btmp
760:> $RPM_BUILD_ROOT/var/log/wtmp
a761f93e 761
5d32f234 762%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
a86320a6 763%{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_systemd.la
5d32f234
TP
764%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
765
ede8d3e5 766%clean
767rm -rf $RPM_BUILD_ROOT
768
9638c72f 769%post
4bbef33c 770/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
9638c72f 771/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
c3037397 772
961baf80 773%postun
85879912 774if [ $1 -ge 1 ]; then
961baf80 775 /bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
9638c72f 776fi
777
3edd52a6
TP
778%post libs -p /sbin/ldconfig
779%postun libs -p /sbin/ldconfig
011bccb6 780
961baf80 781%post units
85879912 782if [ $1 -eq 1 ]; then
961baf80
AF
783 # Try to read default runlevel from the old inittab if it exists
784 runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab 2> /dev/null)
785 if [ -z "$runlevel" ] ; then
4cc1cb1d 786 target="%{systemdunitdir}/graphical.target"
961baf80 787 else
4cc1cb1d 788 target="%{systemdunitdir}/runlevel$runlevel.target"
961baf80
AF
789 fi
790
791 # And symlink what we found to the new-style default.target
f341cd9b 792 ln -s "$target" %{_sysconfdir}/systemd/system/default.target >/dev/null 2>&1 || :
cf819365
JR
793
794 # Setup hostname
795 [ -f /etc/sysconfig/network ] && . /etc/sysconfig/network
796 if [ -n "$HOSTNAME" -a "$HOSTNAME" != "pldmachine" ]; then
797 [ -f /etc/hostname ] && mv -f /etc/hostname /etc/hostname.rpmsave
798 echo $HOSTNAME > /etc/hostname
799 chmod 644 /etc/hostname
800 fi
44410185
JR
801
802 # Enable the services we install by default.
803 /bin/systemctl enable \
804 getty@.service \
805 network.service \
806 remote-fs.target \
807 systemd-readahead-replay.service \
cbba36f4
JR
808 systemd-readahead-collect.service \
809 systemd-udev-settle.service >/dev/null 2>&1 || :
9638c72f 810fi
c3037397
ER
811
812%preun units
961baf80
AF
813if [ $1 -eq 0 ] ; then
814 /bin/systemctl disable \
815 getty@.service \
f1586299 816 network.service \
961baf80
AF
817 remote-fs.target \
818 systemd-readahead-replay.service \
cbba36f4
JR
819 systemd-readahead-collect.service \
820 systemd-udev-settle.service >/dev/null 2>&1 || :
961baf80 821
f341cd9b 822 %{__rm} -f %{_sysconfdir}/systemd/system/default.target >/dev/null 2>&1 || :
c3037397 823fi
9638c72f 824
961baf80 825%postun units
85879912 826if [ $1 -ge 1 ]; then
9638c72f 827 /bin/systemctl daemon-reload > /dev/null 2>&1 || :
828fi
829
2386bcb6 830%triggerpostun units -- systemd-units < 43-7
44410185 831# Remove design fialures
cbba36f4
JR
832%{__rm} -f %{_sysconfdir}/systemd/system/network.target.wants/ifcfg@*.service >/dev/null 2>&1 || :
833%{__rm} -f %{_sysconfdir}/systemd/system/network.target.wants/network-post.service >/dev/null 2>&1 || :
834%{__rm} -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service >/dev/null 2>&1 || :
f3877668 835/bin/systemctl reenable network.service >/dev/null 2>&1 || :
44410185 836
cde7998d 837%triggerpostun units -- systemd-units < 1:183
cbba36f4
JR
838/bin/systemctl --quiet enable systemd-udev-settle.service >/dev/null 2>&1 || :
839%{__rm} -f /etc/systemd/system/basic.target.wants/udev-settle.service >/dev/null 2>&1 || :
6f109eab
JR
840# preserve renamed configs
841if [ -f /etc/systemd/systemd-journald.conf.rpmsave ]; then
842 %{__mv} /etc/systemd/journald.conf{,.rpmnew}
843 %{__mv} -f /etc/systemd/systemd-journald.conf.rpmsave /etc/systemd/journald.conf
844fi
845if [ -f /etc/systemd/systemd-logind.conf.rpmsave ]; then
846 %{__mv} /etc/systemd/logind.conf{,.rpmnew}
847 %{__mv} -f /etc/systemd/systemd-logind.conf.rpmsave /etc/systemd/logind.conf
848fi
cbba36f4 849
619d874f
ER
850%post plymouth
851%systemd_reload
852
853%postun plymouth
854%systemd_reload
855
30121190
JR
856%triggerpostun -n udev-core -- dev
857if [ "$2" = 0 ]; then
858 # need to kill and restart udevd as after obsoleting dev package the
859 # /dev tree will remain empty. umask is needed as otherwise udev will
860 # create devices with strange permissions (udev bug probably)
861 umask 000
862 /sbin/start_udev || exit 0
863fi
864
865%triggerpostun -n udev-core -- udev < 108
866%{__sed} -i -e 's#IMPORT{program}="/sbin/#IMPORT{program}="#g' /etc/udev/rules.d/*.rules
867%if "%{_lib}" != "lib"
868%{__sed} -i -e 's#/%{_lib}/udev/#/lib/udev/#g' /etc/udev/rules.d/*.rules
869%endif
870
871%triggerpostun -n udev-core -- udev < 165
872/sbin/udevadm info --convert-db
873
30121190
JR
874%post -n udev-core
875if [ $1 -gt 1 ]; then
876 if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
877 if grep -qs devtmpfs /proc/mounts && [ -n "$(pidof udevd)" ]; then
878 /sbin/udevadm control --exit
ac4b515a 879 /lib/udev/udevd --daemon
30121190
JR
880 fi
881 else
882 SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
127fdc45 883 /bin/systemctl --quiet try-restart systemd-udev.service || :
30121190
JR
884 fi
885fi
30121190
JR
886
887%postun -n udev-core
cbba36f4
JR
888if [ -x /bin/systemd_booted ] && /bin/systemd_booted; then
889 SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
890 /bin/systemctl --quiet daemon-reload || :
891fi
30121190
JR
892
893%post -n udev-libs -p /sbin/ldconfig
894%postun -n udev-libs -p /sbin/ldconfig
895
896%post -n udev-glib -p /sbin/ldconfig
897%postun -n udev-glib -p /sbin/ldconfig
898
ede8d3e5 899%files
900%defattr(644,root,root,755)
1c239f8b 901%doc DISTRO_PORTING README TODO
6e34428f 902/etc/dbus-1/system.d/org.freedesktop.hostname1.conf
961baf80
AF
903/etc/dbus-1/system.d/org.freedesktop.locale1.conf
904/etc/dbus-1/system.d/org.freedesktop.login1.conf
c3037397 905/etc/dbus-1/system.d/org.freedesktop.systemd1.conf
961baf80 906/etc/dbus-1/system.d/org.freedesktop.timedate1.conf
3edd52a6 907%ghost %config(noreplace) %{_sysconfdir}/machine-id
b77423ae
AF
908%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hostname
909%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/locale.conf
910%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/machine-info
b77423ae
AF
911%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/timezone
912%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vconsole.conf
c75fd19d
JR
913%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/journald.conf
914%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/logind.conf
915%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system.conf
916%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/user.conf
2a61be78 917%dir %{_sysconfdir}/systemd/user
44410185
JR
918%dir %{_sysconfdir}/systemd/system/*.target.wants
919%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/*.target.wants/*.service
920%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/*.target.wants/*.target
abd479ee 921/etc/xdg/systemd
c75fd19d
JR
922%attr(755,root,root) /bin/journalctl
923%attr(755,root,root) /bin/loginctl
1dcb74bb 924%attr(755,root,root) /bin/systemd
925%attr(755,root,root) /bin/systemd-ask-password
c75fd19d 926%attr(755,root,root) /bin/systemd-inhibit
7a76bc86 927%attr(755,root,root) /bin/systemd-machine-id-setup
1dcb74bb 928%attr(755,root,root) /bin/systemd-notify
929%attr(755,root,root) /bin/systemd-tty-ask-password-agent
d374e721
JR
930%attr(755,root,root) %{_bindir}/systemd-cat
931%attr(755,root,root) %{_bindir}/systemd-cgtop
23107006 932%attr(755,root,root) %{_bindir}/systemd-cgls
c75fd19d
JR
933%attr(755,root,root) %{_bindir}/systemd-delta
934%attr(755,root,root) %{_bindir}/systemd-detect-virt
57cd0d13
ZU
935%attr(755,root,root) %{_bindir}/systemd-nspawn
936%attr(755,root,root) %{_bindir}/systemd-stdio-bridge
2a61be78 937%attr(755,root,root) %{_bindir}/systemd-sysv-convert
8a78a3e8 938%attr(755,root,root) /lib/systemd/pld-clean-tmp
44410185 939%attr(755,root,root) /lib/systemd/pld-storage-init
c75fd19d
JR
940%attr(755,root,root) /lib/systemd/systemd-ac-power
941%attr(755,root,root) /lib/systemd/systemd-binfmt
942%attr(755,root,root) /lib/systemd/systemd-cgroups-agent
943%attr(755,root,root) /lib/systemd/systemd-coredump
944%attr(755,root,root) /lib/systemd/systemd-cryptsetup
945%attr(755,root,root) /lib/systemd/systemd-fsck
946%attr(755,root,root) /lib/systemd/systemd-hostnamed
947%attr(755,root,root) /lib/systemd/systemd-initctl
948%attr(755,root,root) /lib/systemd/systemd-journald
949%attr(755,root,root) /lib/systemd/systemd-localed
950%attr(755,root,root) /lib/systemd/systemd-logind
951%attr(755,root,root) /lib/systemd/systemd-modules-load
952%attr(755,root,root) /lib/systemd/systemd-multi-seat-x
953%attr(755,root,root) /lib/systemd/systemd-quotacheck
954%attr(755,root,root) /lib/systemd/systemd-random-seed
955%attr(755,root,root) /lib/systemd/systemd-readahead-collect
956%attr(755,root,root) /lib/systemd/systemd-readahead-replay
957%attr(755,root,root) /lib/systemd/systemd-remount-fs
958%attr(755,root,root) /lib/systemd/systemd-reply-password
959%attr(755,root,root) /lib/systemd/systemd-shutdown
960%attr(755,root,root) /lib/systemd/systemd-shutdownd
961%attr(755,root,root) /lib/systemd/systemd-sleep
962%attr(755,root,root) /lib/systemd/systemd-sysctl
963%attr(755,root,root) /lib/systemd/systemd-timedated
964%attr(755,root,root) /lib/systemd/systemd-timestamp
cbba36f4 965%attr(755,root,root) /lib/systemd/systemd-udevd
c75fd19d
JR
966%attr(755,root,root) /lib/systemd/systemd-update-utmp
967%attr(755,root,root) /lib/systemd/systemd-user-sessions
968%attr(755,root,root) /lib/systemd/systemd-vconsole-setup
c3037397 969%dir /lib/systemd/system-generators
4389e6f9 970%attr(755,root,root) /lib/systemd/systemd
5d32f234 971%attr(755,root,root) /lib/systemd/system-generators/systemd-*-generator
abd479ee 972%dir /lib/systemd/system-shutdown
1c239f8b 973/lib/udev/rules.d/99-systemd.rules
961baf80
AF
974/lib/udev/rules.d/70-uaccess.rules
975/lib/udev/rules.d/71-seat.rules
976/lib/udev/rules.d/73-seat-late.rules
3edd52a6
TP
977%dir %{_libexecdir}/systemd
978%{_libexecdir}/systemd/user
2a61be78 979%dir %{_libexecdir}/systemd/user-generators
c75fd19d
JR
980%config(noreplace,missingok) %{_libexecdir}/tmpfiles.d/legacy.conf
981%config(noreplace,missingok) %{_libexecdir}/tmpfiles.d/systemd.conf
982%config(noreplace,missingok) %{_libexecdir}/tmpfiles.d/tmp.conf
983%config(noreplace,missingok) %{_libexecdir}/tmpfiles.d/x11.conf
961baf80
AF
984%{_datadir}/dbus-1/interfaces/org.freedesktop.hostname1.xml
985%{_datadir}/dbus-1/interfaces/org.freedesktop.locale1.xml
c3037397 986%{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml
961baf80 987%{_datadir}/dbus-1/interfaces/org.freedesktop.timedate1.xml
1c239f8b 988%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
6e34428f 989%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
961baf80
AF
990%{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service
991%{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
1c239f8b 992%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
961baf80 993%{_datadir}/dbus-1/system-services/org.freedesktop.timedate1.service
6e34428f 994%{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
961baf80
AF
995%{_datadir}/polkit-1/actions/org.freedesktop.locale1.policy
996%{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
997%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
998%{_datadir}/polkit-1/actions/org.freedesktop.timedate1.policy
999%dir %{_datadir}/systemd
1000%{_datadir}/systemd/kbd-model-map
c75fd19d
JR
1001%{_mandir}/man1/journalctl.1*
1002%{_mandir}/man1/loginctl.1*
7a76bc86 1003%{_mandir}/man1/systemd.1*
c75fd19d
JR
1004%{_mandir}/man1/systemd-ask-password.1*
1005%{_mandir}/man1/systemd-cat.1*
1006%{_mandir}/man1/systemd-cgls.1*
1007%{_mandir}/man1/systemd-cgtop.1*
1008%{_mandir}/man1/systemd-delta.1*
1009%{_mandir}/man1/systemd-detect-virt.1*
1010%{_mandir}/man1/systemd-inhibit.1*
1011%{_mandir}/man1/systemd-machine-id-setup.1*
1012%{_mandir}/man1/systemd-notify.1*
1013%{_mandir}/man1/systemd-nspawn.1*
6e34428f 1014%{_mandir}/man5/binfmt.d.5*
1c239f8b 1015%{_mandir}/man5/hostname.5*
c75fd19d 1016%{_mandir}/man5/journald.conf.5*
1c239f8b 1017%{_mandir}/man5/locale.conf.5*
c75fd19d 1018%{_mandir}/man5/logind.conf.5*
7a76bc86 1019%{_mandir}/man5/machine-id.5*
6e34428f 1020%{_mandir}/man5/machine-info.5*
1c239f8b 1021%{_mandir}/man5/modules-load.d.5*
1022%{_mandir}/man5/os-release.5*
6e34428f 1023%{_mandir}/man5/sysctl.d.5*
89d58574 1024%{_mandir}/man5/systemd.*.5*
961baf80 1025%{_mandir}/man5/timezone.5*
23107006 1026%{_mandir}/man5/vconsole.conf.5*
1c239f8b 1027%{_mandir}/man7/daemon.7*
1028%{_mandir}/man7/sd-daemon.7*
c76a8951 1029%{_mandir}/man7/sd-login.7*
1c239f8b 1030%{_mandir}/man7/sd-readahead.7*
1031%{_mandir}/man7/systemd.special.7*
c75fd19d 1032%{_mandir}/man7/systemd.journal-fields.7*
4f1f9baf
JR
1033%{_mandir}/man8/systemd-binfmt.8*
1034%{_mandir}/man8/systemd-binfmt.service.8*
1035%{_mandir}/man8/systemd-journald.8*
1036%{_mandir}/man8/systemd-journald.service.8*
1037%{_mandir}/man8/systemd-logind.8*
1038%{_mandir}/man8/systemd-logind.service.8*
1039%{_mandir}/man8/systemd-modules-load.8*
1040%{_mandir}/man8/systemd-modules-load.service.8*
1041%{_mandir}/man8/systemd-sysctl.8*
1042%{_mandir}/man8/systemd-sysctl.service.8*
cbba36f4 1043%{_mandir}/man8/systemd-udevd.8*
24f95219
ER
1044%dir /var/lib/%{name}
1045%dir /var/lib/%{name}/coredump
a761f93e
TP
1046%attr(640,root,root) %ghost /var/log/btmp
1047%attr(664,root,utmp) %ghost /var/log/wtmp
c3037397 1048
6c89bbd4 1049%if %{with pam}
a86320a6 1050%attr(755,root,root) /%{_lib}/security/pam_systemd.so
6c89bbd4
ER
1051%{_mandir}/man8/pam_systemd.8*
1052%endif
1053
c97dacdd 1054%files init
5b9bde26 1055%defattr(644,root,root,755)
c97dacdd
TP
1056%attr(755,root,root) /sbin/halt
1057%attr(755,root,root) /sbin/init
1058%attr(755,root,root) /sbin/poweroff
1059%attr(755,root,root) /sbin/reboot
1060%attr(755,root,root) /sbin/runlevel
1061%attr(755,root,root) /sbin/shutdown
1062%attr(755,root,root) /sbin/telinit
1063%{_mandir}/man1/init.1
1064%{_mandir}/man8/halt.8*
1065%{_mandir}/man8/poweroff.8
1066%{_mandir}/man8/reboot.8
1067%{_mandir}/man8/runlevel.8*
1068%{_mandir}/man8/shutdown.8*
1069%{_mandir}/man8/telinit.8*
1070
c3037397
ER
1071%files units
1072%defattr(644,root,root,755)
abd479ee
MB
1073%dir %{_sysconfdir}/binfmt.d
1074%dir %{_sysconfdir}/modules-load.d
5d32f234 1075%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/modules-load.d/modules.conf
abd479ee 1076%dir %{_sysconfdir}/sysctl.d
c3037397
ER
1077%dir %{_sysconfdir}/systemd
1078%dir %{_sysconfdir}/systemd/system
1079%dir %{_sysconfdir}/tmpfiles.d
85879912
ER
1080%dir %{_libexecdir}/binfmt.d
1081%dir %{_libexecdir}/modules-load.d
1082%dir %{_libexecdir}/sysctl.d
3be4738a
JR
1083# Don't package the kernel.core_pattern setting until systemd-coredump
1084# is a part of an actual systemd release and it's made clear how to
1085# get the core dumps out of the journal.
1086#%{_libexecdir}/sysctl.d/coredump.conf
c3037397
ER
1087%attr(755,root,root) /bin/systemctl
1088%attr(755,root,root) /bin/systemd-tmpfiles
b77423ae 1089%attr(755,root,root) /bin/systemd_booted
c3037397 1090%{_mandir}/man1/systemctl.1*
89d58574 1091%{_mandir}/man5/tmpfiles.d.5*
c3037397 1092%{_mandir}/man8/systemd-tmpfiles.8*
961baf80 1093%{_npkgconfigdir}/systemd.pc
c3037397 1094
4cc1cb1d
ER
1095%{systemdunitdir}/*.automount
1096%{systemdunitdir}/*.mount
1097%{systemdunitdir}/*.path
1098%{systemdunitdir}/*.service
1099%{systemdunitdir}/*.socket
1100%{systemdunitdir}/*.target
1101%{systemdunitdir}/*.timer
e4c66821
JB
1102%if %{with plymouth}
1103%exclude %{systemdunitdir}/plymouth*.service
1104%exclude %{systemdunitdir}/systemd-ask-password-plymouth.*
1105%endif
1106%dir %{systemdunitdir}/basic.target.wants
1107%dir %{systemdunitdir}/dbus.target.wants
1108%dir %{systemdunitdir}/final.target.wants
1109%dir %{systemdunitdir}/graphical.target.wants
1110%dir %{systemdunitdir}/halt.target.wants
1111%dir %{systemdunitdir}/kexec.target.wants
1112%dir %{systemdunitdir}/local-fs.target.wants
1113%dir %{systemdunitdir}/multi-user.target.wants
1114%dir %{systemdunitdir}/poweroff.target.wants
1115%dir %{systemdunitdir}/reboot.target.wants
1116%dir %{systemdunitdir}/runlevel[12345].target.wants
1117%dir %{systemdunitdir}/shutdown.target.wants
1118%dir %{systemdunitdir}/sockets.target.wants
1119%dir %{systemdunitdir}/sysinit.target.wants
1120%dir %{systemdunitdir}/syslog.target.wants
1121%config(noreplace,missingok) %{systemdunitdir}/basic.target.wants/*
1122%config(noreplace,missingok) %{systemdunitdir}/final.target.wants/*
1123%config(noreplace,missingok) %{systemdunitdir}/graphical.target.wants/*
1124%config(noreplace,missingok) %{systemdunitdir}/local-fs.target.wants/*
1125%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/getty.target
a2018b66 1126%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/rc-local.service
e4c66821
JB
1127%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-ask-password-wall.path
1128%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-logind.service
1129%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-user-sessions.service
1130%config(noreplace,missingok) %{systemdunitdir}/runlevel[12345].target.wants/*
1131%config(noreplace,missingok) %{systemdunitdir}/shutdown.target.wants/*
1132%config(noreplace,missingok) %{systemdunitdir}/sockets.target.wants/*
8450fd95 1133%{?with_cryptsetup:%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/cryptsetup.target}
e4c66821
JB
1134%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/dev-hugepages.mount
1135%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/dev-mqueue.mount
1136%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
1137%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/sys-*.mount
1138%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/systemd-*
1139
1140%if %{with plymouth}
1141%files plymouth
1142%defattr(644,root,root,755)
1143%{systemdunitdir}/plymouth-halt.service
1144%{systemdunitdir}/plymouth-kexec.service
1145%{systemdunitdir}/plymouth-poweroff.service
1146%{systemdunitdir}/plymouth-quit-wait.service
1147%{systemdunitdir}/plymouth-quit.service
1148%{systemdunitdir}/plymouth-read-write.service
1149%{systemdunitdir}/plymouth-reboot.service
1150%{systemdunitdir}/plymouth-start.service
1151%{systemdunitdir}/systemd-ask-password-plymouth.path
1152%{systemdunitdir}/systemd-ask-password-plymouth.service
1153%config(noreplace,missingok) %{systemdunitdir}/halt.target.wants/plymouth-halt.service
1154%config(noreplace,missingok) %{systemdunitdir}/kexec.target.wants/plymouth-kexec.service
1155%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/plymouth-quit.service
1156%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/plymouth-quit-wait.service
1157%config(noreplace,missingok) %{systemdunitdir}/poweroff.target.wants/plymouth-poweroff.service
1158%config(noreplace,missingok) %{systemdunitdir}/reboot.target.wants/plymouth-reboot.service
1159%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/plymouth-read-write.service
1160%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/plymouth-start.service
1161%endif
10ffdcd2 1162
4e5e9c32
ER
1163%files analyze
1164%defattr(644,root,root,755)
1165%attr(755,root,root) %{_bindir}/systemd-analyze
1166
5b9bde26 1167%files libs
6c89bbd4 1168%defattr(644,root,root,755)
6ba1f779
MB
1169%attr(755,root,root) /%{_lib}/libsystemd-daemon.so.*.*.*
1170%attr(755,root,root) %ghost /%{_lib}/libsystemd-daemon.so.0
1171%attr(755,root,root) /%{_lib}/libsystemd-id128.so.*.*.*
1172%attr(755,root,root) %ghost /%{_lib}/libsystemd-id128.so.0
1173%attr(755,root,root) /%{_lib}/libsystemd-journal.so.*.*.*
1174%attr(755,root,root) %ghost /%{_lib}/libsystemd-journal.so.0
1175%attr(755,root,root) /%{_lib}/libsystemd-login.so.*.*.*
1176%attr(755,root,root) %ghost /%{_lib}/libsystemd-login.so.0
961baf80
AF
1177
1178%files devel
1179%defattr(644,root,root,755)
89d58574 1180%attr(755,root,root) %{_libdir}/libsystemd-daemon.so
c76a8951
BZ
1181%attr(755,root,root) %{_libdir}/libsystemd-id128.so
1182%attr(755,root,root) %{_libdir}/libsystemd-journal.so
89d58574 1183%attr(755,root,root) %{_libdir}/libsystemd-login.so
5b9bde26 1184%{_includedir}/%{name}
961baf80 1185%{_pkgconfigdir}/libsystemd-daemon.pc
c76a8951
BZ
1186%{_pkgconfigdir}/libsystemd-id128.pc
1187%{_pkgconfigdir}/libsystemd-journal.pc
961baf80 1188%{_pkgconfigdir}/libsystemd-login.pc
2be4e142 1189%{_mandir}/man3/sd_booted.3*
c76a8951
BZ
1190%{_mandir}/man3/sd_get_seats.3*
1191%{_mandir}/man3/sd_get_sessions.3*
1192%{_mandir}/man3/sd_get_uids.3*
2be4e142 1193%{_mandir}/man3/sd_is_fifo.3*
c76a8951 1194%{_mandir}/man3/sd_is_mq.3*
2be4e142
JR
1195%{_mandir}/man3/sd_is_socket.3
1196%{_mandir}/man3/sd_is_socket_inet.3
1197%{_mandir}/man3/sd_is_socket_unix.3
1198%{_mandir}/man3/sd_listen_fds.3*
c76a8951
BZ
1199%{_mandir}/man3/sd_login_monitor_flush.3*
1200%{_mandir}/man3/sd_login_monitor_get_fd.3*
1201%{_mandir}/man3/sd_login_monitor_new.3*
1202%{_mandir}/man3/sd_login_monitor_unref.3*
2be4e142
JR
1203%{_mandir}/man3/sd_notify.3*
1204%{_mandir}/man3/sd_notifyf.3
c76a8951
BZ
1205%{_mandir}/man3/sd_pid_get_owner_uid.3*
1206%{_mandir}/man3/sd_pid_get_session.3*
1207%{_mandir}/man3/sd_pid_get_unit.3*
2be4e142 1208%{_mandir}/man3/sd_readahead.3*
c76a8951
BZ
1209%{_mandir}/man3/sd_seat_can_multi_session.3*
1210%{_mandir}/man3/sd_seat_get_active.3*
1211%{_mandir}/man3/sd_seat_get_sessions.3*
2be4e142
JR
1212%{_mandir}/man3/sd_session_get_class.3*
1213%{_mandir}/man3/sd_session_get_display.3*
c76a8951 1214%{_mandir}/man3/sd_session_get_seat.3*
2be4e142
JR
1215%{_mandir}/man3/sd_session_get_service.3*
1216%{_mandir}/man3/sd_session_get_type.3*
c76a8951
BZ
1217%{_mandir}/man3/sd_session_get_uid.3*
1218%{_mandir}/man3/sd_session_is_active.3*
1219%{_mandir}/man3/sd_uid_get_seats.3*
1220%{_mandir}/man3/sd_uid_get_sessions.3*
1221%{_mandir}/man3/sd_uid_get_state.3*
1222%{_mandir}/man3/sd_uid_is_on_seat.3*
5b9bde26
JB
1223
1224%files -n bash-completion-systemd
1225%defattr(644,root,root,755)
391eea76 1226/etc/bash_completion.d/systemd-bash-completion.sh
ae4d0acb 1227
30121190
JR
1228%files -n udev
1229%defattr(644,root,root,755)
1230%dev(c,1,3) %attr(666,root,root) /dev/null
1231%dev(c,5,1) %attr(660,root,console) /dev/console
1232%dev(c,1,5) %attr(666,root,root) /dev/zero
1233
1234%files -n udev-core
1235%defattr(644,root,root,755)
30121190 1236
183de3c2 1237/usr/lib/udev
30121190 1238
183de3c2
JR
1239# /lib/udev/devices/ are not read anymore; systemd-tmpfiles
1240# should be used to create dead device nodes as workarounds for broken
1241# subsystems.
30121190
JR
1242%dir /lib/udev/devices
1243
30121190
JR
1244%attr(755,root,root) /lib/udev/collect
1245
1246%attr(755,root,root) /lib/udev/keyboard-force-release.sh
1247
1248%attr(755,root,root) /lib/udev/net_helper
1249
1250%attr(755,root,root) /lib/udev/ata_id
1251%attr(755,root,root) /lib/udev/cdrom_id
1252%attr(755,root,root) /lib/udev/mtd_probe
1253%attr(755,root,root) /lib/udev/scsi_id
1254%attr(755,root,root) /lib/udev/v4l_id
1255
1256%attr(755,root,root) /lib/udev/udevd
1257
1258%attr(755,root,root) /lib/udev/keymap
1259%dir /lib/udev/keymaps
1260/lib/udev/keymaps/*
1261
1262%attr(755,root,root) /lib/udev/accelerometer
1263%attr(755,root,root) /lib/udev/findkeyboards
1264
1265%attr(755,root,root) %{_sbindir}/start_udev
1266%attr(755,root,root) %{_sbindir}/udevd
1267%attr(755,root,root) %{_sbindir}/udevadm
1268%attr(755,root,root) %{_bindir}/udevadm
1269
1270%dir %{_sysconfdir}/udev
1271%dir %{_sysconfdir}/udev/rules.d
1272
1273%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modprobe.d/fbdev-blacklist.conf
1274%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modprobe.d/udev_blacklist.conf
1275%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/links.conf
1276%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/40-alsa-restore.rules
1277%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/70-udev-pld.rules
1278
1279%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/udev.conf
1280
1281# rules below are NOT supposed to be changed by users
1282/lib/udev/rules.d/42-usb-hid-pm.rules
1283/lib/udev/rules.d/50-udev-default.rules
1284/lib/udev/rules.d/60-cdrom_id.rules
30121190
JR
1285/lib/udev/rules.d/60-persistent-alsa.rules
1286/lib/udev/rules.d/60-persistent-input.rules
1287/lib/udev/rules.d/60-persistent-serial.rules
1288/lib/udev/rules.d/60-persistent-storage-tape.rules
1289/lib/udev/rules.d/60-persistent-storage.rules
1290/lib/udev/rules.d/60-persistent-v4l.rules
1291/lib/udev/rules.d/61-accelerometer.rules
4f1f9baf 1292/lib/udev/rules.d/70-power-switch.rules
30121190
JR
1293/lib/udev/rules.d/75-net-description.rules
1294/lib/udev/rules.d/75-probe_mtd.rules
1295/lib/udev/rules.d/75-tty-description.rules
1296/lib/udev/rules.d/78-sound-card.rules
1297/lib/udev/rules.d/80-drivers.rules
1298/lib/udev/rules.d/95-keyboard-force-release.rules
1299/lib/udev/rules.d/95-keymap.rules
1300/lib/udev/rules.d/95-udev-late.rules
1301
1302%{_mandir}/man7/udev.7*
c75fd19d
JR
1303%{_mandir}/man8/udevadm.8*
1304%{_mandir}/man8/udevd.8*
1305
30121190
JR
1306%files -n udev-libs
1307%defattr(644,root,root,755)
1308%attr(755,root,root) /%{_lib}/libudev.so.*.*.*
c75fd19d 1309%attr(755,root,root) %ghost /%{_lib}/libudev.so.1
30121190
JR
1310
1311%files -n udev-devel
1312%defattr(644,root,root,755)
1313%attr(755,root,root) %{_libdir}/libudev.so
30121190
JR
1314%{_includedir}/libudev.h
1315%{_pkgconfigdir}/libudev.pc
1316%{_npkgconfigdir}/udev.pc
1317
1318%files -n udev-static
1319%defattr(644,root,root,755)
1320%attr(755,root,root) %{_libdir}/libudev.a
1321
1322%files -n udev-apidocs
1323%defattr(644,root,root,755)
1324%{_gtkdocdir}/libudev
1325
1326%files -n udev-glib
1327%defattr(644,root,root,755)
1328%attr(755,root,root) /%{_lib}/libgudev-1.0.so.*.*.*
1329%attr(755,root,root) %ghost /%{_lib}/libgudev-1.0.so.0
1330%{_libdir}/girepository-1.0/GUdev-1.0.typelib
1331
1332%files -n udev-glib-devel
1333%defattr(644,root,root,755)
1334%attr(755,root,root) %{_libdir}/libgudev-1.0.so
30121190
JR
1335%{_includedir}/gudev-1.0
1336%{_pkgconfigdir}/gudev-1.0.pc
1337%{_datadir}/gir-1.0/GUdev-1.0.gir
1338
1339%files -n udev-glib-static
1340%defattr(644,root,root,755)
1341%attr(755,root,root) %{_libdir}/libgudev-1.0.a
1342
1343%files -n udev-glib-apidocs
1344%defattr(644,root,root,755)
1345%{_gtkdocdir}/gudev
1346
1347%if %{with initrd}
1348%files -n udev-initrd
1349%defattr(644,root,root,755)
1350%dir %{_libdir}/initrd/udev
183de3c2 1351%attr(755,root,root) %{_libdir}/initrd/systemd-udevd
30121190
JR
1352%attr(755,root,root) %{_libdir}/initrd/udevd
1353%attr(755,root,root) %{_libdir}/initrd/udevadm
1354%attr(755,root,root) %{_libdir}/initrd/udevstart
1355%attr(755,root,root) %{_libdir}/initrd/udev/*_id
1356%attr(755,root,root) %{_libdir}/initrd/udev/collect
183de3c2 1357%attr(755,root,root) %{_libdir}/initrd/udev/mtd_probe
30121190 1358%endif
This page took 2.105547 seconds and 4 git commands to generate.