diff --git a/python-adal.changes b/python-adal.changes index cf1bcd0..c5fb6c7 100644 --- a/python-adal.changes +++ b/python-adal.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 21 09:56:07 UTC 2024 - John Paul Adrian Glaubitz + +- Drop definition of BuildRoot +- Limit Python files matched in %files section + ------------------------------------------------------------------- Mon May 10 08:33:35 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-adal.spec b/python-adal.spec index 994bd77..3cd8815 100644 --- a/python-adal.spec +++ b/python-adal.spec @@ -1,7 +1,7 @@ # # spec file for package python-adal # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,6 @@ Requires: python-PyJWT >= 1.0.0 Requires: python-cryptography >= 1.1.0 Requires: python-python-dateutil >= 2.1.0 Requires: python-requests >= 2.0.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -60,6 +59,7 @@ cp %{SOURCE1} HISTORY.txt %files %{python_files} %defattr(-,root,root,-) %doc HISTORY.txt README.md -%{python_sitelib}/* +%{python_sitelib}/adal +%{python_sitelib}/adal-*.egg-info %changelog