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: Update to new upstream version
Date: Sat, 11 Jul 2026 00:57:27 GMT [thread overview]
Message-ID: <178373144729.1.16353191651985963466.rpms-ks-install-d4b5c8866d11@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ks-install
Branch : epel10
Commit : d4b5c8866d119b5650679de3401d2c24cac5ac53
Author : Chris Adams <linux@cmadams.net>
Date : 2023-05-06T22:58:37-05:00
Stats : +8/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ks-install/c/d4b5c8866d119b5650679de3401d2c24cac5ac53?branch=epel10
Log:
Update to new upstream version
Add --arch and --machine options
recognize "$basearch" in URLs (such as Alma mirror lists)
---
diff --git a/.gitignore b/.gitignore
index 0318bb0..fa4b42a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ks-install-06d4402e9bbc21a79f651b58786415600635ff2d.tar.gz
+/ks-install-72db7819e3ed40c7f00bd6cd709335970a5ba9c5.tar.gz
diff --git a/ks-install.spec b/ks-install.spec
index bfe217c..f2a5c85 100644
--- a/ks-install.spec
+++ b/ks-install.spec
@@ -1,11 +1,11 @@
%global forgeurl https://github.com/cmadamsgit/ks-install
-%global commit 06d4402e9bbc21a79f651b58786415600635ff2d
+%global commit 72db7819e3ed40c7f00bd6cd709335970a5ba9c5
%forgemeta
Name: ks-install
Summary: Take a Fedora/CentOS/RHEL kickstart file and make a VM
Version: 0
-Release: 0.3%{?dist}
+Release: 0.4%{?dist}
URL: %{forgeurl}
Source: %{forgesource}
License: GPLv3
@@ -35,6 +35,10 @@ install -D -m0644 ks-libvirt.1 %{buildroot}%{_mandir}/man1/ks-libvirt.1
%{_mandir}/man*/*
%changelog
+* Sat May 06 2023 Chris Adams <linux@cmadams.net> 0-0.4
+- Add --arch and --machine options
+- recognize "$basearch" in URLs (such as Alma mirror lists)
+
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
diff --git a/sources b/sources
index f297cd9..bddc7e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ks-install-06d4402e9bbc21a79f651b58786415600635ff2d.tar.gz) = 5cb651a94cca1d202deb729cfb962fa96f5285496a5a4c8fd6aa6512de18e91f476b5e490ed5ecd60692dd077799c1693d36441f39cd85542e89a98b61f0673d
+SHA512 (ks-install-72db7819e3ed40c7f00bd6cd709335970a5ba9c5.tar.gz) = 84c79a626fe21e7375df645ed07671e652664871004b85914ed11c666bda8b10015000d736a193027f06d32e0a7d6b2d35de9effca9f49879b089f5fcea06a80
reply other threads:[~2026-07-11 0:57 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=178373144729.1.16353191651985963466.rpms-ks-install-d4b5c8866d11@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