public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: add ownership of /run/{motd,motd.d} and /usr/lib/{motd,motd.d}
@ 2026-06-22 15:56 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-22 15:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/setup
Branch : update_services
Commit : 8a02009d2fa298a86016fd54efe751d45fb97530
Author : Ondřej Vašík <ovasik@redhat.com>
Date   : 2018-12-14T15:57:48+01:00
Stats  : +14/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/setup/c/8a02009d2fa298a86016fd54efe751d45fb97530?branch=update_services

Log:
add ownership of /run/{motd,motd.d} and /usr/lib/{motd,motd.d}

---
diff --git a/.gitignore b/.gitignore
index 384cec0..c7d7864 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,3 +73,4 @@ setup-2.8.25.tar.bz2
 /setup-2.12.2.tar.bz2
 /setup-2.12.3.tar.bz2
 /setup-2.12.5.tar.bz2
+/setup-2.12.6.tar.bz2

diff --git a/setup.spec b/setup.spec
index dca0104..a33a7aa 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,6 +1,6 @@
 Summary: A set of system configuration and setup files
 Name: setup
-Version: 2.12.5
+Version: 2.12.6
 Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Base
@@ -45,6 +45,10 @@ touch %{buildroot}/etc/fstab
 mkdir -p %{buildroot}/etc/profile.d
 echo "#Add any required envvar overrides to this file, it is sourced from /etc/profile" >%{buildroot}/etc/profile.d/sh.local
 echo "#Add any required envvar overrides to this file, is sourced from /etc/csh.login" >%{buildroot}/etc/profile.d/csh.local
+mkdir -p %{buildroot}/run/motd.d
+touch %{buildroot}/run/motd
+mkdir -p %{buildroot}/usr/lib/motd.d
+touch %{buildroot}/usr/lib/motd
 
 # remove unpackaged files from the buildroot
 rm -f %{buildroot}/etc/Makefile
@@ -84,6 +88,10 @@ end
 %config(noreplace) /etc/hosts.deny
 %verify(not md5 size mtime) %config(noreplace) /etc/motd
 %dir /etc/motd.d
+%verify(not md5 size mtime) %config(noreplace) /run/motd
+%dir /run/motd.d
+%verify(not md5 size mtime) %config(noreplace) /usr/lib/motd
+%dir /usr/lib/motd.d
 %config(noreplace) /etc/printcap
 %verify(not md5 size mtime) %config(noreplace) /etc/inputrc
 %config(noreplace) /etc/bashrc
@@ -102,6 +110,9 @@ end
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
 
 %changelog
+* Thu Dec 13 2018 Robert Fairley <rfairley@redhat.com> - 2.12.6-1
+- add ownership of /run/{motd,motd.d} and /usr/lib/{motd,motd.d}
+
 * Wed Dec 12 2018 Ondrej Vasik <ovasik@redhat.com> - 2.12.5-1
 - use full path for non-builtins in profile and lang.sh (#1648589)
 

diff --git a/sources b/sources
index 6002cf6..ce3d561 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (setup-2.12.5.tar.bz2) = 98e47af14c51a50127436ea53be5d931917ff9ac0001025c2159104bd49bdb936eb680912d96abd76d6be6bb6c8cdb3019a824b48f33ba93185b04b1b1fc5aa2
+SHA512 (setup-2.12.6.tar.bz2) = 926e65f7c790353ab6276b15e2878efb6375c63ff8f4c066b8ce9fb852d9afb152b83231ca655f56ae9cb63ef8f0555fa5e00764204b36e5f53426c0ea7dad2a

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:56 [rpms/setup] update_services: add ownership of /run/{motd,motd.d} and /usr/lib/{motd,motd.d} 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox