diff --git a/pykickstart.spec b/pykickstart.spec index d4ed8c1..42865cc 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,8 +5,8 @@ Name: pykickstart Version: 3.52.3 -Release: 1%{?dist} -License: GPL-2.0-only AND MIT +Release: 2%{?dist} +License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart # This is a Red Hat maintained package which is specific to @@ -78,6 +78,10 @@ LC_ALL=C make PYTHON=%{__python3} test-no-coverage %{python3_sitelib}/pykickstart*.egg-info %changelog +* Tue May 14 2024 Brian C. Lane - 3.52.3-2 +- Drop the MIT license + Related: RHEL-34009 + * Mon May 13 2024 Brian C. Lane - 3.52.3-1 - btrfs: Remove support for the btrfs command on RHEL10 (bcl) Resolves: RHEL-34009