%global forgeurl https://github.com/cmadamsgit/ks-install %global commit ab9e6dfa0f6596177965d1ec010eeead159dcfab %forgemeta Name: ks-install Summary: Take a Fedora/CentOS/RHEL kickstart file and make a VM Version: 0 Release: 0.2%{?dist} URL: %{forgeurl} Source: %{forgesource} License: GPLv3 BuildArch: noarch BuildRequires: perl-generators perl-podlators Requires: virt-install Recommends: swtpm-tools %description Take a Fedora/CentOS/RHEL kickstart file and make a VM %prep %forgesetup %build pod2man ks-libvirt > ks-libvirt.1 touch --reference=ks-libvirt ks-libvirt.1 %install install -D -m0755 ks-libvirt %{buildroot}%{_bindir}/ks-libvirt install -D -m0644 ks-libvirt.1 %{buildroot}%{_mandir}/man1/ks-libvirt.1 %files %license LICENSE %doc examples %{_bindir}/* %{_mandir}/man*/* %changelog * Tue Feb 22 2022 Chris Adams 0-0.2-ab9e6dfa0f6596177965d1ec010eeead159dcfab - Fix multiple DNS server handling - sync SPEC-generated man page date to script * Fri Jan 14 2022 Chris Adams 0-0.1-8a82a6017a00b023c111e573f45e86d65e7593f9 - initial package