Update license to SPDX format

This commit is contained in:
Konstantin Kostiuk 2023-08-07 12:57:56 +00:00 committed by root
parent f56c0996d6
commit 0d61d24a36
2 changed files with 7 additions and 2 deletions

1
.mingw-pcre.metadata Normal file
View File

@ -0,0 +1 @@
0d4585ee6426ab0db9c0c8f1c8c6da968170174d pcre-8.43.tar.bz2

View File

@ -2,10 +2,10 @@
Name: mingw-pcre
Version: 8.43
Release: 7%{?dist}
Release: 8%{?dist}
Summary: MinGW Windows pcre library
License: BSD
License: BSD-3-Clause
URL: http://www.pcre.org/
Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-%{version}.tar.bz2
@ -190,6 +190,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Mon Aug 7 2023 Konstantin Kostiuk <kkostiuk@redhat.com> - 8.43-8
- Update license to SPDX format
- Resolves: RHEL-1058
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 8.43-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688