public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ks-install] epel9: Miscellaneous updates
@ 2026-06-27 22:16 Chris Adams
0 siblings, 0 replies; only message in thread
From: Chris Adams @ 2026-06-27 22:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ks-install
Branch : epel9
Commit : 4c1b47c2f4ed6684dabb3e5a0de5202cf0aad198
Author : Chris Adams <linux@cmadams.net>
Date : 2026-06-27T16:50:38-05:00
Stats : +12/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ks-install/c/4c1b47c2f4ed6684dabb3e5a0de5202cf0aad198?branch=epel9
Log:
Miscellaneous updates
- restructure some things to make it easer/cleaner
- update for newer libvirt/qemu things
- add ability to disable graphics console (also disables sound)
- handle any number of disks rather than just 1 or 2
---
diff --git a/.gitignore b/.gitignore
index fa4b42a..a5c80b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/ks-install-06d4402e9bbc21a79f651b58786415600635ff2d.tar.gz
/ks-install-72db7819e3ed40c7f00bd6cd709335970a5ba9c5.tar.gz
+/ks-install-9c6c6d145004d4f67235eb90b654ba4467a31005.tar.gz
diff --git a/ks-install.spec b/ks-install.spec
index 6ab47b4..728196c 100644
--- a/ks-install.spec
+++ b/ks-install.spec
@@ -1,16 +1,13 @@
%global forgeurl https://github.com/cmadamsgit/ks-install
-%global commit 72db7819e3ed40c7f00bd6cd709335970a5ba9c5
-# forgemeta getting a date mismatch at 20230506 vs 07
-%global date 20230507
+%global commit 9c6c6d145004d4f67235eb90b654ba4467a31005
%forgemeta
Name: ks-install
Summary: Take a Fedora/CentOS/RHEL kickstart file and make a VM
Version: 0
-Release: 0.12%{?dist}
+Release: 0.13%{?dist}
URL: %{forgeurl}
Source: %{forgesource}
-# Automatically converted from old format: GPLv3 - review is highly recommended.
License: GPL-3.0-only
BuildArch: noarch
BuildRequires: perl-generators perl-podlators
@@ -34,10 +31,16 @@ install -D -m0644 ks-libvirt.1 %{buildroot}%{_mandir}/man1/ks-libvirt.1
%files
%license LICENSE
%doc examples
-%{_bindir}/*
-%{_mandir}/man*/*
+%{_bindir}/ks-libvirt
+%{_mandir}/man1/ks-libvirt.1*
%changelog
+* Sat Jun 27 2026 Chris Adams <linux@cmadams.net> - 0-0.13
+- restructure some things to make it easer/cleaner
+- update for newer libvirt/qemu things
+- add ability to disable graphics console (also disables sound)
+- handle any number of disks rather than just 1 or 2
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index bddc7e2..70b9d33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ks-install-72db7819e3ed40c7f00bd6cd709335970a5ba9c5.tar.gz) = 84c79a626fe21e7375df645ed07671e652664871004b85914ed11c666bda8b10015000d736a193027f06d32e0a7d6b2d35de9effca9f49879b089f5fcea06a80
+SHA512 (ks-install-9c6c6d145004d4f67235eb90b654ba4467a31005.tar.gz) = fa3dc137f5a20205f2038886aeb49f2a8da85a1f760dd74919e96a14119d74224e97a2c26c13c0e8f1c3aab0cffde8e8da087f1ede9ebd56749cc87281f2628c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-27 22:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 22:16 [rpms/ks-install] epel9: Miscellaneous updates Chris Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox