Skip to content

Commit

Permalink
rpm: require xen >= 4.18
Browse files Browse the repository at this point in the history
The change to xc_domain_getinfo() breaks compatibility with Xen libs
before 4.18, so express that in the package dependencies.
  • Loading branch information
marmarek committed Aug 19, 2024
1 parent 8b663d8 commit dcbd11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm_spec/xen-hvm-stubdom-linux.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BuildRequires: quilt
# QEMU
BuildRequires: python3
BuildRequires: zlib-devel
BuildRequires: xen-devel
BuildRequires: xen-devel >= 2001:4.18.0
BuildRequires: glib2-devel
BuildRequires: autoconf
BuildRequires: automake
Expand Down

0 comments on commit dcbd11f

Please sign in to comment.