From: Jan Stancek <[email protected]>

spec: fix "unexpected argument to non-parametric macro" warnings

  warning: /builddir/build/SPECS/kernel.spec: line 1733: unexpected argument to 
non-parametric macro %uname_suffix
  warning: /builddir/build/SPECS/kernel.spec: line 1733: unexpected argument to 
non-parametric macro %uname_variant
  ...

Signed-off-by: Jan Stancek <[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
@@ -56,7 +56,7 @@
 
 # Replace '-' with '_' where needed so that variants can use '-' in
 # their name.
-%define uname_suffix %{lua:
+%define uname_suffix() %{lua:
        local flavour = rpm.expand('%{?1:+%{1}}')
        flavour = flavour:gsub('-', '_')
        if flavour ~= '' then
@@ -69,7 +69,7 @@
 # string. However, kernel-64k-debug is the debug version of kernel-64k,
 # in this case we need to return "64k", and so on. This is used in
 # macros below where we need this for some uname based requires.
-%define uname_variant %{lua:
+%define uname_variant() %{lua:
        local flavour = rpm.expand('%{?1:%{1}}')
        _, _, main, sub = flavour:find("(%w+)-(.*)")
        if main then

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3326

-- 
_______________________________________________
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