From: Prarit Bhargava prarit@redhat.com
redhat: Rename mod-blacklist.sh to mod-denylist.sh
In the spirit of inclusivity, rename mod-blacklist.sh to mod-denylist.sh.
Signed-off-by: Prarit Bhargava prarit@redhat.com
diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -263,7 +263,7 @@ sources-rh: $(TARBALL) generate-testpatch-tmp setup-source dist-configs-check rpminspect.yaml \ update_scripts.sh \ kvm_stat.logrotate \ - mod-blacklist.sh \ + mod-denylist.sh \ mod-internal.list \ mod-sign.sh \ configs/flavors \ diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100755 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -704,7 +704,7 @@ Source13: redhatsecureboot003.cer
Source22: mod-extra.list.rhel Source16: mod-extra.list.fedora -Source17: mod-blacklist.sh +Source17: mod-denylist.sh Source18: mod-sign.sh Source79: parallel_xz.sh
diff --git a/redhat/mod-blacklist.sh b/redhat/mod-denylist.sh rename from redhat/mod-blacklist.sh rename to redhat/mod-denylist.sh index blahblah..blahblah 100755 --- a/redhat/mod-blacklist.sh +++ b/redhat/mod-denylist.sh
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1184