From 71d2580ca91a56bfeeb265941677551fbc29af23 Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Tue, 28 Sep 2021 12:31:33 +0800 Subject: [PATCH] add provides python3.7dist(dbus-python) --- dbus-python.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dbus-python.spec b/dbus-python.spec index 93db844..bb7931c 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -2,7 +2,7 @@ Name: dbus-python Version: 1.2.16 -Release: 1 +Release: 2 Summary: original Python binding for dbus License: MIT URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ @@ -88,6 +88,7 @@ make check -k -C python3-build %{python3_sitearch}/_dbus_bindings.so %{python3_sitearch}/_dbus_glib_bindings.so %{python3_sitearch}/dbus/ +%{python3_sitearch}/*.egg-info %files devel %{_includedir}/dbus-1.0/dbus/%{name}.h @@ -97,6 +98,9 @@ make check -k -C python3-build %doc NEWS ChangeLog README doc/API_CHANGES.txt doc/tutorial.txt %changelog +* Tue Sep 28 2021 wutao - 1.2.16-2 +- add provides python3.7dist(dbus-python) and others + * Fri Jul 31 2020 Liquor - 1.2.16-1 - Type:update - ID:NA -- Gitee