diff --git a/set-TMOUT-300-and-set-default-umask.patch b/set-TMOUT-300.patch similarity index 53% rename from set-TMOUT-300-and-set-default-umask.patch rename to set-TMOUT-300.patch index b3eb44e49c11f4c9fe2184323124cc77a27aa333..7b2b92f2ba7ca362fa93dc48cf0e90e8c1afc7dd 100644 --- a/set-TMOUT-300-and-set-default-umask.patch +++ b/set-TMOUT-300.patch @@ -1,23 +1,12 @@ From 6a99b637893db19b8ec8279ee51ae9887ccb2a98 Mon Sep 17 00:00:00 2001 From: rpm-build Date: Thu, 8 Jun 2023 11:20:24 +0800 -Subject: [PATCH] set TMOUT=300 and set default umask +Subject: [PATCH] set TMOUT 300 --- - bashrc | 2 ++ profile | 1 + - 2 files changed, 3 insertions(+) + 1 file changed, 1 insertion(+) -diff --git a/bashrc b/bashrc -index a4021d9..d7fec78 100644 ---- a/bashrc -+++ b/bashrc -@@ -86,3 +86,5 @@ if [ -z "$BASHRCSOURCED" ]; then - - fi - # vim:ts=4:sw=4 -+ -+umask 0077 diff --git a/profile b/profile index 542add4..8f086af 100644 --- a/profile diff --git a/setup.spec b/setup.spec index 56593a8f7e5a55a62a630d1500962c9fe0ebec21..c2e19f0d1fad9b8c340c8f6e8858df0516d660e8 100644 --- a/setup.spec +++ b/setup.spec @@ -1,14 +1,14 @@ Summary: A set of system configuration and setup files Name: setup Version: 2.14.3 -Release: 2 +Release: 3 License: Public Domain Group: System Environment/Base URL: https://pagure.io/setup/ Source0: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 Patch0: support-filesystems-xfs.patch Patch1: source-cshlocal-when-login.patch -Patch2: set-TMOUT-300-and-set-default-umask.patch +Patch2: set-TMOUT-300.patch BuildArch: noarch BuildRequires: systemd BuildRequires: bash tcsh perl-interpreter @@ -120,6 +120,9 @@ end %{_tmpfilesdir}/%{name}.conf %changelog +* Fri Jun 9 2023 hongjinghao - 2.14.3-3 +* Revert "set default umask" + * Thu Jun 8 2023 hongjinghao - 2.14.3-2 - set TMOUT=300 and set default umask