Fix requires in Python package
This commit is contained in:
parent
4a85cebe9a
commit
d8e688155c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: gnome-ponytail-daemon
|
Name: gnome-ponytail-daemon
|
||||||
Version: 0.0.10
|
Version: 0.0.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Sort of a bridge for dogtail for GNOME on Wayland
|
Summary: Sort of a bridge for dogtail for GNOME on Wayland
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -35,7 +35,7 @@ GNOME Ponytail Daemon is a sort of bridge for dogtail for GNOME on Wayland.
|
|||||||
|
|
||||||
%package -n python3-%{name}
|
%package -n python3-%{name}
|
||||||
Summary: Python module for %{name}
|
Summary: Python module for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: python3-dbus
|
Requires: python3-dbus
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -76,6 +76,9 @@ Python module for D-BUS interactions with gnome-ponytail-daemon interfaces.
|
|||||||
%{python3_sitelib}/%{libname}/
|
%{python3_sitelib}/%{libname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 02 2024 José Expósito <jexposit@redhat.com> - 0.0.10-2
|
||||||
|
- Fix requires in Python package
|
||||||
|
|
||||||
* Mon Jan 08 2024 José Expósito <jexposit@redhat.com> - 0.0.10-1
|
* Mon Jan 08 2024 José Expósito <jexposit@redhat.com> - 0.0.10-1
|
||||||
- Add libei support
|
- Add libei support
|
||||||
- Bug fixing
|
- Bug fixing
|
||||||
|
Loading…
Reference in New Issue
Block a user