Skip to content

Commit

Permalink
[specfile] specify GPL v2 only
Browse files Browse the repository at this point in the history
According to https://spdx.org/licenses/GPL-2.0.html
"GPL-2.0" is deprecated and "GPL-2.0-only" must be used instead.
See: https://spdx.org/licenses/GPL-2.0-only.html

Signed-off-by: Sandro Bonazzola <[email protected]>
  • Loading branch information
sandrobonazzola committed Sep 2, 2024
1 parent 3886534 commit 0461d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Name: sos
Version: 4.8.0
Release: 1%{?dist}
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
License: GPL-2.0
License: GPL-2.0-only
BuildArch: noarch
Url: https://github.com/sosreport/sos
BuildRequires: python3-devel
Expand Down

0 comments on commit 0461d7a

Please sign in to comment.