]> git.pld-linux.org Git - packages/systemd.git/blobdiff - systemd.spec
devel requires -units due .pc file
[packages/systemd.git] / systemd.spec
index 1c994a6aa4a1c383f182664923cf91883a74145b..4f0c8be2442d59c690680d5729cb06aa8369d250 100644 (file)
-#
 # TODO:
-#      - remove compat-pld-var-run.tmpfiles and maybe tmpfiles-not-fatal.patch
-#        after enough packages provide their own tmpfiles.d configs for
-#        /var/run directories
+# - consider providing the factory files via appropriate packages (setup, pam)
+# - merge rpm macros provided by systemd with ours
+# - handle udev package removal:
+#   - http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-March/023852.html
+#   - restore (write) sane value for kernel.hotplug, i.e from rc-scripts: sysctl -q -e -w kernel.hotplug=/lib/firmware/firmware-loader.sh
+# - dev->udev upgrade:
+#   - /dev/urandom remains missing, not created with start_udev anymore
 #
 # Conditional build:
-%bcond_without audit           # without audit support
-%bcond_without cryptsetup      # without cryptsetup support
+%bcond_without audit           # audit support
+%bcond_without consoled        # systemd-consoled (embedded terminal)
+%bcond_without cryptsetup      # cryptsetup support
+%bcond_without microhttpd      # use microhttpd for network journal access
 %bcond_without pam             # PAM authentication support
-%bcond_without plymouth        # do not install plymouth units
-%bcond_without selinux         # without SELinux support
-%bcond_without tcpd            # libwrap (tcp_wrappers) support
-
+%bcond_without qrencode        # QRencode support
+%bcond_without selinux         # SELinux support
+%bcond_without efi             # EFI boot support
+%bcond_without python3         # Python 3.x support
+%bcond_with    tests           # "make check" (requires systemd already installed)
+
+%ifnarch %{ix86} %{x8664} aarch64
+# x32 disabled - maybe it's possible to build x64 EFI, but it requires some hacking (add -m64 to EFI gcc command line?)
+%undefine      with_efi
+%endif
 Summary:       A System and Service Manager
 Summary(pl.UTF-8):     systemd - zarządca systemu i usług dla Linuksa
 Name:          systemd
-Version:       44
-Release:       7
-License:       GPL v2+
+# Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
+Version:       221
+Release:       5
+Epoch:         1
+License:       GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:         Base
 Source0:       http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
-# Source0-md5: 11f44ff74c87850064e4351518bcff17
+# Source0-md5: b4d5a253841cf28a98b7ec99c45e3716
 Source1:       %{name}-sysv-convert
 Source2:       %{name}_booted.c
 Source3:       network.service
-Source4:       compat-pld-media.tmpfiles
-Source5:       compat-pld-var-run.tmpfiles
+Source4:       var-lock.mount
+Source5:       var-run.mount
 Source10:      pld-storage-init-late.service
 Source11:      pld-storage-init.service
 Source12:      pld-wait-storage.service
 Source13:      pld-storage-init.sh
+Source14:      pld-clean-tmp.service
+Source15:      pld-clean-tmp.sh
+Source16:      pld-rc-inetd-generator.sh
+Source17:      rc-inetd.service
+Source18:      default.preset
+Source19:      prefdm.service
+# rules
+Source101:     udev-alsa.rules
+Source102:     udev.rules
+Source103:     udev-links.conf
+# scripts / helpers
+Source110:     udev-net.helper
+Source111:     start_udev
+# misc
+Source120:     udev.blacklist
+Source121:     fbdev.blacklist
 Patch0:                target-pld.patch
 Patch1:                config-pld.patch
-Patch2:                shut-sysv-up.patch
-Patch3:                pld-sysv-network.patch
-Patch4:                tmpfiles-not-fatal.patch
-Patch5:                CVE-2012-1174.patch
+Patch2:                pld-sysv-network.patch
+Patch3:                tmpfiles-not-fatal.patch
+Patch4:                udev-ploop-rules.patch
+Patch5:                udevadm-in-sbin.patch
+Patch6:                net-rename-revert.patch
+Patch7:                nss-in-rootlib.patch
+Patch8:                proc-hidepid.patch
+Patch9:                %{name}-configfs.patch
+Patch10:       pld-boot_efi_mount.patch
+Patch11:       optional-tmp-on-tmpfs.patch
+Patch12:       uids_gids.patch
+Patch13:       sysctl.patch
 URL:           http://www.freedesktop.org/wiki/Software/systemd
 BuildRequires: acl-devel
+BuildRequires: attr-devel
 %{?with_audit:BuildRequires:   audit-libs-devel}
-BuildRequires: autoconf >= 2.63
+BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
 BuildRequires: binutils >= 3:2.22.52.0.1-2
-%{?with_cryptsetup:BuildRequires:      cryptsetup-luks-devel}
+%{?with_cryptsetup:BuildRequires:      cryptsetup-devel >= 1.6.0}
 BuildRequires: dbus-devel >= 1.3.2
+BuildRequires: docbook-dtd45-xml
 BuildRequires: docbook-style-xsl
+BuildRequires: elfutils-devel
+BuildRequires: gettext-tools
+BuildRequires: glibc-misc
+%{?with_efi:BuildRequires:     gnu-efi}
+BuildRequires: gnutls-devel >= 3.1.4
+BuildRequires: gobject-introspection-devel >= 1.31.1
 BuildRequires: gperf
 BuildRequires: intltool >= 0.40.0
-BuildRequires: kmod-devel >= 5
+BuildRequires: kmod-devel >= 14
+BuildRequires: libapparmor-devel
+BuildRequires: libblkid-devel >= 2.20
 BuildRequires: libcap-devel
-%{?with_selinux:BuildRequires: libselinux-devel >= 2.1.0}
+%{?with_consoled:BuildRequires:        libdrm-devel >= 2.4}
+%{?with_consoled:BuildRequires:        libevdev-devel >= 1.2}
+BuildRequires: libgcrypt-devel >= 1.4.5
+%{?with_microhttpd:BuildRequires:      libmicrohttpd-devel >= 0.9.33}
+BuildRequires: libmount-devel
+BuildRequires: libseccomp-devel >= 1.0.0
+%{?with_selinux:BuildRequires: libselinux-devel >= 2.1.9}
 BuildRequires: libtool >= 2:2.2
-%{?with_tcpd:BuildRequires:    libwrap-devel}
 BuildRequires: libxslt-progs
+BuildRequires: lz4-devel
 BuildRequires: m4
 %{?with_pam:BuildRequires:     pam-devel}
 BuildRequires: pkgconfig >= 0.9.0
-BuildRequires: rpmbuild(macros) >= 1.627
-BuildRequires: udev-devel >= 1:172
+BuildRequires: python-devel
+BuildRequires: python-lxml
+BuildRequires: python-modules
+%if %{with python3}
+BuildRequires: python3-devel
+BuildRequires: python3-lxml
+BuildRequires: python3-modules
+%endif
+%{?with_qrencode:BuildRequires:        qrencode-devel}
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.628
+BuildRequires: sed >= 4.0
+%{?with_tests:BuildRequires:   systemd}
+%{?with_consoled:BuildRequires:        unifont-source}
+BuildRequires: usbutils >= 0.82
+%{?with_consoled:BuildRequires:        xorg-lib-libxkbcommon-devel >= 0.5}
 BuildRequires: xz-devel
-Requires:      %{name}-libs = %{version}-%{release}
-Requires:      %{name}-units = %{version}-%{release}
+BuildRequires: zlib-devel
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
+Requires:      %{name}-units = %{epoch}:%{version}-%{release}
+Requires(postun):      /usr/sbin/groupdel
+Requires(postun):      /usr/sbin/userdel
+Requires(post):        /bin/setfacl
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
 Requires:      /etc/os-release
 Requires:      SysVinit-tools
 Requires:      agetty
+%{?with_cryptsetup:Requires:   cryptsetup >= 1.6.0}
 Requires:      dbus >= 1.4.16-6
-Requires:      filesystem >= 4.0-2
+Requires:      filesystem >= 4.0-39
+Requires:      kmod >= 14
+%{?with_microhttpd:Requires:   libmicrohttpd >= 0.9.33}
 Requires:      libutempter
+Requires:      polkit
 Requires:      rc-scripts >= 0.4.5.3-7
 Requires:      setup >= 2.8.0-2
-Requires:      udev-core >= 1:175-5
-Requires:      udev-libs >= 1:172
-Requires:      virtual(module-tools)
-Suggests:      %{name}-no-compat-tmpfiles
-Suggests:      ConsoleKit
-Suggests:      fsck >= 2.20
-Suggests:      kmod >= 5
-Suggests:      nss_myhostname
+Requires:      udev-core = %{epoch}:%{version}-%{release}
+Requires:      udev-libs = %{epoch}:%{version}-%{release}
+Requires:      uname(release) >= 3.7
+Suggests:      fsck >= 2.25.0
 Suggests:      service(klogd)
 Suggests:      service(syslog)
-Provides:      udev-acl
-# systemd takes care of that and causes problems
-Conflicts:     binfmt-detector
+Provides:      group(systemd-bus-proxy)
+Provides:      group(systemd-journal)
+Provides:      group(systemd-journal-remote)
+Provides:      group(systemd-journal-upload)
+Provides:      group(systemd-network)
+Provides:      group(systemd-resolve)
+Provides:      group(systemd-timesync)
+Provides:      udev-acl = %{epoch}:%{version}-%{release}
+Provides:      user(systemd-bus-proxy)
+Provides:      user(systemd-journal-remote)
+Provides:      user(systemd-journal-upload)
+Provides:      user(systemd-network)
+Provides:      user(systemd-resolve)
+Provides:      user(systemd-timesync)
+# kde4 still can't live without ConsoleKit
+#Obsoletes:    ConsoleKit
+#Obsoletes:    ConsoleKit-x11
+Obsoletes:     systemd-no-compat-tmpfiles
+Obsoletes:     udev-systemd
 # sytemd wants pam with pam_systemd.so in system-auth...
 Conflicts:     pam < 1:1.1.5-5
 # ...and sudo hates it
 Conflicts:     sudo < 1:1.7.8p2-4
 # for prefdm script
 Conflicts:     xinitrc-ng < 1.0
+# systemd scripts use options not present in older versions
+Conflicts:     kpartx < 0.4.9-7
+Conflicts:     multipath-tools < 0.4.9-7
+# no tmpfs on /media, use /run/media/$USER for mounting
+Conflicts:     udisks2 < 1.92.0
+# packages that have dirs under /var/run and/or /var/lock must provide tmpfiles configs
+Conflicts:     ConsoleKit-dirs < 0.4.5-7
+Conflicts:     NetworkManager < 2:0.9.2.0-3
+Conflicts:     Zope < 2.11.8-2
+Conflicts:     amavisd-new < 1:2.7.0-1
+Conflicts:     apache-base < 2.2.21-4
+Conflicts:     apache-mod_bw < 0.92-3
+Conflicts:     apache-mod_fastcgi < 2.4.6-6
+Conflicts:     apache1-base < 1.3.42-5
+Conflicts:     apache1-mod_fastcgi < 2.4.6-2
+Conflicts:     asterisk < 10.0.1-2
+Conflicts:     autossh-init < 1.4b-3
+Conflicts:     balance < 3.54-2
+Conflicts:     bind < 7:9.8.1.P1-4
+Conflicts:     bopm < 3.1.3-4
+Conflicts:     callweaver < 1.2.1-9
+Conflicts:     cassandra-bin < 0.8.9-2
+Conflicts:     clamav < 0.97.3-3
+Conflicts:     cups < 1:1.5.0-10
+Conflicts:     dovecot < 1:2.0.16-3
+Conflicts:     dspam < 3.9.0-6
+Conflicts:     fail2ban < 0.8.4-4
+Conflicts:     fsck < 2.25.0
+Conflicts:     gammu-smsd < 1:1.31.0-3
+# Break gdm2.20 installs
+#Conflicts:    gdm < 2:3.2.1.1-9
+Conflicts:     greylistd < 0.8.8-2
+Conflicts:     inn < 2.4.6-7
+Conflicts:     ipsec-tools < 0.8.0-3
+Conflicts:     jabber-common < 0-9
+Conflicts:     laptop-mode-tools < 1.58-2
+Conflicts:     libgpod < 0.8.0-6
+Conflicts:     libvirt-utils < 0.9.9-4
+Conflicts:     lighttpd < 1.4.30-5
+Conflicts:     lirc < 0.9.0-20
+Conflicts:     mailman < 5:2.1.14-4
+Conflicts:     memcached < 1.4.11-2
+Conflicts:     mpd < 0.16.5-4
+Conflicts:     mrtg < 2.17.0-3
+Conflicts:     munin-common < 1.4.5-5
+Conflicts:     nagios-nrpe < 2.13-2
+Conflicts:     ndisc6-rdnssd < 1.0.1-3
+Conflicts:     nscd < 6:2.14.1-5
+Conflicts:     nss_ldapd-nslcd < 0.8.4-2
+Conflicts:     openct < 0.6.20-3
+Conflicts:     openl2tp < 1.8-3
+Conflicts:     openldap-overlay-nssov < 2.4.28-4
+Conflicts:     openldap-servers < 2.4.28-4
+Conflicts:     openvpn < 2.2.2-2
+Conflicts:     pam-pam_mount < 2.12-3
+Conflicts:     pam-pam_ssh < 1.97-2
+Conflicts:     pcsc-lite < 1.8.1-2
+Conflicts:     php-dirs < 1.2-3
+Conflicts:     policyd < 2.0.10-3
+Conflicts:     pound < 2.6-2
+Conflicts:     pptp < 1.7.2-3
+Conflicts:     proftpd-common < 2:1.3.4a-2
+Conflicts:     pulseaudio-server < 1.1-2
+Conflicts:     quagga < 0.99.20-3
+Conflicts:     radvd < 1.8.5-2
+Conflicts:     red5 < 0.9.0-2
+Conflicts:     redis-server < 2.4.2-4
+Conflicts:     smokeping < 2.4.2-10
+Conflicts:     smtp-gated < 1.4.17-2
+Conflicts:     socat < 1.7.2.0-2
+Conflicts:     speech-dispatcher < 0.7.1-2
+Conflicts:     sphinx < 2.0.3-4
+Conflicts:     splashutils < 1.5.4.3-3
+Conflicts:     stunnel < 4.50-2
+Conflicts:     tenshi < 0.12-2
+Conflicts:     tor < 0.2.2.35-2
+Conflicts:     ucarp < 1.5.2-3
+Conflicts:     udisks < 1.0.4-3
+Conflicts:     util-vserver < 0.30.216-1.pre3002.3
+Conflicts:     vpnc < 0.5.3-2
+Conflicts:     web2ldap < 1.1.0rc1-2
+Conflicts:     wesnoth-server < 1:1.10-2
+Conflicts:     wpa_supplicant < 0.7.3-10
+Conflicts:     xl2tpd < 1.3.0-2
+# end of tmpfiles conflicts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sbindir        /sbin
 %define                _libexecdir     %{_prefix}/lib
 
 %description
