<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/git.spec.in, branch v1.5.4.4</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.4.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.4.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2008-02-20T06:17:22Z</updated>
<entry>
<title>Rename git-core rpm to just git and rename the meta-pacakge to git-all.</title>
<updated>2008-02-20T06:17:22Z</updated>
<author>
<name>Kristian Høgsberg</name>
<email>krh@redhat.com</email>
</author>
<published>2008-02-18T23:11:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=7c33d3a5116fd72877802288cca6735642bb5d6f'/>
<id>urn:sha1:7c33d3a5116fd72877802288cca6735642bb5d6f</id>
<content type='text'>
This fixes my favorite annoyance with the git rpm packaging: don't pull
in tla when I say yum install git!  You wouldn't expect yum install gcc
to pull in gcc-gfortran, right?

With this change, and blanket 'yum update' will automatically pull in the
new 'git' package and push out the old 'git-core', and if the old 'git'
package was installed 'git-all' will be pulled in instead.  A couple of
things do break though: 'yum update git-core', because yum behaves
differently when given a specific package name - it doesn't follow obsoletes.

Instead, 'yum install git' will pull in the new git rpm, which will then
push out the old 'git-core'.  Similarly, to get the newest version of
the meta package, 'yum install git-all' will install git-all, which then
pushes out the old 'git' meta package.

Signed-off-by: Kristian Høgsberg &lt;krh@redhat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Add a BuildRequires for gettext in the spec file.</title>
<updated>2008-02-11T20:51:55Z</updated>
<author>
<name>James Bowes</name>
<email>jbowes@dangerouslyinc.com</email>
</author>
<published>2008-02-04T13:13:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e94a45de42cea90f6fbd313cfabb5dd10d49e03c'/>
<id>urn:sha1:e94a45de42cea90f6fbd313cfabb5dd10d49e03c</id>
<content type='text'>
Signed-off-by: James Bowes &lt;jbowes@dangerouslyinc.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RPM spec: include gitk message files.</title>
<updated>2008-01-12T05:40:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-01-12T05:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=a5d7e3a2f180f4dd7a748cb0d4c795770da9db65'/>
<id>urn:sha1:a5d7e3a2f180f4dd7a748cb0d4c795770da9db65</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Make the git metapackage require the same version of the subpackages.</title>
<updated>2008-01-07T02:41:44Z</updated>
<author>
<name>James Bowes</name>
<email>jbowes@dangerouslyinc.com</email>
</author>
<published>2008-01-06T17:35:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=42616335479fe4852307acdb185e27c09188642c'/>
<id>urn:sha1:42616335479fe4852307acdb185e27c09188642c</id>
<content type='text'>
Without explicit version deps in the rpm spec file, 'yum update git'
effectively does nothing. Require explicit versions of the subpackages,
so that they get pulled in on an update.

Signed-off-by: James Bowes &lt;jbowes@dangerouslyinc.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RPM spec: Adjust htmldir</title>
<updated>2007-12-13T01:41:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-12T22:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=39bf13f2d6aaec6ff34bf367f2497fc9247c721f'/>
<id>urn:sha1:39bf13f2d6aaec6ff34bf367f2497fc9247c721f</id>
<content type='text'>
git help -w needs to know the right location of installed pages.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git.spec.in: remove python_path</title>
<updated>2007-12-12T21:42:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-12-12T21:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c49d3c8a88916554c5db838c0346b6cf05d60104'/>
<id>urn:sha1:c49d3c8a88916554c5db838c0346b6cf05d60104</id>
<content type='text'>
We do not depend on python nor customize scripts for it anymore.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>GIT 1.5.3.1: obsolete git-p4 in RPM spec file.</title>
<updated>2007-09-03T08:28:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-09-02T22:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=5587cac28be66acf5edc2a4b83b67c8cfffbc5e9'/>
<id>urn:sha1:5587cac28be66acf5edc2a4b83b67c8cfffbc5e9</id>
<content type='text'>
HPA noticed that yum does not like the newer git RPM set; it turns out
that we do not ship git-p4 anymore but existing installations do not
realize the package is gone if we do not tell anything about it.

David Kastrup suggests using Obsoletes in the spec file of the new
RPM to replace the old package, so here is a try.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Remove p4 rpm from git.spec.in.</title>
<updated>2007-07-15T22:23:36Z</updated>
<author>
<name>Sean</name>
<email>seanlkml@sympatico.ca</email>
</author>
<published>2007-07-15T19:51:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=21ad54467a41f742491bc1d6223e9dd944ce8c97'/>
<id>urn:sha1:21ad54467a41f742491bc1d6223e9dd944ce8c97</id>
<content type='text'>
Signed-off-by: Sean Estabrooks &lt;seanlkml@sympatico.ca&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git.spec: RPM failed, looking for wrong files.</title>
<updated>2007-06-27T01:06:58Z</updated>
<author>
<name>Quy Tonthat</name>
<email>qtonthat@gmail.com</email>
</author>
<published>2007-06-26T15:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4fb8c8075a9952a9d544721e2122a1b2941d8ef6'/>
<id>urn:sha1:4fb8c8075a9952a9d544721e2122a1b2941d8ef6</id>
<content type='text'>
RPM build broke with "File not found" error on git-gui.1 and git-citool.1
They actually are git-gui.1.gz and git-citool.1.gz

Signed-off-by: Quy Tonthat &lt;qtonthat@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Document git-gui, git-citool as mainporcelain manual pages</title>
<updated>2007-06-23T05:32:32Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-06-21T04:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=37cd4f7e820da82e5731c06b7ebf83963d796e5e'/>
<id>urn:sha1:37cd4f7e820da82e5731c06b7ebf83963d796e5e</id>
<content type='text'>
Jakub Narebski pointed out that the git-gui blame viewer is not a
widely known feature, but is incredibly useful.  Part of the issue
is advertising.  Up until now we haven't even referenced git-gui from
within the core Git manual pages, mostly because I just wasn't sure
how I wanted to supply git-gui documentation to end-users, or how
that documentation should integrate with the core Git documentation.

Based upon Jakub's comment that many users may not even know that
the gui is available in a stock Git distribution I'm offering up
two basic manual pages: git-citool and git-gui.  These should offer
enough of a starting point for users to identify that the gui exists,
and how to start it.  Future releases of git-gui may contain their
own documentation system available from within a running git-gui.
But not today.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
