From dd284838cb355473b2e66bcafd2e227ec24ce6873da2b1c46ea8ad278275c54a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 29 Sep 2021 14:58:22 +0000 Subject: [PATCH] - Add python-dbus_next-rpmlintrc as another Source. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbus_next?expand=0&rev=2 --- python-dbus_next.changes | 5 +++++ python-dbus_next.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/python-dbus_next.changes b/python-dbus_next.changes index 5c768a6..dfa0045 100644 --- a/python-dbus_next.changes +++ b/python-dbus_next.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 29 14:57:58 UTC 2021 - Matej Cepl + +- Add python-dbus_next-rpmlintrc as another Source. + ------------------------------------------------------------------- Tue Sep 28 11:48:34 UTC 2021 - nyslay@gmail.com diff --git a/python-dbus_next.spec b/python-dbus_next.spec index 0aced83..264f18a 100644 --- a/python-dbus_next.spec +++ b/python-dbus_next.spec @@ -14,6 +14,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + + %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname python-dbus-next @@ -23,10 +25,11 @@ Release: 0 Summary: A zero-dependency DBus library for Python with asyncio support License: MIT URL: https://github.com/altdesktop/python-dbus-next -Source: https://github.com/altdesktop/python-dbus-next/archive/v%{version}/%{modname}-%{version}.tar.gz -BuildRequires: python-rpm-macros +Source0: https://github.com/altdesktop/python-dbus-next/archive/v%{version}/%{modname}-%{version}.tar.gz +Source99: python-dbus_next-rpmlintrc BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -65,4 +68,4 @@ Completely documented public API. %license LICENSE %{python_sitelib}/* -%changelog \ No newline at end of file +%changelog