summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaromír Končický <jkoncick@redhat.com>2013-12-19 10:44:41 +0100
committerJaromír Končický <jkoncick@redhat.com>2013-12-19 10:44:41 +0100
commit87d7200a32d53c19f7254044ab914545cf578c96 (patch)
tree64671f482f4e0057f79e45fa24c049f77a390934
parent03d5bc4e0d9b5eb10677018f2db70cc7d87597dc (diff)
downloadtcsh-rebase-6.19.00-87d7200a32d53c19f7254044ab914545cf578c96.tar.gz
tcsh-rebase-6.19.00-87d7200a32d53c19f7254044ab914545cf578c96.tar.xz
tcsh-rebase-6.19.00-87d7200a32d53c19f7254044ab914545cf578c96.zip
Move binaries from /bin to /usr/bin
-rw-r--r--tcsh.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/tcsh.spec b/tcsh.spec
index 3ad05e9..c485677 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -1,9 +1,7 @@
-%define _bindir /bin
-
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.18.01
-Release: 7%{?dist}
+Release: 8%{?dist}
License: BSD
Group: System Environment/Shells
Source: http://ftp.funet.fi/pub/unix/shells/tcsh/%{name}-%{version}.tar.gz
@@ -132,6 +130,9 @@ fi
%{_mandir}/man1/*.1*
%changelog
+* Thu Dec 19 2013 Jaromír Končický <jkoncick@redhat.com> - 6.18.01-8
+- Move binaries from /bin to /usr/bin
+
* Thu Dec 19 2013 Jaromír Končický <jkoncick@redhat.com> - 6.18.01-7
- Revert history handling in loops
(Backported resoluion of RHEL bug #814069)