From: Denys Vlasenko <[email protected]>

[redhat] trivial fixes in build messages and comments

Signed-off-by: Denys Vlasenko <[email protected]>

diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100644
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -2230,7 +2230,7 @@ BuildKernel() {
 
     # Identify modules in the kernel-modules-extras package
     %{SOURCE20} $RPM_BUILD_ROOT lib/modules/$KernelVer $(realpath 
configs/mod-extra.list)
-    # Identify modules in the kernel-modules-extras package
+    # Identify modules in the kernel-modules-internal package
     %{SOURCE20} $RPM_BUILD_ROOT lib/modules/$KernelVer %{SOURCE84} internal
 %if 0%{!?fedora:1}
     # Identify modules in the kernel-modules-partner package
@@ -2251,10 +2251,10 @@ BuildKernel() {
 
     # don't include anything going into kernel-modules-extra in the file lists
     xargs rm -rf < mod-extra.list
-    # don't include anything going int kernel-modules-internal in the file 
lists
+    # don't include anything going into kernel-modules-internal in the file 
lists
     xargs rm -rf < mod-internal.list
 %if 0%{!?fedora:1}
-    # don't include anything going int kernel-modules-partner in the file lists
+    # don't include anything going into kernel-modules-partner in the file 
lists
     xargs rm -rf < mod-partner.list
 %endif
 
diff --git a/redhat/scripts/mod/mod-denylist.sh 
b/redhat/scripts/mod/mod-denylist.sh
index blahblah..blahblah 100755
--- a/redhat/scripts/mod/mod-denylist.sh
+++ b/redhat/scripts/mod/mod-denylist.sh
@@ -129,7 +129,7 @@ popd
 
 if [ -z "$Dest" ]; then
        sed -e "s|^.|${ModDir}|g" "$Dir"/dep2.list > "$RpmDir/$ListName"
-       echo "./$RpmDir/$ListName created."
+       echo "$RpmDir/$ListName created."
        [ -d "$RpmDir/etc/modprobe.d/" ] || mkdir -p "$RpmDir/etc/modprobe.d/"
        foreachp check_blacklist < "$List"
 fi

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2433
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to