Remove explicit generation of dependencies
This commit is contained in:
parent
51567f5ec1
commit
80962e6a8b
@ -1,9 +1,8 @@
|
|||||||
%{?python_enable_dependency_generator}
|
|
||||||
%global srcname dbus-client-gen
|
%global srcname dbus-client-gen
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Library for Generating D-Bus Client Code
|
Summary: Library for Generating D-Bus Client Code
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
@ -50,6 +49,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest --verbose tests
|
|||||||
%{python3_sitelib}/dbus_client_gen-*.egg-info/
|
%{python3_sitelib}/dbus_client_gen-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 28 2021 mulhern <amulhern@redhat.com> - 0.5-5
|
||||||
|
Remove explicit generation of dependencies
|
||||||
|
|
||||||
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-4
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-4
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user