diff --git a/virt-top.spec b/virt-top.spec index 6e15257..23f783d 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -24,7 +24,7 @@ Summary: Utility like top(1) for displaying virtualization stats License: GPL-2.0+ Group: System/Management Url: http://people.redhat.com/~rjones/virt-top/ -Source0: %{name}-%{version}.tar.xz +Source0: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune BuildRequires: ocaml-rpm-macros >= 20191101 @@ -57,9 +57,9 @@ dune_release_pkgs='virt-top' %install %ocaml_dune_install %ocaml_create_file_list -tee -a %{name}.files < %{name}.files.devel +tee -a %name.files < %name.files.devel -%files -f %{name}.files -%{_bindir}/* +%files -f %name.files +%_bindir/* %changelog