diff --git a/dbus-python.spec b/dbus-python.spec index 93db844372677d43a80410d73744802b7ec8503e..bb7931c83e615e1129fcc317545969e7cf44c998 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