Skip to content
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
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ header:
- "LICENSE"
- "VERSION"
- "mix.lock"
- "packaging/suse/rpm/trento-wanda.spec"
6 changes: 3 additions & 3 deletions packaging/suse/rpm/trento-wanda.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#
Comment thread
skrech marked this conversation as resolved.
# spec file for package trento-wanda
#
# SPDX-FileCopyrightText: SUSE LLC
# SPDX-License-Identifier: Apache-2.0
# Copyright SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -14,6 +13,7 @@
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name: trento-wanda
Expand All @@ -26,12 +26,12 @@ Source: %{name}-%{version}.tar.gz
Source1: deps.tar.gz
Source2: vendor-rhai_rustler.tar.gz
Group: System/Monitoring
BuildRequires: cargo1.92
BuildRequires: elixir >= 1.15
BuildRequires: elixir-hex
BuildRequires: erlang-rebar3
BuildRequires: git-core
BuildRequires: rust1.92
BuildRequires: cargo1.92
# avoid conflicting aliases in the rust dependency tree
#!BuildIgnore: cargo
#!BuildIgnore: rust
Expand Down
Loading