Skip to content

Commit

Permalink
spec: Fix bad rebase
Browse files Browse the repository at this point in the history
While resolving conflicts, some comments were removed, and unneeded
Requires was added.

Fixes: b023883 (Add Python 3.8 client and common packages)
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Apr 3, 2022
1 parent b023883 commit 13938ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ovirt-imageio.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ rm -rf $RPM_BUILD_ROOT
%package common
Summary: oVirt imageio common resources

# NOTE: keep in sync with docs/development.md
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Expand Down Expand Up @@ -107,9 +108,9 @@ Python client library for accessing imageio server on oVirt hosts.
%package daemon
Summary: oVirt imageio daemon

# NOTE: keep in sync with docs/development.md
BuildRequires: systemd

Requires: %{name}-common = %{version}-%{release}
Requires: python3-systemd
Requires: %{name}-common = %{version}-%{release}

Expand Down

0 comments on commit 13938ed

Please sign in to comment.