From 61dee3effefc424c717472f891c1a22f5606ac92 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:21:56 +0100 Subject: [PATCH] provide /bin/tcsh and /bin/csh [release 6.22.04-3mamba;Thu Apr 29 2021] --- tcsh.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index 9daeb27..1d956e8 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -1,6 +1,6 @@ Name: tcsh Version: 6.22.04 -Release: 2mamba +Release: 3mamba Summary: An enhanced version of csh, the C shell Group: Applications/Shells Vendor: openmamba @@ -13,6 +13,8 @@ License: GPL BuildRequires: glibc-devel BuildRequires: libncurses-devel ## AUTOBUILDREQ-END +Provides: /bin/csh +Provides: /bin/tcsh %description Tcsh is an enhanced but completely compatible version of csh, the C shell. @@ -60,6 +62,9 @@ ln -s tcsh %{buildroot}%{_bindir}/csh %{_mandir}/man1/* %changelog +* Thu Apr 29 2021 Silvan Calarco 6.22.04-3mamba +- provide /bin/tcsh and /bin/csh + * Wed Apr 28 2021 Silvan Calarco 6.22.04-2mamba - rebuilt in /usr/bin; added debug_package