systemd 238-3 (i586;x86_64) 2018-4263
-9999
Status | rejected | ||||||||||||||||||||||||||||||||||||||||||||||
Submitter | tpgxyz [@T] gmail.com | ||||||||||||||||||||||||||||||||||||||||||||||
Platform | 3.0 | ||||||||||||||||||||||||||||||||||||||||||||||
Repository | main | ||||||||||||||||||||||||||||||||||||||||||||||
URL | https://abf.openmandriva.org/build_lists/159720 | ||||||||||||||||||||||||||||||||||||||||||||||
Packages |
|
||||||||||||||||||||||||||||||||||||||||||||||
Build Date | 2018-04-06 09:53:08 +0000 UTC | ||||||||||||||||||||||||||||||||||||||||||||||
Last Updated | 2018-04-16 10:18:20.336030311 +0000 UTC |
$ git diff --patch-with-stat --summary 82d439f983dce282fe098e76df068e2c38494090..874bb0536850d828c06758c75c4b8dfb4108ef89 systemd.spec | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index a779e51..562755d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -32,7 +32,7 @@ Summary: A System and Session Manager Name: systemd Version: 238 -Release: 2 +Release: 3 License: GPLv2+ Group: System/Configuration/Boot and Init Url: http://www.freedesktop.org/wiki/Software/systemd @@ -197,6 +197,7 @@ Suggests: %{name}-documentation >= 236 Suggests: %{name}-hwdb Suggests: %{name}-locale Suggests: %{name}-polkit +Suggests: %{name}-cryptsetup Suggests: %{name}-bash-completion = %{EVRD} #Suggests: %{name}-zsh-completion = %{EVRD} @@ -348,6 +349,17 @@ Obsoletes: systemd < 206-7 %description journal-gateway Offers journal events over the network using HTTP. +%if !%{with bootstrap} +%package cryptsetup +Summary: Cryptsetup generators for %{name} +Group: System/Base +Requires: %{name} = %{EVRD} +Conflicts: %{name} < 238-3 + +%description cryptsetup +Systemd generators for cryptsetup (Luks encryption and verity). +%endif + %package -n %{libsystemd} Summary: Systemdlibrary package Group: System/Libraries @@ -510,6 +522,8 @@ export CXX=g++ %endif %if %{with bootstrap} -Dlibcryptsetup=false \ +%else + -Dlibcryptsetup=true \ %endif -Dsplit-usr=true \ -Dsplit-bin=true \ @@ -1196,6 +1210,17 @@ fi %exclude %{udev_rules_dir}/75-probe_mtd.rules %exclude %{udev_rules_dir}/78-sound-card.rules ### +%if !%{with bootstrap} +### cryptsetup excludes +%exclude %{systemd_libdir}/system-generators/systemd-cryptsetup-generator +%exclude %{systemd_libdir}/system-generators/systemd-veritysetup-generator +%exclude %{systemd_libdir}//system/sysinit.target.wants/cryptsetup.target +%exclude %{systemd_libdir}/system/remote-cryptsetup.target +%exclude %{systemd_libdir}/system/cryptsetup-pre.target +%exclude %{systemd_libdir}/system/cryptsetup.target +%exclude %{systemd_libdir}/systemd-cryptsetup +### +%endif %ghost %config(noreplace,missingok) %attr(0644,root,root) %{_sysconfdir}/scsi_id.config %ghost %config(noreplace) %{_sysconfdir}/hostname %ghost %config(noreplace) %{_sysconfdir}/locale.conf @@ -1485,6 +1510,17 @@ fi %{_datadir}/polkit-1/actions/org.freedesktop.resolve1.policy %{_datadir}/polkit-1/rules.d/systemd-networkd.rules +%if !%{with bootstrap} +%files cryptsetup +%{systemd_libdir}/systemd-cryptsetup +%{systemd_libdir}/system-generators/systemd-cryptsetup-generator +%{systemd_libdir}/system-generators/systemd-veritysetup-generator +%{systemd_libdir}//system/sysinit.target.wants/cryptsetup.target +%{systemd_libdir}/system/remote-cryptsetup.target +%{systemd_libdir}/system/cryptsetup-pre.target +%{systemd_libdir}/system/cryptsetup.target +%endif + %files zsh-completion %{_datadir}/zsh/site-functions/*
Not Available
itchka [@T] compuserve.com | superceded | 2422d 06hrs |
cris [@T] beebgames.com | No Comment. | 2418d 06hrs |