public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/console-login-helper-messages] rawhide: Update to 0.23.1 upstream release
@ 2026-09-16 8:22 Packit
0 siblings, 0 replies; only message in thread
From: Packit @ 2026-09-16 8:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/console-login-helper-messages
Branch : rawhide
Commit : 7956ecf4d41281ad4e0ea80b7ef2422c08ea9781
Author : Packit <hello@packit.dev>
Date : 2026-07-24T14:54:02+00:00
Stats : +36/-25 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/console-login-helper-messages/c/7956ecf4d41281ad4e0ea80b7ef2422c08ea9781?branch=rawhide
Log:
Update to 0.23.1 upstream release
Upstream tag: v0.23.1
Upstream commit: 94c615bc
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index f9a80e0..8f13d63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/v0.21.2.tar.gz
/v0.21.3.tar.gz
/v0.22.0.tar.gz
+/v0.23.1.tar.gz
diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..ed9afcb
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,26 @@
+upstream_package_name: console-login-helper-messages
+upstream_tag_template: v{version}
+
+downstream_package_name: console-login-helper-messages
+specfile_path: rpm/console-login-helper-messages.spec
+
+jobs:
+ - job: copr_build
+ trigger: pull_request
+ targets:
+ - fedora-rawhide-x86_64
+ - centos-stream-10-x86_64
+ - centos-stream-9-x86_64
+
+ - job: tests
+ trigger: pull_request
+ targets:
+ - fedora-rawhide-x86_64
+ - centos-stream-10-x86_64
+ - centos-stream-9-x86_64
+ tmt_plan: /tests/tmt/plans/smoke
+
+ - job: propose_downstream
+ trigger: release
+ dist_git_branches:
+ - fedora-all
diff --git a/README.packit b/README.packit
new file mode 100644
index 0000000..173195e
--- /dev/null
+++ b/README.packit
@@ -0,0 +1,3 @@
+This repository is maintained by packit.
+https://packit.dev/
+The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.
diff --git a/console-login-helper-messages.spec b/console-login-helper-messages.spec
index c4e8c74..157170c 100644
--- a/console-login-helper-messages.spec
+++ b/console-login-helper-messages.spec
@@ -2,18 +2,13 @@
%global github_project console-login-helper-messages
Name: console-login-helper-messages
-Version: 0.22.0
-Release: 2%{?dist}
+Version: 0.23.1
+Release: 1%{?dist}
Summary: Combines motd, issue, profile features to show system information to the user before/on login
License: BSD-3-Clause
URL: https://github.com/%{github_owner}/%{github_project}
Source0: https://github.com/%{github_owner}/%{github_project}/archive/v%{version}.tar.gz
-# On RHEL < 11, revert the move to /run/issue.d and keep using /etc/issue.d
-%if 0%{?rhel} && 0%{?rhel} < 11
-Patch0: 0001-revert-issue-to-etc.patch
-%endif
-
BuildArch: noarch
BuildRequires: systemd make
%{?systemd_requires}
@@ -35,13 +30,7 @@ Requires: bash systemd
# * https://pagure.io/setup/pull-request/14
# * https://pagure.io/setup/pull-request/15
# * https://pagure.io/setup/pull-request/16
-# Make exception for fc29 - soft requires as we will create /run/motd.d
-# ourselves if it doesn't already exist.
-%if 0%{?fc29}
-Requires: setup
-%else
Requires: setup >= 2.12.7-1
-%endif
# pam: to display motds in /run/motd.d.
# * https://github.com/linux-pam/linux-pam/issues/47
# * https://github.com/linux-pam/linux-pam/pull/69
@@ -49,13 +38,7 @@ Requires: setup >= 2.12.7-1
Requires: ((pam >= 1.3.1-15) if openssh)
# selinux-policy: to apply pam_var_run_t contexts:
# * https://github.com/fedora-selinux/selinux-policy/pull/244
-# Make exception for fc29, as PAM will create the tmpfiles. (In Fedora 30 and
-# above, setup is responsible for this).
-%if 0%{?fc29}
Requires: ((selinux-policy >= 3.14.2-50) if openssh)
-%else
-Requires: ((selinux-policy >= 3.14.3-23) if openssh)
-%endif
# Needed to display MOTDs in `/run/motd.d` before upon login through
# the serial console.
Requires: util-linux >= 2.36-1
@@ -122,17 +105,12 @@ rm %{buildroot}/%{_tmpfilesdir}/%{name}-motdgen.conf
%dir %{_prefix}/lib/%{name}
%dir %{_prefix}/share/%{name}
%{_prefix}/lib/%{name}/libutil.sh
-# tmpfiles.d/console-login-helper-messages.conf was removed upstream in v0.22.0
-# but is restored by the revert patch on RHEL < 11
-%if 0%{?rhel} && 0%{?rhel} < 11
%{_tmpfilesdir}/%{name}.conf
-%endif
%files issuegen
%{_unitdir}/%{name}-gensnippet-ssh-keys.service
%{_sysconfdir}/NetworkManager/dispatcher.d/90-%{name}-gensnippet_if
%{_prefix}/lib/%{name}/issue.defs
-%{_tmpfilesdir}/%{name}-issuegen.conf
%{_libexecdir}/%{name}/gensnippet_ssh_keys
%{_libexecdir}/%{name}/gensnippet_if
%{_libexecdir}/%{name}/gensnippet_if_udev
@@ -148,6 +126,9 @@ rm %{buildroot}/%{_tmpfilesdir}/%{name}-motdgen.conf
%ghost %{_sysconfdir}/profile.d/%{name}-profile.sh
%changelog
+* Fri Jul 24 2026 Packit <hello@packit.dev> - 0.23.1-1
+- Update to version 0.23.1
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 7c777f6..840ec33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v0.22.0.tar.gz) = 0054dddc8b461128dc7ead63a212ebeb6501da8b4e9c2e2f3bb839793fc600b4dc675950e3021a22c34768ea5fb3b0a1e12d5156fb5353cb0630b3e3905baad5
+SHA512 (v0.23.1.tar.gz) = bfd7c32be7a4bb2dde98c7b91606171af2fc4d90621317fd1e0a3db9cbe8793ef3c3d1895605bd2a612d3cb356a3eddef72f073073256589e235c1a1486e691f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-16 8:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-16 8:22 [rpms/console-login-helper-messages] rawhide: Update to 0.23.1 upstream release Packit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox