public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Kolman <mkolman@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/initial-setup] rawhide: new version
Date: Mon, 24 Aug 2026 18:03:33 GMT	[thread overview]
Message-ID: <178759461366.1.17564761282887411347.rpms-initial-setup-d85c66bc84b4@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/initial-setup
            Branch : rawhide
            Commit : d85c66bc84b4af618bc71ad88c9b03a198d2fc4f
            Author : Martin Kolman <mkolman@redhat.com>
            Date   : 2026-08-24T20:03:27+02:00
            Stats  : +12/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/initial-setup/c/d85c66bc84b4af618bc71ad88c9b03a198d2fc4f?branch=rawhide

            Log:
            new version

Fix s390 build (mkolman)

---
diff --git a/.gitignore b/.gitignore
index dc774c0..6f6d245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -99,3 +99,4 @@
 /initial-setup-0.3.100.tar.gz
 /initial-setup-0.3.101.tar.gz
 /initial-setup-0.3.102.tar.gz
+/initial-setup-0.3.103.tar.gz

diff --git a/initial-setup.spec b/initial-setup.spec
index 538a218..e588ad4 100644
--- a/initial-setup.spec
+++ b/initial-setup.spec
@@ -6,7 +6,7 @@ Name: initial-setup
 Summary: Initial system configuration utility
 URL: https://fedoraproject.org/wiki/InitialSetup
 License: GPL-2.0-or-later
-Version: 0.3.102
+Version: 0.3.103
 Release: 1%{?dist}
 
 # This is a Red Hat maintained package which is specific to
@@ -157,6 +157,12 @@ install -m 644 data/10-initial-setup.conf %{buildroot}%{_sysconfdir}/%{name}/con
 install -d %{buildroot}%{_sysconfdir}/pam.d
 install -m 644 pam/initial-setup %{buildroot}%{_sysconfdir}/pam.d/
 
+%ifarch s390 s390x
+install -d %{buildroot}%{_sysconfdir}/profile.d
+install -m 644 scripts/s390/initial-setup.sh %{buildroot}%{_sysconfdir}/profile.d/
+install -m 644 scripts/s390/initial-setup.csh %{buildroot}%{_sysconfdir}/profile.d/
+%endif
+
 # Remove the default link, provide subpackages for alternatives
 rm %{buildroot}%{_libexecdir}/%{name}/run-gui-backend
 
@@ -169,6 +175,9 @@ rm -v %{buildroot}%{_libexecdir}/%{name}/firstboot-windowmanager
 %find_lang %{name}
 
 %changelog
+* Mon Aug 24 2026 Martin Kolman <mkolman@redhat.com> - 0.3.103-1
+- Fix s390 build (mkolman)
+
 * Mon Aug 24 2026 Martin Kolman <mkolman@redhat.com> - 0.3.102-1
 - Update the systemd service, to use kmscon instead of fbcon (jfalempe)
 - Add Fedora Rahide for COPR build in Packit (mkolman)

diff --git a/sources b/sources
index fe86f91..0f5b796 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (initial-setup-0.3.102.tar.gz) = 043c374fb0b597102daf1600688eed73b0cb0790991a725246357f8bf8dcc2d37687916c1f14c10a12b2ba0846d3427ddfb3a074e9f86244c216cabb26ec938a
+SHA512 (initial-setup-0.3.103.tar.gz) = 8310cfee0142effa272de0ef16bf848c11789b4f9c2b72cbb64a630fc0eb02ca6cd99bed0c8af2422d78dba3e46a5fee1f45ddb0a7fe1a46c0b80e0874c5a578

             reply	other threads:[~2026-08-24 18:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-24 18:03 Martin Kolman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-09-09 16:43 [rpms/initial-setup] rawhide: new version Martin Kolman
2026-09-09 15:07 Martin Kolman
2026-08-24 17:13 Martin Kolman

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=178759461366.1.17564761282887411347.rpms-initial-setup-d85c66bc84b4@fedoraproject.org \
    --to=mkolman@redhat.com \
    --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