Resolves: #1961685 - Recent revision - 20210518

This commit is contained in:
Kamil Dudka 2021-05-18 15:26:04 +02:00
parent d509d41fc7
commit ba23ce9b8b
3 changed files with 1358 additions and 438 deletions

View File

@ -357,7 +357,7 @@ Exhibit A - Source Code Form License Notice
This Source Code Form is subject to the terms of the Mozilla Public This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/. file, You can obtain one at https://mozilla.org/MPL/2.0/.
If it is not possible or desirable to put the notice in a particular If it is not possible or desirable to put the notice in a particular
file, then You may include the notice in a location (such as a LICENSE file, then You may include the notice in a location (such as a LICENSE

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
%bcond_without dafsa %bcond_without dafsa
Name: publicsuffix-list Name: publicsuffix-list
Version: 20190417 Version: 20210518
Release: 6%{?dist} Release: 1%{?dist}
Summary: Cross-vendor public domain suffix database Summary: Cross-vendor public domain suffix database
License: MPLv2.0 License: MPLv2.0
@ -82,6 +82,9 @@ ln -s public_suffix_list.dat $RPM_BUILD_ROOT/%{_datadir}/publicsuffix/effective_
%changelog %changelog
* Tue May 18 2021 Kamil Dudka <kdudka@redhat.com> - 20210518-1
- Recent revision - 20210518
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20190417-6 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20190417-6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937