Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Require less in RPM spec
author
Horst von Brand
<vonbrand@inf.utfsm.cl>
Fri, 16 Sep 2005 04:08:24 +0000
(
00:08
-0400)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 16 Sep 2005 06:31:44 +0000
(23:31 -0700)
... and the next one will be the one to do Debian, naturally.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-core.spec.in
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
b4416b4
)
diff --git
a/git-core.spec.in
b/git-core.spec.in
index f98f8db7c76dcad7e72246f67b33eb2e2acb4995..677e44f1d04bbe03be04e5094878dcdce7e647bd 100644
(file)
--- a/
git-core.spec.in
+++ b/
git-core.spec.in
@@
-10,7
+10,7
@@
URL: http://kernel.org/pub/software/scm/git/
Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
BuildRequires: zlib-devel, openssl-devel, curl-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
BuildRequires: zlib-devel, openssl-devel, curl-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Requires: sh-utils, curl, diffutils, rsync, rcs, openssh-clients, perl, python >= 2.4, tk
+Requires: sh-utils, curl, diffutils,
less,
rsync, rcs, openssh-clients, perl, python >= 2.4, tk
%description
This is a stupid (but extremely fast) directory content manager. It
%description
This is a stupid (but extremely fast) directory content manager. It
@@
-44,6
+44,9
@@
rm -rf $RPM_BUILD_ROOT
%{!?_without_docs: %{_mandir}/man7/*.7*}
%changelog
%{!?_without_docs: %{_mandir}/man7/*.7*}
%changelog
+* Fri Sep 16 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
+- Linus noticed that less is required, added to the dependencies
+
* Sun Sep 11 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
- Updated dependencies
- Don't assume manpages are gzipped
* Sun Sep 11 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
- Updated dependencies
- Don't assume manpages are gzipped