From e11b95c9f1dbc2fe6090a7b5ef29f3f94068d7c39aa121adef0d4cd19d62b94f Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 21 Mar 2024 10:20:13 +0000 Subject: [PATCH] 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 --- python-adal.changes | 6 ++++++ python-adal.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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