[tcsh] spec: provide fake /bin binaries for compatibility

Pavel Raiskup praiskup at fedoraproject.org
Thu Dec 19 16:42:28 UTC 2013


commit 2499db30fcea276fb02fe9ea7266d71c99b5d827
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Thu Dec 19 17:39:08 2013 +0100

    spec: provide fake /bin binaries for compatibility
    
    Version: 6.18.01-9

 tcsh.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tcsh.spec b/tcsh.spec
index 0dfcd32..eb89766 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -1,7 +1,7 @@
 Summary: An enhanced version of csh, the C shell
 Name: tcsh
 Version: 6.18.01
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: BSD
 Group: System Environment/Shells
 Source: http://ftp.funet.fi/pub/unix/shells/tcsh/%{name}-%{version}.tar.gz
@@ -26,6 +26,7 @@ Patch36: tcsh-6.18.01-posix-exit-status-value.patch
 Patch37: tcsh-6.18.01-reverse-history-handling-in-loops.patch
 
 Provides: csh = %{version}
+Provides: /bin/tcsh, /bin/csh
 Requires(post): grep
 Requires(postun): coreutils, grep
 URL: http://www.tcsh.org/
@@ -130,6 +131,9 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Thu Dec 19 2013 Pavel Raiskup <praiskup at redhat.com> - 6.18.01-9
+- provide binaries in /bin for compatibility
+
 * Thu Dec 19 2013 Jaromír Končický <jkoncick at redhat.com> - 6.18.01-8
 - Move binaries from /bin to /usr/bin
 


More information about the scm-commits mailing list