public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: provide a way how to override set ennvars through csh.local file
Date: Mon, 22 Jun 2026 15:55:57 GMT	[thread overview]
Message-ID: <178214375790.1.12765009045024398020.rpms-setup-69e01533b824@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/setup
Branch : update_services
Commit : 69e01533b8242b04889d4746996128c85346c9ec
Author : Ondřej Vašík <ovasik@redhat.com>
Date   : 2017-11-17T09:45:12+01:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/setup/c/69e01533b8242b04889d4746996128c85346c9ec?branch=update_services

Log:
provide a way how to override set ennvars through csh.local file

---
diff --git a/setup.spec b/setup.spec
index 3fd3769..b0421c3 100644
--- a/setup.spec
+++ b/setup.spec
@@ -42,6 +42,7 @@ chmod 0644 %{buildroot}/var/log/lastlog
 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
 
 # remove unpackaged files from the buildroot
 rm -f %{buildroot}/etc/Makefile
@@ -94,6 +95,7 @@ end
 %config(noreplace) /etc/csh.cshrc
 %dir /etc/profile.d
 %config(noreplace) /etc/profile.d/sh.local
+%config(noreplace) /etc/profile.d/csh.local
 %config(noreplace) %verify(not md5 size mtime) /etc/shells
 %ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
@@ -102,6 +104,7 @@ end
 * Fri Nov 17 2017 Ondrej Vasik <ovasik@redhat.com> - 2.11.1-1
 - saslauthd belongs to cyrus-sasl and cyrus-imap packages
 - provide a way how to override set envvars through sh.local file(#1344007)
+- provide a way how to override set ennvars through csh.local file
 
 * Mon Sep 04 2017 Ondrej Vasik <ovasik@redhat.com> - 2.10.10-1
 - we need to source /etc/bashrc from /etc/profile for bash

                 reply	other threads:[~2026-06-22 15:55 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=178214375790.1.12765009045024398020.rpms-setup-69e01533b824@fedoraproject.org \
    --to=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