csh.login: set PATH again (if empty) to prevent interpreter error (#1744106)
aliases: add pcp user (#1744091) lang.csh: fix several variable substitution bugs and typos (#1746749) don't set LANG as a per-shell variable fix lang.csh script so it doesn't break tcsh -e scripts II (#1620004) use full path for non-builtins in csh.cshrc, csh.login, lang.csh, lang.sh and profile (#1747493)
This commit is contained in:
parent
4a4e8a37a0
commit
72c2ec1f7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -77,3 +77,4 @@ setup-2.8.25.tar.bz2
|
||||
/setup-2.13.1.tar.bz2
|
||||
/setup-2.13.2.tar.bz2
|
||||
/setup-2.13.3.tar.bz2
|
||||
/setup-2.13.6.tar.bz2
|
||||
|
||||
12
setup.spec
12
setup.spec
@ -1,7 +1,7 @@
|
||||
Summary: A set of system configuration and setup files
|
||||
Name: setup
|
||||
Version: 2.13.3
|
||||
Release: 2%{?dist}
|
||||
Version: 2.13.6
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
URL: https://pagure.io/setup/
|
||||
@ -115,6 +115,14 @@ end
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
|
||||
%changelog
|
||||
* Thu Oct 03 2019 Martin Osvald <mosvald@redhat.com> - 2.13.6-1
|
||||
- csh.login: set PATH again (if empty) to prevent interpreter error (#1744106)
|
||||
- aliases: add pcp user (#1744091)
|
||||
- lang.csh: fix several variable substitution bugs and typos (#1746749)
|
||||
- don't set LANG as a per-shell variable
|
||||
- fix lang.csh script so it doesn't break tcsh -e scripts II (#1620004)
|
||||
- use full path for non-builtins in csh.cshrc, csh.login, lang.csh, lang.sh and profile (#1747493)
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setup-2.13.3.tar.bz2) = fa647332fe5b5667f68a484d249acafa49863f13a493a01daa891b4be430005bcc92c92bbdb76e08db90891f31424436c5915cb4e23a1ab2192b9604d272a1e0
|
||||
SHA512 (setup-2.13.6.tar.bz2) = f330827f2f8f379e63034e009eb988c843d0d7135732e0777b5705d45a0fab2068129c603b24defb2ba0ff7bfc5a1dea0e9a4b30427ad77e880b9df221f3a2c0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user