migrated to SPDX license
This commit is contained in:
parent
4d7fa15b7e
commit
4f14728670
@ -3,7 +3,7 @@
|
||||
Summary: The skeleton package which defines a simple %{distroname} system
|
||||
Name: basesystem
|
||||
Version: 11
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
License: Public Domain
|
||||
Requires(pre): setup filesystem
|
||||
BuildArch: noarch
|
||||
@ -12,7 +12,7 @@ BuildArch: noarch
|
||||
Basesystem defines the components of a basic %{distroname} system
|
||||
(for example, the package installation order to use during bootstrapping).
|
||||
Basesystem should be in every installation of a system, and it
|
||||
should never be removed.
|
||||
should never be removed. As the package has no content, it is Public Domain.
|
||||
|
||||
%prep
|
||||
|
||||
@ -23,6 +23,9 @@ should never be removed.
|
||||
%files
|
||||
|
||||
%changelog
|
||||
* Fri Jun 02 2023 Ondrej Vasik <ovasik@redhat.com> - 11-16
|
||||
- migrated to SPDX license
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 11-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user