From 542c59c02a22e49cd93dbf237c219c533bc1fcf9 Mon Sep 17 00:00:00 2001 From: hongjinghao Date: Tue, 29 Aug 2023 10:11:29 +0800 Subject: [PATCH] Revert 'set TMOUT=300' --- set-TMOUT-300.patch | 21 --------------------- setup.spec | 8 +++++--- 2 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 set-TMOUT-300.patch diff --git a/set-TMOUT-300.patch b/set-TMOUT-300.patch deleted file mode 100644 index 7b2b92f..0000000 --- a/set-TMOUT-300.patch +++ /dev/null @@ -1,21 +0,0 @@ -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 - ---- - profile | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/profile b/profile -index 542add4..8f086af 100644 ---- a/profile -+++ b/profile -@@ -80,3 +80,4 @@ then - . /etc/bashrc - fi - -+export TMOUT=300 --- -2.33.0 - diff --git a/setup.spec b/setup.spec index c2e19f0..dfa6351 100644 --- a/setup.spec +++ b/setup.spec @@ -1,14 +1,13 @@ Summary: A set of system configuration and setup files Name: setup Version: 2.14.3 -Release: 3 +Release: 4 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.patch BuildArch: noarch BuildRequires: systemd BuildRequires: bash tcsh perl-interpreter @@ -120,8 +119,11 @@ end %{_tmpfilesdir}/%{name}.conf %changelog +* Tue Aug 29 2023 hongjinghao - 2.14.3-4 +- Revert "set TMOUT=300" + * Fri Jun 9 2023 hongjinghao - 2.14.3-3 -* Revert "set default umask" +- Revert "set default umask" * Thu Jun 8 2023 hongjinghao - 2.14.3-2 - set TMOUT=300 and set default umask -- Gitee