diff options
author | Eugene Syromyatnikov <evgsyr@gmail.com> | 2018-06-11 07:42:57 +0200 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-08-05 11:49:04 +0000 |
commit | 5771116f98e202246a443eac52ce79610fbce4e1 (patch) | |
tree | ebeafb12d282a52ca21acc5c68fd37e13f2dfc88 /strace.spec.in | |
parent | 76cdf04c31d080d171599b5908c74238733d2076 (diff) | |
download | strace-5771116f98e202246a443eac52ce79610fbce4e1.tar.gz |
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 <ldv@altlinux.org>
Diffstat (limited to 'strace.spec.in')
-rw-r--r-- | strace.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strace.spec.in b/strace.spec.in index 7dafc9543..5c97209c1 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 |