Skip to content

Commit

Permalink
Remove explicit file listing from RPM spec (#10)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
janvhs authored Sep 26, 2024
1 parent 5ff03f6 commit ba3939f
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions packaging/suse/rpm/trento-checks.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba3939f

Please sign in to comment.