From 62f459f45a6fe136b3659642a1a0e7a90025e617939b1b11cca5046dadb37537 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 11 Apr 2022 08:46:09 +0000 Subject: [PATCH] Accepting request 967500 from home:aplanas:branches:Base:System - Enable cryptsetup support This will support mount options for dm-verity. Note, I needed to add this in the project config: Preinstall: libcryptsetup12 Preinstall: libdevmapper1_03 Preinstall: libopenssl1_1 Preinstall: libargon2-1 Preinstall: libjson-c5 Preinstall: libudev1 OBS-URL: https://build.opensuse.org/request/show/967500 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=464 --- python3-libmount.changes | 5 +++++ python3-libmount.spec | 2 ++ util-linux-systemd.changes | 5 +++++ util-linux-systemd.spec | 2 ++ util-linux.changes | 5 +++++ util-linux.spec | 2 ++ 6 files changed, 21 insertions(+) diff --git a/python3-libmount.changes b/python3-libmount.changes index 77e478c..1d87301 100644 --- a/python3-libmount.changes +++ b/python3-libmount.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 7 11:20:30 UTC 2022 - Alberto Planas Dominguez + +- Enable cryptsetup support + ------------------------------------------------------------------- Tue Mar 8 02:00:05 UTC 2022 - Stanislav Brabec diff --git a/python3-libmount.spec b/python3-libmount.spec index 949a7b1..d06af74 100644 --- a/python3-libmount.spec +++ b/python3-libmount.spec @@ -86,6 +86,7 @@ BuildRequires: binutils-devel BuildRequires: fdupes BuildRequires: gettext-devel BuildRequires: libcap-ng-devel +BuildRequires: libcryptsetup-devel # It should be %%if %%{defined no_config}, but OBS cannot handle it: BuildRequires: libeconf-devel BuildRequires: libselinux-devel @@ -556,6 +557,7 @@ AUTOPOINT=true GTKDOCIZE=true autoreconf -vfi --disable-makeinstall-setuid \ --with-audit \ --with-btrfs \ + --with-cryptsetup \ --with-gnu-ld \ --with-ncursesw \ --with-readline \ diff --git a/util-linux-systemd.changes b/util-linux-systemd.changes index 77e478c..1d87301 100644 --- a/util-linux-systemd.changes +++ b/util-linux-systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 7 11:20:30 UTC 2022 - Alberto Planas Dominguez + +- Enable cryptsetup support + ------------------------------------------------------------------- Tue Mar 8 02:00:05 UTC 2022 - Stanislav Brabec diff --git a/util-linux-systemd.spec b/util-linux-systemd.spec index 78bfe0a..0382d7f 100644 --- a/util-linux-systemd.spec +++ b/util-linux-systemd.spec @@ -86,6 +86,7 @@ BuildRequires: binutils-devel BuildRequires: fdupes BuildRequires: gettext-devel BuildRequires: libcap-ng-devel +BuildRequires: libcryptsetup-devel # It should be %%if %%{defined no_config}, but OBS cannot handle it: BuildRequires: libeconf-devel BuildRequires: libselinux-devel @@ -556,6 +557,7 @@ AUTOPOINT=true GTKDOCIZE=true autoreconf -vfi --disable-makeinstall-setuid \ --with-audit \ --with-btrfs \ + --with-cryptsetup \ --with-gnu-ld \ --with-ncursesw \ --with-readline \ diff --git a/util-linux.changes b/util-linux.changes index 77e478c..1d87301 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 7 11:20:30 UTC 2022 - Alberto Planas Dominguez + +- Enable cryptsetup support + ------------------------------------------------------------------- Tue Mar 8 02:00:05 UTC 2022 - Stanislav Brabec diff --git a/util-linux.spec b/util-linux.spec index ce493b4..4e4b065 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -86,6 +86,7 @@ BuildRequires: binutils-devel BuildRequires: fdupes BuildRequires: gettext-devel BuildRequires: libcap-ng-devel +BuildRequires: libcryptsetup-devel # It should be %%if %%{defined no_config}, but OBS cannot handle it: BuildRequires: libeconf-devel BuildRequires: libselinux-devel @@ -556,6 +557,7 @@ AUTOPOINT=true GTKDOCIZE=true autoreconf -vfi --disable-makeinstall-setuid \ --with-audit \ --with-btrfs \ + --with-cryptsetup \ --with-gnu-ld \ --with-ncursesw \ --with-readline \