Skip to content

Commit e19b91b

Browse files
Nicolas PitreJunio C Hamano
authored andcommitted
Update RPM core package description
Git isn't as stupid as it used to be Signed-off-by: Nicolas Pitre <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 72f627d commit e19b91b

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

git.spec.in

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1212
Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, perl-Git
1313

1414
%description
15-
This is a stupid (but extremely fast) directory content manager. It
16-
doesn't do a whole lot, but what it _does_ do is track directory
17-
contents efficiently. It is intended to be the base of an efficient,
18-
distributed source code management system. This package includes
19-
rudimentary tools that can be used as a SCM, but you should look
20-
elsewhere for tools for ordinary humans layered on top of this.
15+
Git is a fast, scalable, distributed revision control system with an
16+
unusually rich command set that provides both high-level operations
17+
and full access to internals.
2118

2219
This is a dummy package which brings in all subpackages.
2320

@@ -26,12 +23,9 @@ Summary: Core git tools
2623
Group: Development/Tools
2724
Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat
2825
%description core
29-
This is a stupid (but extremely fast) directory content manager. It
30-
doesn't do a whole lot, but what it _does_ do is track directory
31-
contents efficiently. It is intended to be the base of an efficient,
32-
distributed source code management system. This package includes
33-
rudimentary tools that can be used as a SCM, but you should look
34-
elsewhere for tools for ordinary humans layered on top of this.
26+
Git is a fast, scalable, distributed revision control system with an
27+
unusually rich command set that provides both high-level operations
28+
and full access to internals.
3529

3630
These are the core tools with minimal dependencies.
3731

@@ -173,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
173167
%{!?_without_docs: %doc Documentation/*.html }
174168

175169
%changelog
170+
* Mon Feb 13 2007 Nicolas Pitre <[email protected]>
171+
- Update core package description (Git isn't as stupid as it used to be)
172+
176173
* Mon Feb 12 2007 Junio C Hamano <[email protected]>
177174
- Add git-gui and git-citool.
178175

0 commit comments

Comments
 (0)