Fix License tag
Fixes: SPDX license expressions in use, but an invalid boolean was found: and; when using SPDX expression the booleans must be in all caps. Related: RHEL-29967
This commit is contained in:
parent
093a10e836
commit
5d68aaf3e9
@ -3,10 +3,10 @@
|
||||
|
||||
Name: setools
|
||||
Version: 4.5.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Policy analysis tools for SELinux
|
||||
|
||||
License: GPL-2.0-only and LGPL-2.1-only
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
URL: https://github.com/SELinuxProject/setools/wiki
|
||||
Source0: https://github.com/SELinuxProject/setools/archive/%{version}.tar.gz
|
||||
Source1: setools.pam
|
||||
@ -143,6 +143,9 @@ Python modules designed to facilitate SELinux policy analysis.
|
||||
%{_mandir}/ru/man1/apol*
|
||||
|
||||
%changelog
|
||||
* Thu May 02 2024 Petr Lautrbach <lautrbach@redhat.com> - 4.5.1-2
|
||||
- Fix License tag
|
||||
|
||||
* Thu May 02 2024 Petr Lautrbach <lautrbach@redhat.com> - 4.5.1-1
|
||||
- SETools 4.5.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user