public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chris Adams <linux@cmadams.net>
To: git-commits@fedoraproject.org
Subject: [rpms/ks-install] epel10.2: Initial import (fedora#2048131)
Date: Sat, 11 Jul 2026 01:08:43 GMT [thread overview]
Message-ID: <178373212360.1.3467911446172224393.rpms-ks-install-3ed65b4a89f0@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-11 1:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178373212360.1.3467911446172224393.rpms-ks-install-3ed65b4a89f0@fedoraproject.org \
--to=linux@cmadams.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox