Change PFSL to Python because rpmspec uses Python abbreviation

Related: rhbz#2006076
This commit is contained in:
Sergei Petrosian 2021-10-26 17:36:55 +02:00
parent f8c6c6d6e8
commit 1626695f4f

View File

@ -22,10 +22,10 @@ Name: linux-system-roles
Url: https://github.com/linux-system-roles Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management Summary: Set of interfaces for unified system management
Version: 1.9.0 Version: 1.9.0
Release: 1%{?dist} Release: 2%{?dist}
#Group: Development/Libraries #Group: Development/Libraries
License: GPLv3+ and MIT and BSD and PSFL License: GPLv3+ and MIT and BSD and Python
%global installbase %{_datadir}/linux-system-roles %global installbase %{_datadir}/linux-system-roles
%global _pkglicensedir %{_licensedir}/%{name} %global _pkglicensedir %{_licensedir}/%{name}
%global rolealtprefix linux-system-roles. %global rolealtprefix linux-system-roles.
@ -713,6 +713,11 @@ fi
%endif %endif
%changelog %changelog
* Tue Oct 26 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.9.0-2
- Change the PFSL license to Python because this is how PFSL is reffered to in
rpminspect-data packages in Fedora, CentOS, and RHEL
Related: rhbz#2006076
* Mon Oct 11 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.9.0-1 * Mon Oct 11 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.9.0-1
- Support ansible-core and improve roles: - Support ansible-core and improve roles:
- selinux: Add support for Rocky Linux 8, fix ansible_distribution_major_version - selinux: Add support for Rocky Linux 8, fix ansible_distribution_major_version