From ba3939f9d89ad98c6f9227c438a980771b6d427c Mon Sep 17 00:00:00 2001 From: Jan Fooken Date: Thu, 26 Sep 2024 16:43:10 +0200 Subject: [PATCH] Remove explicit file listing from RPM spec (#10) * Remove explicit file listing from RPM spec As discussed with Alessio and the packaging team, it can be beneficial to remove the explicit listing of files for ease or maintenance * Remove explicit listing from RPM file --- packaging/suse/rpm/trento-checks.spec | 36 +-------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/packaging/suse/rpm/trento-checks.spec b/packaging/suse/rpm/trento-checks.spec index a4776d3..879ef69 100644 --- a/packaging/suse/rpm/trento-checks.spec +++ b/packaging/suse/rpm/trento-checks.spec @@ -48,40 +48,6 @@ install -p -m 0644 checks/* %{buildroot}%{trento_checks_dir} %license LICENSE %dir %{trento_dir} %dir %{trento_checks_dir} - -%{trento_checks_dir}/00081D.yaml -%{trento_checks_dir}/0B6DB2.yaml -%{trento_checks_dir}/156F64.yaml -%{trento_checks_dir}/15F7A8.yaml -%{trento_checks_dir}/205AF7.yaml -%{trento_checks_dir}/21FCA6.yaml -%{trento_checks_dir}/222A57.yaml -%{trento_checks_dir}/24ABCB.yaml -%{trento_checks_dir}/32CFC6.yaml -%{trento_checks_dir}/33403D.yaml -%{trento_checks_dir}/373DB8.yaml -%{trento_checks_dir}/49591F.yaml -%{trento_checks_dir}/53D035.yaml -%{trento_checks_dir}/61451E.yaml -%{trento_checks_dir}/68626E.yaml -%{trento_checks_dir}/6E9B82.yaml -%{trento_checks_dir}/790926.yaml -%{trento_checks_dir}/7E0221.yaml -%{trento_checks_dir}/816815.yaml -%{trento_checks_dir}/822E47.yaml -%{trento_checks_dir}/845CC9.yaml -%{trento_checks_dir}/9FAAD0.yaml -%{trento_checks_dir}/9FEFB0.yaml -%{trento_checks_dir}/A1244C.yaml -%{trento_checks_dir}/B089BE.yaml -%{trento_checks_dir}/C3166E.yaml -%{trento_checks_dir}/C620DC.yaml -%{trento_checks_dir}/CAEFF1.yaml -%{trento_checks_dir}/D028B9.yaml -%{trento_checks_dir}/D78671.yaml -%{trento_checks_dir}/DA114A.yaml -%{trento_checks_dir}/DC5429.yaml -%{trento_checks_dir}/F50AF5.yaml -%{trento_checks_dir}/FB0E0D.yaml +%{trento_checks_dir}/* %changelog