From bbc2634665e549a25f3cdf99959f63dcd17385c784f72525ae148a9179c572fc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Nov 2022 07:20:04 +0000 Subject: [PATCH] - Clean up SPEC file, make rpmlint happy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=46 --- python-google-auth.changes | 5 +++++ python-google-auth.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-google-auth.changes b/python-google-auth.changes index cdd58e6..419cf3b 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 8 07:19:56 UTC 2022 - Matej Cepl + +- Clean up SPEC file, make rpmlint happy. + ------------------------------------------------------------------- Mon Nov 7 13:59:22 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index 77885f9..12ff163 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -17,7 +17,6 @@ %define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-auth Version: 2.14.0 Release: 0 @@ -63,9 +62,7 @@ BuildArch: noarch This library simplifies using Google’s various server-to-server authentication mechanisms to access Google APIs. %prep -%setup -q -n google-auth-%{version} -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 -n google-auth-%{version} %build %python_build