@@ -123,7 +300,12 @@ Provides:  virtual(init-daemon)
 Obsoletes:     SysVinit
 Obsoletes:     readahead < 1:1.5.7-3
 Obsoletes:     virtual(init-daemon)
+Conflicts:     rc-scripts < 0.4.5.5-2
 Conflicts:     upstart
+# systemd takes care of that and causes problems
+Conflicts:     binfmt-detector
+# for /lib/systemd/systemd-sysv-install
+Conflicts:     chkconfig < 2:1.5-1
 
 %description init
 Install this package when you are ready to final switch to systemd.
@@ -152,37 +334,132 @@ zarządcy systemu i usług systemd.
 Ten pakiet zawiera ogólną konfigurację, ustawienia można nadpisać
 poprzez katalog %{_sysconfdir}/systemd/system.
 
-%package plymouth
-Summary:       Plymouth support units for systemd
-Summary(pl.UTF-8):     Jednostki wspierające Plymouth dla systemd
+%package consoled
+Summary:       Terminal support for systemd
+Summary(pl.UTF-8):     Obsługa terminala dla systemd
+Group:         Base
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description consoled
+Terminal support for systemd.
+
+%description consoled -l pl.UTF-8
+Obsługa terminala dla systemd.
+
+%package journal-gateway
+Summary:       Gateway for serving journal events over the network using HTTP
+Summary(pl.UTF-8):     Bramka do serwowania zdarzeń dziennika po sieci poprzez HTTP
+License:       LGPL v2.1+
 Group:         Base
-Requires:      %{name}-units = %{version}-%{release}
-Requires:      plymouth
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires(postun):      /usr/sbin/groupdel
+Requires(postun):      /usr/sbin/userdel
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Provides:      group(systemd-journal-gateway)
+Provides:      user(systemd-journal-gateway)
+Conflicts:     systemd < 1:206-3
+
+%description journal-gateway
+systemd-journal-gatewayd serves journal events over the network using
+HTTP.
+
+%description journal-gateway -l pl.UTF-8
+systemd-journal-gatewayd serwuje zdarzenia dziennika po sieci poprzez
+HTTP.
+
+%package networkd
+Summary:       systemd network manager
+Summary(pl.UTF-8):     Zarządca sieci systemd
+Group:         Base
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Suggests:      %{name}-resolved = %{epoch}:%{version}-%{release}
+
+%description networkd
+systemd-networkd is a system service that manages networks. It detects
+and configures network devices as they appear, as well as creating
+virtual network devices.
+
+%description networkd -l pl.UTF-8
+systemd-networkd to usługa systemowa zarządzająca siecią. Wykrywa i
+konfiguruje interfejsy sieciowe gdy się pojawiają, a także tworzy
+wirtualne urządzenia sieciowe.
+
+%package resolved
+Summary:       systemd network name resolution manager
+Summary(pl.UTF-8):     Zarządca rozwiązywania nazw sieciowych systemd
+Group:         Base
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description resolved
+systemd-resolved is a system service that manages network name
+resolution. It implements a caching DNS stub resolver and an LLMNR
+resolver and responder.
+
+It also generates /run/systemd/resolve/resolv.conf for compatibility
+which may be symlinked from /etc/resolv.conf.
+
+%description resolved -l pl.UTF-8
+systemd-resolved to usługa systemowa zarządzająca rozwiązywaniem nazw
+sieciowych. Implementuje keszujący resolver DNS oraz resolver i
+responder LLMNR.
+
+Generuje także dla zgodności plik /run/systemd/resolve/resolv.conf,
+który można użyć do dowiązania symbolicznego z /etc/resolv.conf.
+
+%package inetd
+Summary:       Native inet service support for systemd via socket activation
+Summary(pl.UTF-8):     Natywna obsługa usług inet dla systemd
+Group:         Base
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      rc-inetd
+Provides:      inetdaemon
+Obsoletes:     inetd
+Obsoletes:     inetdaemon
+Obsoletes:     rlinetd
+Obsoletes:     xinetd
+
+%description inetd
+Native inet service support for systemd via socket activation.
+
+This package contains inet service generator that provides the
+functionality of rc-inetd service and replaces a separate inet daemon
+with systemd socket activation feature.
 
-%description plymouth
-Plymouth (graphical boot) support units for systemd.
+%description inetd -l pl.UTF-8
+Natywna obsługa usług inet dla systemd.
 
-%description plymouth -l pl.UTF-8
-Jednostki wspierające Plymouth (graficzny start systemu) dla systemd.
+Ten pakiet zawiera generator usług inet udostępniający funkcjonalność
+serwisu rc-inetd i zastępujący osobny demon inet przez systemd i
+aktywację usług przez gniazda.
 
 %package analyze
 Summary:       Tool for processing systemd profiling information
+Summary(pl.UTF-8):     Narzędzie do przetwarzania informacji profilujących systemd
 Group:         Base
-Requires:      %{name} = %{version}-%{release}
-Requires:      python-dbus
-Requires:      python-modules
-Requires:      python-pycairo
-Conflicts:     %{name} < 44-3
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Conflicts:     systemd < 44-3
 
 %description analyze
 'systemd-analyze blame' lists which systemd unit needed how much time
 to finish initialization at boot. 'systemd-analyze plot' renders an
 SVG visualizing the parallel start of units at boot.
 
+%description analyze -l pl.UTF-8
+'systemd-analyze blame' wypisuje, ile czasu wymagały poszczególne
+jednostki systemd na zakończenie podczas rozruchu systemu.
+'systemd-analyze plot' tworzy wykres SVG wizualizujący równoległy
+start jednostek podczas rozruchu.
+
 %package libs
 Summary:       Shared systemd libraries
 Summary(pl.UTF-8):     Biblioteki współdzielone systemd
 Group:         Libraries
+Requires:      libgcrypt >= 1.4.5
+%{?with_selinux:Requires:      libselinux >= 2.1.9}
+Obsoletes:     nss_myhostname
 
 %description libs
 Shared systemd libraries.
@@ -194,7 +471,9 @@ Biblioteki współdzielone systemd.
 Summary:       Header files for systemd libraries
 Summary(pl.UTF-8):     Pliki nagłówkowe bibliotek systemd
 Group:         Development/Libraries
-Requires:      %{name}-libs = %{version}-%{release}
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
+Requires:      %{name}-units = %{epoch}:%{version}-%{release}
+Obsoletes:     systemd-static
 
 %description devel
 Header files for systemd libraries.
@@ -202,106 +481,170 @@ Header files for systemd libraries.
 %description devel -l pl.UTF-8
 Pliki nagłówkowe bibliotek systemd.
 
+%package -n python-systemd
+Summary:       Systemd Python 2.x bindings
+Summary(pl.UTF-8):     Wiązania do Systemd dla Pythona 2.x
+Group:         Development/Languages/Python
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
+Requires:      python
+
+%description -n python-systemd
+Systemd Python 2.x bindings.
+
+%description -n python-systemd -l pl.UTF-8
+Wiązania do Systemd dla Pythona 2.x.
+
+%package -n python3-systemd
+Summary:       Systemd Python 3.x bindings
+Summary(pl.UTF-8):     Wiązania do Systemd dla Pythona 3.x
+Group:         Development/Languages/Python
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
+Requires:      python3
+
+%description -n python3-systemd
+Systemd Python 3.x bindings.
+
+%description -n python-systemd -l pl.UTF-8
+Wiązania do Systemd dla Pythona 3.x.
+
 %package -n bash-completion-systemd
 Summary:       bash-completion for systemd
 Summary(pl.UTF-8):     Bashowe dopełnianie składni dla systemd
 Group:         Applications/Shells
-Requires:      %{name}
-Requires:      bash-completion
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      bash-completion >= 2.0
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description -n bash-completion-systemd
 bash-completion for systemd.
 
 %description -n bash-completion-systemd -l pl.UTF-8
-Bashowe dopełnianie składni dla systemd
+Bashowe dopełnianie składni dla systemd.
+
+%package -n zsh-completion-systemd
+Summary:       zsh completion for systemd commands
+Summary(pl.UTF-8):     Uzupełnianie parametrów w zsh dla poleceń systemd
+Group:         Applications/Shells
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
+
+%description -n zsh-completion-systemd
+zsh completion for systemd commands.
+
+%description -n zsh-completion-systemd -l pl.UTF-8
+Uzupełnianie parametrów w zsh dla poleceń systemd.
 
-%package no-compat-tmpfiles
-Summary:       Force update of packages that provide tmpfiles.d configuration
+%package -n udev
+Summary:       Device manager for the Linux 2.6 kernel series
+Summary(pl.UTF-8):     Zarządca urządzeń dla Linuksa 2.6
 Group:         Base
-Requires(post):        sed > 4.0
-Conflicts:     ConsoleKit-dirs < 0.4.5-7
-Conflicts:     NetworkManager < 2:0.9.2.0-3
-Conflicts:     Zope < 2.11.8-2
-Conflicts:     amavisd-new < 1:2.7.0-1
-Conflicts:     apache-base < 2.2.21-4
-Conflicts:     apache-mod_bw < 0.92-3
-Conflicts:     apache-mod_fastcgi < 2.4.6-6
-Conflicts:     apache1-base < 1.3.42-5
-Conflicts:     apache1-mod_fastcgi < 2.4.6-2
-Conflicts:     asterisk < 10.0.1-2
-Conflicts:     autossh-init < 1.4b-3
-Conflicts:     balance < 3.54-2
-Conflicts:     bind < 7:9.8.1.P1-4
-Conflicts:     bopm < 3.1.3-4
-Conflicts:     callweaver < 1.2.1-9
-Conflicts:     cassandra-bin < 0.8.9-2
-Conflicts:     clamav < 0.97.3-3
-Conflicts:     cups < 1:1.5.0-10
-Conflicts:     dbus < 1.4.16-4
-Conflicts:     dovecot < 1:2.0.16-3
-Conflicts:     dspam < 3.9.0-6
-Conflicts:     fail2ban < 0.8.4-4
-Conflicts:     filesystem < 4.0-3
-Conflicts:     gammu-smsd < 1:1.31.0-3
-# Break gdm2.20 installs
-#Conflicts:    gdm < 2:3.2.1.1-9
-Conflicts:     greylistd < 0.8.8-2
-Conflicts:     inn < 2.4.6-7
-Conflicts:     ipsec-tools < 0.8.0-3
-Conflicts:     jabber-common < 0-9
-Conflicts:     laptop-mode-tools < 1.58-2
-Conflicts:     libgpod < 0.8.0-6
-Conflicts:     libvirt-utils < 0.9.9-4
-Conflicts:     lighttpd < 1.4.30-5
-Conflicts:     lirc < 0.9.0-20
-Conflicts:     mailman < 5:2.1.14-4
-Conflicts:     memcached < 1.4.11-2
-Conflicts:     mpd < 0.16.5-4
-Conflicts:     mrtg < 2.17.0-3
-Conflicts:     munin-common < 1.4.5-5
-Conflicts:     nagios-nrpe < 2.13-2
-Conflicts:     ndisc6-rdnssd < 1.0.1-3
-Conflicts:     nscd < 6:2.14.1-5
-Conflicts:     nss_ldapd-nslcd < 0.8.4-2
-Conflicts:     openct < 0.6.20-3
-Conflicts:     openl2tp < 1.8-3
-Conflicts:     openldap-overlay-nssov < 2.4.28-4
-Conflicts:     openldap-servers < 2.4.28-4
-Conflicts:     openvpn < 2.2.2-2
-Conflicts:     pam-pam_mount < 2.12-3
-Conflicts:     pam-pam_ssh < 1.97-2
-Conflicts:     pcsc-lite < 1.8.1-2
-Conflicts:     php-dirs < 1.2-3
-Conflicts:     policyd < 2.0.10-3
-Conflicts:     pound < 2.6-2
-Conflicts:     pptp < 1.7.2-3
-Conflicts:     proftpd-common < 2:1.3.4a-2
-Conflicts:     pulseaudio-server < 1.1-2
-Conflicts:     quagga < 0.99.20-3
-Conflicts:     radvd < 1.8.5-2
-Conflicts:     rc-scripts < 0.4.5.2-3
-Conflicts:     red5 < 0.9.0-2
-Conflicts:     redis-server < 2.4.2-4
-Conflicts:     smokeping < 2.4.2-10
-Conflicts:     smtp-gated < 1.4.17-2
-Conflicts:     socat < 1.7.2.0-2
-Conflicts:     speech-dispatcher < 0.7.1-2
-Conflicts:     sphinx < 2.0.3-4
-Conflicts:     splashutils < 1.5.4.3-3
-Conflicts:     stunnel < 4.50-2
-Conflicts:     tenshi < 0.12-2
-Conflicts:     tor < 0.2.2.35-2
-Conflicts:     ucarp < 1.5.2-3
-Conflicts:     udisks < 1.0.4-3
-Conflicts:     util-vserver < 0.30.216-1.pre3002.3
-Conflicts:     vpnc < 0.5.3-2
-Conflicts:     web2ldap < 1.1.0rc1-2
-Conflicts:     wesnoth-server < 1:1.10-2
-Conflicts:     wpa_supplicant < 0.7.3-10
-Conflicts:     xl2tpd < 1.3.0-2
+Requires:      udev-core = %{epoch}:%{version}-%{release}
+Provides:      dev = 3.5.0
+Obsoletes:     dev
+Obsoletes:     hotplug
+Obsoletes:     hotplug-input
+Obsoletes:     hotplug-net
+Obsoletes:     hotplug-pci
+Obsoletes:     udev-dev
+Obsoletes:     udev-extras < 20090628
+Obsoletes:     udev-tools
+
+%description -n udev
+udev is the device manager for the Linux 2.6 kernel series. Its
+primary function is managing device nodes in /dev. It is the successor
+of devfs and hotplug.
+
+%description -n udev -l pl.UTF-8
+udev jest zarządcą urządzeń dla Linuksa 2.6. Jego główną funkcją jest
+zarządzanie węzłami urządzeń w katalogu /dev. Jest następcą devfs i
+hotpluga.
+
+%package -n udev-core
+Summary:       A userspace implementation of devfs - core part of udev
+Summary(pl.UTF-8):     Implementacja devfs w przestrzeni użytkownika - główna część udev
+Group:         Base
+Requires:      coreutils
+Requires:      filesystem >= 3.0-45
+Requires:      kmod >= 14
+Requires:      libblkid >= 2.20
+%{?with_selinux:Requires:      libselinux >= 2.1.9}
+Requires:      setup >= 2.9.0-3
+Requires:      udev-libs = %{epoch}:%{version}-%{release}
+Requires:      uname(release) >= 2.6.32
+#Suggests:     uname(release) >= 3.7
+Obsoletes:     udev-compat
+Obsoletes:     udev-initrd < %{epoch}:%{version}-%{release}}
+Conflicts:     geninitrd < 12639
+Conflicts:     rc-scripts < 0.4.5.3-1
+Conflicts:     systemd-units < 1:183
+Conflicts:     udev < 1:118-1
+
+%description -n udev-core
+A userspace implementation of devfs - core part of udev.
+
+%description -n udev-core -l pl.UTF-8
+Implementacja devfs w przestrzeni użytkownika - główna część udev.
+
+%package -n udev-libs
+Summary:       Shared library to access udev device information
+Summary(pl.UTF-8):     Biblioteka współdzielona do dostępu do informacji o urządzeniach udev
+Group:         Libraries
+
+%description -n udev-libs
+Shared libudev library to access udev device information.
+
+%description -n udev-libs -l pl.UTF-8
+Biblioteka współdzielona libudev służąca do dostępu do informacji o
+urządzeniach udev.
 
