X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=systemd.spec;h=5e96a8896a5cea2ed8e43e42f710076092d3c348;hb=be813610e4106fa0616bc6d31de961a416f92178;hp=4f0c8be2442d59c690680d5729cb06aa8369d250;hpb=947943f338bec56135b8bc0f5f601d1eaed67950;p=packages%2Fsystemd.git diff --git a/systemd.spec b/systemd.spec index 4f0c8be..5e96a88 100644 --- a/systemd.spec +++ b/systemd.spec @@ -9,14 +9,12 @@ # # Conditional build: %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 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 @@ -27,13 +25,13 @@ Summary: A System and Service Manager Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa Name: systemd # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often) -Version: 221 -Release: 5 +Version: 232 +Release: 0.1 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: b4d5a253841cf28a98b7ec99c45e3716 +Source0: https://github.com/systemd/systemd/archive/v%{version}.tar.gz +# Source0-md5: 3e3a0b14050eff62e68be72142181730 Source1: %{name}-sysv-convert Source2: %{name}_booted.c Source3: network.service @@ -49,10 +47,14 @@ Source16: pld-rc-inetd-generator.sh Source17: rc-inetd.service Source18: default.preset Source19: prefdm.service +Source20: sigpwr-container-shutdown.service + # rules Source101: udev-alsa.rules Source102: udev.rules Source103: udev-links.conf +Source104: udev-uinput.rules +Source105: udev-steam_controller.rules # scripts / helpers Source110: udev-net.helper Source111: start_udev @@ -66,7 +68,7 @@ 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 @@ -75,56 +77,47 @@ 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.64 BuildRequires: automake >= 1:1.11 BuildRequires: binutils >= 3:2.22.52.0.1-2 %{?with_cryptsetup:BuildRequires: cryptsetup-devel >= 1.6.0} -BuildRequires: dbus-devel >= 1.3.2 +BuildRequires: dbus-devel >= 1.4.0 BuildRequires: docbook-dtd45-xml BuildRequires: docbook-style-xsl -BuildRequires: elfutils-devel +BuildRequires: elfutils-devel >= 0.158 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 >= 14 +BuildRequires: kmod-devel >= 15 BuildRequires: libapparmor-devel -BuildRequires: libblkid-devel >= 2.20 +BuildRequires: libblkid-devel >= 2.24 BuildRequires: libcap-devel -%{?with_consoled:BuildRequires: libdrm-devel >= 2.4} -%{?with_consoled:BuildRequires: libevdev-devel >= 1.2} BuildRequires: libgcrypt-devel >= 1.4.5 +#BuildRequires: libidn-devel +#BuildRequires: liblzma-devel %{?with_microhttpd:BuildRequires: libmicrohttpd-devel >= 0.9.33} -BuildRequires: libmount-devel +BuildRequires: libmount-devel >= 2.28.2-2 BuildRequires: libseccomp-devel >= 1.0.0 %{?with_selinux:BuildRequires: libselinux-devel >= 2.1.9} BuildRequires: libtool >= 2:2.2 BuildRequires: libxslt-progs -BuildRequires: lz4-devel +BuildRequires: lz4-devel >= r119 BuildRequires: m4 -%{?with_pam:BuildRequires: pam-devel} +%{?with_pam:BuildRequires: pam-devel >= 1.1.2} BuildRequires: pkgconfig >= 0.9.0 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 BuildRequires: zlib-devel Requires: %{name}-libs = %{epoch}:%{version}-%{release} @@ -142,7 +135,8 @@ Requires: agetty %{?with_cryptsetup:Requires: cryptsetup >= 1.6.0} Requires: dbus >= 1.4.16-6 Requires: filesystem >= 4.0-39 -Requires: kmod >= 14 +Requires: glibc >= 2.16 +Requires: kmod >= 15 %{?with_microhttpd:Requires: libmicrohttpd >= 0.9.33} Requires: libutempter Requires: polkit @@ -150,11 +144,13 @@ Requires: rc-scripts >= 0.4.5.3-7 Requires: setup >= 2.8.0-2 Requires: udev-core = %{epoch}:%{version}-%{release} Requires: udev-libs = %{epoch}:%{version}-%{release} -Requires: uname(release) >= 3.7 +Requires: util-linux >= 2.28.2-2 +Requires: uname(release) >= 3.0 +Suggests: uname(release) >= 3.8 Suggests: fsck >= 2.25.0 Suggests: service(klogd) Suggests: service(syslog) -Provides: group(systemd-bus-proxy) +Provides: group(systemd-coredump) Provides: group(systemd-journal) Provides: group(systemd-journal-remote) Provides: group(systemd-journal-upload) @@ -162,7 +158,6 @@ 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) @@ -219,6 +214,8 @@ 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 +# Needed for vgscan --cache ( perhaps < 2.02.96 would be enough, but not tested) +Conflicts: lvm2 < 2.02.132 Conflicts: mailman < 5:2.1.14-4 Conflicts: memcached < 1.4.11-2 Conflicts: mpd < 0.16.5-4 @@ -334,18 +331,6 @@ zarządcy systemu i usług systemd. Ten pakiet zawiera ogólną konfigurację, ustawienia można nadpisać poprzez katalog %{_sysconfdir}/systemd/system. -%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 @@ -481,32 +466,6 @@ 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 @@ -569,13 +528,12 @@ Summary(pl.UTF-8): Implementacja devfs w przestrzeni użytkownika - główna cz Group: Base Requires: coreutils Requires: filesystem >= 3.0-45 -Requires: kmod >= 14 -Requires: libblkid >= 2.20 +Requires: kmod >= 15 +Requires: libblkid >= 2.24 %{?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 +Requires: uname(release) >= 3.7 Obsoletes: udev-compat Obsoletes: udev-initrd < %{epoch}:%{version}-%{release}} Conflicts: geninitrd < 12639 @@ -656,24 +614,24 @@ Uzupełnianie parametrów w zsh dla poleceń udev. %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 +%{__intltoolize} %{__libtoolize} %{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} -for PYTHON in %{__python} %{?with_python3:%{__python3}}; do - %configure \ QUOTAON=/sbin/quotaon \ QUOTACHECK=/sbin/quotacheck \ @@ -682,9 +640,9 @@ for PYTHON in %{__python} %{?with_python3:%{__python3}}; do KMOD=/sbin/kmod \ KEXEC=/sbin/kexec \ PYTHON="$PYTHON" \ - PYTHON_BINARY="$PYTHON" \ + PYTHON_BINARY="%{__python}" \ %if "%{?configure_cache}" == "1" - --cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-$(basename $PYTHON).cache \ + --cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}.cache \ %endif %{?debug:--enable-debug} \ %{__enable_disable audit} \ @@ -695,12 +653,11 @@ for PYTHON in %{__python} %{?with_python3:%{__python3}}; do %{__enable_disable microhttpd} \ %{__enable_disable qrencode} \ --disable-silent-rules \ - --enable-compat-libs \ --enable-lz4 \ --enable-split-usr \ - %{?with_consoled:--enable-terminal} \ --with-kbd-loadkeys=/usr/bin/loadkeys \ --with-kbd-setfont=/bin/setfont \ + --with-ntp-servers='0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org' \ --with-rc-local-script-path-start=/etc/rc.d/rc.local \ --with-rc-local-script-path-stop=/sbin/halt.local \ --with-rootprefix="" \ @@ -708,15 +665,8 @@ for PYTHON in %{__python} %{?with_python3:%{__python3}}; do --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} @@ -725,6 +675,7 @@ done rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/var/lib/{%{name}/{catalog,coredump},machines} \ $RPM_BUILD_ROOT{%{_sysconfdir}/{modprobe.d,systemd/system-preset},%{_sbindir}} +install -d $RPM_BUILD_ROOT%{systemduserunitdir}/sockets.target.wants %{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT @@ -746,6 +697,8 @@ 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 +cp -a %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/70-uinput.rules +cp -a %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/70-steam_controller.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 @@ -815,6 +768,11 @@ ln -s ../pld-storage-init-late.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs 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 +# Add inside container only SIGPWR handler which is used by lxc-stop +install -p %{SOURCE20} $RPM_BUILD_ROOT%{systemdunitdir}/sigpwr-container-shutdown.service +install -d $RPM_BUILD_ROOT%{systemdunitdir}/sigpwr.target.wants +ln -s ../sigpwr-container-shutdown.service $RPM_BUILD_ROOT%{systemdunitdir}/sigpwr.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 @@ -862,23 +820,7 @@ install -d $RPM_BUILD_ROOT/var/log %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name} %{__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 - + $RPM_BUILD_ROOT/%{_lib}/*.la %find_lang %{name} @@ -887,8 +829,6 @@ 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 @@ -899,6 +839,7 @@ rm -rf $RPM_BUILD_ROOT %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 +%groupadd -g 333 systemd-coredump %post /bin/systemd-machine-id-setup || : @@ -1110,7 +1051,6 @@ fi %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}/vconsole.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 @@ -1154,9 +1094,12 @@ fi %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-mount %attr(755,root,root) %{_bindir}/systemd-nspawn %attr(755,root,root) %{_bindir}/systemd-path +%attr(755,root,root) %{_bindir}/systemd-resolve %attr(755,root,root) %{_bindir}/systemd-run +%attr(755,root,root) %{_bindir}/systemd-socket-activate %attr(755,root,root) %{_bindir}/systemd-stdio-bridge %attr(755,root,root) %{_bindir}/systemd-sysv-convert %attr(755,root,root) %{_bindir}/timedatectl @@ -1164,11 +1107,8 @@ fi %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-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} @@ -1187,14 +1127,12 @@ fi %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 @@ -1209,9 +1147,7 @@ fi %attr(755,root,root) /lib/systemd/systemd-vconsole-setup %attr(755,root,root) /lib/systemd/systemd %{?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 @@ -1248,11 +1184,13 @@ fi %{_libexecdir}/systemd/catalog/systemd.catalog %lang(be) %{_libexecdir}/systemd/catalog/systemd.be.catalog %lang(be) %{_libexecdir}/systemd/catalog/systemd.be@latin.catalog +%lang(bg) %{_libexecdir}/systemd/catalog/systemd.bg.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_CN) %{_libexecdir}/systemd/catalog/systemd.zh_CN.catalog %lang(zh_TW) %{_libexecdir}/systemd/catalog/systemd.zh_TW.catalog %dir %{_libexecdir}/sysusers.d %{_libexecdir}/sysusers.d/basic.conf @@ -1262,6 +1200,7 @@ fi %endif %{_libexecdir}/tmpfiles.d/etc.conf %{_libexecdir}/tmpfiles.d/home.conf +%{_libexecdir}/tmpfiles.d/journal-nocow.conf %{_libexecdir}/tmpfiles.d/legacy.conf %{_libexecdir}/tmpfiles.d/systemd.conf %{_libexecdir}/tmpfiles.d/systemd-nologin.conf @@ -1305,7 +1244,6 @@ fi %{_mandir}/man1/machinectl.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* @@ -1315,23 +1253,25 @@ fi %{_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-mount.1* %{_mandir}/man1/systemd-notify.1* %{_mandir}/man1/systemd-nspawn.1* %{_mandir}/man1/systemd-path.1* +%{_mandir}/man1/systemd-resolve.1* %{_mandir}/man1/systemd-run.1* +%{_mandir}/man1/systemd-socket-activate.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* +%{_mandir}/man5/journal-upload.conf.5.* +%{_mandir}/man5/journal-upload.conf.d.5* %endif %{_mandir}/man5/journald.conf.5* %{_mandir}/man5/journald.conf.d.5* @@ -1370,14 +1310,12 @@ fi %{_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* @@ -1385,6 +1323,7 @@ fi %{_mandir}/man8/systemd-hibernate-resume.8* %{_mandir}/man8/systemd-hibernate-resume@.service.8* %{_mandir}/man8/systemd-hostnamed.8* +%{_mandir}/man8/systemd-importd.8* %{_mandir}/man8/systemd-initctl.8* %{_mandir}/man8/systemd-journald-dev-log.socket.8* %{_mandir}/man8/systemd-journald.8* @@ -1401,7 +1340,7 @@ fi %{_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-rfkill.service.8* %{_mandir}/man8/systemd-shutdown.8* %{_mandir}/man8/systemd-sleep.8* %{_mandir}/man8/systemd-socket-proxyd.8* @@ -1463,7 +1402,6 @@ fi %dir %{_sysconfdir}/systemd/system-preset %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system-preset/default.preset %dir %{_sysconfdir}/tmpfiles.d -%dir %{_libexecdir}/binfmt.d %dir %{_libexecdir}/modules-load.d %dir %{_libexecdir}/sysctl.d %{_libexecdir}/sysctl.d/50-default.conf @@ -1483,11 +1421,8 @@ fi %{_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 @@ -1502,6 +1437,9 @@ fi %{_mandir}/man8/systemd-tmpfiles.8* %{_npkgconfigdir}/systemd.pc +%{systemdunitdir}/dev-hugepages.mount +%{systemdunitdir}/dev-mqueue.mount +%{systemdunitdir}/initrd-root-device.target %{systemdunitdir}/org.freedesktop.hostname1.busname %{systemdunitdir}/org.freedesktop.import1.busname %{systemdunitdir}/org.freedesktop.locale1.busname @@ -1512,12 +1450,15 @@ fi %{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}/sockets.target.wants/systemd-coredump.socket %{systemdunitdir}/sys-fs-fuse-connections.mount %{systemdunitdir}/sys-kernel-config.mount %{systemdunitdir}/sys-kernel-debug.mount +%{systemdunitdir}/systemd-coredump@.service +%{systemdunitdir}/systemd-coredump.socket +%{systemdunitdir}/systemd-exit.service +%{systemdunitdir}/systemd-rfkill.socket %{systemdunitdir}/tmp.mount %{systemdunitdir}/var-lib-machines.mount %{systemdunitdir}/var-lock.mount @@ -1527,7 +1468,6 @@ fi %{systemdunitdir}/allowlogin.service %{systemdunitdir}/autovt@.service %{systemdunitdir}/console-getty.service -%{systemdunitdir}/console-shell.service %{systemdunitdir}/console.service %{systemdunitdir}/container-getty@.service %{systemdunitdir}/cpusets.service @@ -1561,13 +1501,12 @@ fi %{systemdunitdir}/rescue.service %{systemdunitdir}/serial-getty@.service %{systemdunitdir}/single.service +%{systemdunitdir}/sigpwr-container-shutdown.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 @@ -1597,7 +1536,7 @@ fi %{systemdunitdir}/systemd-random-seed.service %{systemdunitdir}/systemd-reboot.service %{systemdunitdir}/systemd-remount-fs.service -%{systemdunitdir}/systemd-rfkill@.service +%{systemdunitdir}/systemd-rfkill.service %{systemdunitdir}/systemd-suspend.service %{systemdunitdir}/systemd-sysctl.service %{systemdunitdir}/systemd-sysusers.service @@ -1615,13 +1554,11 @@ fi %{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 @@ -1637,6 +1574,7 @@ fi %{systemdunitdir}/ctrl-alt-del.target %{systemdunitdir}/default.target %{systemdunitdir}/emergency.target +%{systemdunitdir}/exit.target %{systemdunitdir}/final.target %{systemdunitdir}/getty.target %{systemdunitdir}/graphical.target @@ -1702,6 +1640,7 @@ fi %dir %{systemdunitdir}/rescue.target.wants %dir %{systemdunitdir}/runlevel[12345].target.wants %dir %{systemdunitdir}/shutdown.target.wants +%dir %{systemdunitdir}/sigpwr.target.wants %dir %{systemdunitdir}/sockets.target.wants %dir %{systemdunitdir}/sysinit.target.wants %dir %{systemdunitdir}/syslog.target.wants @@ -1732,6 +1671,7 @@ fi %{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}/sigpwr.target.wants/sigpwr-container-shutdown.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 @@ -1764,17 +1704,18 @@ fi %{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 +%dir %{systemduserunitdir}/sockets.target.wants +%{systemduserunitdir}/graphical-session-pre.target +%{systemduserunitdir}/graphical-session.target %{_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* +%{_mandir}/man8/systemd-coredump.socket.8* +%{_mandir}/man8/systemd-coredump@.service.8* %{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup.8*} %{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup@.service.8*} %{_mandir}/man8/systemd-fsck-root.service.8* @@ -1787,6 +1728,8 @@ fi %{_mandir}/man8/systemd-initctl.socket.8* %{_mandir}/man8/systemd-journald.service.8* %{_mandir}/man8/systemd-journald.socket.8* +%{_mandir}/man8/systemd-importd.service.8* +%{_mandir}/man8/systemd-journald-audit.socket.8* %{_mandir}/man8/systemd-kexec.service.8* %{_mandir}/man8/systemd-localed.service.8* %{_mandir}/man8/systemd-logind.service.8* @@ -1797,6 +1740,7 @@ fi %{_mandir}/man8/systemd-random-seed.service.8* %{_mandir}/man8/systemd-reboot.service.8* %{_mandir}/man8/systemd-remount-fs.service.8* +%{_mandir}/man8/systemd-rfkill.socket.8* %{_mandir}/man8/systemd-suspend.service.8* %{_mandir}/man8/systemd-sysctl.service.8* %{_mandir}/man8/systemd-timedated.service.8* @@ -1812,16 +1756,6 @@ fi %{_mandir}/man8/systemd-user-sessions.service.8* %{_mandir}/man8/systemd-vconsole-setup.service.8* -%if %{with consoled} -%files consoled -%defattr(644,root,root,755) -%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) @@ -1840,6 +1774,7 @@ fi %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 +/lib/systemd/network/80-container-vz.network %{systemdunitdir}/dbus-org.freedesktop.network1.service %{systemdunitdir}/systemd-networkd-wait-online.service %{systemdunitdir}/systemd-networkd.service @@ -1849,6 +1784,8 @@ fi %attr(755,root,root) /lib/systemd/systemd-networkd %attr(755,root,root) /lib/systemd/systemd-networkd-wait-online %{_mandir}/man1/networkctl.1* +%{_mandir}/man5/networkd.conf.5* +%{_mandir}/man5/networkd.conf.d.5* %{_mandir}/man8/systemd-networkd-wait-online.8* %{_mandir}/man8/systemd-networkd-wait-online.service.8* %{_mandir}/man8/systemd-networkd.8* @@ -1879,60 +1816,25 @@ fi %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}/libnss_mymachines.so.2 +%attr(755,root,root) /%{_lib}/libnss_resolve.so.2 +%attr(755,root,root) /%{_lib}/libnss_systemd.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.*.*.* -%attr(755,root,root) %ghost /%{_lib}/libsystemd-id128.so.0 -%attr(755,root,root) /%{_lib}/libsystemd-journal.so.*.*.* -%attr(755,root,root) %ghost /%{_lib}/libsystemd-journal.so.0 -%attr(755,root,root) /%{_lib}/libsystemd-login.so.*.*.* -%attr(755,root,root) %ghost /%{_lib}/libsystemd-login.so.0 +%{_mandir}/man8/libnss_resolve.so.2.8* +%{_mandir}/man8/libnss_systemd.so.2.8* +%{_mandir}/man8/nss-resolve.8* +%{_mandir}/man8/nss-systemd.8.gz %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 +%attr(755,root,root) /%{_lib}/libsystemd.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_*.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) %{_datadir}/bash-completion/completions/bootctl @@ -1944,6 +1846,7 @@ fi %{_datadir}/bash-completion/completions/localectl %{_datadir}/bash-completion/completions/loginctl %{_datadir}/bash-completion/completions/machinectl +%{_datadir}/bash-completion/completions/networkctl %{_datadir}/bash-completion/completions/systemctl %{_datadir}/bash-completion/completions/systemd-analyze %{_datadir}/bash-completion/completions/systemd-cat @@ -1952,12 +1855,15 @@ fi %{_datadir}/bash-completion/completions/systemd-delta %{_datadir}/bash-completion/completions/systemd-detect-virt %{_datadir}/bash-completion/completions/systemd-nspawn +%{_datadir}/bash-completion/completions/systemd-path +%{_datadir}/bash-completion/completions/systemd-resolve %{_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/_busctl %{_datadir}/zsh/site-functions/_coredumpctl %{_datadir}/zsh/site-functions/_hostnamectl %{_datadir}/zsh/site-functions/_journalctl @@ -1975,6 +1881,7 @@ fi %{_datadir}/zsh/site-functions/_systemd-delta %{_datadir}/zsh/site-functions/_systemd-inhibit %{_datadir}/zsh/site-functions/_systemd-nspawn +%{_datadir}/zsh/site-functions/_systemd-resolve %{_datadir}/zsh/site-functions/_systemd-run %{_datadir}/zsh/site-functions/_systemd-tmpfiles %{_datadir}/zsh/site-functions/_timedatectl @@ -2002,8 +1909,6 @@ fi %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 @@ -2036,12 +1941,13 @@ fi %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/70-uinput.rules +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/70-steam_controller.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 @@ -2053,7 +1959,6 @@ fi /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 @@ -2079,7 +1984,7 @@ fi %files -n udev-devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libudev.so +%attr(755,root,root) /%{_lib}/libudev.so %{_includedir}/libudev.h %{_pkgconfigdir}/libudev.pc %{_npkgconfigdir}/udev.pc