From e712c4cc4917cee77127a7f1be30ef05e56f9352 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Tue, 24 Jan 2023 19:43:15 -0800 Subject: [PATCH] Add blank spec to address Anda bug --- anda/tools/lorax/anda.hcl | 2 +- anda/tools/lorax/lorax.spec | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 anda/tools/lorax/lorax.spec diff --git a/anda/tools/lorax/anda.hcl b/anda/tools/lorax/anda.hcl index 6b4804530b..d0874b814a 100644 --- a/anda/tools/lorax/anda.hcl +++ b/anda/tools/lorax/anda.hcl @@ -1,6 +1,6 @@ project pkg { rpm { - spec = "" + spec = "lorax.spec" enable_scm = true scm_opts = { diff --git a/anda/tools/lorax/lorax.spec b/anda/tools/lorax/lorax.spec new file mode 100644 index 0000000000..e69de29bb2