From a1dae855e58dc2e70af97eb9fbd52133cf38e7881d7648b794dedc25ca99ce1d Mon Sep 17 00:00:00 2001 From: Alice Brooks Date: Mon, 24 Feb 2025 07:54:11 +0000 Subject: [PATCH] Add required sources for SLFO --- cockpit-subscriptions.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cockpit-subscriptions.spec b/cockpit-subscriptions.spec index 3a4248e..edd88c0 100644 --- a/cockpit-subscriptions.spec +++ b/cockpit-subscriptions.spec @@ -21,7 +21,11 @@ Release: 1%{?dist} Summary: Cockpit module for managing and registering subscriptions License: LGPL-2.1-or-later -Source0: ./cockpit-subscriptions-%{version}.tar.xz +Source0: ./cockpit-subscriptions-%{version}.tar.xz +Source10: package-lock.json +Source11: node_modules.spec.inc +%include %_sourcedir/node_modules.spec.inc + BuildArch: noarch BuildRequires: local-npm-registry BuildRequires: nodejs >= 18 -- 2.51.1