From 5771116f98e202246a443eac52ce79610fbce4e1 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 11 Jun 2018 07:42:57 +0200 Subject: [PATCH] strace.spec.in: use a SUSE-specific license name for SUSE Since, apparently, it isn't quite happy with a simple "BSD". * strace.spec.in (License): Add %{?suse_version:-3-Clause}. Co-Authored-by: Dmitry V. Levin --- strace.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strace.spec.in b/strace.spec.in index 7dafc954..5c97209c 100644 --- a/strace.spec.in +++ b/strace.spec.in @@ -2,7 +2,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace Version: @PACKAGE_VERSION@ Release: 1%{?dist} -License: BSD +License: BSD%{?suse_version:-3-Clause} Group: Development/Debuggers URL: https://strace.io Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz -- 2.40.0