-%description no-compat-tmpfiles
-Force update of packages that provide tmpfiles.d configuration
+%package -n udev-devel
+Summary:       Header file for libudev library
+Summary(pl.UTF-8):     Plik nagłówkowy biblioteki libudev
+Group:         Development/Libraries
+Requires:      udev-libs = %{epoch}:%{version}-%{release}
+Obsoletes:     udev-apidocs
+Obsoletes:     udev-static
+
+%description -n udev-devel
+Header file for libudev library.
+
+%description -n udev-devel -l pl.UTF-8
+Plik nagłówkowy biblioteki libudev.
+
+%package -n bash-completion-udev
+Summary:       bash-completion for udev
+Summary(pl.UTF-8):     Bashowe dopełnianie składni dla udev
+Group:         Applications/Shells
+Requires:      bash-completion >= 2.0
+Requires:      udev = %{epoch}:%{version}-%{release}
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
+
+%description -n bash-completion-udev
+bash-completion for udev.
+
+%description -n bash-completion-udev -l pl.UTF-8
+Bashowe dopełnianie składni dla udev.
+
+%package -n zsh-completion-udev
+Summary:       zsh completion for udev commands
+Summary(pl.UTF-8):     Uzupełnianie parametrów w zsh dla poleceń udev
+Group:         Applications/Shells
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
+
+%description -n zsh-completion-udev
+zsh completion for udev commands.
+
+%description -n zsh-completion-udev -l pl.UTF-8
+Uzupełnianie parametrów w zsh dla poleceń udev.
 
 %prep
 %setup -q
@@ -311,40 +654,118 @@ Force update of packages that provide tmpfiles.d configuration
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+# rejected upstream (do not disable!)
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
 cp -p %{SOURCE2} src/systemd_booted.c
 
 %build
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+
+for PYTHON in %{__python} %{?with_python3:%{__python3}}; do
+
 %configure \
+       QUOTAON=/sbin/quotaon \
+       QUOTACHECK=/sbin/quotacheck \
+       SETCAP=/sbin/setcap \
+       KILL=/bin/kill \
+       KMOD=/sbin/kmod \
+       KEXEC=/sbin/kexec \
+       PYTHON="$PYTHON" \
+       PYTHON_BINARY="$PYTHON" \
+%if "%{?configure_cache}" == "1"
+       --cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-$(basename $PYTHON).cache \
+%endif
+       %{?debug:--enable-debug} \
        %{__enable_disable audit} \
        %{__enable_disable cryptsetup libcryptsetup} \
-       --disable-gtk \
+       %{__enable_disable efi gnuefi} \
        %{__enable_disable pam} \
-       %{__enable_disable plymouth} \
        %{__enable_disable selinux} \
-       %{__enable_disable tcpd tcpwrap} \
+       %{__enable_disable microhttpd} \
+       %{__enable_disable qrencode} \
        --disable-silent-rules \
-       --disable-static \
-       --with-distro=pld \
-       --with-rootprefix= \
+       --enable-compat-libs \
+       --enable-lz4 \
+       --enable-split-usr \
+       %{?with_consoled:--enable-terminal} \
+       --with-kbd-loadkeys=/usr/bin/loadkeys \
+       --with-kbd-setfont=/bin/setfont \
+       --with-rc-local-script-path-start=/etc/rc.d/rc.local \
+       --with-rc-local-script-path-stop=/sbin/halt.local \
+       --with-rootprefix="" \
        --with-rootlibdir=/%{_lib} \
-       --enable-split-usr
+       --with-sysvinit-path=/etc/rc.d/init.d \
+       --with-sysvrcnd-path=/etc/rc.d
+
+%{__make} clean-python
 
 %{__make}
+
+python_libs=.libs/$(basename $PYTHON)
+mkdir -p $python_libs
+cp -a .libs/{_daemon,_journal,_reader,id128,login}.so $python_libs
+done
+
 ./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon
 
+%{?with_tests:%{__make} check}
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/var/lib/%{name}/coredump
+install -d $RPM_BUILD_ROOT/var/lib/{%{name}/{catalog,coredump},machines} \
+       $RPM_BUILD_ROOT{%{_sysconfdir}/{modprobe.d,systemd/system-preset},%{_sbindir}}
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
+touch $RPM_BUILD_ROOT/var/lib/%{name}/random-seed
+
 ./libtool --mode=install install -p -m755 systemd_booted $RPM_BUILD_ROOT/bin/systemd_booted
 
+# compatibility symlinks to udevd binary
+mv $RPM_BUILD_ROOT/lib/{systemd/systemd-,udev/}udevd
+ln -s /lib/udev/udevd $RPM_BUILD_ROOT/lib/systemd/systemd-udevd
+ln -s /lib/udev/udevd $RPM_BUILD_ROOT%{_sbindir}/udevd
+
+# compat symlinks for "/ merged into /usr" programs
+mv $RPM_BUILD_ROOT/{,s}bin/udevadm
+ln -s %{_sbindir}/udevadm $RPM_BUILD_ROOT/bin
+ln -s /lib/udev $RPM_BUILD_ROOT%{_prefix}/lib
+
+# install custom udev rules from pld package
+cp -a %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/40-alsa-restore.rules
+cp -a %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/70-udev-pld.rules
+
+# http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
+ln -s /dev/null $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/80-net-setup-link.rules
+
+# install udev configs
+cp -a %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/udev/links.conf
+
+# install udev executables (scripts, helpers, etc.)
+install -p %{SOURCE110} $RPM_BUILD_ROOT/lib/udev/net_helper
+install -p %{SOURCE111} $RPM_BUILD_ROOT%{_sbindir}/start_udev
+
+# install misc udev stuff
+cp -a %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/udev_blacklist.conf
+cp -a %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d/fbdev-blacklist.conf
+
+:>$RPM_BUILD_ROOT%{_sysconfdir}/udev/hwdb.bin
+
+mv $RPM_BUILD_ROOT%{_mandir}/man8/{systemd-,}udevd.8
+echo ".so man8/udevd.8" >$RPM_BUILD_ROOT%{_mandir}/man8/systemd-udevd.8
+
 # Main binary has been moved, but we don't want to break existing installs
 ln -s ../lib/systemd/systemd $RPM_BUILD_ROOT/bin/systemd
 
@@ -372,55 +793,135 @@ ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/random.service
 # add static (non-NetworkManager) networking
 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{systemdunitdir}/network.service
 
-# install compatibility tmpfiles configs
-cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/compat-pld-media.conf
-cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/compat-pld-var-run.conf
+# restore bind-mounts /var/run -> run and /var/lock -> /run/lock
+# we don't have those directories symlinked
+cp -p %{SOURCE4} $RPM_BUILD_ROOT%{systemdunitdir}/var-lock.mount
+cp -p %{SOURCE5} $RPM_BUILD_ROOT%{systemdunitdir}/var-run.mount
+ln -s ../var-lock.mount $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
+ln -s ../var-run.mount $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
+
+# and remove mounting tmp on tmpfs by default
+%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/tmp.mount
 
 # Install and enable storage subsystems support services (RAID, LVM, etc.)
 cp -p %{SOURCE10} $RPM_BUILD_ROOT%{systemdunitdir}/pld-storage-init-late.service
 cp -p %{SOURCE11} $RPM_BUILD_ROOT%{systemdunitdir}/pld-storage-init.service
 cp -p %{SOURCE12} $RPM_BUILD_ROOT%{systemdunitdir}/pld-wait-storage.service
+cp -p %{SOURCE14} $RPM_BUILD_ROOT%{systemdunitdir}/pld-clean-tmp.service
 install -p %{SOURCE13} $RPM_BUILD_ROOT/lib/systemd/pld-storage-init
+install -p %{SOURCE15} $RPM_BUILD_ROOT/lib/systemd/pld-clean-tmp
+
+ln -s ../pld-storage-init-late.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
+ln -s ../pld-storage-init.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
+ln -s ../pld-clean-tmp.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
+
+# As of 207 the systemd-sysctl tool no longer natively reads the file /etc/sysctl.conf.
+# If desired, the file should be symlinked from /etc/sysctl.d/99-sysctl.conf.
+ln -s /etc/sysctl.conf $RPM_BUILD_ROOT/etc/sysctl.d/99-sysctl.conf
+
+# Install rc-inetd replacement
+cp -p %{SOURCE16} $RPM_BUILD_ROOT%{systemdunitdir}-generators/pld-rc-inetd-generator
+cp -p %{SOURCE17} $RPM_BUILD_ROOT%{systemdunitdir}/rc-inetd.service
+
+cp -p %{SOURCE18} $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system-preset/default.preset
 
-ln -s ../pld-storage-init-late.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/pld-storage-init-late.service
-ln -s ../pld-storage-init.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/pld-storage-init.service
+cp -p %{SOURCE19} $RPM_BUILD_ROOT%{systemdunitdir}/prefdm.service
 
 # handled by rc-local sysv service, no need for generator
-%{__rm} $RPM_BUILD_ROOT/lib/systemd/system-generators/systemd-rc-local-generator
+%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}-generators/systemd-rc-local-generator
+
+# provided by rc-scripts
+%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/rc-local.service
 
 # Make sure these directories are properly owned:
 #      - halt,kexec,poweroff,reboot: generic ones used by ConsoleKit-systemd,
 #      - syslog _might_ be used by some syslog implementation (none for now),
 #      - isn't dbus populated by dbus-systemd only (so to be moved there)?
-install -d $RPM_BUILD_ROOT%{systemdunitdir}/{dbus,halt,kexec,poweroff,reboot,syslog}.target.wants
+install -d $RPM_BUILD_ROOT%{systemdunitdir}/{basic,dbus,halt,initrd,kexec,poweroff,reboot,shutdown,syslog}.target.wants
+
+# Make sure the shutdown/sleep drop-in dirs exist
+install -d $RPM_BUILD_ROOT%{_libexecdir}/systemd/system-{shutdown,sleep}
 
 # Create new-style configuration files so that we can ghost-own them
-touch $RPM_BUILD_ROOT%{_sysconfdir}/{hostname,locale.conf,machine-id,machine-info,timezone,vconsole.conf}
+touch $RPM_BUILD_ROOT%{_sysconfdir}/{hostname,locale.conf,machine-id,machine-info,vconsole.conf}
 
 # Install SysV conversion tool for systemd
 install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
 
