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] f44: Miscellaneous updates
Date: Sat, 27 Jun 2026 22:09:48 GMT	[thread overview]
Message-ID: <178259818830.1.5164583921649983287.rpms-ks-install-4c1b47c2f4ed@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ks-install
            Branch : f44
            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=f44

            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

                 reply	other threads:[~2026-06-27 22:09 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=178259818830.1.5164583921649983287.rpms-ks-install-4c1b47c2f4ed@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