Accepting request 1160057 from home:glaubitz:branches:devel:languages:python:azure

- Drop definition of BuildRoot
- Limit Python files matched in %files section

OBS-URL: https://build.opensuse.org/request/show/1160057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-adal?expand=0&rev=18
This commit is contained in:
John Paul Adrian Glaubitz 2024-03-21 10:20:13 +00:00 committed by Git OBS Bridge
parent aff7810049
commit e11b95c9f1
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 21 09:56:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Drop definition of BuildRoot
- Limit Python files matched in %files section
-------------------------------------------------------------------
Mon May 10 08:33:35 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -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