+# Create directory for service helper scripts
+install -d $RPM_BUILD_ROOT/lib/systemd/pld-helpers.d
+
+# to be enabled only when the packages are installed
+%{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/*.target.wants/systemd-networkd.service \
+       $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/*.target.wants/systemd-networkd.socket \
+       $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/*.target.wants/systemd-resolved.service
+
 install -d $RPM_BUILD_ROOT/var/log
 :> $RPM_BUILD_ROOT/var/log/btmp
 :> $RPM_BUILD_ROOT/var/log/wtmp
 
-%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/systemadm.1*
-
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
-%{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_systemd.la
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+%{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_systemd.la \
+       $RPM_BUILD_ROOT/%{_lib}/libnss_myhostname.la \
+       $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%if %{with python3}
+%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/systemd/*.la
+
+# install Python2 files, binaries built and saved earlier
+install -d $RPM_BUILD_ROOT%{py_sitedir}/systemd
+cp -a $RPM_BUILD_ROOT%{py3_sitedir}/systemd/*.py $RPM_BUILD_ROOT%{py_sitedir}/systemd
+install -p .libs/python/*.so $RPM_BUILD_ROOT%{py_sitedir}/systemd
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+%else
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/systemd/*.la
+%endif
+%py_postclean
+
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+%groupadd -g 288 systemd-journal
+%groupadd -g 315 systemd-bus-proxy
+%useradd -u 315 -g 315 -d /var/log/journal -s /bin/false -c "Systemd Bus Proxy" systemd-bus-proxy
+%groupadd -g 316 systemd-network
+%useradd -u 316 -g 316 -d /var/log/journal -s /bin/false -c "Systemd Network Management" systemd-network
+%groupadd -g 317 systemd-resolve
+%useradd -u 317 -g 317 -d /var/log/journal -s /bin/false -c "Systemd Resolver" systemd-resolve
+%groupadd -g 318 systemd-timesync
+%useradd -u 318 -g 318 -d /var/log/journal -s /bin/false -c "Systemd Time Synchronization" systemd-timesync
+%groupadd -g 319 systemd-journal-remote
+%useradd -u 319 -g 319 -d /var/log/journal -s /bin/false -c "Systemd Journal Remote" systemd-journal-remote
+%groupadd -g 320 systemd-journal-upload
+%useradd -u 320 -g 320 -d /var/log/journal -s /bin/false -c "Systemd Journal Upload" systemd-journal-upload
+
 %post
-/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
-/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
+/bin/systemd-machine-id-setup || :
+/lib/systemd/systemd-random-seed save || :
+/bin/systemctl --system daemon-reexec || :
+/bin/journalctl --update-catalog || :
 
 %postun
 if [ $1 -ge 1 ]; then
-       /bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
+       /bin/systemctl --system daemon-reload || :
+       /bin/systemctl try-restart systemd-logind.service || :
 fi
+if [ "$1" = "0" ]; then
+       %groupremove systemd-journal
+fi
+
+%triggerpostun -- systemd < 1:208-1
+chgrp -R systemd-journal /var/log/journal
+chmod g+s /var/log/journal
+
+%triggerpostun -- systemd < 1:220-1
+# https://bugs.freedesktop.org/show_bug.cgi?id=89202
+/bin/getfacl -p /var/log/journal/$(cat /etc/machine-id) | grep -v '^#' | sort -u | /bin/setfacl -R --set-file=- /var/log/journal/$(cat /etc/machine-id) || :
 
 %post   libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
@@ -428,7 +929,7 @@ fi
 %post units
 if [ $1 -eq 1 ]; then
        # Try to read default runlevel from the old inittab if it exists
-       runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab 2> /dev/null)
+       runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab 2>/dev/null)
        if [ -z "$runlevel" ] ; then
                target="%{systemdunitdir}/graphical.target"
        else
@@ -436,146 +937,496 @@ if [ $1 -eq 1 ]; then
        fi
 
        # And symlink what we found to the new-style default.target
-       ln -s "$target" %{_sysconfdir}/systemd/system/default.target >/dev/null 2>&1 || :
-
-       # Setup hostname
-       [ -f /etc/sysconfig/network ] && . /etc/sysconfig/network
-       if [ -n "$HOSTNAME" -a "$HOSTNAME" != "pldmachine" ]; then
-               [ -f /etc/hostname ] && mv -f /etc/hostname /etc/hostname.rpmsave
-               echo $HOSTNAME > /etc/hostname
-               chmod 644 /etc/hostname
+       ln -s "$target" %{_sysconfdir}/systemd/system/default.target || :
+
+       # Setup hostname if not yet done so
+       if [ ! -s /etc/hostname ]; then
+               HOSTNAME=
+               [ -f /etc/sysconfig/network ] && . /etc/sysconfig/network
+               if [ -n "$HOSTNAME" -a "$HOSTNAME" != "pldmachine" ]; then
+                       echo $HOSTNAME > /etc/hostname
+                       chmod 644 /etc/hostname
+               fi
        fi
 
        # Enable the services we install by default.
        /bin/systemctl enable \
-               getty@.service \
                network.service \
                remote-fs.target \
                systemd-readahead-replay.service \
-               systemd-readahead-collect.service >/dev/null 2>&1 || :
+               systemd-readahead-collect.service \
+               systemd-udev-settle.service || :
 fi
 
 %preun units
 if [ $1 -eq 0 ] ; then
        /bin/systemctl disable \
-               getty@.service \
                network.service \
                remote-fs.target \
                systemd-readahead-replay.service \
-               systemd-readahead-collect.service >/dev/null 2>&1 || :
+               systemd-readahead-collect.service \
+               systemd-udev-settle.service || :
 
-       %{__rm} -f %{_sysconfdir}/systemd/system/default.target >/dev/null 2>&1 || :
+       %{__rm} -f %{_sysconfdir}/systemd/system/default.target || :
 fi
 
 %postun units
 if [ $1 -ge 1 ]; then
-       /bin/systemctl daemon-reload > /dev/null 2>&1 || :
+       /bin/systemctl daemon-reload || :
 fi
 
-%triggerpostun units -- %{name}-units < 43-7
+%triggerpostun units -- systemd-units < 43-7
 # Remove design fialures
-rm -f %{_sysconfdir}/systemd/system/network.target.wants/ifcfg@*.service >/dev/null 2>&1 || :
-rm -f %{_sysconfdir}/systemd/system/network.target.wants/network-post.service >/dev/null 2>&1 || :
-rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service >/dev/null 2>&1 || :
-/bin/systemctl reenable network.service >/dev/null 2>&1 || :
+%{__rm} -f %{_sysconfdir}/systemd/system/network.target.wants/ifcfg@*.service || :
+%{__rm} -f %{_sysconfdir}/systemd/system/network.target.wants/network-post.service || :
+%{__rm} -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service || :
+/bin/systemctl reenable network.service || :
+
+%triggerpostun units -- systemd-units < 1:183
+/bin/systemctl --quiet enable systemd-udev-settle.service || :
+%{__rm} -f /etc/systemd/system/basic.target.wants/udev-settle.service || :
+# preserve renamed configs
+if [ -f /etc/systemd/systemd-journald.conf.rpmsave ]; then
+       %{__mv} /etc/systemd/journald.conf{,.rpmnew}
+       %{__mv} -f /etc/systemd/systemd-journald.conf.rpmsave /etc/systemd/journald.conf
+fi
+if [ -f /etc/systemd/systemd-logind.conf.rpmsave ]; then
+       %{__mv} /etc/systemd/logind.conf{,.rpmnew}
+       %{__mv} -f /etc/systemd/systemd-logind.conf.rpmsave /etc/systemd/logind.conf
+fi
+
+%triggerpostun units -- systemd-units < 1:187-3
+if [ -f /etc/sysconfig/rpm ]; then
+       . /etc/sysconfig/rpm
+       if [ ${RPM_ENABLE_SYSTEMD_SERVICE:-yes} = no ]; then
+               echo "disable *" >>%{_sysconfdir}/systemd/system-preset/default.preset
+       fi
+fi
+
+%triggerpostun units -- systemd-units < 1:208-9
+# remove buggy symlink
+if [ -L /etc/systemd/system/getty.target.wants/getty@.service ] ; then
+       rm -f /etc/systemd/system/getty.target.wants/getty@.service || :
+fi
 
-%post no-compat-tmpfiles
-%{__sed} -i -e '/^#/!s/^/# /g' %{_sysconfdir}/tmpfiles.d/compat-pld-var-run.conf
+%post inetd
+%systemd_reload
+# Do not change it to restart, we only want to start new services here
+%systemd_service_start sockets.target
+
+%postun inetd
+%systemd_reload
+
+%pre journal-gateway
+%groupadd -g 287 systemd-journal-gateway
+%useradd -u 287 -g 287 -d /var/log/journal -s /bin/false -c "Systemd Journal Gateway" systemd-journal-gateway
+
+%post journal-gateway
+%systemd_post systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
 
-%post plymouth
+%preun journal-gateway
+%systemd_preun systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
+
+%postun journal-gateway
 %systemd_reload
 
-%postun plymouth
+if [ "$1" = "0" ]; then
+       %userremove systemd-journal-gateway
+       %groupremove systemd-journal-gateway
+fi
+
+%post networkd
+%systemd_post systemd-networkd.socket systemd-networkd.service
+
+%preun networkd
+%systemd_preun systemd-networkd.socket systemd-networkd.service
+
+%postun networkd
 %systemd_reload
 
-%files
+%post resolved
+%systemd_post systemd-resolved.service
+
+%preun resolved
+%systemd_preun systemd-resolved.service
+
+%postun resolved
+%systemd_reload
+
+%triggerpostun -n udev-core -- dev
+if [ "$2" = 0 ]; then
+       # need to kill and restart udevd as after obsoleting dev package the
+       # /dev tree will remain empty. umask is needed as otherwise udev will
+       # create devices with strange permissions (udev bug probably)
+       umask 000
+       /sbin/start_udev || exit 0
+fi
+
+%triggerpostun -n udev-core -- udev < 108
+%{__sed} -i -e 's#IMPORT{program}="/sbin/#IMPORT{program}="#g' /etc/udev/rules.d/*.rules
+%if "%{_lib}" != "lib"
+%{__sed} -i -e 's#/%{_lib}/udev/#/lib/udev/#g' /etc/udev/rules.d/*.rules
+%endif
+
+%triggerpostun -n udev-core -- udev < 165
+/sbin/udevadm info --convert-db
+
+%post -n udev-core
+/sbin/udevadm hwdb --update || :
+if [ $1 -gt 1 ]; then
+       if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
+               if grep -qs devtmpfs /proc/mounts && [ -n "$(pidof udevd)" ]; then
+                       /sbin/udevadm control --exit
+                       /lib/udev/udevd --daemon
+               fi
+       else
+               SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
+               /bin/systemctl --quiet try-restart systemd-udevd.service || :
+       fi
+fi
+
+%postun -n udev-core
+if [ -x /bin/systemd_booted ] && /bin/systemd_booted; then
+       SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
+       /bin/systemctl --quiet daemon-reload || :
+fi
+
+%post  -n udev-libs -p /sbin/ldconfig
+%postun        -n udev-libs -p /sbin/ldconfig
+
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc DISTRO_PORTING README TODO
+%doc DISTRO_PORTING NEWS README TODO
 /etc/dbus-1/system.d/org.freedesktop.hostname1.conf
+/etc/dbus-1/system.d/org.freedesktop.import1.conf
 /etc/dbus-1/system.d/org.freedesktop.locale1.conf
 /etc/dbus-1/system.d/org.freedesktop.login1.conf
+/etc/dbus-1/system.d/org.freedesktop.machine1.conf
 /etc/dbus-1/system.d/org.freedesktop.systemd1.conf
 /etc/dbus-1/system.d/org.freedesktop.timedate1.conf
-%ghost %config(noreplace) %{_sysconfdir}/machine-id
+%attr(755,root,root) %{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
+%attr(444,root,root) %ghost %config(noreplace) %{_sysconfdir}/machine-id
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hostname
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/locale.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/machine-info
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/timezone
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vconsole.conf
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/*.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/bootchart.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/coredump.conf
+%if %{with microhttpd}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/journal-remote.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/journal-upload.conf
+%endif
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/journald.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/logind.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/timesyncd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/user.conf
 %dir %{_sysconfdir}/systemd/user
-%dir %{_sysconfdir}/systemd/system/*.target.wants
-%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/*.target.wants/*.service
-%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/*.target.wants/*.target
+%dir %{_sysconfdir}/systemd/system/getty.target.wants
+%dir %{_sysconfdir}/systemd/system/multi-user.target.wants
+%dir %{_sysconfdir}/systemd/system/sockets.target.wants
+%dir %{_sysconfdir}/systemd/system/sysinit.target.wants
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/getty.target.wants/getty@tty1.service
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/multi-user.target.wants/remote-fs.target
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/sysinit.target.wants/systemd-timesyncd.service
+%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/systemd-user
 /etc/xdg/systemd
+%attr(755,root,root) /bin/journalctl
+%attr(755,root,root) /bin/loginctl
+%attr(755,root,root) /bin/machinectl
 %attr(755,root,root) /bin/systemd
 %attr(755,root,root) /bin/systemd-ask-password
-%attr(755,root,root) /bin/systemd-journalctl
-%attr(755,root,root) /bin/systemd-loginctl
+%attr(755,root,root) /bin/systemd-escape
+%attr(755,root,root) /bin/systemd-firstboot
+%attr(755,root,root) /bin/systemd-inhibit
 %attr(755,root,root) /bin/systemd-machine-id-setup
 %attr(755,root,root) /bin/systemd-notify
+%attr(755,root,root) /bin/systemd-sysusers
 %attr(755,root,root) /bin/systemd-tty-ask-password-agent
+%attr(755,root,root) %{_bindir}/bootctl
+%attr(755,root,root) %{_bindir}/busctl
+%attr(755,root,root) %{_bindir}/coredumpctl
+%attr(755,root,root) %{_bindir}/hostnamectl
+%attr(755,root,root) %{_bindir}/kernel-install
+%attr(755,root,root) %{_bindir}/localectl
 %attr(755,root,root) %{_bindir}/systemd-cat
-%attr(755,root,root) %{_bindir}/systemd-cgtop
 %attr(755,root,root) %{_bindir}/systemd-cgls
+%attr(755,root,root) %{_bindir}/systemd-cgtop
+%attr(755,root,root) %{_bindir}/systemd-delta
+%attr(755,root,root) %{_bindir}/systemd-detect-virt
 %attr(755,root,root) %{_bindir}/systemd-nspawn
+%attr(755,root,root) %{_bindir}/systemd-path
+%attr(755,root,root) %{_bindir}/systemd-run
 %attr(755,root,root) %{_bindir}/systemd-stdio-bridge
 %attr(755,root,root) %{_bindir}/systemd-sysv-convert
+%attr(755,root,root) %{_bindir}/timedatectl
+/lib/systemd/import-pubring.gpg
+%attr(755,root,root) /lib/systemd/pld-clean-tmp
 %attr(755,root,root) /lib/systemd/pld-storage-init
-%attr(755,root,root) /lib/systemd/systemd-*
-%dir /lib/systemd/system-generators
+%attr(755,root,root) /lib/systemd/systemd-ac-power
+%attr(755,root,root) /lib/systemd/systemd-activate
+%attr(755,root,root) /lib/systemd/systemd-backlight
+%attr(755,root,root) /lib/systemd/systemd-binfmt
+%attr(755,root,root) /lib/systemd/systemd-bootchart
+%attr(755,root,root) /lib/systemd/systemd-bus-proxyd
+%attr(755,root,root) /lib/systemd/systemd-cgroups-agent
+%attr(755,root,root) /lib/systemd/systemd-coredump
+%{?with_cryptsetup:%attr(755,root,root) /lib/systemd/systemd-cryptsetup}
+%attr(755,root,root) /lib/systemd/systemd-export
+%attr(755,root,root) /lib/systemd/systemd-fsck
+%attr(755,root,root) /lib/systemd/systemd-hibernate-resume
+%attr(755,root,root) /lib/systemd/systemd-hostnamed
+%attr(755,root,root) /lib/systemd/systemd-import
+%attr(755,root,root) /lib/systemd/systemd-importd
+%attr(755,root,root) /lib/systemd/systemd-initctl
+%attr(755,root,root) /lib/systemd/systemd-journald
+%if %{with microhttpd}
+%attr(755,root,root) /lib/systemd/systemd-journal-remote
+%attr(755,root,root) /lib/systemd/systemd-journal-upload
+%endif
+%attr(755,root,root) /lib/systemd/systemd-localed
+%attr(755,root,root) /lib/systemd/systemd-logind
+%attr(755,root,root) /lib/systemd/systemd-machined
+%attr(755,root,root) /lib/systemd/systemd-machine-id-commit
+%attr(755,root,root) /lib/systemd/systemd-modules-load
+%attr(755,root,root) /lib/systemd/systemd-pull
+%attr(755,root,root) /lib/systemd/systemd-quotacheck
+%attr(755,root,root) /lib/systemd/systemd-random-seed
+%attr(755,root,root) /lib/systemd/systemd-remount-fs
+%attr(755,root,root) /lib/systemd/systemd-reply-password
+%attr(755,root,root) /lib/systemd/systemd-resolve-host
+%attr(755,root,root) /lib/systemd/systemd-rfkill
+%attr(755,root,root) /lib/systemd/systemd-shutdown
+%attr(755,root,root) /lib/systemd/systemd-sleep
+%attr(755,root,root) /lib/systemd/systemd-socket-proxyd
+%attr(755,root,root) /lib/systemd/systemd-sysctl
+%attr(755,root,root) /lib/systemd/systemd-timedated
+%attr(755,root,root) /lib/systemd/systemd-timesyncd
+%attr(755,root,root) /lib/systemd/systemd-udevd
+%attr(755,root,root) /lib/systemd/systemd-update-utmp
+%attr(755,root,root) /lib/systemd/systemd-update-done
+%attr(755,root,root) /lib/systemd/systemd-user-sessions
+%attr(755,root,root) /lib/systemd/systemd-vconsole-setup
 %attr(755,root,root) /lib/systemd/systemd
-%attr(755,root,root) /lib/systemd/system-generators/systemd-*-generator
-%dir /lib/systemd/system-shutdown
-/lib/udev/rules.d/99-systemd.rules
+%{?with_cryptsetup:%attr(755,root,root) /lib/systemd/system-generators/systemd-cryptsetup-generator}
+%attr(755,root,root) /lib/systemd/system-generators/systemd-dbus1-generator
+%attr(755,root,root) /lib/systemd/system-generators/systemd-debug-generator
+%attr(755,root,root) /lib/systemd/system-generators/systemd-efi-boot-generator
+%attr(755,root,root) /lib/systemd/system-generators/systemd-fstab-generator
+%attr(755,root,root) /lib/systemd/system-generators/systemd-getty-generator
+%attr(755,root,root) /lib/systemd/system-generators/systemd-gpt-auto-generator
+%attr(755,root,root) /lib/systemd/system-generators/systemd-hibernate-resume-generator
+%attr(755,root,root) /lib/systemd/system-generators/systemd-system-update-generator
+%attr(755,root,root) /lib/systemd/system-generators/systemd-sysv-generator
+%dir /lib/systemd/network
+/lib/systemd/network/99-default.link
 /lib/udev/rules.d/70-uaccess.rules
 /lib/udev/rules.d/71-seat.rules
 /lib/udev/rules.d/73-seat-late.rules
-%dir %{_libexecdir}/systemd
-%{_libexecdir}/systemd/user
-%dir %{_libexecdir}/systemd/user-generators
-%config(noreplace,missingok) %{_libexecdir}/tmpfiles.d/*.conf
-%{_datadir}/dbus-1/interfaces/org.freedesktop.hostname1.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.locale1.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.timedate1.xml
+/lib/udev/rules.d/99-systemd.rules
+%dir %{_libexecdir}/kernel
+%dir %{_libexecdir}/kernel/install.d
+%{_libexecdir}/kernel/install.d/50-depmod.install
+%{_libexecdir}/kernel/install.d/90-loaderentry.install
+%if %{with efi}
+%dir %{_libexecdir}/systemd/boot
+%dir %{_libexecdir}/systemd/boot/efi
+%ifarch %{ix86}
+%{_libexecdir}/systemd/boot/efi/linuxia32.efi.stub
+%{_libexecdir}/systemd/boot/efi/systemd-bootia32.efi
+%endif
+%ifarch %{x8664} x32
+%{_libexecdir}/systemd/boot/efi/linuxx64.efi.stub
+%{_libexecdir}/systemd/boot/efi/systemd-bootx64.efi
+%endif
+%ifarch aarch64
+%{_libexecdir}/systemd/boot/efi/linuxaa64.efi.stub
+%{_libexecdir}/systemd/boot/efi/systemd-bootaa64.efi
+%endif
+%endif
+%dir %{_libexecdir}/systemd/catalog
+%{_libexecdir}/systemd/catalog/systemd.catalog
+%lang(be) %{_libexecdir}/systemd/catalog/systemd.be.catalog
+%lang(be) %{_libexecdir}/systemd/catalog/systemd.be@latin.catalog
+%lang(fr) %{_libexecdir}/systemd/catalog/systemd.fr.catalog
+%lang(it) %{_libexecdir}/systemd/catalog/systemd.it.catalog
+%lang(pl) %{_libexecdir}/systemd/catalog/systemd.pl.catalog
+%lang(pt_BR) %{_libexecdir}/systemd/catalog/systemd.pt_BR.catalog
+%lang(ru) %{_libexecdir}/systemd/catalog/systemd.ru.catalog
+%lang(zh_TW) %{_libexecdir}/systemd/catalog/systemd.zh_TW.catalog
+%dir %{_libexecdir}/sysusers.d
+%{_libexecdir}/sysusers.d/basic.conf
+%{_libexecdir}/sysusers.d/systemd.conf
+%if %{with microhttpd}
+%{_libexecdir}/sysusers.d/systemd-remote.conf
+%endif
+%{_libexecdir}/tmpfiles.d/etc.conf
+%{_libexecdir}/tmpfiles.d/home.conf
+%{_libexecdir}/tmpfiles.d/legacy.conf
+%{_libexecdir}/tmpfiles.d/systemd.conf
+%{_libexecdir}/tmpfiles.d/systemd-nologin.conf
+%{_libexecdir}/tmpfiles.d/systemd-nspawn.conf
+%if %{with microhttpd}
+%{_libexecdir}/tmpfiles.d/systemd-remote.conf
+%endif
+%{_libexecdir}/tmpfiles.d/tmp.conf
+%{_libexecdir}/tmpfiles.d/var.conf
+%{_libexecdir}/tmpfiles.d/x11.conf
+%{_libexecdir}/sysctl.d/50-coredump.conf
 %{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
+%{_datadir}/dbus-1/system-services/org.freedesktop.import1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
+%{_datadir}/dbus-1/system-services/org.freedesktop.machine1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.timedate1.service
 %{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
+%{_datadir}/polkit-1/actions/org.freedesktop.import1.policy
 %{_datadir}/polkit-1/actions/org.freedesktop.locale1.policy
 %{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
+%{_datadir}/polkit-1/actions/org.freedesktop.machine1.policy
 %{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
 %{_datadir}/polkit-1/actions/org.freedesktop.timedate1.policy
 %dir %{_datadir}/systemd
+%{?with_microhttpd:%{_datadir}/systemd/gatewayd}
 %{_datadir}/systemd/kbd-model-map
+%{_datadir}/systemd/language-fallback-map
+%{_datadir}/factory/etc/nsswitch.conf
+%{_datadir}/factory/etc/pam.d/other
+%{_datadir}/factory/etc/pam.d/system-auth
+%{_mandir}/man1/bootctl.1*
+%{_mandir}/man1/busctl.1*
+%{_mandir}/man1/coredumpctl.1*
+%{_mandir}/man1/hostnamectl.1*
+%{_mandir}/man1/journalctl.1*
+%{_mandir}/man1/localectl.1*
+%{_mandir}/man1/loginctl.1*
+%{_mandir}/man1/machinectl.1*
 %{_mandir}/man1/systemd.1*
-%{_mandir}/man1/systemd-*.1*
+%{_mandir}/man1/systemd-ask-password.1*
+%{_mandir}/man1/systemd-bootchart.1*
+%{_mandir}/man1/systemd-cat.1*
+%{_mandir}/man1/systemd-cgls.1*
+%{_mandir}/man1/systemd-cgtop.1*
+%{_mandir}/man1/systemd-delta.1*
+%{_mandir}/man1/systemd-detect-virt.1*
+%{_mandir}/man1/systemd-escape.1*
+%{_mandir}/man1/systemd-firstboot.1*
+%{_mandir}/man1/systemd-firstboot.service.1*
+%{_mandir}/man1/systemd-inhibit.1*
+%{_mandir}/man1/systemd-machine-id-commit.1*
+%{_mandir}/man1/systemd-machine-id-setup.1*
+%{_mandir}/man1/systemd-notify.1*
+%{_mandir}/man1/systemd-nspawn.1*
+%{_mandir}/man1/systemd-path.1*
+%{_mandir}/man1/systemd-run.1*
+%{_mandir}/man1/systemd-tty-ask-password-agent.1*
+%{_mandir}/man1/timedatectl.1*
 %{_mandir}/man5/binfmt.d.5*
+%{_mandir}/man5/bootchart.conf.5*
+%{_mandir}/man5/bootchart.conf.d.5*
+%{_mandir}/man5/coredump.conf.5*
+%{_mandir}/man5/coredump.conf.d.5*
 %{_mandir}/man5/hostname.5*
+%if %{with microhttpd}
+%{_mandir}/man5/journal-remote.conf.5*
+%{_mandir}/man5/journal-remote.conf.d.5*
+%endif
+%{_mandir}/man5/journald.conf.5*
+%{_mandir}/man5/journald.conf.d.5*
 %{_mandir}/man5/locale.conf.5*
+%{_mandir}/man5/localtime.5*
+%{_mandir}/man5/logind.conf.5*
+%{_mandir}/man5/logind.conf.d.5*
 %{_mandir}/man5/machine-id.5*
 %{_mandir}/man5/machine-info.5*
 %{_mandir}/man5/modules-load.d.5*
 %{_mandir}/man5/os-release.5*
+%{_mandir}/man5/sleep.conf.d.5*
 %{_mandir}/man5/sysctl.d.5*
+%{_mandir}/man5/system.conf.d.5*
 %{_mandir}/man5/systemd.*.5*
-%{_mandir}/man5/systemd-journald.conf.5*
-%{_mandir}/man5/systemd-logind.conf.5*
-%{_mandir}/man5/timezone.5*
+%{_mandir}/man5/systemd-sleep.conf.5*
+%{_mandir}/man5/systemd-system.conf.5*
+%{_mandir}/man5/systemd-user.conf.5*
+%{_mandir}/man5/sysusers.d.5*
+%{_mandir}/man5/timesyncd.conf.5*
+%{_mandir}/man5/timesyncd.conf.d.5*
+%{_mandir}/man5/user.conf.d.5*
 %{_mandir}/man5/vconsole.conf.5*
+%{_mandir}/man7/bootup.7*
 %{_mandir}/man7/daemon.7*
-%{_mandir}/man7/sd-daemon.7*
-%{_mandir}/man7/sd-login.7*
-%{_mandir}/man7/sd-readahead.7*
+%{_mandir}/man7/file-hierarchy.7*
+%{_mandir}/man7/kernel-command-line.7*
+%{_mandir}/man7/systemd.directives.7*
+%{_mandir}/man7/systemd.generator.7*
+%{_mandir}/man7/systemd.index.7*
+%{_mandir}/man7/systemd.journal-fields.7*
 %{_mandir}/man7/systemd.special.7*
+%{_mandir}/man7/systemd.time.7*
+%{_mandir}/man8/kernel-install.8*
+%{_mandir}/man8/libnss_myhostname.so.2.8*
+%{_mandir}/man8/libnss_mymachines.so.2.8*
+%{_mandir}/man8/nss-myhostname.8*
+%{_mandir}/man8/nss-mymachines.8*
+%{_mandir}/man8/systemd-activate.8*
+%{_mandir}/man8/systemd-backlight.8*
+%{_mandir}/man8/systemd-binfmt.8*
+%{_mandir}/man8/systemd-coredump.8*
+%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup-generator.8*}
+%{_mandir}/man8/systemd-debug-generator.8*
+%{_mandir}/man8/systemd-fsck.8*
+%{_mandir}/man8/systemd-efi-boot-generator.8*
+%{_mandir}/man8/systemd-gpt-auto-generator.8*
+%{_mandir}/man8/systemd-fstab-generator.8*
+%{_mandir}/man8/systemd-getty-generator.8*
+%{_mandir}/man8/systemd-hibernate-resume-generator.8*
+%{_mandir}/man8/systemd-hibernate-resume.8*
+%{_mandir}/man8/systemd-hibernate-resume@.service.8*
+%{_mandir}/man8/systemd-hostnamed.8*
+%{_mandir}/man8/systemd-initctl.8*
+%{_mandir}/man8/systemd-journald-dev-log.socket.8*
+%{_mandir}/man8/systemd-journald.8*
+%if %{with microhttpd}
+%{_mandir}/man8/systemd-journal-remote.8.*
+%{_mandir}/man8/systemd-journal-upload.8.*
+%endif
+%{_mandir}/man8/systemd-localed.8*
+%{_mandir}/man8/systemd-logind.8*
+%{_mandir}/man8/systemd-machined.8*
+%{_mandir}/man8/systemd-machine-id-commit.service.8*
+%{_mandir}/man8/systemd-modules-load.8*
+%{_mandir}/man8/systemd-quotacheck.8*
+%{_mandir}/man8/systemd-random-seed.8*
+%{_mandir}/man8/systemd-remount-fs.8*
+%{_mandir}/man8/systemd-rfkill.8*
+%{_mandir}/man8/systemd-rfkill@.service.8*
+%{_mandir}/man8/systemd-shutdown.8*
+%{_mandir}/man8/systemd-sleep.8*
+%{_mandir}/man8/systemd-socket-proxyd.8*
+%{_mandir}/man8/systemd-sysctl.8*
+%{_mandir}/man8/systemd-system-update-generator.8*
+%{_mandir}/man8/systemd-sysv-generator.8*
+%{_mandir}/man8/systemd-sysusers.8*
+%{_mandir}/man8/systemd-sysusers.service.8*
+%{_mandir}/man8/systemd-timedated.8*
+%{_mandir}/man8/systemd-timesyncd.8*
+%{_mandir}/man8/systemd-timesyncd.service.8*
+%{_mandir}/man8/systemd-udevd.8*
+%{_mandir}/man8/systemd-update-done.8*
+%{_mandir}/man8/systemd-update-done.service.8*
+%{_mandir}/man8/systemd-update-utmp.8*
+%{_mandir}/man8/systemd-user-sessions.8*
+%{_mandir}/man8/systemd-vconsole-setup.8*
+%attr(700,root,root) %dir /var/lib/machines
 %dir /var/lib/%{name}
 %dir /var/lib/%{name}/coredump
-%attr(640,root,root) %ghost /var/log/btmp
+%dir /var/lib/%{name}/catalog
+%attr(640,root,root) %ghost /var/lib/%{name}/random-seed
+%attr(600,root,utmp) %ghost /var/log/btmp
 %attr(664,root,utmp) %ghost /var/log/wtmp
+%attr(2755,root,systemd-journal) %dir /var/log/journal
 
 %if %{with pam}
 %attr(755,root,root) /%{_lib}/security/pam_systemd.so
@@ -591,10 +1442,11 @@ rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service
 %attr(755,root,root) /sbin/runlevel
 %attr(755,root,root) /sbin/shutdown
 %attr(755,root,root) /sbin/telinit
-%{_mandir}/man1/init.1
+%{_mandir}/man1/init.1*
+%{?with_cryptsetup:%{_mandir}/man5/crypttab.5*}
 %{_mandir}/man8/halt.8*
-%{_mandir}/man8/poweroff.8
-%{_mandir}/man8/reboot.8
+%{_mandir}/man8/poweroff.8*
+%{_mandir}/man8/reboot.8*
 %{_mandir}/man8/runlevel.8*
 %{_mandir}/man8/shutdown.8*
 %{_mandir}/man8/telinit.8*
@@ -605,14 +1457,43 @@ rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service
 %dir %{_sysconfdir}/modules-load.d
 %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/modules-load.d/modules.conf
 %dir %{_sysconfdir}/sysctl.d
+%{_sysconfdir}/sysctl.d/99-sysctl.conf
 %dir %{_sysconfdir}/systemd
 %dir %{_sysconfdir}/systemd/system
+%dir %{_sysconfdir}/systemd/system-preset
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system-preset/default.preset
 %dir %{_sysconfdir}/tmpfiles.d
-%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/tmpfiles.d/*.conf
 %dir %{_libexecdir}/binfmt.d
 %dir %{_libexecdir}/modules-load.d
 %dir %{_libexecdir}/sysctl.d
-%{_libexecdir}/sysctl.d/coredump.conf
+%{_libexecdir}/sysctl.d/50-default.conf
+%dir %{_libexecdir}/systemd
+%dir %{_libexecdir}/systemd/system-shutdown
+%dir %{_libexecdir}/systemd/system-sleep
+%dir %{_libexecdir}/systemd/user
+%{_libexecdir}/systemd/user/basic.target
+%{_libexecdir}/systemd/user/bluetooth.target
+%{_libexecdir}/systemd/user/busnames.target
+%{_libexecdir}/systemd/user/default.target
+%{_libexecdir}/systemd/user/exit.target
+%{_libexecdir}/systemd/user/paths.target
+%{_libexecdir}/systemd/user/printer.target
+%{_libexecdir}/systemd/user/shutdown.target
+%{_libexecdir}/systemd/user/smartcard.target
+%{_libexecdir}/systemd/user/sockets.target
+%{_libexecdir}/systemd/user/sound.target
+%{_libexecdir}/systemd/user/timers.target
+%{_libexecdir}/systemd/user/systemd-bus-proxyd.service
+%{_libexecdir}/systemd/user/systemd-bus-proxyd.socket
+%{_libexecdir}/systemd/user/systemd-exit.service
+%dir %{_libexecdir}/systemd/user-generators
+%{_libexecdir}/systemd/user-generators/systemd-dbus1-generator
+%dir /lib/systemd/pld-helpers.d
+%dir /lib/systemd/system-generators
+%dir /lib/systemd/system-preset
+/lib/systemd/system-preset/90-systemd.preset
+%dir /lib/systemd/system-sleep
+%dir /lib/systemd/system-shutdown
 %attr(755,root,root) /bin/systemctl
 %attr(755,root,root) /bin/systemd-tmpfiles
 %attr(755,root,root) /bin/systemd_booted
@@ -621,80 +1502,388 @@ rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service
 %{_mandir}/man8/systemd-tmpfiles.8*
 %{_npkgconfigdir}/systemd.pc
 
-%{systemdunitdir}/*.automount
-%{systemdunitdir}/*.mount
-%{systemdunitdir}/*.path
-%{systemdunitdir}/*.service
-%{systemdunitdir}/*.socket
-%{systemdunitdir}/*.target
-%{systemdunitdir}/*.timer
-%if %{with plymouth}
-%exclude %{systemdunitdir}/plymouth*.service
-%exclude %{systemdunitdir}/systemd-ask-password-plymouth.*
-%endif
+%{systemdunitdir}/org.freedesktop.hostname1.busname
+%{systemdunitdir}/org.freedesktop.import1.busname
+%{systemdunitdir}/org.freedesktop.locale1.busname
+%{systemdunitdir}/org.freedesktop.login1.busname
+%{systemdunitdir}/org.freedesktop.machine1.busname
+%{systemdunitdir}/org.freedesktop.network1.busname
+%{systemdunitdir}/org.freedesktop.resolve1.busname
+%{systemdunitdir}/org.freedesktop.systemd1.busname
+%{systemdunitdir}/org.freedesktop.timedate1.busname
+%{systemdunitdir}/proc-sys-fs-binfmt_misc.automount
+%{systemdunitdir}/dev-hugepages.mount
+%{systemdunitdir}/dev-mqueue.mount
+%{systemdunitdir}/proc-sys-fs-binfmt_misc.mount
+%{systemdunitdir}/sys-fs-fuse-connections.mount
+%{systemdunitdir}/sys-kernel-config.mount
+%{systemdunitdir}/sys-kernel-debug.mount
+%{systemdunitdir}/tmp.mount
+%{systemdunitdir}/var-lib-machines.mount
+%{systemdunitdir}/var-lock.mount
+%{systemdunitdir}/var-run.mount
+%{systemdunitdir}/systemd-ask-password-console.path
+%{systemdunitdir}/systemd-ask-password-wall.path
+%{systemdunitdir}/allowlogin.service
+%{systemdunitdir}/autovt@.service
+%{systemdunitdir}/console-getty.service
+%{systemdunitdir}/console-shell.service
+%{systemdunitdir}/console.service
+%{systemdunitdir}/container-getty@.service
+%{systemdunitdir}/cpusets.service
+%{systemdunitdir}/dbus-org.freedesktop.hostname1.service
+%{systemdunitdir}/dbus-org.freedesktop.import1.service
+%{systemdunitdir}/dbus-org.freedesktop.locale1.service
+%{systemdunitdir}/dbus-org.freedesktop.login1.service
+%{systemdunitdir}/dbus-org.freedesktop.machine1.service
+%{systemdunitdir}/dbus-org.freedesktop.timedate1.service
+%{systemdunitdir}/debug-shell.service
+%{systemdunitdir}/display-manager.service
+%{systemdunitdir}/emergency.service
+%{systemdunitdir}/getty@.service
+%{systemdunitdir}/halt-local.service
+%{systemdunitdir}/initrd-cleanup.service
+%{systemdunitdir}/initrd-parse-etc.service
+%{systemdunitdir}/initrd-switch-root.service
+%{systemdunitdir}/initrd-udevadm-cleanup-db.service
+%{systemdunitdir}/killall.service
+%{systemdunitdir}/kmod-static-nodes.service
+%{systemdunitdir}/ldconfig.service
+%{systemdunitdir}/netfs.service
+%{systemdunitdir}/network.service
+%{systemdunitdir}/pld-clean-tmp.service
+%{systemdunitdir}/pld-storage-init-late.service
+%{systemdunitdir}/pld-storage-init.service
+%{systemdunitdir}/pld-wait-storage.service
+%{systemdunitdir}/prefdm.service
+%{systemdunitdir}/quotaon.service
+%{systemdunitdir}/random.service
+%{systemdunitdir}/rescue.service
+%{systemdunitdir}/serial-getty@.service
+%{systemdunitdir}/single.service
+%{systemdunitdir}/sys-kernel-config.service
+%{systemdunitdir}/systemd-ask-password-console.service
+%{systemdunitdir}/systemd-ask-password-wall.service
+%{systemdunitdir}/systemd-backlight@.service
+%{systemdunitdir}/systemd-binfmt.service
+%{systemdunitdir}/systemd-bootchart.service
+%{systemdunitdir}/systemd-bus-proxyd.service
+%{systemdunitdir}/systemd-firstboot.service
+%{systemdunitdir}/systemd-fsck-root.service
+%{systemdunitdir}/systemd-fsck@.service
+%{systemdunitdir}/systemd-halt.service
+%{systemdunitdir}/systemd-hibernate-resume@.service
+%{systemdunitdir}/systemd-hibernate.service
+%{systemdunitdir}/systemd-hostnamed.service
+%{systemdunitdir}/systemd-hwdb-update.service
+%{systemdunitdir}/systemd-hybrid-sleep.service
+%{systemdunitdir}/systemd-importd.service
+%{systemdunitdir}/systemd-initctl.service
+%{systemdunitdir}/systemd-journal-catalog-update.service
+%{systemdunitdir}/systemd-journal-flush.service
+%{systemdunitdir}/systemd-journal-gatewayd.service
+%{systemdunitdir}/systemd-journal-remote.service
+%{systemdunitdir}/systemd-journal-upload.service
+%{systemdunitdir}/systemd-journald.service
+%{systemdunitdir}/systemd-kexec.service
+%{systemdunitdir}/systemd-localed.service
+%{systemdunitdir}/systemd-logind.service
+%{systemdunitdir}/systemd-machine-id-commit.service
+%{systemdunitdir}/systemd-machined.service
+%{systemdunitdir}/systemd-modules-load.service
+%{systemdunitdir}/systemd-nspawn@.service
+%{systemdunitdir}/systemd-poweroff.service
+%{systemdunitdir}/systemd-quotacheck.service
+%{systemdunitdir}/systemd-random-seed.service
+%{systemdunitdir}/systemd-reboot.service
+%{systemdunitdir}/systemd-remount-fs.service
+%{systemdunitdir}/systemd-rfkill@.service
+%{systemdunitdir}/systemd-suspend.service
+%{systemdunitdir}/systemd-sysctl.service
+%{systemdunitdir}/systemd-sysusers.service
+%{systemdunitdir}/systemd-timedated.service
+%{systemdunitdir}/systemd-timesyncd.service
+%{systemdunitdir}/systemd-tmpfiles-clean.service
+%{systemdunitdir}/systemd-tmpfiles-setup-dev.service
+%{systemdunitdir}/systemd-tmpfiles-setup.service
+%{systemdunitdir}/systemd-udev-settle.service
+%{systemdunitdir}/systemd-udev-trigger.service
+%{systemdunitdir}/systemd-udevd.service
+%{systemdunitdir}/systemd-update-done.service
+%{systemdunitdir}/systemd-update-utmp-runlevel.service
+%{systemdunitdir}/systemd-update-utmp.service
+%{systemdunitdir}/systemd-user-sessions.service
+%{systemdunitdir}/systemd-vconsole-setup.service
+%{systemdunitdir}/user@.service
+%{systemdunitdir}/-.slice
+%{systemdunitdir}/machine.slice
+%{systemdunitdir}/system.slice
+%{systemdunitdir}/user.slice
+%exclude %{systemdunitdir}/rc-inetd.service
+%{systemdunitdir}/syslog.socket
+%{systemdunitdir}/systemd-bus-proxyd.socket
+%{systemdunitdir}/systemd-initctl.socket
+%{systemdunitdir}/systemd-journal-remote.socket
+%{systemdunitdir}/systemd-journald-audit.socket
+%{systemdunitdir}/systemd-journald-dev-log.socket
+%{systemdunitdir}/systemd-journald.socket
+%{systemdunitdir}/systemd-udevd-control.socket
+%{systemdunitdir}/systemd-udevd-kernel.socket
+%{systemdunitdir}/basic.target
+%{systemdunitdir}/bluetooth.target
+%{systemdunitdir}/busnames.target
+%{?with_cryptsetup:%{systemdunitdir}/cryptsetup-pre.target}
+%{?with_cryptsetup:%{systemdunitdir}/cryptsetup.target}
+%{systemdunitdir}/ctrl-alt-del.target
+%{systemdunitdir}/default.target
+%{systemdunitdir}/emergency.target
+%{systemdunitdir}/final.target
+%{systemdunitdir}/getty.target
+%{systemdunitdir}/graphical.target
+%{systemdunitdir}/halt.target
+%{systemdunitdir}/hibernate.target
+%{systemdunitdir}/hybrid-sleep.target
+%{systemdunitdir}/initrd-fs.target
+%{systemdunitdir}/initrd-root-fs.target
+%{systemdunitdir}/initrd-switch-root.target
+%{systemdunitdir}/initrd.target
+%{systemdunitdir}/kexec.target
+%{systemdunitdir}/local-fs-pre.target
+%{systemdunitdir}/local-fs.target
+%{systemdunitdir}/machines.target
+%{systemdunitdir}/multi-user.target
+%{systemdunitdir}/network-online.target
+%{systemdunitdir}/network-pre.target
+%{systemdunitdir}/network.target
+%{systemdunitdir}/nss-lookup.target
+%{systemdunitdir}/nss-user-lookup.target
+%{systemdunitdir}/paths.target
+%{systemdunitdir}/poweroff.target
+%{systemdunitdir}/printer.target
+%{systemdunitdir}/reboot.target
+%{systemdunitdir}/remote-fs-pre.target
+%{systemdunitdir}/remote-fs.target
+%{systemdunitdir}/rescue.target
+%{systemdunitdir}/rpcbind.target
+%{systemdunitdir}/runlevel0.target
+%{systemdunitdir}/runlevel1.target
+%{systemdunitdir}/runlevel2.target
+%{systemdunitdir}/runlevel3.target
+%{systemdunitdir}/runlevel4.target
+%{systemdunitdir}/runlevel5.target
+%{systemdunitdir}/runlevel6.target
+%{systemdunitdir}/shutdown.target
+%{systemdunitdir}/sigpwr.target
+%{systemdunitdir}/sleep.target
+%{systemdunitdir}/slices.target
+%{systemdunitdir}/smartcard.target
+%{systemdunitdir}/sockets.target
+%{systemdunitdir}/sound.target
+%{systemdunitdir}/suspend.target
+%{systemdunitdir}/swap.target
+%{systemdunitdir}/sysinit.target
+%{systemdunitdir}/system-update.target
+%{systemdunitdir}/time-sync.target
+%{systemdunitdir}/timers.target
+%{systemdunitdir}/umount.target
+%{systemdunitdir}/systemd-tmpfiles-clean.timer
 %dir %{systemdunitdir}/basic.target.wants
+%dir %{systemdunitdir}/busnames.target.wants
 %dir %{systemdunitdir}/dbus.target.wants
 %dir %{systemdunitdir}/final.target.wants
 %dir %{systemdunitdir}/graphical.target.wants
 %dir %{systemdunitdir}/halt.target.wants
+%dir %{systemdunitdir}/initrd.target.wants
 %dir %{systemdunitdir}/kexec.target.wants
 %dir %{systemdunitdir}/local-fs.target.wants
 %dir %{systemdunitdir}/multi-user.target.wants
 %dir %{systemdunitdir}/poweroff.target.wants
 %dir %{systemdunitdir}/reboot.target.wants
+%dir %{systemdunitdir}/rescue.target.wants
 %dir %{systemdunitdir}/runlevel[12345].target.wants
 %dir %{systemdunitdir}/shutdown.target.wants
 %dir %{systemdunitdir}/sockets.target.wants
 %dir %{systemdunitdir}/sysinit.target.wants
 %dir %{systemdunitdir}/syslog.target.wants
-%config(noreplace,missingok) %{systemdunitdir}/basic.target.wants/*
-%config(noreplace,missingok) %{systemdunitdir}/final.target.wants/*
-%config(noreplace,missingok) %{systemdunitdir}/graphical.target.wants/*
-%config(noreplace,missingok) %{systemdunitdir}/local-fs.target.wants/*
-%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/getty.target
-%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/rc-local.service
-%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-ask-password-wall.path
-%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-logind.service
-%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-user-sessions.service
-%config(noreplace,missingok) %{systemdunitdir}/runlevel[12345].target.wants/*
-%config(noreplace,missingok) %{systemdunitdir}/shutdown.target.wants/*
-%config(noreplace,missingok) %{systemdunitdir}/sockets.target.wants/*
-%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/cryptsetup.target
-%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/dev-hugepages.mount
-%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/dev-mqueue.mount
-%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
-%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/sys-*.mount
-%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/systemd-*
-
-%if %{with plymouth}
-%files plymouth
+%dir %{systemdunitdir}/timers.target.wants
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.hostname1.busname
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.import1.busname
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.locale1.busname
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.login1.busname
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.machine1.busname
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.network1.busname
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.resolve1.busname
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.systemd1.busname
+%{systemdunitdir}/busnames.target.wants/org.freedesktop.timedate1.busname
+%{systemdunitdir}/final.target.wants/halt-local.service
+%{systemdunitdir}/graphical.target.wants/display-manager.service
+%{systemdunitdir}/graphical.target.wants/systemd-update-utmp-runlevel.service
+%{systemdunitdir}/local-fs.target.wants/pld-clean-tmp.service
+%{systemdunitdir}/local-fs.target.wants/pld-storage-init-late.service
+%{systemdunitdir}/local-fs.target.wants/pld-storage-init.service
+%{systemdunitdir}/local-fs.target.wants/systemd-remount-fs.service
+%{systemdunitdir}/local-fs.target.wants/var-lib-machines.mount
+%{systemdunitdir}/local-fs.target.wants/var-lock.mount
+%{systemdunitdir}/local-fs.target.wants/var-run.mount
+%{systemdunitdir}/multi-user.target.wants/getty.target
+%{systemdunitdir}/multi-user.target.wants/rc-local.service
+%{systemdunitdir}/multi-user.target.wants/systemd-ask-password-wall.path
+%{systemdunitdir}/multi-user.target.wants/systemd-logind.service
+%{systemdunitdir}/multi-user.target.wants/systemd-update-utmp-runlevel.service
+%{systemdunitdir}/multi-user.target.wants/systemd-user-sessions.service
+%{systemdunitdir}/rescue.target.wants/systemd-update-utmp-runlevel.service
+%{systemdunitdir}/sockets.target.wants/systemd-initctl.socket
+%{systemdunitdir}/sockets.target.wants/systemd-journald-audit.socket
+%{systemdunitdir}/sockets.target.wants/systemd-journald-dev-log.socket
+%{systemdunitdir}/sockets.target.wants/systemd-journald.socket
+%{systemdunitdir}/sockets.target.wants/systemd-udevd-control.socket
+%{systemdunitdir}/sockets.target.wants/systemd-udevd-kernel.socket
+%{?with_cryptsetup:%{systemdunitdir}/sysinit.target.wants/cryptsetup.target}
+%{systemdunitdir}/sysinit.target.wants/dev-hugepages.mount
+%{systemdunitdir}/sysinit.target.wants/dev-mqueue.mount
+%{systemdunitdir}/sysinit.target.wants/kmod-static-nodes.service
+%{systemdunitdir}/sysinit.target.wants/ldconfig.service
+%{systemdunitdir}/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
+%{systemdunitdir}/sysinit.target.wants/sys-fs-fuse-connections.mount
+%{systemdunitdir}/sysinit.target.wants/sys-kernel-debug.mount
+%{systemdunitdir}/sysinit.target.wants/systemd-ask-password-console.path
+%{systemdunitdir}/sysinit.target.wants/systemd-binfmt.service
+%{systemdunitdir}/sysinit.target.wants/systemd-firstboot.service
+%{systemdunitdir}/sysinit.target.wants/systemd-hwdb-update.service
+%{systemdunitdir}/sysinit.target.wants/systemd-journal-catalog-update.service
+%{systemdunitdir}/sysinit.target.wants/systemd-journald.service
+%{systemdunitdir}/sysinit.target.wants/systemd-journal-flush.service
+%{systemdunitdir}/sysinit.target.wants/systemd-machine-id-commit.service
+%{systemdunitdir}/sysinit.target.wants/systemd-modules-load.service
+%{systemdunitdir}/sysinit.target.wants/systemd-random-seed.service
+%{systemdunitdir}/sysinit.target.wants/systemd-sysctl.service
+%{systemdunitdir}/sysinit.target.wants/systemd-sysusers.service
+%{systemdunitdir}/sysinit.target.wants/systemd-tmpfiles-setup-dev.service
+%{systemdunitdir}/sysinit.target.wants/systemd-tmpfiles-setup.service
+%{systemdunitdir}/sysinit.target.wants/systemd-udevd.service
+%{systemdunitdir}/sysinit.target.wants/systemd-udev-trigger.service
+%{systemdunitdir}/sysinit.target.wants/systemd-update-done.service
+%{systemdunitdir}/sysinit.target.wants/systemd-update-utmp.service
+%{systemdunitdir}/sysinit.target.wants/systemd-vconsole-setup.service
+%{systemdunitdir}/timers.target.wants/systemd-tmpfiles-clean.timer
+%{_mandir}/man8/systemd-ask-password-console.path.8*
+%{_mandir}/man8/systemd-ask-password-console.service.8*
+%{_mandir}/man8/systemd-ask-password-wall.path.8*
+%{_mandir}/man8/systemd-ask-password-wall.service.8*
+%{_mandir}/man8/systemd-backlight@.service.8*
+%{_mandir}/man8/systemd-binfmt.service.8*
+%{_mandir}/man8/systemd-bus-proxyd.8*
+%{_mandir}/man8/systemd-bus-proxyd.socket.8
+%{_mandir}/man8/systemd-bus-proxyd@.service.8*
+%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup.8*}
+%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup@.service.8*}
+%{_mandir}/man8/systemd-fsck-root.service.8*
+%{_mandir}/man8/systemd-fsck@.service.8*
+%{_mandir}/man8/systemd-halt.service.8*
+%{_mandir}/man8/systemd-hibernate.service.8*
+%{_mandir}/man8/systemd-hostnamed.service.8*
+%{_mandir}/man8/systemd-hybrid-sleep.service.8*
+%{_mandir}/man8/systemd-initctl.service.8*
+%{_mandir}/man8/systemd-initctl.socket.8*
+%{_mandir}/man8/systemd-journald.service.8*
+%{_mandir}/man8/systemd-journald.socket.8*
+%{_mandir}/man8/systemd-kexec.service.8*
+%{_mandir}/man8/systemd-localed.service.8*
+%{_mandir}/man8/systemd-logind.service.8*
+%{_mandir}/man8/systemd-machined.service.8*
+%{_mandir}/man8/systemd-modules-load.service.8*
+%{_mandir}/man8/systemd-poweroff.service.8*
+%{_mandir}/man8/systemd-quotacheck.service.8*
+%{_mandir}/man8/systemd-random-seed.service.8*
+%{_mandir}/man8/systemd-reboot.service.8*
+%{_mandir}/man8/systemd-remount-fs.service.8*
+%{_mandir}/man8/systemd-suspend.service.8*
+%{_mandir}/man8/systemd-sysctl.service.8*
+%{_mandir}/man8/systemd-timedated.service.8*
+%{_mandir}/man8/systemd-tmpfiles-clean.service.8*
+%{_mandir}/man8/systemd-tmpfiles-clean.timer.8*
+%{_mandir}/man8/systemd-tmpfiles-setup.service.8*
+%{_mandir}/man8/systemd-tmpfiles-setup-dev.service.8*
+%{_mandir}/man8/systemd-udevd.service.8*
+%{_mandir}/man8/systemd-udevd-control.socket.8*
+%{_mandir}/man8/systemd-udevd-kernel.socket.8*
+%{_mandir}/man8/systemd-update-utmp-runlevel.service.8*
+%{_mandir}/man8/systemd-update-utmp.service.8*
+%{_mandir}/man8/systemd-user-sessions.service.8*
+%{_mandir}/man8/systemd-vconsole-setup.service.8*
+
+%if %{with consoled}
+%files consoled
 %defattr(644,root,root,755)
-%{systemdunitdir}/plymouth-halt.service
-%{systemdunitdir}/plymouth-kexec.service
-%{systemdunitdir}/plymouth-poweroff.service
-%{systemdunitdir}/plymouth-quit-wait.service
-%{systemdunitdir}/plymouth-quit.service
-%{systemdunitdir}/plymouth-read-write.service
-%{systemdunitdir}/plymouth-reboot.service
-%{systemdunitdir}/plymouth-start.service
-%{systemdunitdir}/systemd-ask-password-plymouth.path
-%{systemdunitdir}/systemd-ask-password-plymouth.service
-%config(noreplace,missingok) %{systemdunitdir}/halt.target.wants/plymouth-halt.service
-%config(noreplace,missingok) %{systemdunitdir}/kexec.target.wants/plymouth-kexec.service
-%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/plymouth-quit.service
-%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/plymouth-quit-wait.service
-%config(noreplace,missingok) %{systemdunitdir}/poweroff.target.wants/plymouth-poweroff.service
-%config(noreplace,missingok) %{systemdunitdir}/reboot.target.wants/plymouth-reboot.service
-%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/plymouth-read-write.service
-%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/plymouth-start.service
+%attr(755,root,root) /lib/systemd/systemd-consoled
+%{_libexecdir}/systemd/user/systemd-consoled.service
+%dir %{_libexecdir}/systemd/user/default.target.wants
+%{_libexecdir}/systemd/user/default.target.wants/systemd-consoled.service
+%{_datadir}/systemd/unifont-glyph-array.bin
 %endif
 
+%if %{with microhttpd}
+%files journal-gateway
+%defattr(644,root,root,755)
+%{systemdunitdir}/systemd-journal-gatewayd.socket
+%attr(755,root,root) /lib/systemd/systemd-journal-gatewayd
+%{_mandir}/man8/systemd-journal-gatewayd.8*
+%{_mandir}/man8/systemd-journal-gatewayd.service.8*
+%{_mandir}/man8/systemd-journal-gatewayd.socket.8*
+%endif
+
+%files networkd
+%defattr(644,root,root,755)
+/etc/dbus-1/system.d/org.freedesktop.network1.conf
+%dir %{_sysconfdir}/systemd/network
+%dir %{_sysconfdir}/systemd/system/network-online.target.wants
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
+/lib/systemd/network/80-container-host0.network
+/lib/systemd/network/80-container-ve.network
+%{systemdunitdir}/dbus-org.freedesktop.network1.service
+%{systemdunitdir}/systemd-networkd-wait-online.service
+%{systemdunitdir}/systemd-networkd.service
+%{systemdunitdir}/systemd-networkd.socket
+%{_datadir}/dbus-1/system-services/org.freedesktop.network1.service
+%attr(755,root,root) /bin/networkctl
+%attr(755,root,root) /lib/systemd/systemd-networkd
+%attr(755,root,root) /lib/systemd/systemd-networkd-wait-online
+%{_mandir}/man1/networkctl.1*
+%{_mandir}/man8/systemd-networkd-wait-online.8*
+%{_mandir}/man8/systemd-networkd-wait-online.service.8*
+%{_mandir}/man8/systemd-networkd.8*
+%{_mandir}/man8/systemd-networkd.service.8*
+
+%files resolved
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/resolved.conf
+/etc/dbus-1/system.d/org.freedesktop.resolve1.conf
+%{_datadir}/dbus-1/system-services/org.freedesktop.resolve1.service
+%{systemdunitdir}/dbus-org.freedesktop.resolve1.service
+%{systemdunitdir}/systemd-resolved.service
+%attr(755,root,root) /lib/systemd/systemd-resolved
+%{_mandir}/man5/resolved.conf.5*
+%{_mandir}/man5/resolved.conf.d.5*
+%{_mandir}/man8/systemd-resolved.8*
+%{_mandir}/man8/systemd-resolved.service.8*
+
+%files inetd
+%defattr(644,root,root,755)
+%attr(755,root,root) %{systemdunitdir}-generators/pld-rc-inetd-generator
+%{systemdunitdir}/rc-inetd.service
+
 %files analyze
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/systemd-analyze
+%{_mandir}/man1/systemd-analyze.1*
 
 %files libs
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libnss_mymachines.so.2
+%attr(755,root,root) %{_libdir}/libnss_resolve.so.2
+%attr(755,root,root) /%{_lib}/libnss_myhostname.so.2
+%attr(755,root,root) /%{_lib}/libsystemd.so.*.*.*
+%attr(755,root,root) %ghost /%{_lib}/libsystemd.so.0
 %attr(755,root,root) /%{_lib}/libsystemd-daemon.so.*.*.*
 %attr(755,root,root) %ghost /%{_lib}/libsystemd-daemon.so.0
 %attr(755,root,root) /%{_lib}/libsystemd-id128.so.*.*.*
@@ -706,54 +1895,201 @@ rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsystemd.so
 %attr(755,root,root) %{_libdir}/libsystemd-daemon.so
 %attr(755,root,root) %{_libdir}/libsystemd-id128.so
 %attr(755,root,root) %{_libdir}/libsystemd-journal.so
 %attr(755,root,root) %{_libdir}/libsystemd-login.so
 %{_includedir}/%{name}
+%{_pkgconfigdir}/libsystemd.pc
 %{_pkgconfigdir}/libsystemd-daemon.pc
 %{_pkgconfigdir}/libsystemd-id128.pc
 %{_pkgconfigdir}/libsystemd-journal.pc
 %{_pkgconfigdir}/libsystemd-login.pc
-%{_mandir}/man3/sd_booted.3*
-%{_mandir}/man3/sd_get_seats.3*
-%{_mandir}/man3/sd_get_sessions.3*
-%{_mandir}/man3/sd_get_uids.3*
-%{_mandir}/man3/sd_is_fifo.3*
-%{_mandir}/man3/sd_is_mq.3*
-%{_mandir}/man3/sd_is_socket.3
-%{_mandir}/man3/sd_is_socket_inet.3
-%{_mandir}/man3/sd_is_socket_unix.3
-%{_mandir}/man3/sd_listen_fds.3*
-%{_mandir}/man3/sd_login_monitor_flush.3*
-%{_mandir}/man3/sd_login_monitor_get_fd.3*
-%{_mandir}/man3/sd_login_monitor_new.3*
-%{_mandir}/man3/sd_login_monitor_unref.3*
-%{_mandir}/man3/sd_notify.3*
-%{_mandir}/man3/sd_notifyf.3
-%{_mandir}/man3/sd_pid_get_owner_uid.3*
-%{_mandir}/man3/sd_pid_get_session.3*
-%{_mandir}/man3/sd_pid_get_unit.3*
-%{_mandir}/man3/sd_readahead.3*
-%{_mandir}/man3/sd_seat_can_multi_session.3*
-%{_mandir}/man3/sd_seat_get_active.3*
-%{_mandir}/man3/sd_seat_get_sessions.3*
-%{_mandir}/man3/sd_session_get_class.3*
-%{_mandir}/man3/sd_session_get_display.3*
-%{_mandir}/man3/sd_session_get_seat.3*
-%{_mandir}/man3/sd_session_get_service.3*
-%{_mandir}/man3/sd_session_get_type.3*
-%{_mandir}/man3/sd_session_get_uid.3*
-%{_mandir}/man3/sd_session_is_active.3*
-%{_mandir}/man3/sd_uid_get_seats.3*
-%{_mandir}/man3/sd_uid_get_sessions.3*
-%{_mandir}/man3/sd_uid_get_state.3*
-%{_mandir}/man3/sd_uid_is_on_seat.3*
+%{_mandir}/man3/SD_*.3*
+%{_mandir}/man3/sd*.3*
+
+%files -n python-systemd
+%defattr(644,root,root,755)
+%dir %{py_sitedir}/systemd
+%{py_sitedir}/systemd/*.py[co]
+%attr(755,root,root) %{py_sitedir}/systemd/_daemon.so
+%attr(755,root,root) %{py_sitedir}/systemd/_journal.so
+%attr(755,root,root) %{py_sitedir}/systemd/_reader.so
+%attr(755,root,root) %{py_sitedir}/systemd/id128.so
+%attr(755,root,root) %{py_sitedir}/systemd/login.so
+
+%if %{with python3}
+%files -n python3-systemd
+%defattr(644,root,root,755)
+%dir %{py3_sitedir}/systemd
+%{py3_sitedir}/systemd/*.py
+%dir %{py3_sitedir}/systemd/__pycache__
+%{py3_sitedir}/systemd/__pycache__/*.py[co]
+%attr(755,root,root) %{py3_sitedir}/systemd/_daemon.so
+%attr(755,root,root) %{py3_sitedir}/systemd/_journal.so
+%attr(755,root,root) %{py3_sitedir}/systemd/_reader.so
+%attr(755,root,root) %{py3_sitedir}/systemd/id128.so
+%attr(755,root,root) %{py3_sitedir}/systemd/login.so
+%endif
 
 %files -n bash-completion-systemd
 %defattr(644,root,root,755)
-/etc/bash_completion.d/systemd-bash-completion.sh
+%{_datadir}/bash-completion/completions/bootctl
+%{_datadir}/bash-completion/completions/busctl
+%{_datadir}/bash-completion/completions/coredumpctl
+%{_datadir}/bash-completion/completions/hostnamectl
+%{_datadir}/bash-completion/completions/journalctl
+%{_datadir}/bash-completion/completions/kernel-install
+%{_datadir}/bash-completion/completions/localectl
+%{_datadir}/bash-completion/completions/loginctl
+%{_datadir}/bash-completion/completions/machinectl
+%{_datadir}/bash-completion/completions/systemctl
+%{_datadir}/bash-completion/completions/systemd-analyze
+%{_datadir}/bash-completion/completions/systemd-cat
+%{_datadir}/bash-completion/completions/systemd-cgls
+%{_datadir}/bash-completion/completions/systemd-cgtop
+%{_datadir}/bash-completion/completions/systemd-delta
+%{_datadir}/bash-completion/completions/systemd-detect-virt
+%{_datadir}/bash-completion/completions/systemd-nspawn
+%{_datadir}/bash-completion/completions/systemd-run
+%{_datadir}/bash-completion/completions/timedatectl
+
+%files -n zsh-completion-systemd
+%defattr(644,root,root,755)
+%{_datadir}/zsh/site-functions/_bootctl
+%{_datadir}/zsh/site-functions/_coredumpctl
+%{_datadir}/zsh/site-functions/_hostnamectl
+%{_datadir}/zsh/site-functions/_journalctl
+%{_datadir}/zsh/site-functions/_kernel-install
+%{_datadir}/zsh/site-functions/_localectl
+%{_datadir}/zsh/site-functions/_loginctl
+%{_datadir}/zsh/site-functions/_machinectl
+%{_datadir}/zsh/site-functions/_sd_hosts_or_user_at_host
+%{_datadir}/zsh/site-functions/_sd_machines
+%{_datadir}/zsh/site-functions/_sd_outputmodes
+%{_datadir}/zsh/site-functions/_sd_unit_files
+%{_datadir}/zsh/site-functions/_systemctl
+%{_datadir}/zsh/site-functions/_systemd
+%{_datadir}/zsh/site-functions/_systemd-analyze
+%{_datadir}/zsh/site-functions/_systemd-delta
+%{_datadir}/zsh/site-functions/_systemd-inhibit
+%{_datadir}/zsh/site-functions/_systemd-nspawn
+%{_datadir}/zsh/site-functions/_systemd-run
+%{_datadir}/zsh/site-functions/_systemd-tmpfiles
+%{_datadir}/zsh/site-functions/_timedatectl
+
+%files -n udev
+%defattr(644,root,root,755)
+%dev(c,1,3) %attr(666,root,root) /dev/null
+%dev(c,5,1) %attr(660,root,console) /dev/console
+%dev(c,1,5) %attr(666,root,root) /dev/zero
+
+%files -n udev-core
+%defattr(644,root,root,755)
+
+%{_prefix}/lib/udev
+
+%attr(755,root,root) /lib/udev/collect
+
+%attr(755,root,root) /lib/udev/net_helper
+
+%attr(755,root,root) /lib/udev/ata_id
+%attr(755,root,root) /lib/udev/cdrom_id
+%attr(755,root,root) /lib/udev/mtd_probe
+%attr(755,root,root) /lib/udev/scsi_id
+%attr(755,root,root) /lib/udev/v4l_id
+
+%attr(755,root,root) /lib/udev/udevd
+
+%attr(755,root,root) /lib/udev/accelerometer
+
+/lib/udev/hwdb.d/20-acpi-vendor.hwdb
+/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb
+/lib/udev/hwdb.d/20-net-ifname.hwdb
+/lib/udev/hwdb.d/20-OUI.hwdb
+/lib/udev/hwdb.d/20-pci-classes.hwdb
+/lib/udev/hwdb.d/20-pci-vendor-model.hwdb
+/lib/udev/hwdb.d/20-sdio-classes.hwdb
+/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb
+/lib/udev/hwdb.d/20-usb-classes.hwdb
+/lib/udev/hwdb.d/20-usb-vendor-model.hwdb
+/lib/udev/hwdb.d/60-evdev.hwdb
+/lib/udev/hwdb.d/60-keyboard.hwdb
+/lib/udev/hwdb.d/70-mouse.hwdb
+/lib/udev/hwdb.d/70-pointingstick.hwdb
+/lib/udev/hwdb.d/70-touchpad.hwdb
+
+%attr(755,root,root) %{_sbindir}/start_udev
+%attr(755,root,root) %{_sbindir}/udevd
+%attr(755,root,root) %{_sbindir}/udevadm
+%attr(755,root,root) /bin/systemd-hwdb
+%attr(755,root,root) /bin/udevadm
+
+%dir %{_sysconfdir}/udev
+%dir %{_sysconfdir}/udev/rules.d
+%dir %{_sysconfdir}/udev/hwdb.d
+%ghost %{_sysconfdir}/udev/hwdb.bin
+
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modprobe.d/fbdev-blacklist.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modprobe.d/udev_blacklist.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/links.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/40-alsa-restore.rules
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/70-udev-pld.rules
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/80-net-setup-link.rules
+
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/udev.conf
+
+# rules below are NOT supposed to be changed by users
+/lib/udev/rules.d/42-usb-hid-pm.rules
+/lib/udev/rules.d/50-udev-default.rules
+/lib/udev/rules.d/60-block.rules
+/lib/udev/rules.d/60-cdrom_id.rules
+/lib/udev/rules.d/60-drm.rules
+/lib/udev/rules.d/60-evdev.rules
+/lib/udev/rules.d/60-persistent-alsa.rules
+/lib/udev/rules.d/60-persistent-input.rules
+/lib/udev/rules.d/60-persistent-storage.rules
+/lib/udev/rules.d/60-persistent-storage-tape.rules
+/lib/udev/rules.d/60-persistent-v4l.rules
+/lib/udev/rules.d/60-serial.rules
+/lib/udev/rules.d/61-accelerometer.rules
+/lib/udev/rules.d/64-btrfs.rules
+/lib/udev/rules.d/70-mouse.rules
+/lib/udev/rules.d/70-power-switch.rules
+/lib/udev/rules.d/70-touchpad.rules
+/lib/udev/rules.d/75-net-description.rules
+/lib/udev/rules.d/75-probe_mtd.rules
+/lib/udev/rules.d/78-sound-card.rules
+/lib/udev/rules.d/80-drivers.rules
+/lib/udev/rules.d/80-net-setup-link.rules
+/lib/udev/rules.d/90-vconsole.rules
+
+%{_mandir}/man5/udev.conf.5*
+%{_mandir}/man7/udev.7*
+%{_mandir}/man7/hwdb.7*
+%{_mandir}/man8/systemd-hwdb.8*
+%{_mandir}/man8/udevadm.8*
+%{_mandir}/man8/udevd.8*
+
+%files -n udev-libs
+%defattr(644,root,root,755)
+%attr(755,root,root) /%{_lib}/libudev.so.*.*.*
+%attr(755,root,root) %ghost /%{_lib}/libudev.so.1
+
+%files -n udev-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libudev.so
+%{_includedir}/libudev.h
+%{_pkgconfigdir}/libudev.pc
+%{_npkgconfigdir}/udev.pc
+%{_mandir}/man3/libudev.3*
+%{_mandir}/man3/udev_*.3*
+
+%files -n bash-completion-udev
+%defattr(644,root,root,755)
+%{_datadir}/bash-completion/completions/udevadm
 
-%files no-compat-tmpfiles
+%files -n zsh-completion-udev
 %defattr(644,root,root,755)
-# empty package
+%{_datadir}/zsh/site-functions/_udevadm
This page took 0.2203 seconds and 4 git commands to generate.