From c35f318fa937162595c5ecb4fba0ffe9cc29cddd Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 24 Apr 2020 20:05:50 +0300 Subject: [PATCH] Disable bootstrap Signed-off-by: David Abdurachmanov --- systemd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index bc8332c..8e3e099 100644 --- a/systemd.spec +++ b/systemd.spec @@ -14,13 +14,13 @@ # Bootstrap may be needed to break intercircular dependencies with # cryptsetup, e.g. when re-building cryptsetup on a json-c SONAME-bump. -%bcond_without bootstrap +%bcond_with bootstrap %bcond_without tests Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 245.5 -Release: 2%{?commit:.git%{shortcommit}}.0.riscv64%{?dist} +Release: 2%{?commit:.git%{shortcommit}}.1.riscv64%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -780,7 +780,7 @@ fi %files tests -f .file-list-tests %changelog -* Fri Apr 24 2020 David Abdurachmanov - 245.5-2.0.riscv64 +* Fri Apr 24 2020 David Abdurachmanov - 245.5-2.1.riscv64 - Disable SECCOMP until the test can pass - Add SECCOMP support for RISC-V 64-bit (riscv64)