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