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