Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sources and move spec file #3

Merged
merged 3 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions packaging/suse/rpm/trento-checks.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
#
# spec file for package trento-checks
#
# Copyright (c) 2024 SUSE LCC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#

Name: trento-checks
Version: 0
Release: 0
Summary: Checks for the Trento checks engine
License: Apache-2.0
URL: https://github.com/trento-project/checks
Source: https://github.com/trento-project/checks/archive/refs/heads/main.tar.gz
Group: System/Monitoring
BuildArch: noarch

%define trento_dir %{_datadir}/trento
%define trento_checks_dir %trento_dir/checks

%description
%{summary}

%prep
%autosetup -p1 -n checks-main

%install
install -d -m 0755 %buildroot%trento_dir
install -d -m 0755 %buildroot%trento_checks_dir
install -p -m 0644 checks/* %buildroot%trento_checks_dir

%files
%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

%changelog
38 changes: 0 additions & 38 deletions trento-checks.spec

This file was deleted.