From f7591ee2f912887a7c08a936fb2192a469576f34 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Mon, 26 Feb 2024 15:32:16 -0500 Subject: [PATCH] packaging: Remove '--with bos-restricted' option from RedHat spec file Commit f085951d39c0 'Turn on bos restricted code' removed configure option '--enable-bos-restricted-mode'. However, the references to restricted mode in the in-tree RedHat packaging were overlooked. Remove the '--with bos-restricted' option from the spec file to prevent specifying the obsolete OpenAFS configure option '--enable-bos-restricted-mode'. Change-Id: I9a29dd0ea1f3a1ac4145865777d1d3b751e93195 Reviewed-on: https://gerrit.openafs.org/15667 Reviewed-by: Benjamin Kaduk Tested-by: BuildBot Reviewed-by: Cheyenne Wills Reviewed-by: Michael Meffie --- src/packaging/RedHat/openafs.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/packaging/RedHat/openafs.spec.in b/src/packaging/RedHat/openafs.spec.in index 1e41f34339..a08c464718 100644 --- a/src/packaging/RedHat/openafs.spec.in +++ b/src/packaging/RedHat/openafs.spec.in @@ -145,7 +145,6 @@ what gets built: --without authlibs Disable authlibs package (default: with authlibs) --without krb5 Disable krb5 support (default: with krb5) --with bitmap-later Enable "bitmap later" support - --with bos-restricted Enable "bos restricted" mode --with supergroups Enable "supergroups" --with kauth Build the openafs-kauth-server and openafs-kauth-client packages which contain the legacy kaserver and @@ -545,7 +544,6 @@ PrintRedhatKernelFix() { config_opts="--enable-redhat-buildsys \ %{?_with_kauth:--enable-kauth} \ %{?_with_bitmap_later:--enable-bitmap-later} \ - %{?_with_bos_restricted:--enable-bos-restricted-mode} \ %{?_with_supergroups:--enable-supergroups} \ --enable-transarc-paths"