diff --git a/python-PyJWT.changes b/python-PyJWT.changes index b2beb65..25a9b8c 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 12:52:41 UTC 2025 - Markéta Machová + +- Wrap the metadata directory name in a distro-based conditional + ------------------------------------------------------------------- Tue Mar 25 04:34:47 UTC 2025 - Steve Kowalik diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 8c329c0..fa37e7d 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -63,6 +63,10 @@ donttest+=" or test_ec_to_jwk_with_invalid_curve" %license LICENSE %doc AUTHORS.rst CHANGELOG.rst README.rst %{python_sitelib}/jwt +%if 0%{?suse_version} > 1600 %{python_sitelib}/pyjwt-%{version}.dist-info +%else +%{python_sitelib}/PyJWT-%{version}.dist-info +%endif %changelog