spec: provide fake /bin binaries for compatibility
Version: 6.18.01-9
This commit is contained in:
parent
6a32ac8223
commit
2499db30fc
@ -1,7 +1,7 @@
|
|||||||
Summary: An enhanced version of csh, the C shell
|
Summary: An enhanced version of csh, the C shell
|
||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.18.01
|
Version: 6.18.01
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
Source: http://ftp.funet.fi/pub/unix/shells/tcsh/%{name}-%{version}.tar.gz
|
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
|
Patch37: tcsh-6.18.01-reverse-history-handling-in-loops.patch
|
||||||
|
|
||||||
Provides: csh = %{version}
|
Provides: csh = %{version}
|
||||||
|
Provides: /bin/tcsh, /bin/csh
|
||||||
Requires(post): grep
|
Requires(post): grep
|
||||||
Requires(postun): coreutils, grep
|
Requires(postun): coreutils, grep
|
||||||
URL: http://www.tcsh.org/
|
URL: http://www.tcsh.org/
|
||||||
@ -130,6 +131,9 @@ fi
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 19 2013 Pavel Raiskup <praiskup@redhat.com> - 6.18.01-9
|
||||||
|
- provide binaries in /bin for compatibility
|
||||||
|
|
||||||
* Thu Dec 19 2013 Jaromír Končický <jkoncick@redhat.com> - 6.18.01-8
|
* Thu Dec 19 2013 Jaromír Končický <jkoncick@redhat.com> - 6.18.01-8
|
||||||
- Move binaries from /bin to /usr/bin
|
- Move binaries from /bin to /usr/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user