]> git.pld-linux.org Git - packages/systemd.git/blame - systemd.spec
- added -homed and -repart subpackages
[packages/systemd.git] / systemd.spec
CommitLineData
d374e721 1# TODO:
d1ac392b 2# - consider providing the factory files via appropriate packages (setup, pam)
a4981830 3# - merge rpm macros provided by systemd with ours
63dba220
ER
4# - handle udev package removal:
5# - http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-March/023852.html
6# - restore (write) sane value for kernel.hotplug, i.e from rc-scripts: sysctl -q -e -w kernel.hotplug=/lib/firmware/firmware-loader.sh
47f64e1e
ER
7# - dev->udev upgrade:
8# - /dev/urandom remains missing, not created with start_udev anymore
d374e721 9#
9538a6a4 10#warning: Installed (but unpackaged) file(s) found:
7dfd6655 11# /usr/lib/rpm/macros.d/macros.systemd
9538a6a4 12#
c3037397 13# Conditional build:
14caeae7 14%bcond_without audit # audit support
14caeae7 15%bcond_without cryptsetup # cryptsetup support
f5bd7642 16%bcond_without microhttpd # use microhttpd for network journal access
23107006 17%bcond_without pam # PAM authentication support
f8d07093 18%bcond_without qrencode # QRencode support
14caeae7
JB
19%bcond_without selinux # SELinux support
20%bcond_without efi # EFI boot support
bb76a18a 21%bcond_with tests # "make check" (requires systemd already installed)
9c0b975d 22
21224350
JB
23%ifnarch %{ix86} %{x8664} aarch64
24# x32 disabled - maybe it's possible to build x64 EFI, but it requires some hacking (add -m64 to EFI gcc command line?)
14caeae7
JB
25%undefine with_efi
26%endif
c3037397 27Summary: A System and Service Manager
ede8d3e5 28Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
29Name: systemd
30121190 30# Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
75e09f8c 31Version: 246.4
f2dcae89 32Release: 1
30121190 33Epoch: 1
e03b3ba9 34License: GPL v2+ (udev), LGPL v2.1+ (the rest)
ede8d3e5 35Group: Base
a8a1a634 36#Source0Download: https://github.com/systemd/systemd/releases
42a9c6e9 37Source0: https://github.com/systemd/systemd-stable/archive/v%{version}/%{name}-%{version}.tar.gz
75e09f8c 38# Source0-md5: 4e6d938bf5715e92c772bca7d5a6fa28
4f25b6ac 39Source1: %{name}-sysv-convert
b0980573 40Source2: %{name}_booted.c
a3a953ae 41Source3: network.service
870fdd3d
JR
42Source4: var-lock.mount
43Source5: var-run.mount
50b8f452
ER
44Source14: pld-clean-tmp.service
45Source15: pld-clean-tmp.sh
bb6fb962
JR
46Source16: pld-rc-inetd-generator.sh
47Source17: rc-inetd.service
a98a12d9 48Source18: default.preset
2be4d5dc 49Source19: prefdm.service
e5f31a34
MK
50Source20: sigpwr-container-shutdown.service
51
30121190
JR
52# rules
53Source101: udev-alsa.rules
54Source102: udev.rules
55Source103: udev-links.conf
dcbc26d0 56Source104: udev-uinput.rules
27e7ee7d 57Source105: udev-steam_controller.rules
30121190
JR
58# scripts / helpers
59Source110: udev-net.helper
60Source111: start_udev
61# misc
62Source120: udev.blacklist
63Source121: fbdev.blacklist
7619c097 64Patch0: target-pld.patch
252e1bad 65Patch1: config-pld.patch
d034a897
JR
66Patch2: pld-sysv-network.patch
67Patch3: tmpfiles-not-fatal.patch
68Patch4: udev-ploop-rules.patch
881358e5 69
d034a897 70Patch6: net-rename-revert.patch
973c0d94 71Patch7: %{name}-completion.patch
d034a897 72Patch8: proc-hidepid.patch
c50655d4 73Patch9: %{name}-configfs.patch
d034a897
JR
74Patch10: pld-boot_efi_mount.patch
75Patch11: optional-tmp-on-tmpfs.patch
76Patch12: uids_gids.patch
d946c58e 77Patch13: sysctl.patch
a2e26a8b 78Patch14: pld-pam-%{name}-user.patch
e9483529 79Patch15: %{name}-x32.patch
a8a1a634 80URL: https://www.freedesktop.org/wiki/Software/systemd/
5b9bde26 81BuildRequires: acl-devel
6c89bbd4 82%{?with_audit:BuildRequires: audit-libs-devel}
e4c66821 83BuildRequires: binutils >= 3:2.22.52.0.1-2
82b9d951
JB
84BuildRequires: bzip2-devel
85# ln --relative
86BuildRequires: coreutils >= 8.16
0a12352a 87%{?with_cryptsetup:BuildRequires: cryptsetup-devel >= 2.3.0}
82b9d951 88BuildRequires: curl-devel >= 7.32.0
8e27187e 89BuildRequires: dbus-devel >= 1.9.18
b66163cf 90BuildRequires: docbook-dtd42-xml
11db4517 91BuildRequires: docbook-dtd45-xml
b66163cf 92BuildRequires: docbook-style-xsl-nons
70be5794 93BuildRequires: elfutils-devel >= 0.158
11db4517 94BuildRequires: gettext-tools
2c054955 95BuildRequires: glib2-devel >= 1:2.22.0
30121190 96BuildRequires: glibc-misc
d17ad128 97%{?with_efi:BuildRequires: gnu-efi}
bb8e7bde 98BuildRequires: gnutls-devel >= 3.6.0
3fc7a1cc 99BuildRequires: gperf
5b9bde26 100BuildRequires: intltool >= 0.40.0
82b9d951
JB
101# pkgconfig(libiptc)
102BuildRequires: iptables-devel
b91c66ed 103BuildRequires: kmod-devel >= 15
0a12352a 104BuildRequires: libapparmor-devel >= 1:2.13
b91c66ed 105BuildRequires: libblkid-devel >= 2.24
b82d0bf2 106BuildRequires: libcap-devel
bb8e7bde
JB
107BuildRequires: libfdisk-devel >= 2.33
108BuildRequires: libfido2-devel
f8d07093 109BuildRequires: libgcrypt-devel >= 1.4.5
82b9d951 110BuildRequires: libgpg-error-devel >= 1.12
2c054955 111BuildRequires: libidn2-devel
dbf0cb82 112%{?with_microhttpd:BuildRequires: libmicrohttpd-devel >= 0.9.33}
2c054955 113BuildRequires: libmount-devel >= 2.30
bb8e7bde 114BuildRequires: libpwquality-devel
c19c0cd4 115BuildRequires: libseccomp-devel >= 2.4.0
b034c4b7 116%{?with_selinux:BuildRequires: libselinux-devel >= 2.6}
6c89bbd4 117BuildRequires: libtool >= 2:2.2
6e34428f 118BuildRequires: libxslt-progs
a8a1a634 119BuildRequires: lz4-devel >= 1:1.3.0
961baf80 120BuildRequires: m4
a8a1a634 121BuildRequires: meson >= 0.46
6406acd6 122BuildRequires: ninja
bb8e7bde 123BuildRequires: p11-kit-devel >= 0.23.3
b91c66ed 124%{?with_pam:BuildRequires: pam-devel >= 1.1.2}
2c054955 125BuildRequires: pcre2-8-devel
23107006 126BuildRequires: pkgconfig >= 0.9.0
2c054955 127BuildRequires: polkit-devel >= 0.106
8e27187e
AM
128BuildRequires: python3
129BuildRequires: python3-lxml
f8d07093 130%{?with_qrencode:BuildRequires: qrencode-devel}
bb8e7bde 131BuildRequires: rpmbuild(macros) >= 1.736
30121190 132BuildRequires: sed >= 4.0
50ada2ab 133%{?with_tests:BuildRequires: systemd}
30121190 134BuildRequires: usbutils >= 0.82
82b9d951 135BuildRequires: xorg-lib-libxkbcommon-devel >= 0.5.0
58fd72e9 136BuildRequires: xz-devel
30121190 137BuildRequires: zlib-devel
0a12352a 138BuildRequires: zstd-devel >= 1.4.0
df9b2696 139Requires(post,postun): %{name}-units = %{epoch}:%{version}-%{release}
e0f956b2
JR
140Requires(postun): /usr/sbin/groupdel
141Requires(postun): /usr/sbin/userdel
3cfd9ace 142Requires(post): /bin/setfacl
e0f956b2
JR
143Requires(pre): /bin/id
144Requires(pre): /usr/bin/getgid
145Requires(pre): /usr/sbin/groupadd
146Requires(pre): /usr/sbin/useradd
250043f7
JB
147Requires: %{name}-libs = %{epoch}:%{version}-%{release}
148Requires: %{name}-units = %{epoch}:%{version}-%{release}
c2dd2200 149Requires: %{name}-tools = %{epoch}:%{version}-%{release}
58d6217a 150Requires: /etc/os-release
2ff27c26 151Requires: SysVinit-tools
37b8df82 152Requires: agetty
0a12352a 153%{?with_cryptsetup:Requires: cryptsetup >= 2.3.0}
82b9d951 154Requires: curl-libs >= 7.32.0
8e27187e 155Requires: dbus >= 1.9.18
d1ac392b 156Requires: filesystem >= 4.0-39
b91c66ed 157Requires: glibc >= 2.16
bb8e7bde 158Requires: gnutls-libs >= 3.6.0
c06d9f8f 159Requires: kmod >= 25-2
82b9d951 160Requires: libgpg-error >= 1.12
dbf0cb82 161%{?with_microhttpd:Requires: libmicrohttpd >= 0.9.33}
ed5c41d4 162Requires: libutempter
2c054955 163Requires: polkit >= 0.106
a2018b66 164Requires: rc-scripts >= 0.4.5.3-7
56701781 165Requires: setup >= 2.8.0-2
cbba36f4
JR
166Requires: udev-core = %{epoch}:%{version}-%{release}
167Requires: udev-libs = %{epoch}:%{version}-%{release}
cd1a3782 168Requires: uname(release) >= 3.13
2c054955 169Requires: util-linux >= 2.30
abea5afb 170Suggests: fsck >= 2.25.0
c35aa49c 171Suggests: service(klogd)
1cdd35cf 172Suggests: service(syslog)
82b9d951 173Suggests: xorg-lib-libxkbcommon >= 0.5.0
c75f826c 174Provides: group(systemd-coredump)
e0f956b2 175Provides: group(systemd-journal)
565c6a39
JK
176Provides: group(systemd-journal-remote)
177Provides: group(systemd-journal-upload)
c50655d4
ER
178Provides: group(systemd-network)
179Provides: group(systemd-resolve)
180Provides: group(systemd-timesync)
181Provides: udev-acl = %{epoch}:%{version}-%{release}
250043f7 182Provides: user(systemd-coredump)
c50655d4
ER
183Provides: user(systemd-journal-remote)
184Provides: user(systemd-journal-upload)
565c6a39
JK
185Provides: user(systemd-network)
186Provides: user(systemd-resolve)
187Provides: user(systemd-timesync)
20737d08
JR
188# kde4 still can't live without ConsoleKit
189#Obsoletes: ConsoleKit
190#Obsoletes: ConsoleKit-x11
399af251 191Obsoletes: elogind
ca73092d 192Obsoletes: systemd-no-compat-tmpfiles
cbba36f4 193Obsoletes: udev-systemd
77352d20
JR
194# for storage detection / activation services
195Conflicts: dmraid < 1.0.0-0.rc16.3.3
196Conflicts: mdadm < 4.0-2
a6203073 197# sytemd wants pam with pam_systemd.so in system-auth...
3b292a99 198Conflicts: pam < 1:1.1.5-5
a6203073
JR
199# ...and sudo hates it
200Conflicts: sudo < 1:1.7.8p2-4
06d34666
JR
201# for prefdm script
202Conflicts: xinitrc-ng < 1.0
0fedd233 203# systemd scripts use options not present in older versions
77352d20
JR
204Conflicts: kpartx < 0.6.1-1
205Conflicts: multipath-tools < 0.6.1-1
d833377f
JR
206# no tmpfs on /media, use /run/media/$USER for mounting
207Conflicts: udisks2 < 1.92.0
ca73092d
JR
208# packages that have dirs under /var/run and/or /var/lock must provide tmpfiles configs
209Conflicts: ConsoleKit-dirs < 0.4.5-7
210Conflicts: NetworkManager < 2:0.9.2.0-3
211Conflicts: Zope < 2.11.8-2
212Conflicts: amavisd-new < 1:2.7.0-1
213Conflicts: apache-base < 2.2.21-4
214Conflicts: apache-mod_bw < 0.92-3
215Conflicts: apache-mod_fastcgi < 2.4.6-6
216Conflicts: apache1-base < 1.3.42-5
217Conflicts: apache1-mod_fastcgi < 2.4.6-2
218Conflicts: asterisk < 10.0.1-2
219Conflicts: autossh-init < 1.4b-3
220Conflicts: balance < 3.54-2
221Conflicts: bind < 7:9.8.1.P1-4
222Conflicts: bopm < 3.1.3-4
223Conflicts: callweaver < 1.2.1-9
224Conflicts: cassandra-bin < 0.8.9-2
225Conflicts: clamav < 0.97.3-3
226Conflicts: cups < 1:1.5.0-10
ca73092d
JR
227Conflicts: dovecot < 1:2.0.16-3
228Conflicts: dspam < 3.9.0-6
229Conflicts: fail2ban < 0.8.4-4
abea5afb 230Conflicts: fsck < 2.25.0
ca73092d
JR
231Conflicts: gammu-smsd < 1:1.31.0-3
232# Break gdm2.20 installs
233#Conflicts: gdm < 2:3.2.1.1-9
234Conflicts: greylistd < 0.8.8-2
235Conflicts: inn < 2.4.6-7
236Conflicts: ipsec-tools < 0.8.0-3
237Conflicts: jabber-common < 0-9
238Conflicts: laptop-mode-tools < 1.58-2
239Conflicts: libgpod < 0.8.0-6
240Conflicts: libvirt-utils < 0.9.9-4
241Conflicts: lighttpd < 1.4.30-5
242Conflicts: lirc < 0.9.0-20
b91c66ed 243# Needed for vgscan --cache ( perhaps < 2.02.96 would be enough, but not tested)
d2332887 244Conflicts: lvm2 < 2.02.132
ca73092d
JR
245Conflicts: mailman < 5:2.1.14-4
246Conflicts: memcached < 1.4.11-2
247Conflicts: mpd < 0.16.5-4
248Conflicts: mrtg < 2.17.0-3
249Conflicts: munin-common < 1.4.5-5
250Conflicts: nagios-nrpe < 2.13-2
251Conflicts: ndisc6-rdnssd < 1.0.1-3
252Conflicts: nscd < 6:2.14.1-5
253Conflicts: nss_ldapd-nslcd < 0.8.4-2
254Conflicts: openct < 0.6.20-3
255Conflicts: openl2tp < 1.8-3
256Conflicts: openldap-overlay-nssov < 2.4.28-4
257Conflicts: openldap-servers < 2.4.28-4
258Conflicts: openvpn < 2.2.2-2
259Conflicts: pam-pam_mount < 2.12-3
260Conflicts: pam-pam_ssh < 1.97-2
261Conflicts: pcsc-lite < 1.8.1-2
262Conflicts: php-dirs < 1.2-3
263Conflicts: policyd < 2.0.10-3
264Conflicts: pound < 2.6-2
265Conflicts: pptp < 1.7.2-3
266Conflicts: proftpd-common < 2:1.3.4a-2
267Conflicts: pulseaudio-server < 1.1-2
268Conflicts: quagga < 0.99.20-3
269Conflicts: radvd < 1.8.5-2
ca73092d
JR
270Conflicts: red5 < 0.9.0-2
271Conflicts: redis-server < 2.4.2-4
272Conflicts: smokeping < 2.4.2-10
273Conflicts: smtp-gated < 1.4.17-2
274Conflicts: socat < 1.7.2.0-2
275Conflicts: speech-dispatcher < 0.7.1-2
276Conflicts: sphinx < 2.0.3-4
277Conflicts: splashutils < 1.5.4.3-3
278Conflicts: stunnel < 4.50-2
279Conflicts: tenshi < 0.12-2
280Conflicts: tor < 0.2.2.35-2
281Conflicts: ucarp < 1.5.2-3
282Conflicts: udisks < 1.0.4-3
283Conflicts: util-vserver < 0.30.216-1.pre3002.3
284Conflicts: vpnc < 0.5.3-2
285Conflicts: web2ldap < 1.1.0rc1-2
286Conflicts: wesnoth-server < 1:1.10-2
287Conflicts: wpa_supplicant < 0.7.3-10
288Conflicts: xl2tpd < 1.3.0-2
289# end of tmpfiles conflicts
ede8d3e5 290BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
291
f06261ce 292%define _rootsbindir /sbin
85879912 293
ede8d3e5 294%description
1c239f8b 295systemd is a system and service manager for Linux, compatible with
ede8d3e5 296SysV and LSB init scripts. systemd provides aggressive parallelization
297capabilities, uses socket and D-Bus activation for starting services,
298offers on-demand starting of daemons, keeps track of processes using
299Linux cgroups, supports snapshotting and restoring of the system
300state, maintains mount and automount points and implements an
301elaborate transactional dependency-based service control logic. It can
1c239f8b 302work as a drop-in replacement for sysvinit.
ede8d3e5 303
304%description -l pl.UTF-8
305systemd jest zarządcą systemu i usług dla Linuksa, kompatybilny ze
306skryptami SysV i LSB. systemd udostępnia rozbudowane zdolności
307paralelizacji, do uruchamiania usług używa socketów oraz D-Busa,
308oferuje uruchamianie usług na życzenie, monitoruje procesy używając
309linuksowych cgroups, wspomaga zapisywanie (snapshot) i odczytywanie
310(restore) stanu systemu, zarządza (auto)mount pointami oraz
311implementuje starannie opracowaną transakcjonalną, bazującą na
d45dfc3a 312zależnościach logikę kontroli usług. Może pracować jako zastępca dla
ede8d3e5 313sysvinit.
314
c97dacdd
TP
315%package init
316Summary: systemd /sbin/init and LSB/SysV compatibility symlinks
5b9bde26 317Summary(pl.UTF-8): /sbin/init z systemd i dowiązania dla kompatybilności z LSB/SysV
c97dacdd 318Group: Base
d6829efa 319Requires: systemd
c97dacdd
TP
320Provides: readahead = 1:1.5.7-3
321Provides: virtual(init-daemon)
322Obsoletes: SysVinit
323Obsoletes: readahead < 1:1.5.7-3
324Obsoletes: virtual(init-daemon)
8cb53aef 325Conflicts: rc-scripts < 0.4.5.5-2
4e1559fc 326Conflicts: upstart
1bb18b38
ER
327# systemd takes care of that and causes problems
328Conflicts: binfmt-detector
6ec71f81 329# for /lib/systemd/systemd-sysv-install
e7c16ffb 330Conflicts: chkconfig < 2:1.5-1
c97dacdd
TP
331
332%description init
333Install this package when you are ready to final switch to systemd.
334
5b9bde26
JB
335%description init -l pl.UTF-8
336Ten pakiet należy zainstalować po przygotowaniu się do ostatecznego
337przejścia na systemd.
338
c3037397
ER
339%package units
340Summary: Configuration files, directories and installation tool for systemd
5b9bde26 341Summary(pl.UTF-8): Pliki konfiguracyjne, katalogi i narzędzie instalacyjne dla systemd
c3037397 342Group: Base
c3037397 343Requires(post): coreutils
a8d86f01 344Requires(post): /bin/awk
c3037397
ER
345
346%description units
347Basic configuration files, directories and installation tool for the
348systemd system and service manager.
349
f341cd9b 350This is common config, use %{_sysconfdir}/systemd/system to override.
10ffdcd2 351
5b9bde26
JB
352%description units -l pl.UTF-8
353Podstawowe pliki konfiguracyjne, katalogi i narzędzie instalacyjne dla
354zarządcy systemu i usług systemd.
355
356Ten pakiet zawiera ogólną konfigurację, ustawienia można nadpisać
357poprzez katalog %{_sysconfdir}/systemd/system.
358
c2dd2200
AM
359%package tools
360Summary: Tools that work with and without systemd started
361Summary(pl.UTF-8): Narzędzia działające przy uruchomionym jak i bez systemd
362Group: Base
363Requires: %{name}-libs = %{epoch}:%{version}-%{release}
364
365%description tools
366Tools that work with and without systemd started.
367
368%description tools -l pl.UTF-8
369Narzędzia działające przy uruchomionym jak i bez systemd.
370
48066926
ER
371%package journal-gateway
372Summary: Gateway for serving journal events over the network using HTTP
9653a320 373Summary(pl.UTF-8): Bramka do serwowania zdarzeń dziennika po sieci poprzez HTTP
02f3a8f1 374License: LGPL v2.1+
48066926
ER
375Group: Base
376Requires: %{name} = %{epoch}:%{version}-%{release}
377Requires(postun): /usr/sbin/groupdel
378Requires(postun): /usr/sbin/userdel
379Requires(pre): /bin/id
380Requires(pre): /usr/bin/getgid
381Requires(pre): /usr/sbin/groupadd
382Requires(pre): /usr/sbin/useradd
383Provides: group(systemd-journal-gateway)
384Provides: user(systemd-journal-gateway)
385Conflicts: systemd < 1:206-3
386
387%description journal-gateway
388systemd-journal-gatewayd serves journal events over the network using
389HTTP.
390
9653a320
JB
391%description journal-gateway -l pl.UTF-8
392systemd-journal-gatewayd serwuje zdarzenia dziennika po sieci poprzez
393HTTP.
394
bb8e7bde
JB
395%package homed
396Summary: systemd home area/user account manager
397Summary(pl.UTF-8): Zarządca obszarów domowych/kont użytkownika dla systemd
398Group: Base
399Requires: %{name} = %{epoch}:%{version}-%{release}
400Requires: libfdisk >= 2.33
401
402%description homed
403systemd-homed is a system service that may be used to create, remove,
404change or inspect home areas (directories and network mounts and real
405or loopback block devices with a filesystem, optionally encrypted).
406
407%description homed -l pl.UTF-8
408systemd-homed to usługa systemowa służąca do tworzenia, usuwania,
409zmiany lub dozorowania obszarów domowych (katalogów, montowań
410sieciowych oraz prawdziwych lub symulowanych urządzeń blokowych z
411systemami plików, opcjonalnie szyfrowanymi).
412
909f05f5
JK
413%package networkd
414Summary: systemd network manager
415Summary(pl.UTF-8): Zarządca sieci systemd
416Group: Base
417Requires: %{name} = %{epoch}:%{version}-%{release}
418Suggests: %{name}-resolved = %{epoch}:%{version}-%{release}
419
420%description networkd
421systemd-networkd is a system service that manages networks. It detects
422and configures network devices as they appear, as well as creating
423virtual network devices.
424
425%description networkd -l pl.UTF-8
c50655d4
ER
426systemd-networkd to usługa systemowa zarządzająca siecią. Wykrywa i
427konfiguruje interfejsy sieciowe gdy się pojawiają, a także tworzy
909f05f5
JK
428wirtualne urządzenia sieciowe.
429
be1d1ebd
JB
430%package portabled
431Summary: systemd portable service images service
432Summary(pl.UTF-8): Usługa systemd do obrazów usług przenośnych
433Group: Base
434Requires: %{name} = %{epoch}:%{version}-%{release}
435
436%description portabled
437systemd-portabled is a system service that may be used to attach,
438detach and inspect portable service images.
439
440%description portabled -l pl.UTF-8
441systemd-portabled to usługa systemowa służąca do podłączania,
442odłączania i badania obrazów usług przenośnych.
443
bb8e7bde
JB
444%package repart
445Summary: systemd service to automatically grow and add partitions
446Summary(pl.UTF-8): Usługa systemd do automatycznego powiększania lub dodawania partycji
447Group: Base
448Requires: %{name} = %{epoch}:%{version}-%{release}
449Requires: libfdisk >= 2.33
450
451%description repart
452systemd-repart grows and adds partitions to a partition table, based
453on the configuration files.
454
455%description repart -l pl.UTF-8
456systemd-repart powiększa i dodaje partycje do tablicy partycji w
457oparciu o pliki konfiguracyjne.
458
909f05f5
JK
459%package resolved
460Summary: systemd network name resolution manager
461Summary(pl.UTF-8): Zarządca rozwiązywania nazw sieciowych systemd
462Group: Base
463Requires: %{name} = %{epoch}:%{version}-%{release}
464
465%description resolved
466systemd-resolved is a system service that manages network name
467resolution. It implements a caching DNS stub resolver and an LLMNR
468resolver and responder.
de1f2a1e 469
909f05f5
JK
470It also generates /run/systemd/resolve/resolv.conf for compatibility
471which may be symlinked from /etc/resolv.conf.
472
473%description resolved -l pl.UTF-8
474systemd-resolved to usługa systemowa zarządzająca rozwiązywaniem nazw
de1f2a1e
JB
475sieciowych. Implementuje keszujący resolver DNS oraz resolver i
476responder LLMNR.
477
478Generuje także dla zgodności plik /run/systemd/resolve/resolv.conf,
479który można użyć do dowiązania symbolicznego z /etc/resolv.conf.
909f05f5 480
bb6fb962
JR
481%package inetd
482Summary: Native inet service support for systemd via socket activation
483Summary(pl.UTF-8): Natywna obsługa usług inet dla systemd
484Group: Base
485Requires: %{name} = %{epoch}:%{version}-%{release}
486Requires: rc-inetd
487Provides: inetdaemon
488Obsoletes: inetd
489Obsoletes: inetdaemon
490Obsoletes: rlinetd
491Obsoletes: xinetd
492
493%description inetd
494Native inet service support for systemd via socket activation.
495
fbd2881e
ER
496This package contains inet service generator that provides the
497functionality of rc-inetd service and replaces a separate inet daemon
498with systemd socket activation feature.
bb6fb962
JR
499
500%description inetd -l pl.UTF-8
501Natywna obsługa usług inet dla systemd.
502
503Ten pakiet zawiera generator usług inet udostępniający funkcjonalność
504serwisu rc-inetd i zastępujący osobny demon inet przez systemd i
505aktywację usług przez gniazda.
506
4e5e9c32
ER
507%package analyze
508Summary: Tool for processing systemd profiling information
86d3399e 509Summary(pl.UTF-8): Narzędzie do przetwarzania informacji profilujących systemd
4e5e9c32 510Group: Base
7e0e6b4e 511Requires: %{name} = %{epoch}:%{version}-%{release}
36c60baa 512Conflicts: systemd < 44-3
4e5e9c32
ER
513
514%description analyze
515'systemd-analyze blame' lists which systemd unit needed how much time
516to finish initialization at boot. 'systemd-analyze plot' renders an
517SVG visualizing the parallel start of units at boot.
518
86d3399e
JB
519%description analyze -l pl.UTF-8
520'systemd-analyze blame' wypisuje, ile czasu wymagały poszczególne
521jednostki systemd na zakończenie podczas rozruchu systemu.
522'systemd-analyze plot' tworzy wykres SVG wizualizujący równoległy
523start jednostek podczas rozruchu.
524
011bccb6 525%package libs
5b9bde26
JB
526Summary: Shared systemd libraries
527Summary(pl.UTF-8): Biblioteki współdzielone systemd
011bccb6 528Group: Libraries
f8d07093 529Requires: libgcrypt >= 1.4.5
c19c0cd4 530Requires: libseccomp >= 2.4.0
b034c4b7 531%{?with_selinux:Requires: libselinux >= 2.6}
a8a1a634 532Requires: lz4-libs >= 1:1.3.0
0a12352a 533Requires: zstd >= 1.4.0
e22b3018 534Obsoletes: nss_myhostname
011bccb6
BZ
535
536%description libs
5b9bde26
JB
537Shared systemd libraries.
538
539%description libs -l pl.UTF-8
540Biblioteki współdzielone systemd.
011bccb6 541
961baf80
AF
542%package devel
543Summary: Header files for systemd libraries
544Summary(pl.UTF-8): Pliki nagłówkowe bibliotek systemd
545Group: Development/Libraries
7e0e6b4e 546Requires: %{name}-libs = %{epoch}:%{version}-%{release}
947943f3 547Requires: %{name}-units = %{epoch}:%{version}-%{release}
f29c4a98 548Obsoletes: systemd-static
961baf80
AF
549
550%description devel
551Header files for systemd libraries.
552
553%description devel -l pl.UTF-8
554Pliki nagłówkowe bibliotek systemd.
555
5b9bde26
JB
556%package -n bash-completion-systemd
557Summary: bash-completion for systemd
558Summary(pl.UTF-8): Bashowe dopełnianie składni dla systemd
559Group: Applications/Shells
c8a3952f 560Requires: %{name} = %{epoch}:%{version}-%{release}
1a13d7a2 561Requires: bash-completion >= 2.0
399af251 562Obsoletes: bash-completion-elogind
bb8e7bde 563%if "%{_rpmversion}" >= "4.6"
cb74df1d
ER
564BuildArch: noarch
565%endif
5b9bde26
JB
566
567%description -n bash-completion-systemd
568bash-completion for systemd.
569
570%description -n bash-completion-systemd -l pl.UTF-8
86d3399e 571Bashowe dopełnianie składni dla systemd.
5b9bde26 572
77d7e0b4
JR
573%package -n zsh-completion-systemd
574Summary: zsh completion for systemd commands
575Summary(pl.UTF-8): Uzupełnianie parametrów w zsh dla poleceń systemd
576Group: Applications/Shells
c8a3952f 577Requires: %{name} = %{epoch}:%{version}-%{release}
399af251 578Obsoletes: zsh-completion-elogind
bb8e7bde 579%if "%{_rpmversion}" >= "4.6"
cb74df1d
ER
580BuildArch: noarch
581%endif
77d7e0b4
JR
582
583%description -n zsh-completion-systemd
584zsh completion for systemd commands.
585
586%description -n zsh-completion-systemd -l pl.UTF-8
587Uzupełnianie parametrów w zsh dla poleceń systemd.
588
30121190
JR
589%package -n udev
590Summary: Device manager for the Linux 2.6 kernel series
591Summary(pl.UTF-8): Zarządca urządzeń dla Linuksa 2.6
592Group: Base
593Requires: udev-core = %{epoch}:%{version}-%{release}
594Provides: dev = 3.5.0
595Obsoletes: dev
596Obsoletes: hotplug
597Obsoletes: hotplug-input
598Obsoletes: hotplug-net
599Obsoletes: hotplug-pci
30121190
JR
600Obsoletes: udev-dev
601Obsoletes: udev-extras < 20090628
602Obsoletes: udev-tools
603
604%description -n udev
605udev is the device manager for the Linux 2.6 kernel series. Its
606primary function is managing device nodes in /dev. It is the successor
607of devfs and hotplug.
608
609%description -n udev -l pl.UTF-8
610udev jest zarządcą urządzeń dla Linuksa 2.6. Jego główną funkcją jest
611zarządzanie węzłami urządzeń w katalogu /dev. Jest następcą devfs i
612hotpluga.
613
614%package -n udev-core
615Summary: A userspace implementation of devfs - core part of udev
616Summary(pl.UTF-8): Implementacja devfs w przestrzeni użytkownika - główna część udev
617Group: Base
30121190
JR
618Requires: coreutils
619Requires: filesystem >= 3.0-45
b91c66ed
TP
620Requires: kmod >= 15
621Requires: libblkid >= 2.24
b034c4b7 622%{?with_selinux:Requires: libselinux >= 2.6}
5a32fc22 623Requires: setup >= 2.9.0-3
f04493d1 624Requires: systemd-libs = %{epoch}:%{version}-%{release}
fbd2881e 625Requires: udev-libs = %{epoch}:%{version}-%{release}
cd1a3782 626Requires: uname(release) >= 3.13
fbd2881e
ER
627Obsoletes: udev-compat
628Obsoletes: udev-initrd < %{epoch}:%{version}-%{release}}
60c3e1b7 629Conflicts: geninitrd < 12639
30121190 630Conflicts: rc-scripts < 0.4.5.3-1
cbba36f4 631Conflicts: systemd-units < 1:183
30121190
JR
632Conflicts: udev < 1:118-1
633
634%description -n udev-core
635A userspace implementation of devfs - core part of udev.
636
637%description -n udev-core -l pl.UTF-8
638Implementacja devfs w przestrzeni użytkownika - główna część udev.
639
640%package -n udev-libs
641Summary: Shared library to access udev device information
642Summary(pl.UTF-8): Biblioteka współdzielona do dostępu do informacji o urządzeniach udev
643Group: Libraries
644
645%description -n udev-libs
646Shared libudev library to access udev device information.
647
648%description -n udev-libs -l pl.UTF-8
649Biblioteka współdzielona libudev służąca do dostępu do informacji o
650urządzeniach udev.
651
652%package -n udev-devel
653Summary: Header file for libudev library
654Summary(pl.UTF-8): Plik nagłówkowy biblioteki libudev
655Group: Development/Libraries
656Requires: udev-libs = %{epoch}:%{version}-%{release}
5c770713 657Obsoletes: udev-apidocs
f29c4a98 658Obsoletes: udev-static
30121190
JR
659
660%description -n udev-devel
661Header file for libudev library.
662
663%description -n udev-devel -l pl.UTF-8
664Plik nagłówkowy biblioteki libudev.
665
864041a0
JR
666%package -n bash-completion-udev
667Summary: bash-completion for udev
668Summary(pl.UTF-8): Bashowe dopełnianie składni dla udev
669Group: Applications/Shells
1a13d7a2 670Requires: bash-completion >= 2.0
c8a3952f 671Requires: udev = %{epoch}:%{version}-%{release}
bb8e7bde 672%if "%{_rpmversion}" >= "4.6"
cb74df1d
ER
673BuildArch: noarch
674%endif
864041a0
JR
675
676%description -n bash-completion-udev
677bash-completion for udev.
678
679%description -n bash-completion-udev -l pl.UTF-8
680Bashowe dopełnianie składni dla udev.
681
77d7e0b4
JR
682%package -n zsh-completion-udev
683Summary: zsh completion for udev commands
684Summary(pl.UTF-8): Uzupełnianie parametrów w zsh dla poleceń udev
685Group: Applications/Shells
c8a3952f 686Requires: %{name} = %{epoch}:%{version}-%{release}
bb8e7bde 687%if "%{_rpmversion}" >= "4.6"
cb74df1d
ER
688BuildArch: noarch
689%endif
77d7e0b4
JR
690
691%description -n zsh-completion-udev
692zsh completion for udev commands.
693
694%description -n zsh-completion-udev -l pl.UTF-8
695Uzupełnianie parametrów w zsh dla poleceń udev.
864041a0 696
ede8d3e5 697%prep
42a9c6e9 698%setup -q -n systemd-stable-%{version}
4c5b5ab6 699%patch0 -p1
252e1bad 700%patch1 -p1
d034a897 701%patch2 -p1
19e6c1c7 702%patch3 -p1
d374e721 703%patch4 -p1
881358e5 704
d034a897
JR
705# rejected upstream (do not disable!)
706%patch6 -p1
973c0d94 707%patch7 -p1
3be4738a 708%patch8 -p1
39e47c85 709%patch9 -p1
d3c9da06 710%patch10 -p1
2be4d5dc 711%patch11 -p1
fa700b62 712%patch12 -p1
d946c58e 713%patch13 -p1
9ccb342e 714%patch14 -p1
e9483529 715%patch15 -p1
2131d54e 716
b77423ae 717cp -p %{SOURCE2} src/systemd_booted.c
ede8d3e5 718
881358e5
AM
719grep -rlZ -0 '#!/usr/bin/env bash' . | xargs -0 sed -i -e 's,#!/usr/bin/env bash,#!/bin/bash,g'
720
ede8d3e5 721%build
f06261ce
AM
722%meson build \
723 -Daudit=%{__true_false audit} \
d43959e9 724 -Ddefault-hierarchy=hybrid \
f06261ce
AM
725 -Ddefault-kill-user-processes=false \
726 %{?debug:--buildtype=debug} \
727 -Defi=%{__true_false efi} \
f06261ce 728 -Dkexec-path=/sbin/kexec \
f06261ce
AM
729 -Dkmod-path=/sbin/kmod \
730 -Dlibcryptsetup=%{__true_false cryptsetup} \
2c054955 731 -Dlibidn2=true \
f06261ce
AM
732 -Dloadkeys-path=/usr/bin/loadkeys \
733 -Dlz4=true \
1bbe8306 734 -Dman=true \
f06261ce
AM
735 -Dmicrohttpd=%{__true_false microhttpd} \
736 -Dmount-path=/bin/mount \
7d414874
AM
737 -Dnobody-user="nobody" \
738 -Dnobody-group="nogroup" \
f06261ce
AM
739 -Dntp-servers='0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org' \
740 -Dpam=%{__true_false pam} \
741 -Dqrencode=%{__true_false qrencode} \
742 -Dquotacheck=true \
743 -Dquotacheck-path=/sbin/quotacheck \
744 -Dquotaon-path=/sbin/quotaon \
745 -Drc-local=/etc/rc.d/rc.local \
746 -Drootlibdir=/%{_lib} \
747 -Drootprefix="" \
f06261ce
AM
748 -Dselinux=%{__true_false selinux} \
749 -Dsetfont-path=/bin/setfont \
7d414874 750 -Dsplit-bin=true \
f06261ce
AM
751 -Dsplit-usr=true \
752 -Dsulogin-path=/sbin/sulogin \
753 -Dsysvinit-path=/etc/rc.d/init.d \
754 -Dsysvrcnd-path=/etc/rc.d \
7d414874
AM
755 -Dumount-path=/bin/umount \
756 -Dusers-gid=1000 \
f06261ce 757
bb8e7bde 758%ninja_build -C build
f06261ce 759
e8e56fa0 760%{__cc} %{rpmcppflags} %{rpmcflags} -o build/systemd_booted %{rpmldflags} src/systemd_booted.c -Lbuild -lsystemd
f06261ce 761
bb8e7bde 762%{?with_tests:%ninja_test -C build}
2a54abb3 763
ede8d3e5 764%install
765rm -rf $RPM_BUILD_ROOT
231314d2 766install -d $RPM_BUILD_ROOT/var/lib/{%{name}/{catalog,coredump},machines} \
c06d9f8f
JB
767 $RPM_BUILD_ROOT%{_rootsbindir} \
768 $RPM_BUILD_ROOT%{_sysconfdir}/{modprobe.d,systemd/system-preset} \
769 $RPM_BUILD_ROOT%{systemduserunitdir}/sockets.target.wants \
4975e634 770 $RPM_BUILD_ROOT%{systemdunitdir}/{final,sound,system-update}.target.wants \
e2e2785c 771 $RPM_BUILD_ROOT%{systemdunitdir}/systemd-udevd.service.d \
4975e634 772 $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system-environment-generators
23107006 773
bb8e7bde 774%ninja_install -C build
ede8d3e5 775
231314d2
ER
776touch $RPM_BUILD_ROOT/var/lib/%{name}/random-seed
777
f06261ce
AM
778install -p -m755 build/systemd_booted $RPM_BUILD_ROOT/bin/systemd_booted
779
780# target-pld.patch supplements
bb8e7bde 781%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/sysinit.target.wants/sys-kernel-config.mount
f06261ce
AM
782ln -s %{systemdunitdir}/prefdm.service $RPM_BUILD_ROOT%{systemdunitdir}/graphical.target.wants/display-manager.service
783ln -s prefdm.service $RPM_BUILD_ROOT%{systemdunitdir}/display-manager.service
784ln -s rescue.service $RPM_BUILD_ROOT%{systemdunitdir}/single.service
f06261ce 785ln -s %{systemdunitdir}/rc-local.service $RPM_BUILD_ROOT%{systemdunitdir}/multi-user.target.wants/rc-local.service
b77423ae 786
c75fd19d 787# compatibility symlinks to udevd binary
cbba36f4
JR
788mv $RPM_BUILD_ROOT/lib/{systemd/systemd-,udev/}udevd
789ln -s /lib/udev/udevd $RPM_BUILD_ROOT/lib/systemd/systemd-udevd
f06261ce 790ln -s /lib/udev/udevd $RPM_BUILD_ROOT%{_rootsbindir}/udevd
c75fd19d
JR
791
792# compat symlinks for "/ merged into /usr" programs
881358e5 793ln -s ../bin/udevadm $RPM_BUILD_ROOT%{_rootsbindir}
947943f3 794ln -s /lib/udev $RPM_BUILD_ROOT%{_prefix}/lib
c75fd19d
JR
795
796# install custom udev rules from pld package
797cp -a %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/40-alsa-restore.rules
798cp -a %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/70-udev-pld.rules
dcbc26d0 799cp -a %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/70-uinput.rules
27e7ee7d 800cp -a %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/70-steam_controller.rules
c75fd19d 801
e2ca78f3
MM
802# http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
803ln -s /dev/null $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/80-net-setup-link.rules
804
c75fd19d
JR
805# install udev configs
806cp -a %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/udev/links.conf
807
808# install udev executables (scripts, helpers, etc.)
809install -p %{SOURCE110} $RPM_BUILD_ROOT/lib/udev/net_helper
f06261ce 810install -p %{SOURCE111} $RPM_BUILD_ROOT%{_rootsbindir}/start_udev
c75fd19d
JR
811
812# install misc udev stuff
813cp -a %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/udev_blacklist.conf
814cp -a %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/fbdev-blacklist.conf
815
ba7dc07d
JR
816:>$RPM_BUILD_ROOT%{_sysconfdir}/udev/hwdb.bin
817
c06d9f8f 818%{__mv} $RPM_BUILD_ROOT%{_mandir}/man8/{systemd-,}udevd.8
579cb1fc 819echo ".so man8/udevd.8" >$RPM_BUILD_ROOT%{_mandir}/man8/systemd-udevd.8
c75fd19d 820
4389e6f9
JR
821# Main binary has been moved, but we don't want to break existing installs
822ln -s ../lib/systemd/systemd $RPM_BUILD_ROOT/bin/systemd
823
5d32f234 824ln -s ../modules $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/modules.conf
44410185
JR
825
826# disable redundant SYSV services
827ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/allowlogin.service
4cc1cb1d 828ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/console.service
44410185
JR
829ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/cpusets.service
830ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/killall.service
831ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/netfs.service
832ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/random.service
5d32f234 833
f1586299 834# add static (non-NetworkManager) networking
216f25d7 835cp -p %{SOURCE3} $RPM_BUILD_ROOT%{systemdunitdir}/network.service
f1586299 836
d833377f
JR
837# restore bind-mounts /var/run -> run and /var/lock -> /run/lock
838# we don't have those directories symlinked
870fdd3d
JR
839cp -p %{SOURCE4} $RPM_BUILD_ROOT%{systemdunitdir}/var-lock.mount
840cp -p %{SOURCE5} $RPM_BUILD_ROOT%{systemdunitdir}/var-run.mount
0e50d607
JR
841ln -s ../var-lock.mount $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
842ln -s ../var-run.mount $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
d833377f 843
5f97ec0f 844# and remove mounting tmp on tmpfs by default
183de3c2 845%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/tmp.mount
d833377f 846
77352d20 847# add /tmp cleanup service
50b8f452 848cp -p %{SOURCE14} $RPM_BUILD_ROOT%{systemdunitdir}/pld-clean-tmp.service
50b8f452 849install -p %{SOURCE15} $RPM_BUILD_ROOT/lib/systemd/pld-clean-tmp
50b8f452 850ln -s ../pld-clean-tmp.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
c3037397 851
e5f31a34
MK
852# Add inside container only SIGPWR handler which is used by lxc-stop
853install -p %{SOURCE20} $RPM_BUILD_ROOT%{systemdunitdir}/sigpwr-container-shutdown.service
854install -d $RPM_BUILD_ROOT%{systemdunitdir}/sigpwr.target.wants
b91c66ed 855ln -s ../sigpwr-container-shutdown.service $RPM_BUILD_ROOT%{systemdunitdir}/sigpwr.target.wants
e5f31a34 856
77d7e0b4
JR
857# As of 207 the systemd-sysctl tool no longer natively reads the file /etc/sysctl.conf.
858# If desired, the file should be symlinked from /etc/sysctl.d/99-sysctl.conf.
859ln -s /etc/sysctl.conf $RPM_BUILD_ROOT/etc/sysctl.d/99-sysctl.conf
860
bb6fb962 861# Install rc-inetd replacement
acd85388 862cp -p %{SOURCE16} $RPM_BUILD_ROOT%{systemdunitdir}-generators/pld-rc-inetd-generator
bb6fb962
JR
863cp -p %{SOURCE17} $RPM_BUILD_ROOT%{systemdunitdir}/rc-inetd.service
864
a98a12d9
JR
865cp -p %{SOURCE18} $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system-preset/default.preset
866
2be4d5dc
JR
867cp -p %{SOURCE19} $RPM_BUILD_ROOT%{systemdunitdir}/prefdm.service
868
216f25d7 869# handled by rc-local sysv service, no need for generator
c06d9f8f
JB
870%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}-generators/systemd-rc-local-generator \
871 $RPM_BUILD_ROOT%{_mandir}/man8/systemd-rc-local-generator.8
216f25d7 872
72e4d9f8 873# provided by rc-scripts
acd85388 874%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/rc-local.service
72e4d9f8 875
2a61be78
TP
876# Make sure these directories are properly owned:
877# - halt,kexec,poweroff,reboot: generic ones used by ConsoleKit-systemd,
878# - syslog _might_ be used by some syslog implementation (none for now),
879# - isn't dbus populated by dbus-systemd only (so to be moved there)?
1aed57ba 880install -d $RPM_BUILD_ROOT%{systemdunitdir}/{basic,dbus,halt,initrd,kexec,poweroff,reboot,shutdown,syslog}.target.wants
961baf80 881
acd85388 882# Make sure the shutdown/sleep drop-in dirs exist
c06d9f8f 883install -d $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system-{shutdown,sleep}
acd85388 884
961baf80 885# Create new-style configuration files so that we can ghost-own them
e8e38afd 886touch $RPM_BUILD_ROOT%{_sysconfdir}/{hostname,locale.conf,machine-id,machine-info,vconsole.conf}
4bbef33c 887
9d8b5dfe 888# Install SysV conversion tool for systemd
4f25b6ac 889install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
9d8b5dfe 890
5bb38820
JR
891# Create directory for service helper scripts
892install -d $RPM_BUILD_ROOT/lib/systemd/pld-helpers.d
893
9d8b5dfe 894install -d $RPM_BUILD_ROOT/var/log
5a65c84e
TP
895:> $RPM_BUILD_ROOT/var/log/btmp
896:> $RPM_BUILD_ROOT/var/log/wtmp
a761f93e 897
5d32f234 898%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
1d01bf93 899
995ed764
TR
900%find_lang %{name}
901
ede8d3e5 902%clean
903rm -rf $RPM_BUILD_ROOT
904
e0f956b2
JR
905%pre
906%groupadd -g 288 systemd-journal
565c6a39
JK
907%groupadd -g 316 systemd-network
908%useradd -u 316 -g 316 -d /var/log/journal -s /bin/false -c "Systemd Network Management" systemd-network
909%groupadd -g 317 systemd-resolve
910%useradd -u 317 -g 317 -d /var/log/journal -s /bin/false -c "Systemd Resolver" systemd-resolve
911%groupadd -g 318 systemd-timesync
912%useradd -u 318 -g 318 -d /var/log/journal -s /bin/false -c "Systemd Time Synchronization" systemd-timesync
913%groupadd -g 319 systemd-journal-remote
914%useradd -u 319 -g 319 -d /var/log/journal -s /bin/false -c "Systemd Journal Remote" systemd-journal-remote
915%groupadd -g 320 systemd-journal-upload
916%useradd -u 320 -g 320 -d /var/log/journal -s /bin/false -c "Systemd Journal Upload" systemd-journal-upload
c75f826c 917%groupadd -g 333 systemd-coredump
250043f7 918%useradd -u 333 -g 333 -d /var/log/journal -s /bin/false -c "Systemd Core Dumper" systemd-coredump
e0f956b2 919
9638c72f 920%post
ba7dc07d 921/bin/systemd-machine-id-setup || :
61652e98 922/lib/systemd/systemd-random-seed save || :
ba7dc07d
JR
923/bin/systemctl --system daemon-reexec || :
924/bin/journalctl --update-catalog || :
9792a84d 925/bin/systemd-sysusers || :
c3037397 926
961baf80 927%postun
85879912 928if [ $1 -ge 1 ]; then
ba7dc07d
JR
929 /bin/systemctl --system daemon-reload || :
930 /bin/systemctl try-restart systemd-logind.service || :
9638c72f 931fi
e0f956b2 932if [ "$1" = "0" ]; then
250043f7
JB
933 %userremove systemd-coredump
934 %groupremove systemd-coredump
935 %userremove systemd-network
936 %groupremove systemd-network
937 %userremove systemd-resolve
938 %groupremove systemd-resolve
939 %userremove systemd-timesync
940 %groupremove systemd-timesync
941 %userremove systemd-journal-remote
942 %groupremove systemd-journal-remote
943 %userremove systemd-journal-upload
944 %groupremove systemd-journal-upload
e0f956b2
JR
945 %groupremove systemd-journal
946fi
9638c72f 947
fd907fd5 948%triggerpostun -- systemd < 1:208-1
3d025d25
JR
949chgrp -R systemd-journal /var/log/journal
950chmod g+s /var/log/journal
951
fd907fd5 952%triggerpostun -- systemd < 1:220-1
4505f4b8
JR
953# https://bugs.freedesktop.org/show_bug.cgi?id=89202
954/bin/getfacl -p /var/log/journal/$(cat /etc/machine-id) | grep -v '^#' | sort -u | /bin/setfacl -R --set-file=- /var/log/journal/$(cat /etc/machine-id) || :
955
6db30c1e
JR
956%triggerpostun -- systemd-consoled < 1:232-1
957if [ -f %{_sysconfdir}/vconsole.conf.rpmsave ]; then
958 %{__mv} -f %{_sysconfdir}/vconsole.conf %{_sysconfdir}/vconsole.conf.rpmnew
959 %{__mv} -f %{_sysconfdir}/vconsole.conf.rpmsave %{_sysconfdir}/vconsole.conf
960fi
961
250043f7
JB
962%post libs -p /sbin/ldconfig
963%postun libs -p /sbin/ldconfig
011bccb6 964
961baf80 965%post units
85879912 966if [ $1 -eq 1 ]; then
961baf80 967 # Try to read default runlevel from the old inittab if it exists
ba7dc07d 968 runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab 2>/dev/null)
961baf80 969 if [ -z "$runlevel" ] ; then
4cc1cb1d 970 target="%{systemdunitdir}/graphical.target"
961baf80 971 else
4cc1cb1d 972 target="%{systemdunitdir}/runlevel$runlevel.target"
961baf80
AF
973 fi
974
975 # And symlink what we found to the new-style default.target
ba7dc07d 976 ln -s "$target" %{_sysconfdir}/systemd/system/default.target || :
cf819365 977
c457212c 978 # Setup hostname if not yet done so
007ebc13 979 if [ ! -s /etc/hostname ]; then
c457212c
ER
980 HOSTNAME=
981 [ -f /etc/sysconfig/network ] && . /etc/sysconfig/network
982 if [ -n "$HOSTNAME" -a "$HOSTNAME" != "pldmachine" ]; then
983 echo $HOSTNAME > /etc/hostname
984 chmod 644 /etc/hostname
985 fi
cf819365 986 fi
44410185
JR
987
988 # Enable the services we install by default.
989 /bin/systemctl enable \
44410185
JR
990 network.service \
991 remote-fs.target \
992 systemd-readahead-replay.service \
cbba36f4 993 systemd-readahead-collect.service \
ba7dc07d 994 systemd-udev-settle.service || :
9638c72f 995fi
c3037397
ER
996
997%preun units
961baf80
AF
998if [ $1 -eq 0 ] ; then
999 /bin/systemctl disable \
f1586299 1000 network.service \
961baf80
AF
1001 remote-fs.target \
1002 systemd-readahead-replay.service \
cbba36f4 1003 systemd-readahead-collect.service \
ba7dc07d 1004 systemd-udev-settle.service || :
961baf80 1005
ba7dc07d 1006 %{__rm} -f %{_sysconfdir}/systemd/system/default.target || :
c3037397 1007fi
9638c72f 1008
961baf80 1009%postun units
85879912 1010if [ $1 -ge 1 ]; then
ba7dc07d 1011 /bin/systemctl daemon-reload || :
9638c72f 1012fi
1013
2386bcb6 1014%triggerpostun units -- systemd-units < 43-7
44410185 1015# Remove design fialures
ba7dc07d
JR
1016%{__rm} -f %{_sysconfdir}/systemd/system/network.target.wants/ifcfg@*.service || :
1017%{__rm} -f %{_sysconfdir}/systemd/system/network.target.wants/network-post.service || :
1018%{__rm} -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service || :
1019/bin/systemctl reenable network.service || :
44410185 1020
cde7998d 1021%triggerpostun units -- systemd-units < 1:183
ba7dc07d
JR
1022/bin/systemctl --quiet enable systemd-udev-settle.service || :
1023%{__rm} -f /etc/systemd/system/basic.target.wants/udev-settle.service || :
6f109eab
JR
1024# preserve renamed configs
1025if [ -f /etc/systemd/systemd-journald.conf.rpmsave ]; then
1026 %{__mv} /etc/systemd/journald.conf{,.rpmnew}
1027 %{__mv} -f /etc/systemd/systemd-journald.conf.rpmsave /etc/systemd/journald.conf
1028fi
1029if [ -f /etc/systemd/systemd-logind.conf.rpmsave ]; then
1030 %{__mv} /etc/systemd/logind.conf{,.rpmnew}
1031 %{__mv} -f /etc/systemd/systemd-logind.conf.rpmsave /etc/systemd/logind.conf
1032fi
cbba36f4 1033
a98a12d9
JR
1034%triggerpostun units -- systemd-units < 1:187-3
1035if [ -f /etc/sysconfig/rpm ]; then
1036 . /etc/sysconfig/rpm
1037 if [ ${RPM_ENABLE_SYSTEMD_SERVICE:-yes} = no ]; then
1038 echo "disable *" >>%{_sysconfdir}/systemd/system-preset/default.preset
1039 fi
1040fi
1041
b45719fb
JK
1042%triggerpostun units -- systemd-units < 1:208-9
1043# remove buggy symlink
1044if [ -L /etc/systemd/system/getty.target.wants/getty@.service ] ; then
1045 rm -f /etc/systemd/system/getty.target.wants/getty@.service || :
1046fi
1047
aab2a6f9
JP
1048%triggerpostun units -- systemd-units < 1:242
1049if [ -L /var/lib/systemd/timesync ] ; then
1050 rm -f /var/lib/systemd/timesync || :
1051fi
1052
bb6fb962
JR
1053%post inetd
1054%systemd_reload
f96cfa86
JR
1055# Do not change it to restart, we only want to start new services here
1056%systemd_service_start sockets.target
bb6fb962
JR
1057
1058%postun inetd
1059%systemd_reload
1060
48066926
ER
1061%pre journal-gateway
1062%groupadd -g 287 systemd-journal-gateway
1063%useradd -u 287 -g 287 -d /var/log/journal -s /bin/false -c "Systemd Journal Gateway" systemd-journal-gateway
1064
1065%post journal-gateway
1066%systemd_post systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
1067
1068%preun journal-gateway
1069%systemd_preun systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
1070
1071%postun journal-gateway
1072%systemd_reload
1073
1074if [ "$1" = "0" ]; then
1075 %userremove systemd-journal-gateway
1076 %groupremove systemd-journal-gateway
1077fi
1078
909f05f5 1079%post networkd
2f2b39e6 1080%systemd_post systemd-networkd.socket systemd-networkd.service
909f05f5
JK
1081
1082%preun networkd
2f2b39e6 1083%systemd_preun systemd-networkd.socket systemd-networkd.service
909f05f5
JK
1084
1085%postun networkd
1086%systemd_reload
1087
1088%post resolved
1089%systemd_post systemd-resolved.service
1090
1091%preun resolved
1092%systemd_preun systemd-resolved.service
1093
1094%postun resolved
1095%systemd_reload
1096
30121190
JR
1097%triggerpostun -n udev-core -- dev
1098if [ "$2" = 0 ]; then
1099 # need to kill and restart udevd as after obsoleting dev package the
1100 # /dev tree will remain empty. umask is needed as otherwise udev will
1101 # create devices with strange permissions (udev bug probably)
1102 umask 000
1103 /sbin/start_udev || exit 0
1104fi
1105
1106%triggerpostun -n udev-core -- udev < 108
1107%{__sed} -i -e 's#IMPORT{program}="/sbin/#IMPORT{program}="#g' /etc/udev/rules.d/*.rules
1108%if "%{_lib}" != "lib"
1109%{__sed} -i -e 's#/%{_lib}/udev/#/lib/udev/#g' /etc/udev/rules.d/*.rules
1110%endif
1111
1112%triggerpostun -n udev-core -- udev < 165
881358e5 1113/bin/udevadm info --convert-db
30121190 1114
30121190 1115%post -n udev-core
881358e5 1116/bin/udevadm hwdb --update || :
30121190
JR
1117if [ $1 -gt 1 ]; then
1118 if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
1119 if grep -qs devtmpfs /proc/mounts && [ -n "$(pidof udevd)" ]; then
881358e5 1120 /bin/udevadm control --exit
ac4b515a 1121 /lib/udev/udevd --daemon
30121190
JR
1122 fi
1123 else
1124 SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
2bf49637 1125 /bin/systemctl --quiet try-restart systemd-udevd.service || :
30121190
JR
1126 fi
1127fi
30121190
JR
1128
1129%postun -n udev-core
cbba36f4
JR
1130if [ -x /bin/systemd_booted ] && /bin/systemd_booted; then
1131 SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
1132 /bin/systemctl --quiet daemon-reload || :
1133fi
30121190
JR
1134
1135%post -n udev-libs -p /sbin/ldconfig
1136%postun -n udev-libs -p /sbin/ldconfig
1137
995ed764 1138%files -f %{name}.lang
ede8d3e5 1139%defattr(644,root,root,755)
0c0b940f 1140%doc docs/{AUTOMATIC_BOOT_ASSESSMENT,BLOCK_DEVICE_LOCKING,BOOT_LOADER_INTERFACE,BOOT_LOADER_SPECIFICATION,DISTRO_PORTING,ENVIRONMENT,GROUP_RECORD,PREDICTABLE_INTERFACE_NAMES,TRANSIENT-SETTINGS,UIDS-GIDS,USER_GROUP_API,USER_RECORD}.md NEWS README TODO
8e27187e
AM
1141%{_datadir}/dbus-1/system.d/org.freedesktop.hostname1.conf
1142%{_datadir}/dbus-1/system.d/org.freedesktop.import1.conf
1143%{_datadir}/dbus-1/system.d/org.freedesktop.locale1.conf
1144%{_datadir}/dbus-1/system.d/org.freedesktop.login1.conf
1145%{_datadir}/dbus-1/system.d/org.freedesktop.machine1.conf
1146%{_datadir}/dbus-1/system.d/org.freedesktop.systemd1.conf
1147%{_datadir}/dbus-1/system.d/org.freedesktop.timedate1.conf
7dfd6655 1148%{_datadir}/dbus-1/system.d/org.freedesktop.timesync1.conf
b5bcdcf6 1149%attr(755,root,root) %{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
e8e38afd 1150%attr(444,root,root) %ghost %config(noreplace) %{_sysconfdir}/machine-id
b77423ae
AF
1151%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hostname
1152%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/locale.conf
1153%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/machine-info
b77423ae 1154%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vconsole.conf
c06d9f8f
JB
1155%dir %{_sysconfdir}/kernel
1156%dir %{_sysconfdir}/kernel/install.d
995ed764 1157%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/coredump.conf
f5bd7642 1158%if %{with microhttpd}
ed4d2b1f
AM
1159%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/journal-remote.conf
1160%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/journal-upload.conf
f5bd7642 1161%endif
c75fd19d
JR
1162%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/journald.conf
1163%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/logind.conf
1bbe8306 1164%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/pstore.conf
a919bc1d 1165%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/sleep.conf
c75fd19d 1166%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system.conf
995ed764 1167%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/timesyncd.conf
c75fd19d 1168%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/user.conf
2a61be78 1169%dir %{_sysconfdir}/systemd/user
d482e20e 1170
77d7e0b4 1171%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/systemd-user
abd479ee 1172/etc/xdg/systemd
c75fd19d
JR
1173%attr(755,root,root) /bin/journalctl
1174%attr(755,root,root) /bin/loginctl
1aed57ba 1175%attr(755,root,root) /bin/machinectl
1dcb74bb 1176%attr(755,root,root) /bin/systemd
1177%attr(755,root,root) /bin/systemd-ask-password
ed4d2b1f
AM
1178%attr(755,root,root) /bin/systemd-escape
1179%attr(755,root,root) /bin/systemd-firstboot
c75fd19d 1180%attr(755,root,root) /bin/systemd-inhibit
7a76bc86 1181%attr(755,root,root) /bin/systemd-machine-id-setup
1dcb74bb 1182%attr(755,root,root) /bin/systemd-notify
995ed764 1183%attr(755,root,root) /bin/systemd-sysusers
1dcb74bb 1184%attr(755,root,root) /bin/systemd-tty-ask-password-agent
0c0b940f 1185%attr(755,root,root) /bin/userdbctl
1ee0ca3d 1186%{?with_efi:%attr(755,root,root) %{_bindir}/bootctl}
995ed764
TR
1187%attr(755,root,root) %{_bindir}/busctl
1188%attr(755,root,root) %{_bindir}/coredumpctl
618c1d39 1189%attr(755,root,root) %{_bindir}/hostnamectl
be33f3c6 1190%attr(755,root,root) %{_bindir}/kernel-install
618c1d39 1191%attr(755,root,root) %{_bindir}/localectl
d374e721 1192%attr(755,root,root) %{_bindir}/systemd-cat
c75fd19d
JR
1193%attr(755,root,root) %{_bindir}/systemd-delta
1194%attr(755,root,root) %{_bindir}/systemd-detect-virt
a919bc1d 1195%attr(755,root,root) %{_bindir}/systemd-id128
c75f826c 1196%attr(755,root,root) %{_bindir}/systemd-mount
57cd0d13 1197%attr(755,root,root) %{_bindir}/systemd-nspawn
995ed764 1198%attr(755,root,root) %{_bindir}/systemd-path
c75f826c 1199%attr(755,root,root) %{_bindir}/systemd-resolve
1aed57ba 1200%attr(755,root,root) %{_bindir}/systemd-run
c75f826c 1201%attr(755,root,root) %{_bindir}/systemd-socket-activate
57cd0d13 1202%attr(755,root,root) %{_bindir}/systemd-stdio-bridge
2a61be78 1203%attr(755,root,root) %{_bindir}/systemd-sysv-convert
9a2089f1 1204%attr(755,root,root) %{_bindir}/systemd-umount
f8d07093 1205%attr(755,root,root) %{_bindir}/timedatectl
c06d9f8f 1206/lib/modprobe.d/systemd.conf
2f2b39e6 1207/lib/systemd/import-pubring.gpg
14c009d9 1208/lib/systemd/resolv.conf
8a78a3e8 1209%attr(755,root,root) /lib/systemd/pld-clean-tmp
c75fd19d 1210%attr(755,root,root) /lib/systemd/systemd-ac-power
77d7e0b4 1211%attr(755,root,root) /lib/systemd/systemd-backlight
c75fd19d 1212%attr(755,root,root) /lib/systemd/systemd-binfmt
ff6d6f8f 1213%{?with_efi:%attr(755,root,root) /lib/systemd/systemd-bless-boot}
a919bc1d 1214%attr(755,root,root) /lib/systemd/systemd-boot-check-no-failures
c75fd19d
JR
1215%attr(755,root,root) /lib/systemd/systemd-cgroups-agent
1216%attr(755,root,root) /lib/systemd/systemd-coredump
657515ed 1217%{?with_cryptsetup:%attr(755,root,root) /lib/systemd/systemd-cryptsetup}
9a2089f1 1218%attr(755,root,root) /lib/systemd/systemd-dissect
7edc5189 1219%attr(755,root,root) /lib/systemd/systemd-export
c75fd19d 1220%attr(755,root,root) /lib/systemd/systemd-fsck
c06d9f8f 1221%attr(755,root,root) /lib/systemd/systemd-growfs
ed4d2b1f 1222%attr(755,root,root) /lib/systemd/systemd-hibernate-resume
c75fd19d 1223%attr(755,root,root) /lib/systemd/systemd-hostnamed
7edc5189 1224%attr(755,root,root) /lib/systemd/systemd-import
a919bc1d 1225%attr(755,root,root) /lib/systemd/systemd-import-fs
2f2b39e6 1226%attr(755,root,root) /lib/systemd/systemd-importd
c75fd19d
JR
1227%attr(755,root,root) /lib/systemd/systemd-initctl
1228%attr(755,root,root) /lib/systemd/systemd-journald
f5bd7642 1229%if %{with microhttpd}
995ed764 1230%attr(755,root,root) /lib/systemd/systemd-journal-remote
ed4d2b1f 1231%attr(755,root,root) /lib/systemd/systemd-journal-upload
f5bd7642 1232%endif
c75fd19d
JR
1233%attr(755,root,root) /lib/systemd/systemd-localed
1234%attr(755,root,root) /lib/systemd/systemd-logind
1aed57ba 1235%attr(755,root,root) /lib/systemd/systemd-machined
c06d9f8f 1236%attr(755,root,root) /lib/systemd/systemd-makefs
c75fd19d 1237%attr(755,root,root) /lib/systemd/systemd-modules-load
1bbe8306 1238%attr(755,root,root) /lib/systemd/systemd-pstore
2f2b39e6 1239%attr(755,root,root) /lib/systemd/systemd-pull
c75fd19d
JR
1240%attr(755,root,root) /lib/systemd/systemd-quotacheck
1241%attr(755,root,root) /lib/systemd/systemd-random-seed
c75fd19d
JR
1242%attr(755,root,root) /lib/systemd/systemd-remount-fs
1243%attr(755,root,root) /lib/systemd/systemd-reply-password
995ed764 1244%attr(755,root,root) /lib/systemd/systemd-rfkill
c75fd19d 1245%attr(755,root,root) /lib/systemd/systemd-shutdown
c75fd19d 1246%attr(755,root,root) /lib/systemd/systemd-sleep
995ed764 1247%attr(755,root,root) /lib/systemd/systemd-socket-proxyd
9a2089f1 1248%attr(755,root,root) /lib/systemd/systemd-sulogin-shell
c75fd19d 1249%attr(755,root,root) /lib/systemd/systemd-sysctl
7dfd6655 1250%attr(755,root,root) /lib/systemd/systemd-time-wait-sync
c75fd19d 1251%attr(755,root,root) /lib/systemd/systemd-timedated
995ed764 1252%attr(755,root,root) /lib/systemd/systemd-timesyncd
cbba36f4 1253%attr(755,root,root) /lib/systemd/systemd-udevd
c75fd19d 1254%attr(755,root,root) /lib/systemd/systemd-update-utmp
995ed764 1255%attr(755,root,root) /lib/systemd/systemd-update-done
7dfd6655 1256%attr(755,root,root) /lib/systemd/systemd-user-runtime-dir
c75fd19d 1257%attr(755,root,root) /lib/systemd/systemd-user-sessions
0c0b940f
JP
1258%attr(755,root,root) /lib/systemd/systemd-userdbd
1259%attr(755,root,root) /lib/systemd/systemd-userwork
c75fd19d 1260%attr(755,root,root) /lib/systemd/systemd-vconsole-setup
9a2089f1
AM
1261%attr(755,root,root) /lib/systemd/systemd-veritysetup
1262%attr(755,root,root) /lib/systemd/systemd-volatile-root
0a12352a 1263%attr(755,root,root) /lib/systemd/systemd-xdg-autostart-condition
4389e6f9 1264%attr(755,root,root) /lib/systemd/systemd
2f2b39e6 1265%{?with_cryptsetup:%attr(755,root,root) /lib/systemd/system-generators/systemd-cryptsetup-generator}
ff6d6f8f 1266%{?with_efi:%attr(755,root,root) /lib/systemd/system-generators/systemd-bless-boot-generator}
2f2b39e6 1267%attr(755,root,root) /lib/systemd/system-generators/systemd-debug-generator
2f2b39e6
JR
1268%attr(755,root,root) /lib/systemd/system-generators/systemd-fstab-generator
1269%attr(755,root,root) /lib/systemd/system-generators/systemd-getty-generator
1270%attr(755,root,root) /lib/systemd/system-generators/systemd-gpt-auto-generator
1271%attr(755,root,root) /lib/systemd/system-generators/systemd-hibernate-resume-generator
a919bc1d 1272%attr(755,root,root) /lib/systemd/system-generators/systemd-run-generator
2f2b39e6
JR
1273%attr(755,root,root) /lib/systemd/system-generators/systemd-system-update-generator
1274%attr(755,root,root) /lib/systemd/system-generators/systemd-sysv-generator
8e27187e 1275%attr(755,root,root) /lib/systemd/system-generators/systemd-veritysetup-generator
083c9991
MM
1276%dir /lib/systemd/network
1277/lib/systemd/network/99-default.link
9a2089f1
AM
1278/lib/udev/rules.d/60-input-id.rules
1279/lib/udev/rules.d/60-sensor.rules
1280/lib/udev/rules.d/70-joystick.rules
961baf80
AF
1281/lib/udev/rules.d/70-uaccess.rules
1282/lib/udev/rules.d/71-seat.rules
1283/lib/udev/rules.d/73-seat-late.rules
f8d07093 1284/lib/udev/rules.d/99-systemd.rules
c06d9f8f
JB
1285%{_prefix}/lib/environment.d/99-environment.conf
1286%dir %{_prefix}/lib/kernel
1287%dir %{_prefix}/lib/kernel/install.d
d482e20e 1288%{_prefix}/lib/kernel/install.d/00-entry-directory.install
c06d9f8f
JB
1289%{_prefix}/lib/kernel/install.d/50-depmod.install
1290%{_prefix}/lib/kernel/install.d/90-loaderentry.install
14caeae7 1291%if %{with efi}
c06d9f8f
JB
1292%dir %{_prefix}/lib/systemd/boot
1293%dir %{_prefix}/lib/systemd/boot/efi
14caeae7 1294%ifarch %{ix86}
c06d9f8f
JB
1295%{_prefix}/lib/systemd/boot/efi/linuxia32.efi.stub
1296%{_prefix}/lib/systemd/boot/efi/systemd-bootia32.efi
14caeae7
JB
1297%endif
1298%ifarch %{x8664} x32
c06d9f8f
JB
1299%{_prefix}/lib/systemd/boot/efi/linuxx64.efi.stub
1300%{_prefix}/lib/systemd/boot/efi/systemd-bootx64.efi
14caeae7
JB
1301%endif
1302%ifarch aarch64
c06d9f8f
JB
1303%{_prefix}/lib/systemd/boot/efi/linuxaa64.efi.stub
1304%{_prefix}/lib/systemd/boot/efi/systemd-bootaa64.efi
14caeae7
JB
1305%endif
1306%endif
c06d9f8f
JB
1307%{_prefix}/lib/systemd/catalog/systemd.catalog
1308%lang(be) %{_prefix}/lib/systemd/catalog/systemd.be.catalog
1309%lang(be) %{_prefix}/lib/systemd/catalog/systemd.be@latin.catalog
1310%lang(bg) %{_prefix}/lib/systemd/catalog/systemd.bg.catalog
1311%lang(de) %{_prefix}/lib/systemd/catalog/systemd.de.catalog
1312%lang(fr) %{_prefix}/lib/systemd/catalog/systemd.fr.catalog
1313%lang(it) %{_prefix}/lib/systemd/catalog/systemd.it.catalog
1314%lang(pl) %{_prefix}/lib/systemd/catalog/systemd.pl.catalog
1315%lang(pt_BR) %{_prefix}/lib/systemd/catalog/systemd.pt_BR.catalog
1316%lang(ru) %{_prefix}/lib/systemd/catalog/systemd.ru.catalog
1317%lang(zh_CN) %{_prefix}/lib/systemd/catalog/systemd.zh_CN.catalog
1318%lang(zh_TW) %{_prefix}/lib/systemd/catalog/systemd.zh_TW.catalog
1319%dir %{_prefix}/lib/sysusers.d
1320%{_prefix}/lib/sysusers.d/basic.conf
1321%{_prefix}/lib/sysusers.d/systemd.conf
f5bd7642 1322%if %{with microhttpd}
c06d9f8f 1323%{_prefix}/lib/sysusers.d/systemd-remote.conf
f5bd7642 1324%endif
c06d9f8f
JB
1325%{_prefix}/lib/tmpfiles.d/etc.conf
1326%{_prefix}/lib/tmpfiles.d/home.conf
1327%{_prefix}/lib/tmpfiles.d/journal-nocow.conf
1328%{_prefix}/lib/tmpfiles.d/legacy.conf
1bbe8306 1329%{_prefix}/lib/tmpfiles.d/static-nodes-permissions.conf
c06d9f8f
JB
1330%{_prefix}/lib/tmpfiles.d/systemd.conf
1331%{_prefix}/lib/tmpfiles.d/systemd-nologin.conf
1332%{_prefix}/lib/tmpfiles.d/systemd-nspawn.conf
0a12352a 1333%{_prefix}/lib/tmpfiles.d/systemd-pstore.conf
1bbe8306 1334%{_prefix}/lib/tmpfiles.d/systemd-tmp.conf
c06d9f8f
JB
1335%{_prefix}/lib/tmpfiles.d/tmp.conf
1336%{_prefix}/lib/tmpfiles.d/var.conf
1337%{_prefix}/lib/tmpfiles.d/x11.conf
1338%{_prefix}/lib/sysctl.d/50-coredump.conf
5232d919 1339# if cc.sizeof('long') > 4
771be88c 1340%ifarch %{x8664} aarch64
1bbe8306 1341%{_prefix}/lib/sysctl.d/50-pid-max.conf
5232d919 1342%endif
51dfcf04 1343%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
6e34428f 1344%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
2f2b39e6 1345%{_datadir}/dbus-1/system-services/org.freedesktop.import1.service
961baf80
AF
1346%{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service
1347%{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
1aed57ba 1348%{_datadir}/dbus-1/system-services/org.freedesktop.machine1.service
51dfcf04 1349%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
961baf80 1350%{_datadir}/dbus-1/system-services/org.freedesktop.timedate1.service
7dfd6655 1351%{_datadir}/dbus-1/system-services/org.freedesktop.timesync1.service
6e34428f 1352%{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
2f2b39e6 1353%{_datadir}/polkit-1/actions/org.freedesktop.import1.policy
961baf80
AF
1354%{_datadir}/polkit-1/actions/org.freedesktop.locale1.policy
1355%{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
2f2b39e6 1356%{_datadir}/polkit-1/actions/org.freedesktop.machine1.policy
961baf80
AF
1357%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
1358%{_datadir}/polkit-1/actions/org.freedesktop.timedate1.policy
9a2089f1 1359%{_datadir}/polkit-1/rules.d/systemd-networkd.rules
961baf80 1360%dir %{_datadir}/systemd
f8d07093 1361%{?with_microhttpd:%{_datadir}/systemd/gatewayd}
961baf80 1362%{_datadir}/systemd/kbd-model-map
2f2b39e6 1363%{_datadir}/systemd/language-fallback-map
1bbe8306 1364%{_datadir}/factory/etc/issue
d1ac392b
JK
1365%{_datadir}/factory/etc/nsswitch.conf
1366%{_datadir}/factory/etc/pam.d/other
1367%{_datadir}/factory/etc/pam.d/system-auth
1ee0ca3d 1368%{?with_efi:%{_mandir}/man1/bootctl.1*}
995ed764
TR
1369%{_mandir}/man1/busctl.1*
1370%{_mandir}/man1/coredumpctl.1*
618c1d39 1371%{_mandir}/man1/hostnamectl.1*
c75fd19d 1372%{_mandir}/man1/journalctl.1*
f8d07093 1373%{_mandir}/man1/localectl.1*
c75fd19d 1374%{_mandir}/man1/loginctl.1*
11fa1d33 1375%{_mandir}/man1/machinectl.1*
7a76bc86 1376%{_mandir}/man1/systemd.1*
c75fd19d
JR
1377%{_mandir}/man1/systemd-ask-password.1*
1378%{_mandir}/man1/systemd-cat.1*
c75fd19d
JR
1379%{_mandir}/man1/systemd-delta.1*
1380%{_mandir}/man1/systemd-detect-virt.1*
ed4d2b1f
AM
1381%{_mandir}/man1/systemd-escape.1*
1382%{_mandir}/man1/systemd-firstboot.1*
1383%{_mandir}/man1/systemd-firstboot.service.1*
a919bc1d 1384%{_mandir}/man1/systemd-id128.1*
c75fd19d
JR
1385%{_mandir}/man1/systemd-inhibit.1*
1386%{_mandir}/man1/systemd-machine-id-setup.1*
c75f826c 1387%{_mandir}/man1/systemd-mount.1*
c75fd19d
JR
1388%{_mandir}/man1/systemd-notify.1*
1389%{_mandir}/man1/systemd-nspawn.1*
995ed764 1390%{_mandir}/man1/systemd-path.1*
11fa1d33 1391%{_mandir}/man1/systemd-run.1*
c75f826c 1392%{_mandir}/man1/systemd-socket-activate.1*
4400c575 1393%{_mandir}/man1/systemd-tty-ask-password-agent.1*
9a2089f1 1394%{_mandir}/man1/systemd-umount.1*
f8d07093 1395%{_mandir}/man1/timedatectl.1*
0c0b940f 1396%{_mandir}/man1/userdbctl.1*
6e34428f 1397%{_mandir}/man5/binfmt.d.5*
995ed764 1398%{_mandir}/man5/coredump.conf.5*
7dffbad7 1399%{_mandir}/man5/coredump.conf.d.5*
14c009d9 1400%{_mandir}/man5/dnssec-trust-anchors.d.5*
1c239f8b 1401%{_mandir}/man5/hostname.5*
51dfcf04 1402%{_mandir}/man5/journald@.conf.5*
0673db7a 1403%{?with_efi:%{_mandir}/man5/loader.conf.5*}
7edc5189
JR
1404%if %{with microhttpd}
1405%{_mandir}/man5/journal-remote.conf.5*
1406%{_mandir}/man5/journal-remote.conf.d.5*
c75f826c
AM
1407%{_mandir}/man5/journal-upload.conf.5.*
1408%{_mandir}/man5/journal-upload.conf.d.5*
7edc5189 1409%endif
c75fd19d 1410%{_mandir}/man5/journald.conf.5*
7dffbad7 1411%{_mandir}/man5/journald.conf.d.5*
1c239f8b 1412%{_mandir}/man5/locale.conf.5*
618c1d39 1413%{_mandir}/man5/localtime.5*
c75fd19d 1414%{_mandir}/man5/logind.conf.5*
7dffbad7 1415%{_mandir}/man5/logind.conf.d.5*
7a76bc86 1416%{_mandir}/man5/machine-id.5*
6e34428f 1417%{_mandir}/man5/machine-info.5*
1c239f8b 1418%{_mandir}/man5/modules-load.d.5*
0a12352a
JP
1419%{_mandir}/man5/org.freedesktop.LogControl1.5*
1420%{_mandir}/man5/org.freedesktop.hostname1.5*
1421%{_mandir}/man5/org.freedesktop.import1.5*
1422%{_mandir}/man5/org.freedesktop.locale1.5*
1423%{_mandir}/man5/org.freedesktop.login1.5*
1424%{_mandir}/man5/org.freedesktop.machine1.5*
1425%{_mandir}/man5/org.freedesktop.systemd1.5*
1426%{_mandir}/man5/org.freedesktop.timedate1.5*
1c239f8b 1427%{_mandir}/man5/os-release.5*
1bbe8306
JP
1428%{_mandir}/man5/pstore.conf.5*
1429%{_mandir}/man5/pstore.conf.d.5*
7dffbad7 1430%{_mandir}/man5/sleep.conf.d.5*
6e34428f 1431%{_mandir}/man5/sysctl.d.5*
7dffbad7 1432%{_mandir}/man5/system.conf.d.5*
89d58574 1433%{_mandir}/man5/systemd.*.5*
890c04f0 1434%{_mandir}/man5/systemd-sleep.conf.5*
be33f3c6
JR
1435%{_mandir}/man5/systemd-system.conf.5*
1436%{_mandir}/man5/systemd-user.conf.5*
0a12352a 1437%{_mandir}/man5/systemd-user-runtime-dir.5*
995ed764 1438%{_mandir}/man5/sysusers.d.5*
ed4d2b1f 1439%{_mandir}/man5/timesyncd.conf.5*
7dffbad7
JK
1440%{_mandir}/man5/timesyncd.conf.d.5*
1441%{_mandir}/man5/user.conf.d.5*
23107006 1442%{_mandir}/man5/vconsole.conf.5*
4400c575 1443%{_mandir}/man7/bootup.7*
1c239f8b 1444%{_mandir}/man7/daemon.7*
995ed764 1445%{_mandir}/man7/file-hierarchy.7*
4400c575 1446%{_mandir}/man7/kernel-command-line.7*
0673db7a
AG
1447%{?with_efi:%{_mandir}/man7/sd-boot.7*}
1448%{?with_efi:%{_mandir}/man7/systemd-boot.7*}
be33f3c6 1449%{_mandir}/man7/systemd.directives.7*
9a2089f1 1450%{_mandir}/man7/systemd.environment-generator.7*
2f2b39e6 1451%{_mandir}/man7/systemd.generator.7*
be33f3c6 1452%{_mandir}/man7/systemd.index.7*
c75fd19d 1453%{_mandir}/man7/systemd.journal-fields.7*
14c009d9 1454%{_mandir}/man7/systemd.offline-updates.7*
4400c575 1455%{_mandir}/man7/systemd.special.7*
7dfd6655 1456%{_mandir}/man7/systemd.syntax.7*
2be4d5dc 1457%{_mandir}/man7/systemd.time.7*
be33f3c6 1458%{_mandir}/man8/kernel-install.8*
de1f2a1e
JB
1459%{_mandir}/man8/libnss_myhostname.so.2.8*
1460%{_mandir}/man8/libnss_mymachines.so.2.8*
2be4d5dc 1461%{_mandir}/man8/nss-myhostname.8*
2f2b39e6 1462%{_mandir}/man8/nss-mymachines.8*
77d7e0b4 1463%{_mandir}/man8/systemd-backlight.8*
4f1f9baf 1464%{_mandir}/man8/systemd-binfmt.8*
51dfcf04
JP
1465%if %{with efi}
1466%{_mandir}/man8/systemd-bless-boot.8*
1467%{_mandir}/man8/systemd-bless-boot-generator.8*
1468%endif
1469%{_mandir}/man8/systemd-boot-check-no-failures.8*
ed4d2b1f 1470%{_mandir}/man8/systemd-coredump.8*
657515ed 1471%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup-generator.8*}
2f2b39e6 1472%{_mandir}/man8/systemd-debug-generator.8*
f8d07093 1473%{_mandir}/man8/systemd-fsck.8*
4400c575
JR
1474%{_mandir}/man8/systemd-fstab-generator.8*
1475%{_mandir}/man8/systemd-getty-generator.8*
c06d9f8f
JB
1476%{_mandir}/man8/systemd-gpt-auto-generator.8*
1477%{_mandir}/man8/systemd-growfs.8*
1478%{_mandir}/man8/systemd-growfs@.service.8*
ed4d2b1f
AM
1479%{_mandir}/man8/systemd-hibernate-resume-generator.8*
1480%{_mandir}/man8/systemd-hibernate-resume.8*
1481%{_mandir}/man8/systemd-hibernate-resume@.service.8*
4400c575 1482%{_mandir}/man8/systemd-hostnamed.8*
c75f826c 1483%{_mandir}/man8/systemd-importd.8*
4400c575 1484%{_mandir}/man8/systemd-initctl.8*
de1f2a1e 1485%{_mandir}/man8/systemd-journald-dev-log.socket.8*
51dfcf04 1486%{_mandir}/man8/systemd-journald-varlink@.socket.8*
4f1f9baf 1487%{_mandir}/man8/systemd-journald.8*
51dfcf04
JP
1488%{_mandir}/man8/systemd-journald@.service.8*
1489%{_mandir}/man8/systemd-journald@.socket.8*
f5bd7642 1490%if %{with microhttpd}
9538a6a4
JR
1491%{_mandir}/man8/systemd-journal-remote.8*
1492%{_mandir}/man8/systemd-journal-upload.8*
f5bd7642 1493%endif
4400c575 1494%{_mandir}/man8/systemd-localed.8*
4f1f9baf 1495%{_mandir}/man8/systemd-logind.8*
11fa1d33 1496%{_mandir}/man8/systemd-machined.8*
7dffbad7 1497%{_mandir}/man8/systemd-machine-id-commit.service.8*
c06d9f8f
JB
1498%{_mandir}/man8/systemd-makefs.8*
1499%{_mandir}/man8/systemd-makefs@.service.8*
e65d38fd 1500%{_mandir}/man8/systemd-mkswap@.service.8*
4f1f9baf 1501%{_mandir}/man8/systemd-modules-load.8*
1bbe8306
JP
1502%{_mandir}/man8/systemd-pstore.8*
1503%{_mandir}/man8/systemd-pstore.service.8*
4400c575
JR
1504%{_mandir}/man8/systemd-quotacheck.8*
1505%{_mandir}/man8/systemd-random-seed.8*
4400c575 1506%{_mandir}/man8/systemd-remount-fs.8*
de1f2a1e 1507%{_mandir}/man8/systemd-rfkill.8*
c75f826c 1508%{_mandir}/man8/systemd-rfkill.service.8*
a919bc1d 1509%{_mandir}/man8/systemd-run-generator.8*
4400c575 1510%{_mandir}/man8/systemd-shutdown.8*
4400c575 1511%{_mandir}/man8/systemd-sleep.8*
2f2b39e6 1512%{_mandir}/man8/systemd-socket-proxyd.8*
4f1f9baf 1513%{_mandir}/man8/systemd-sysctl.8*
4400c575 1514%{_mandir}/man8/systemd-system-update-generator.8*
2f2b39e6 1515%{_mandir}/man8/systemd-sysusers.8*
de1f2a1e 1516%{_mandir}/man8/systemd-sysusers.service.8*
9a2089f1 1517%{_mandir}/man8/systemd-sysv-generator.8*
7dfd6655 1518%{_mandir}/man8/systemd-time-wait-sync.8*
4400c575 1519%{_mandir}/man8/systemd-timedated.8*
de1f2a1e 1520%{_mandir}/man8/systemd-timesyncd.8*
2f2b39e6 1521%{_mandir}/man8/systemd-timesyncd.service.8*
cbba36f4 1522%{_mandir}/man8/systemd-udevd.8*
de1f2a1e 1523%{_mandir}/man8/systemd-update-done.8*
2f2b39e6 1524%{_mandir}/man8/systemd-update-done.service.8*
4400c575
JR
1525%{_mandir}/man8/systemd-update-utmp.8*
1526%{_mandir}/man8/systemd-user-sessions.8*
0c0b940f 1527%{_mandir}/man8/systemd-userdbd.8*
4400c575 1528%{_mandir}/man8/systemd-vconsole-setup.8*
9a2089f1
AM
1529%{_mandir}/man8/systemd-veritysetup.8*
1530%{_mandir}/man8/systemd-veritysetup-generator.8*
1531%{_mandir}/man8/systemd-veritysetup@.service.8*
1532%{_mandir}/man8/systemd-volatile-root.8*
1533%{_mandir}/man8/systemd-volatile-root.service.8*
0a12352a 1534%{_mandir}/man8/systemd-xdg-autostart-generator.8*
9cd5ebd6 1535%attr(700,root,root) %dir /var/lib/machines
24f95219
ER
1536%dir /var/lib/%{name}
1537%dir /var/lib/%{name}/coredump
231314d2
ER
1538%dir /var/lib/%{name}/catalog
1539%attr(640,root,root) %ghost /var/lib/%{name}/random-seed
e8e38afd 1540%attr(600,root,utmp) %ghost /var/log/btmp
a761f93e 1541%attr(664,root,utmp) %ghost /var/log/wtmp
3d025d25 1542%attr(2755,root,systemd-journal) %dir /var/log/journal
c06d9f8f 1543%attr(2755,root,systemd-journal) %dir /var/log/journal/remote
c3037397 1544
6c89bbd4 1545%if %{with pam}
a86320a6 1546%attr(755,root,root) /%{_lib}/security/pam_systemd.so
6c89bbd4
ER
1547%{_mandir}/man8/pam_systemd.8*
1548%endif
1549
c97dacdd 1550%files init
5b9bde26 1551%defattr(644,root,root,755)
c97dacdd
TP
1552%attr(755,root,root) /sbin/halt
1553%attr(755,root,root) /sbin/init
1554%attr(755,root,root) /sbin/poweroff
1555%attr(755,root,root) /sbin/reboot
1556%attr(755,root,root) /sbin/runlevel
1557%attr(755,root,root) /sbin/shutdown
1558%attr(755,root,root) /sbin/telinit
8cb53aef 1559%{_mandir}/man1/init.1*
dd480017 1560%{?with_cryptsetup:%{_mandir}/man5/crypttab.5*}
c97dacdd 1561%{_mandir}/man8/halt.8*
8cb53aef
JB
1562%{_mandir}/man8/poweroff.8*
1563%{_mandir}/man8/reboot.8*
c97dacdd
TP
1564%{_mandir}/man8/runlevel.8*
1565%{_mandir}/man8/shutdown.8*
1566%{_mandir}/man8/telinit.8*
1567
c3037397
ER
1568%files units
1569%defattr(644,root,root,755)
abd479ee
MB
1570%dir %{_sysconfdir}/binfmt.d
1571%dir %{_sysconfdir}/modules-load.d
5d32f234 1572%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/modules-load.d/modules.conf
abd479ee 1573%dir %{_sysconfdir}/sysctl.d
77d7e0b4 1574%{_sysconfdir}/sysctl.d/99-sysctl.conf
c3037397
ER
1575%dir %{_sysconfdir}/systemd
1576%dir %{_sysconfdir}/systemd/system
a98a12d9
JR
1577%dir %{_sysconfdir}/systemd/system-preset
1578%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system-preset/default.preset
c3037397 1579%dir %{_sysconfdir}/tmpfiles.d
c06d9f8f
JB
1580%dir %{_prefix}/lib/environment.d
1581%dir %{_prefix}/lib/modules-load.d
1582%dir %{_prefix}/lib/sysctl.d
1583%{_prefix}/lib/sysctl.d/50-default.conf
1584%dir %{_prefix}/lib/systemd
1585%dir %{_prefix}/lib/systemd/catalog
1586%dir %{_prefix}/lib/systemd/system-shutdown
1587%dir %{_prefix}/lib/systemd/system-sleep
1588%dir %{_prefix}/lib/systemd/user
1589%{_prefix}/lib/systemd/user/basic.target
1590%{_prefix}/lib/systemd/user/bluetooth.target
1591%{_prefix}/lib/systemd/user/default.target
1592%{_prefix}/lib/systemd/user/exit.target
1593%{_prefix}/lib/systemd/user/paths.target
1594%{_prefix}/lib/systemd/user/printer.target
1595%{_prefix}/lib/systemd/user/shutdown.target
1596%{_prefix}/lib/systemd/user/smartcard.target
1597%{_prefix}/lib/systemd/user/sockets.target
1598%{_prefix}/lib/systemd/user/sound.target
1599%{_prefix}/lib/systemd/user/systemd-tmpfiles-clean.service
1600%{_prefix}/lib/systemd/user/systemd-tmpfiles-clean.timer
1601%{_prefix}/lib/systemd/user/systemd-tmpfiles-setup.service
1602%{_prefix}/lib/systemd/user/timers.target
1603%{_prefix}/lib/systemd/user/systemd-exit.service
0a12352a 1604%{_prefix}/lib/systemd/user/xdg-desktop-autostart.target
c06d9f8f 1605%dir %{_prefix}/lib/systemd/user-generators
0a12352a 1606%attr(755,root,root) %{_prefix}/lib/systemd/user-generators/systemd-xdg-autostart-generator
c06d9f8f
JB
1607%dir %{_prefix}/lib/systemd/user-environment-generators
1608%attr(755,root,root) %{_prefix}/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
1609%dir %{_prefix}/lib/systemd/user-preset
1610%{_prefix}/lib/systemd/user-preset/90-systemd.preset
4975e634 1611%dir %{_prefix}/lib/systemd/system-environment-generators
1bbe8306
JP
1612%dir /lib/systemd/ntp-units.d
1613/lib/systemd/ntp-units.d/80-systemd-timesync.list
5bb38820 1614%dir /lib/systemd/pld-helpers.d
95ffdd1e 1615%dir /lib/systemd/system-generators
995ed764
TR
1616%dir /lib/systemd/system-preset
1617/lib/systemd/system-preset/90-systemd.preset
16f4419f 1618%dir /lib/systemd/system-sleep
828362e7 1619%dir /lib/systemd/system-shutdown
c3037397
ER
1620%attr(755,root,root) /bin/systemctl
1621%attr(755,root,root) /bin/systemd-tmpfiles
b77423ae 1622%attr(755,root,root) /bin/systemd_booted
c3037397 1623%{_mandir}/man1/systemctl.1*
89d58574 1624%{_mandir}/man5/tmpfiles.d.5*
9a2089f1 1625%{_mandir}/man5/environment.d.5*
c3037397 1626%{_mandir}/man8/systemd-tmpfiles.8*
7edc5189 1627%{_npkgconfigdir}/systemd.pc
2f2b39e6 1628
c75f826c
AM
1629%{systemdunitdir}/dev-hugepages.mount
1630%{systemdunitdir}/dev-mqueue.mount
1631%{systemdunitdir}/initrd-root-device.target
2f2b39e6 1632%{systemdunitdir}/proc-sys-fs-binfmt_misc.automount
2f2b39e6 1633%{systemdunitdir}/proc-sys-fs-binfmt_misc.mount
c75f826c 1634%{systemdunitdir}/sockets.target.wants/systemd-coredump.socket
2f2b39e6
JR
1635%{systemdunitdir}/sys-fs-fuse-connections.mount
1636%{systemdunitdir}/sys-kernel-config.mount
1637%{systemdunitdir}/sys-kernel-debug.mount
51dfcf04 1638%{systemdunitdir}/sys-kernel-tracing.mount
c75f826c
AM
1639%{systemdunitdir}/systemd-coredump@.service
1640%{systemdunitdir}/systemd-coredump.socket
1641%{systemdunitdir}/systemd-exit.service
1bbe8306 1642%{systemdunitdir}/systemd-pstore.service
c75f826c 1643%{systemdunitdir}/systemd-rfkill.socket
2f2b39e6 1644%{systemdunitdir}/tmp.mount
7edc5189 1645%{systemdunitdir}/var-lib-machines.mount
2f2b39e6
JR
1646%{systemdunitdir}/var-lock.mount
1647%{systemdunitdir}/var-run.mount
1648%{systemdunitdir}/systemd-ask-password-console.path
1649%{systemdunitdir}/systemd-ask-password-wall.path
1650%{systemdunitdir}/allowlogin.service
1651%{systemdunitdir}/autovt@.service
1652%{systemdunitdir}/console-getty.service
2f2b39e6
JR
1653%{systemdunitdir}/console.service
1654%{systemdunitdir}/container-getty@.service
1655%{systemdunitdir}/cpusets.service
1656%{systemdunitdir}/dbus-org.freedesktop.hostname1.service
1657%{systemdunitdir}/dbus-org.freedesktop.import1.service
1658%{systemdunitdir}/dbus-org.freedesktop.locale1.service
1659%{systemdunitdir}/dbus-org.freedesktop.login1.service
1660%{systemdunitdir}/dbus-org.freedesktop.machine1.service
1661%{systemdunitdir}/dbus-org.freedesktop.timedate1.service
1662%{systemdunitdir}/debug-shell.service
1663%{systemdunitdir}/display-manager.service
1664%{systemdunitdir}/emergency.service
1665%{systemdunitdir}/getty@.service
2f2b39e6
JR
1666%{systemdunitdir}/initrd-cleanup.service
1667%{systemdunitdir}/initrd-parse-etc.service
1668%{systemdunitdir}/initrd-switch-root.service
1669%{systemdunitdir}/initrd-udevadm-cleanup-db.service
1670%{systemdunitdir}/killall.service
1671%{systemdunitdir}/kmod-static-nodes.service
1672%{systemdunitdir}/ldconfig.service
51dfcf04 1673%{systemdunitdir}/modprobe@.service
2f2b39e6
JR
1674%{systemdunitdir}/netfs.service
1675%{systemdunitdir}/network.service
1676%{systemdunitdir}/pld-clean-tmp.service
2f2b39e6
JR
1677%{systemdunitdir}/prefdm.service
1678%{systemdunitdir}/quotaon.service
1679%{systemdunitdir}/random.service
1680%{systemdunitdir}/rescue.service
1681%{systemdunitdir}/serial-getty@.service
1682%{systemdunitdir}/single.service
e5f31a34 1683%{systemdunitdir}/sigpwr-container-shutdown.service
7dfd6655 1684%{systemdunitdir}/suspend-then-hibernate.target
2f2b39e6 1685%{systemdunitdir}/sys-kernel-config.service
9a2089f1 1686%{systemdunitdir}/system-update-cleanup.service
7dfd6655 1687%{systemdunitdir}/system-update-pre.target
2f2b39e6
JR
1688%{systemdunitdir}/systemd-ask-password-console.service
1689%{systemdunitdir}/systemd-ask-password-wall.service
1690%{systemdunitdir}/systemd-backlight@.service
1691%{systemdunitdir}/systemd-binfmt.service
ff6d6f8f 1692%{?with_efi:%{systemdunitdir}/systemd-bless-boot.service}
1bbe8306 1693%{?with_efi:%{systemdunitdir}/systemd-boot-system-token.service}
a919bc1d 1694%{systemdunitdir}/systemd-boot-check-no-failures.service
2f2b39e6
JR
1695%{systemdunitdir}/systemd-firstboot.service
1696%{systemdunitdir}/systemd-fsck-root.service
1697%{systemdunitdir}/systemd-fsck@.service
1698%{systemdunitdir}/systemd-halt.service
1699%{systemdunitdir}/systemd-hibernate-resume@.service
1700%{systemdunitdir}/systemd-hibernate.service
1701%{systemdunitdir}/systemd-hostnamed.service
1702%{systemdunitdir}/systemd-hwdb-update.service
1703%{systemdunitdir}/systemd-hybrid-sleep.service
1704%{systemdunitdir}/systemd-importd.service
1705%{systemdunitdir}/systemd-initctl.service
1706%{systemdunitdir}/systemd-journal-catalog-update.service
1707%{systemdunitdir}/systemd-journal-flush.service
1708%{systemdunitdir}/systemd-journal-gatewayd.service
1709%{systemdunitdir}/systemd-journal-remote.service
1710%{systemdunitdir}/systemd-journal-upload.service
1711%{systemdunitdir}/systemd-journald.service
51dfcf04 1712%{systemdunitdir}/systemd-journald@.service
2f2b39e6
JR
1713%{systemdunitdir}/systemd-kexec.service
1714%{systemdunitdir}/systemd-localed.service
1715%{systemdunitdir}/systemd-logind.service
1716%{systemdunitdir}/systemd-machine-id-commit.service
1717%{systemdunitdir}/systemd-machined.service
1718%{systemdunitdir}/systemd-modules-load.service
1719%{systemdunitdir}/systemd-nspawn@.service
1720%{systemdunitdir}/systemd-poweroff.service
1721%{systemdunitdir}/systemd-quotacheck.service
1722%{systemdunitdir}/systemd-random-seed.service
1723%{systemdunitdir}/systemd-reboot.service
1724%{systemdunitdir}/systemd-remount-fs.service
c75f826c 1725%{systemdunitdir}/systemd-rfkill.service
2f2b39e6 1726%{systemdunitdir}/systemd-suspend.service
7dfd6655 1727%{systemdunitdir}/systemd-suspend-then-hibernate.service
2f2b39e6
JR
1728%{systemdunitdir}/systemd-sysctl.service
1729%{systemdunitdir}/systemd-sysusers.service
7dfd6655 1730%{systemdunitdir}/systemd-time-wait-sync.service
2f2b39e6
JR
1731%{systemdunitdir}/systemd-timedated.service
1732%{systemdunitdir}/systemd-timesyncd.service
1733%{systemdunitdir}/systemd-tmpfiles-clean.service
1734%{systemdunitdir}/systemd-tmpfiles-setup-dev.service
1735%{systemdunitdir}/systemd-tmpfiles-setup.service
1736%{systemdunitdir}/systemd-udev-settle.service
1737%{systemdunitdir}/systemd-udev-trigger.service
1738%{systemdunitdir}/systemd-udevd.service
e2e2785c 1739%dir %{systemdunitdir}/systemd-udevd.service.d
2f2b39e6
JR
1740%{systemdunitdir}/systemd-update-done.service
1741%{systemdunitdir}/systemd-update-utmp-runlevel.service
1742%{systemdunitdir}/systemd-update-utmp.service
1743%{systemdunitdir}/systemd-user-sessions.service
0c0b940f
JP
1744%{systemdunitdir}/systemd-userdbd.service
1745%{systemdunitdir}/systemd-userdbd.socket
2f2b39e6 1746%{systemdunitdir}/systemd-vconsole-setup.service
9a2089f1 1747%{systemdunitdir}/systemd-volatile-root.service
2f2b39e6 1748%{systemdunitdir}/user@.service
2f2b39e6 1749%{systemdunitdir}/machine.slice
7d414874 1750#%{systemdunitdir}/system.slice
51dfcf04 1751%{?with_cryptsetup:%{systemdunitdir}/system-systemd\x2dcryptsetup.slice}
7dfd6655
JB
1752%dir %{systemdunitdir}/user-.slice.d
1753%{systemdunitdir}/user-.slice.d/10-defaults.conf
1754%{systemdunitdir}/user-runtime-dir@.service
2f2b39e6 1755%{systemdunitdir}/user.slice
618c1d39 1756%exclude %{systemdunitdir}/rc-inetd.service
2f2b39e6
JR
1757%{systemdunitdir}/syslog.socket
1758%{systemdunitdir}/systemd-initctl.socket
1759%{systemdunitdir}/systemd-journal-remote.socket
1760%{systemdunitdir}/systemd-journald-audit.socket
1761%{systemdunitdir}/systemd-journald-dev-log.socket
51dfcf04 1762%{systemdunitdir}/systemd-journald-varlink@.socket
2f2b39e6 1763%{systemdunitdir}/systemd-journald.socket
51dfcf04 1764%{systemdunitdir}/systemd-journald@.socket
2f2b39e6
JR
1765%{systemdunitdir}/systemd-udevd-control.socket
1766%{systemdunitdir}/systemd-udevd-kernel.socket
1767%{systemdunitdir}/basic.target
51dfcf04 1768%{systemdunitdir}/blockdev@.target
2f2b39e6 1769%{systemdunitdir}/bluetooth.target
a919bc1d 1770%{systemdunitdir}/boot-complete.target
2f2b39e6
JR
1771%{?with_cryptsetup:%{systemdunitdir}/cryptsetup-pre.target}
1772%{?with_cryptsetup:%{systemdunitdir}/cryptsetup.target}
1773%{systemdunitdir}/ctrl-alt-del.target
1774%{systemdunitdir}/default.target
1775%{systemdunitdir}/emergency.target
c75f826c 1776%{systemdunitdir}/exit.target
2f2b39e6
JR
1777%{systemdunitdir}/final.target
1778%{systemdunitdir}/getty.target
f06261ce 1779%{systemdunitdir}/getty-pre.target
2f2b39e6
JR
1780%{systemdunitdir}/graphical.target
1781%{systemdunitdir}/halt.target
1782%{systemdunitdir}/hibernate.target
1783%{systemdunitdir}/hybrid-sleep.target
1784%{systemdunitdir}/initrd-fs.target
1785%{systemdunitdir}/initrd-root-fs.target
1786%{systemdunitdir}/initrd-switch-root.target
1787%{systemdunitdir}/initrd.target
1788%{systemdunitdir}/kexec.target
1789%{systemdunitdir}/local-fs-pre.target
1790%{systemdunitdir}/local-fs.target
1791%{systemdunitdir}/machines.target
1792%{systemdunitdir}/multi-user.target
1793%{systemdunitdir}/network-online.target
1794%{systemdunitdir}/network-pre.target
1795%{systemdunitdir}/network.target
1796%{systemdunitdir}/nss-lookup.target
1797%{systemdunitdir}/nss-user-lookup.target
1798%{systemdunitdir}/paths.target
1799%{systemdunitdir}/poweroff.target
1800%{systemdunitdir}/printer.target
1801%{systemdunitdir}/reboot.target
1802%{systemdunitdir}/remote-fs-pre.target
1803%{systemdunitdir}/remote-fs.target
f06261ce 1804%if %{with cryptsetup}
f06261ce
AM
1805%{systemdunitdir}/remote-cryptsetup.target
1806%endif
2f2b39e6
JR
1807%{systemdunitdir}/rescue.target
1808%{systemdunitdir}/rpcbind.target
1809%{systemdunitdir}/runlevel0.target
1810%{systemdunitdir}/runlevel1.target
1811%{systemdunitdir}/runlevel2.target
1812%{systemdunitdir}/runlevel3.target
1813%{systemdunitdir}/runlevel4.target
1814%{systemdunitdir}/runlevel5.target
1815%{systemdunitdir}/runlevel6.target
1816%{systemdunitdir}/shutdown.target
1817%{systemdunitdir}/sigpwr.target
1818%{systemdunitdir}/sleep.target
1819%{systemdunitdir}/slices.target
1820%{systemdunitdir}/smartcard.target
1821%{systemdunitdir}/sockets.target
1822%{systemdunitdir}/sound.target
1823%{systemdunitdir}/suspend.target
1824%{systemdunitdir}/swap.target
1825%{systemdunitdir}/sysinit.target
1826%{systemdunitdir}/system-update.target
d482e20e 1827%{systemdunitdir}/time-set.target
2f2b39e6
JR
1828%{systemdunitdir}/time-sync.target
1829%{systemdunitdir}/timers.target
1830%{systemdunitdir}/umount.target
75e09f8c 1831%{systemdunitdir}/usb-gadget.target
2f2b39e6 1832%{systemdunitdir}/systemd-tmpfiles-clean.timer
e4c66821
JB
1833%dir %{systemdunitdir}/basic.target.wants
1834%dir %{systemdunitdir}/dbus.target.wants
5c770713 1835%dir %{systemdunitdir}/final.target.wants
7edc5189 1836%dir %{systemdunitdir}/graphical.target.wants
e4c66821 1837%dir %{systemdunitdir}/halt.target.wants
aa8c5e72 1838%dir %{systemdunitdir}/initrd.target.wants
bb8e7bde 1839%dir %{systemdunitdir}/initrd-root-fs.target.wants
e4c66821
JB
1840%dir %{systemdunitdir}/kexec.target.wants
1841%dir %{systemdunitdir}/local-fs.target.wants
9a2089f1 1842%dir %{systemdunitdir}/machines.target.wants
e4c66821
JB
1843%dir %{systemdunitdir}/multi-user.target.wants
1844%dir %{systemdunitdir}/poweroff.target.wants
1845%dir %{systemdunitdir}/reboot.target.wants
9a2089f1 1846%dir %{systemdunitdir}/remote-fs.target.wants
7edc5189 1847%dir %{systemdunitdir}/rescue.target.wants
e4c66821
JB
1848%dir %{systemdunitdir}/runlevel[12345].target.wants
1849%dir %{systemdunitdir}/shutdown.target.wants
e5f31a34 1850%dir %{systemdunitdir}/sigpwr.target.wants
e4c66821 1851%dir %{systemdunitdir}/sockets.target.wants
c06d9f8f 1852%dir %{systemdunitdir}/sound.target.wants
e4c66821
JB
1853%dir %{systemdunitdir}/sysinit.target.wants
1854%dir %{systemdunitdir}/syslog.target.wants
c06d9f8f 1855%dir %{systemdunitdir}/system-update.target.wants
bce90f0e 1856%dir %{systemdunitdir}/timers.target.wants
7edc5189
JR
1857%{systemdunitdir}/graphical.target.wants/display-manager.service
1858%{systemdunitdir}/graphical.target.wants/systemd-update-utmp-runlevel.service
2f2b39e6 1859%{systemdunitdir}/local-fs.target.wants/pld-clean-tmp.service
2f2b39e6
JR
1860%{systemdunitdir}/local-fs.target.wants/var-lock.mount
1861%{systemdunitdir}/local-fs.target.wants/var-run.mount
9a2089f1 1862%{systemdunitdir}/machines.target.wants/var-lib-machines.mount
c7a423d8
JR
1863%{systemdunitdir}/multi-user.target.wants/getty.target
1864%{systemdunitdir}/multi-user.target.wants/rc-local.service
1865%{systemdunitdir}/multi-user.target.wants/systemd-ask-password-wall.path
1866%{systemdunitdir}/multi-user.target.wants/systemd-logind.service
7edc5189 1867%{systemdunitdir}/multi-user.target.wants/systemd-update-utmp-runlevel.service
c7a423d8 1868%{systemdunitdir}/multi-user.target.wants/systemd-user-sessions.service
9a2089f1 1869%{systemdunitdir}/remote-fs.target.wants/var-lib-machines.mount
7edc5189 1870%{systemdunitdir}/rescue.target.wants/systemd-update-utmp-runlevel.service
e5f31a34 1871%{systemdunitdir}/sigpwr.target.wants/sigpwr-container-shutdown.service
2f2b39e6
JR
1872%{systemdunitdir}/sockets.target.wants/systemd-initctl.socket
1873%{systemdunitdir}/sockets.target.wants/systemd-journald-audit.socket
1874%{systemdunitdir}/sockets.target.wants/systemd-journald-dev-log.socket
1875%{systemdunitdir}/sockets.target.wants/systemd-journald.socket
2f2b39e6
JR
1876%{systemdunitdir}/sockets.target.wants/systemd-udevd-control.socket
1877%{systemdunitdir}/sockets.target.wants/systemd-udevd-kernel.socket
c7a423d8
JR
1878%{?with_cryptsetup:%{systemdunitdir}/sysinit.target.wants/cryptsetup.target}
1879%{systemdunitdir}/sysinit.target.wants/dev-hugepages.mount
1880%{systemdunitdir}/sysinit.target.wants/dev-mqueue.mount
11fa1d33 1881%{systemdunitdir}/sysinit.target.wants/kmod-static-nodes.service
995ed764 1882%{systemdunitdir}/sysinit.target.wants/ldconfig.service
c7a423d8 1883%{systemdunitdir}/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
2f2b39e6
JR
1884%{systemdunitdir}/sysinit.target.wants/sys-fs-fuse-connections.mount
1885%{systemdunitdir}/sysinit.target.wants/sys-kernel-debug.mount
51dfcf04 1886%{systemdunitdir}/sysinit.target.wants/sys-kernel-tracing.mount
2f2b39e6
JR
1887%{systemdunitdir}/sysinit.target.wants/systemd-ask-password-console.path
1888%{systemdunitdir}/sysinit.target.wants/systemd-binfmt.service
1bbe8306 1889%{?with_efi:%{systemdunitdir}/sysinit.target.wants/systemd-boot-system-token.service}
2f2b39e6
JR
1890%{systemdunitdir}/sysinit.target.wants/systemd-firstboot.service
1891%{systemdunitdir}/sysinit.target.wants/systemd-hwdb-update.service
1892%{systemdunitdir}/sysinit.target.wants/systemd-journal-catalog-update.service
1893%{systemdunitdir}/sysinit.target.wants/systemd-journald.service
1894%{systemdunitdir}/sysinit.target.wants/systemd-journal-flush.service
1895%{systemdunitdir}/sysinit.target.wants/systemd-machine-id-commit.service
1896%{systemdunitdir}/sysinit.target.wants/systemd-modules-load.service
1897%{systemdunitdir}/sysinit.target.wants/systemd-random-seed.service
1898%{systemdunitdir}/sysinit.target.wants/systemd-sysctl.service
1899%{systemdunitdir}/sysinit.target.wants/systemd-sysusers.service
1900%{systemdunitdir}/sysinit.target.wants/systemd-tmpfiles-setup-dev.service
1901%{systemdunitdir}/sysinit.target.wants/systemd-tmpfiles-setup.service
1902%{systemdunitdir}/sysinit.target.wants/systemd-udevd.service
1903%{systemdunitdir}/sysinit.target.wants/systemd-udev-trigger.service
1904%{systemdunitdir}/sysinit.target.wants/systemd-update-done.service
1905%{systemdunitdir}/sysinit.target.wants/systemd-update-utmp.service
2f2b39e6 1906%{systemdunitdir}/timers.target.wants/systemd-tmpfiles-clean.timer
be813610 1907%dir %{systemduserunitdir}/sockets.target.wants
c75f826c
AM
1908%{systemduserunitdir}/graphical-session-pre.target
1909%{systemduserunitdir}/graphical-session.target
a8a1a634
JB
1910%{_mandir}/man5/user@.service.5*
1911%{_mandir}/man5/user-runtime-dir@.service.5*
9a2089f1
AM
1912%{_mandir}/man8/30-systemd-environment-d-generator.8*
1913%{_mandir}/man8/systemd-environment-d-generator.8*
4400c575
JR
1914%{_mandir}/man8/systemd-ask-password-console.path.8*
1915%{_mandir}/man8/systemd-ask-password-console.service.8*
1916%{_mandir}/man8/systemd-ask-password-wall.path.8*
1917%{_mandir}/man8/systemd-ask-password-wall.service.8*
77d7e0b4 1918%{_mandir}/man8/systemd-backlight@.service.8*
4400c575 1919%{_mandir}/man8/systemd-binfmt.service.8*
a8a1a634
JB
1920%{?with_efi:%{_mandir}/man8/systemd-bless-boot.service.8*}
1921%{_mandir}/man8/systemd-boot-check-no-failures.service.8*
1bbe8306 1922%{?with_efi:%{_mandir}/man8/systemd-boot-system-token.service.8*}
c75f826c
AM
1923%{_mandir}/man8/systemd-coredump.socket.8*
1924%{_mandir}/man8/systemd-coredump@.service.8*
657515ed
JK
1925%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup.8*}
1926%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup@.service.8*}
4400c575
JR
1927%{_mandir}/man8/systemd-fsck-root.service.8*
1928%{_mandir}/man8/systemd-fsck@.service.8*
1929%{_mandir}/man8/systemd-halt.service.8*
1930%{_mandir}/man8/systemd-hibernate.service.8*
1931%{_mandir}/man8/systemd-hostnamed.service.8*
f8d07093 1932%{_mandir}/man8/systemd-hybrid-sleep.service.8*
7dfd6655 1933%{_mandir}/man8/systemd-importd.service.8*
4400c575
JR
1934%{_mandir}/man8/systemd-initctl.service.8*
1935%{_mandir}/man8/systemd-initctl.socket.8*
7dfd6655
JB
1936%{_mandir}/man8/systemd-journal-remote.service.8*
1937%{_mandir}/man8/systemd-journal-remote.socket.8*
1938%{_mandir}/man8/systemd-journal-upload.service.8*
4400c575
JR
1939%{_mandir}/man8/systemd-journald.service.8*
1940%{_mandir}/man8/systemd-journald.socket.8*
c75f826c 1941%{_mandir}/man8/systemd-journald-audit.socket.8*
4400c575
JR
1942%{_mandir}/man8/systemd-kexec.service.8*
1943%{_mandir}/man8/systemd-localed.service.8*
1944%{_mandir}/man8/systemd-logind.service.8*
11fa1d33 1945%{_mandir}/man8/systemd-machined.service.8*
4400c575
JR
1946%{_mandir}/man8/systemd-modules-load.service.8*
1947%{_mandir}/man8/systemd-poweroff.service.8*
1948%{_mandir}/man8/systemd-quotacheck.service.8*
1aed57ba 1949%{_mandir}/man8/systemd-random-seed.service.8*
4400c575
JR
1950%{_mandir}/man8/systemd-reboot.service.8*
1951%{_mandir}/man8/systemd-remount-fs.service.8*
c75f826c 1952%{_mandir}/man8/systemd-rfkill.socket.8*
4400c575 1953%{_mandir}/man8/systemd-suspend.service.8*
7dfd6655 1954%{_mandir}/man8/systemd-suspend-then-hibernate.service.8*
4400c575 1955%{_mandir}/man8/systemd-sysctl.service.8*
7dfd6655 1956%{_mandir}/man8/systemd-time-wait-sync.service.8*
4400c575
JR
1957%{_mandir}/man8/systemd-timedated.service.8*
1958%{_mandir}/man8/systemd-tmpfiles-clean.service.8*
1959%{_mandir}/man8/systemd-tmpfiles-clean.timer.8*
1960%{_mandir}/man8/systemd-tmpfiles-setup.service.8*
890c04f0 1961%{_mandir}/man8/systemd-tmpfiles-setup-dev.service.8*
1bbe8306 1962%{_mandir}/man8/systemd-udev-settle.service.8*
4400c575 1963%{_mandir}/man8/systemd-udevd.service.8*
f8d07093
JR
1964%{_mandir}/man8/systemd-udevd-control.socket.8*
1965%{_mandir}/man8/systemd-udevd-kernel.socket.8*
4400c575 1966%{_mandir}/man8/systemd-update-utmp-runlevel.service.8*
1aed57ba 1967%{_mandir}/man8/systemd-update-utmp.service.8*
4400c575 1968%{_mandir}/man8/systemd-user-sessions.service.8*
0c0b940f 1969%{_mandir}/man8/systemd-userdbd.service.8*
4400c575 1970%{_mandir}/man8/systemd-vconsole-setup.service.8*
e4c66821 1971
c2dd2200
AM
1972%files tools
1973%defattr(644,root,root,755)
1974%attr(755,root,root) %{_bindir}/systemd-cgls
1975%attr(755,root,root) %{_bindir}/systemd-cgtop
1976%{_mandir}/man1/systemd-cgls.1*
1977%{_mandir}/man1/systemd-cgtop.1*
1978
48066926
ER
1979%if %{with microhttpd}
1980%files journal-gateway
1981%defattr(644,root,root,755)
2f2b39e6 1982%{systemdunitdir}/systemd-journal-gatewayd.socket
48066926
ER
1983%attr(755,root,root) /lib/systemd/systemd-journal-gatewayd
1984%{_mandir}/man8/systemd-journal-gatewayd.8*
1985%{_mandir}/man8/systemd-journal-gatewayd.service.8*
1986%{_mandir}/man8/systemd-journal-gatewayd.socket.8*
1987%endif
909f05f5 1988
bb8e7bde
JB
1989%files homed
1990%defattr(644,root,root,755)
1991%attr(755,root,root) /bin/homectl
1992%attr(755,root,root) /lib/systemd/systemd-homed
1993%attr(755,root,root) /lib/systemd/systemd-homework
1994%attr(755,root,root) /%{_lib}/security/pam_systemd_home.so
1995%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/homed.conf
1996%{systemdunitdir}/systemd-homed.service
1997%{_datadir}/dbus-1/system-services/org.freedesktop.home1.service
1998%{_datadir}/dbus-1/system.d/org.freedesktop.home1.conf
1999%{_datadir}/polkit-1/actions/org.freedesktop.home1.policy
2000%{_mandir}/man1/homectl.1*
2001%{_mandir}/man5/homed.conf.5*
2002%{_mandir}/man5/homed.conf.d.5*
2003%{_mandir}/man5/org.freedesktop.home1.5*
2004%{_mandir}/man8/pam_systemd_home.8*
2005%{_mandir}/man8/systemd-homed.8*
2006%{_mandir}/man8/systemd-homed.service.8*
2007
909f05f5
JK
2008%files networkd
2009%defattr(644,root,root,755)
8e27187e 2010%{_datadir}/dbus-1/system.d/org.freedesktop.network1.conf
a919bc1d 2011%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/networkd.conf
aae72bea 2012%dir %{_sysconfdir}/systemd/network
aae72bea
JR
2013/lib/systemd/network/80-container-host0.network
2014/lib/systemd/network/80-container-ve.network
c75f826c 2015/lib/systemd/network/80-container-vz.network
0a12352a 2016/lib/systemd/network/80-vm-vt.network
e65d38fd 2017/lib/systemd/network/80-wifi-adhoc.network
1bbe8306 2018%{systemdunitdir}/systemd-network-generator.service
2f2b39e6
JR
2019%{systemdunitdir}/systemd-networkd-wait-online.service
2020%{systemdunitdir}/systemd-networkd.service
2021%{systemdunitdir}/systemd-networkd.socket
2f2b39e6 2022%{_datadir}/dbus-1/system-services/org.freedesktop.network1.service
1bbe8306 2023%{_datadir}/polkit-1/actions/org.freedesktop.network1.policy
2f2b39e6 2024%attr(755,root,root) /bin/networkctl
1bbe8306 2025%attr(755,root,root) /lib/systemd/systemd-network-generator
909f05f5
JK
2026%attr(755,root,root) /lib/systemd/systemd-networkd
2027%attr(755,root,root) /lib/systemd/systemd-networkd-wait-online
2f2b39e6 2028%{_mandir}/man1/networkctl.1*
c75f826c
AM
2029%{_mandir}/man5/networkd.conf.5*
2030%{_mandir}/man5/networkd.conf.d.5*
1bbe8306 2031%{_mandir}/man7/systemd.net-naming-scheme.7*
51dfcf04
JP
2032%{_mandir}/man8/systemd-network-generator.8*
2033%{_mandir}/man8/systemd-network-generator.service.8*
de1f2a1e 2034%{_mandir}/man8/systemd-networkd-wait-online.8*
2f2b39e6 2035%{_mandir}/man8/systemd-networkd-wait-online.service.8*
de1f2a1e 2036%{_mandir}/man8/systemd-networkd.8*
2f2b39e6 2037%{_mandir}/man8/systemd-networkd.service.8*
909f05f5 2038
be1d1ebd
JB
2039%files portabled
2040%defattr(644,root,root,755)
a919bc1d
JP
2041%doc docs/PORTABLE_SERVICES.md
2042%attr(755,root,root) /bin/portablectl
be1d1ebd
JB
2043%attr(755,root,root) /lib/systemd/systemd-portabled
2044%{systemdunitdir}/dbus-org.freedesktop.portable1.service
2045%{systemdunitdir}/systemd-portabled.service
2046%dir /lib/systemd/portable
2047%dir /lib/systemd/portable/profile
2048%dir /lib/systemd/portable/profile/default
2049/lib/systemd/portable/profile/default/service.conf
2050%dir /lib/systemd/portable/profile/nonetwork
2051/lib/systemd/portable/profile/nonetwork/service.conf
2052%dir /lib/systemd/portable/profile/strict
2053/lib/systemd/portable/profile/strict/service.conf
2054%dir /lib/systemd/portable/profile/trusted
2055/lib/systemd/portable/profile/trusted/service.conf
2056%{systemdtmpfilesdir}/portables.conf
2057%{_datadir}/dbus-1/system-services/org.freedesktop.portable1.service
2058%{_datadir}/dbus-1/system.d/org.freedesktop.portable1.conf
2059%{_datadir}/polkit-1/actions/org.freedesktop.portable1.policy
2060%{_mandir}/man1/portablectl.1*
2061%{_mandir}/man8/systemd-portabled.8*
2062%{_mandir}/man8/systemd-portabled.service.8*
2063
bb8e7bde
JB
2064%files repart
2065%defattr(644,root,root,755)
2066%attr(755,root,root) /bin/systemd-repart
2067%{systemdunitdir}/systemd-repart.service
2068%{systemdunitdir}/initrd-root-fs.target.wants/systemd-repart.service
2069%{systemdunitdir}/sysinit.target.wants/systemd-repart.service
2070%{_mandir}/man5/repart.d.5*
2071%{_mandir}/man8/systemd-repart.8*
2072%{_mandir}/man8/systemd-repart.service.8*
2073
909f05f5
JK
2074%files resolved
2075%defattr(644,root,root,755)
2076%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/resolved.conf
8e27187e 2077%{_datadir}/dbus-1/system.d/org.freedesktop.resolve1.conf
2f2b39e6 2078%{_datadir}/dbus-1/system-services/org.freedesktop.resolve1.service
c06d9f8f 2079%{_datadir}/polkit-1/actions/org.freedesktop.resolve1.policy
2f2b39e6 2080%{systemdunitdir}/systemd-resolved.service
7dfd6655
JB
2081%attr(755,root,root) /sbin/resolvconf
2082%attr(755,root,root) %{_bindir}/resolvectl
909f05f5 2083%attr(755,root,root) /lib/systemd/systemd-resolved
7dfd6655
JB
2084%{_mandir}/man1/resolvconf.1*
2085%{_mandir}/man1/resolvectl.1*
0a12352a 2086%{_mandir}/man5/org.freedesktop.resolve1.5*
909f05f5
JK
2087%{_mandir}/man5/resolved.conf.5*
2088%{_mandir}/man5/resolved.conf.d.5*
de1f2a1e 2089%{_mandir}/man8/systemd-resolved.8*
2f2b39e6 2090%{_mandir}/man8/systemd-resolved.service.8*
48066926 2091
bb6fb962
JR
2092%files inetd
2093%defattr(644,root,root,755)
60c3e1b7 2094%attr(755,root,root) %{systemdunitdir}-generators/pld-rc-inetd-generator
bb6fb962
JR
2095%{systemdunitdir}/rc-inetd.service
2096
4e5e9c32
ER
2097%files analyze
2098%defattr(644,root,root,755)
2099%attr(755,root,root) %{_bindir}/systemd-analyze
4400c575 2100%{_mandir}/man1/systemd-analyze.1*
4e5e9c32 2101
5b9bde26 2102%files libs
6c89bbd4 2103%defattr(644,root,root,755)
2be4d5dc 2104%attr(755,root,root) /%{_lib}/libnss_myhostname.so.2
c75f826c
AM
2105%attr(755,root,root) /%{_lib}/libnss_mymachines.so.2
2106%attr(755,root,root) /%{_lib}/libnss_resolve.so.2
2107%attr(755,root,root) /%{_lib}/libnss_systemd.so.2
995ed764
TR
2108%attr(755,root,root) /%{_lib}/libsystemd.so.*.*.*
2109%attr(755,root,root) %ghost /%{_lib}/libsystemd.so.0
28c06947 2110%attr(755,root,root) /lib/systemd/libsystemd-shared*.so
c75f826c
AM
2111%{_mandir}/man8/libnss_resolve.so.2.8*
2112%{_mandir}/man8/libnss_systemd.so.2.8*
2113%{_mandir}/man8/nss-resolve.8*
a2e26a8b 2114%{_mandir}/man8/nss-systemd.8*
961baf80
AF
2115
2116%files devel
2117%defattr(644,root,root,755)
c75f826c 2118%attr(755,root,root) /%{_lib}/libsystemd.so
5b9bde26 2119%{_includedir}/%{name}
995ed764 2120%{_pkgconfigdir}/libsystemd.pc
ab590cee
JR
2121%{_mandir}/man3/SD_*.3*
2122%{_mandir}/man3/sd*.3*
5b9bde26
JB
2123
2124%files -n bash-completion-systemd
2125%defattr(644,root,root,755)
973c0d94 2126%{bash_compdir}/bootctl
a2e26a8b
ER
2127%{bash_compdir}/busctl
2128%{bash_compdir}/coredumpctl
2129%{bash_compdir}/hostnamectl
2130%{bash_compdir}/journalctl
2131%{bash_compdir}/kernel-install
2132%{bash_compdir}/localectl
2133%{bash_compdir}/loginctl
2134%{bash_compdir}/machinectl
2135%{bash_compdir}/networkctl
be1d1ebd 2136%{bash_compdir}/portablectl
7dfd6655 2137%{bash_compdir}/resolvectl
a2e26a8b
ER
2138%{bash_compdir}/systemctl
2139%{bash_compdir}/systemd-analyze
2140%{bash_compdir}/systemd-cat
2141%{bash_compdir}/systemd-cgls
2142%{bash_compdir}/systemd-cgtop
2143%{bash_compdir}/systemd-delta
2144%{bash_compdir}/systemd-detect-virt
2145%{bash_compdir}/systemd-nspawn
2146%{bash_compdir}/systemd-path
2147%{bash_compdir}/systemd-resolve
2148%{bash_compdir}/systemd-run
2149%{bash_compdir}/timedatectl
ae4d0acb 2150
77d7e0b4
JR
2151%files -n zsh-completion-systemd
2152%defattr(644,root,root,755)
973c0d94 2153%{zsh_compdir}/_bootctl
a2e26a8b
ER
2154%{zsh_compdir}/_busctl
2155%{zsh_compdir}/_coredumpctl
2156%{zsh_compdir}/_hostnamectl
2157%{zsh_compdir}/_journalctl
2158%{zsh_compdir}/_kernel-install
2159%{zsh_compdir}/_localectl
2160%{zsh_compdir}/_loginctl
2161%{zsh_compdir}/_machinectl
9a2089f1 2162%{zsh_compdir}/_networkctl
1bbe8306 2163%{zsh_compdir}/_resolvectl
a2e26a8b
ER
2164%{zsh_compdir}/_sd_hosts_or_user_at_host
2165%{zsh_compdir}/_sd_machines
2166%{zsh_compdir}/_sd_outputmodes
2167%{zsh_compdir}/_sd_unit_files
2168%{zsh_compdir}/_systemctl
2169%{zsh_compdir}/_systemd
2170%{zsh_compdir}/_systemd-analyze
2171%{zsh_compdir}/_systemd-delta
2172%{zsh_compdir}/_systemd-inhibit
2173%{zsh_compdir}/_systemd-nspawn
a2e26a8b
ER
2174%{zsh_compdir}/_systemd-run
2175%{zsh_compdir}/_systemd-tmpfiles
2176%{zsh_compdir}/_timedatectl
77d7e0b4 2177
30121190
JR
2178%files -n udev
2179%defattr(644,root,root,755)
2180%dev(c,1,3) %attr(666,root,root) /dev/null
2181%dev(c,5,1) %attr(660,root,console) /dev/console
2182%dev(c,1,5) %attr(666,root,root) /dev/zero
2183
2184%files -n udev-core
2185%defattr(644,root,root,755)
30121190 2186
947943f3 2187%{_prefix}/lib/udev
30121190 2188
30121190
JR
2189%attr(755,root,root) /lib/udev/net_helper
2190
2191%attr(755,root,root) /lib/udev/ata_id
2192%attr(755,root,root) /lib/udev/cdrom_id
e65d38fd 2193%attr(755,root,root) /lib/udev/fido_id
30121190
JR
2194%attr(755,root,root) /lib/udev/mtd_probe
2195%attr(755,root,root) /lib/udev/scsi_id
2196%attr(755,root,root) /lib/udev/v4l_id
2197
2198%attr(755,root,root) /lib/udev/udevd
2199
f8d07093 2200/lib/udev/hwdb.d/20-acpi-vendor.hwdb
2be4d5dc 2201/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb
995ed764 2202/lib/udev/hwdb.d/20-net-ifname.hwdb
7edc5189 2203/lib/udev/hwdb.d/20-OUI.hwdb
f8d07093 2204/lib/udev/hwdb.d/20-pci-classes.hwdb
bce90f0e 2205/lib/udev/hwdb.d/20-pci-vendor-model.hwdb
995ed764
TR
2206/lib/udev/hwdb.d/20-sdio-classes.hwdb
2207/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb
f8d07093 2208/lib/udev/hwdb.d/20-usb-classes.hwdb
bce90f0e 2209/lib/udev/hwdb.d/20-usb-vendor-model.hwdb
7dfd6655 2210/lib/udev/hwdb.d/20-vmbus-class.hwdb
0a12352a
JP
2211/lib/udev/hwdb.d/60-autosuspend-chromiumos.hwdb
2212/lib/udev/hwdb.d/60-autosuspend.hwdb
7edc5189 2213/lib/udev/hwdb.d/60-evdev.hwdb
881358e5 2214/lib/udev/hwdb.d/60-input-id.hwdb
11fa1d33 2215/lib/udev/hwdb.d/60-keyboard.hwdb
9a2089f1 2216/lib/udev/hwdb.d/60-sensor.hwdb
f06261ce 2217/lib/udev/hwdb.d/70-joystick.hwdb
7dffbad7 2218/lib/udev/hwdb.d/70-mouse.hwdb
7edc5189 2219/lib/udev/hwdb.d/70-pointingstick.hwdb
2f2b39e6 2220/lib/udev/hwdb.d/70-touchpad.hwdb
f8d07093 2221
f06261ce
AM
2222%attr(755,root,root) %{_rootsbindir}/start_udev
2223%attr(755,root,root) %{_rootsbindir}/udevd
2224%attr(755,root,root) %{_rootsbindir}/udevadm
2f2b39e6 2225%attr(755,root,root) /bin/systemd-hwdb
bce90f0e 2226%attr(755,root,root) /bin/udevadm
30121190
JR
2227
2228%dir %{_sysconfdir}/udev
2229%dir %{_sysconfdir}/udev/rules.d
618c1d39 2230%dir %{_sysconfdir}/udev/hwdb.d
ba7dc07d 2231%ghost %{_sysconfdir}/udev/hwdb.bin
30121190
JR
2232
2233%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modprobe.d/fbdev-blacklist.conf
2234%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modprobe.d/udev_blacklist.conf
2235%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/links.conf
2236%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/40-alsa-restore.rules
2237%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/70-udev-pld.rules
dcbc26d0 2238%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/70-uinput.rules
27e7ee7d 2239%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/70-steam_controller.rules
e2ca78f3 2240%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/80-net-setup-link.rules
30121190
JR
2241
2242%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/udev.conf
2243
2244# rules below are NOT supposed to be changed by users
30121190 2245/lib/udev/rules.d/50-udev-default.rules
0a12352a 2246/lib/udev/rules.d/60-autosuspend.rules
7edc5189 2247/lib/udev/rules.d/60-block.rules
30121190 2248/lib/udev/rules.d/60-cdrom_id.rules
995ed764 2249/lib/udev/rules.d/60-drm.rules
7edc5189 2250/lib/udev/rules.d/60-evdev.rules
e65d38fd 2251/lib/udev/rules.d/60-fido-id.rules
30121190
JR
2252/lib/udev/rules.d/60-persistent-alsa.rules
2253/lib/udev/rules.d/60-persistent-input.rules
30121190 2254/lib/udev/rules.d/60-persistent-storage.rules
7edc5189 2255/lib/udev/rules.d/60-persistent-storage-tape.rules
30121190 2256/lib/udev/rules.d/60-persistent-v4l.rules
7edc5189 2257/lib/udev/rules.d/60-serial.rules
618c1d39 2258/lib/udev/rules.d/64-btrfs.rules
7dffbad7 2259/lib/udev/rules.d/70-mouse.rules
4f1f9baf 2260/lib/udev/rules.d/70-power-switch.rules
2f2b39e6 2261/lib/udev/rules.d/70-touchpad.rules
30121190
JR
2262/lib/udev/rules.d/75-net-description.rules
2263/lib/udev/rules.d/75-probe_mtd.rules
30121190
JR
2264/lib/udev/rules.d/78-sound-card.rules
2265/lib/udev/rules.d/80-drivers.rules
995ed764 2266/lib/udev/rules.d/80-net-setup-link.rules
7dffbad7 2267/lib/udev/rules.d/90-vconsole.rules
30121190 2268
ed4d2b1f 2269%{_mandir}/man5/udev.conf.5*
30121190 2270%{_mandir}/man7/udev.7*
2f2b39e6
JR
2271%{_mandir}/man7/hwdb.7*
2272%{_mandir}/man8/systemd-hwdb.8*
c75fd19d
JR
2273%{_mandir}/man8/udevadm.8*
2274%{_mandir}/man8/udevd.8*
2275
30121190
JR
2276%files -n udev-libs
2277%defattr(644,root,root,755)
2278%attr(755,root,root) /%{_lib}/libudev.so.*.*.*
c75fd19d 2279%attr(755,root,root) %ghost /%{_lib}/libudev.so.1
30121190
JR
2280
2281%files -n udev-devel
2282%defattr(644,root,root,755)
c75f826c 2283%attr(755,root,root) /%{_lib}/libudev.so
30121190
JR
2284%{_includedir}/libudev.h
2285%{_pkgconfigdir}/libudev.pc
2286%{_npkgconfigdir}/udev.pc
5c770713
JR
2287%{_mandir}/man3/libudev.3*
2288%{_mandir}/man3/udev_*.3*
30121190 2289
864041a0
JR
2290%files -n bash-completion-udev
2291%defattr(644,root,root,755)
a2e26a8b 2292%{bash_compdir}/udevadm
864041a0 2293
77d7e0b4
JR
2294%files -n zsh-completion-udev
2295%defattr(644,root,root,755)
a2e26a8b 2296%{zsh_compdir}/_udevadm
This page took 0.648975 seconds and 4 git commands to generate.