public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ks-install] epel10.2: Initial import (fedora#2048131)
@ 2026-07-11 1:08 Chris Adams
0 siblings, 0 replies; only message in thread
From: Chris Adams @ 2026-07-11 1:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ks-install
Branch : epel10.2
Commit : 3ed65b4a89f0e56e57cccd3bb3fe1d8d7c8f6698
Author : Chris Adams <linux@cmadams.net>
Date : 2022-05-02T11:40:37-05:00
Stats : +41/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ks-install/c/3ed65b4a89f0e56e57cccd3bb3fe1d8d7c8f6698?branch=epel10.2
Log:
Initial import (fedora#2048131)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0318bb0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/ks-install-06d4402e9bbc21a79f651b58786415600635ff2d.tar.gz
diff --git a/ks-install.spec b/ks-install.spec
new file mode 100644
index 0000000..9581d24
--- /dev/null
+++ b/ks-install.spec
@@ -0,0 +1,39 @@
+%global forgeurl https://github.com/cmadamsgit/ks-install
+%global commit 06d4402e9bbc21a79f651b58786415600635ff2d
+%forgemeta
+
+Name: ks-install
+Summary: Take a Fedora/CentOS/RHEL kickstart file and make a VM
+Version: 0
+Release: 0.1%{?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
+* Fri Apr 15 2022 Chris Adams <linux@cmadams.net> 0-0.1
+- initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..f297cd9
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ks-install-06d4402e9bbc21a79f651b58786415600635ff2d.tar.gz) = 5cb651a94cca1d202deb729cfb962fa96f5285496a5a4c8fd6aa6512de18e91f476b5e490ed5ecd60692dd077799c1693d36441f39cd85542e89a98b61f0673d
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-11 1:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 1:08 [rpms/ks-install] epel10.2: Initial import (fedora#2048131) Chris Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox