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