git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] remove Obsoletes from cogito.spec.in
@ 2005-07-12  0:33 Chris Wright
  2005-07-12  7:30 ` Petr Baudis
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Wright @ 2005-07-12  0:33 UTC (permalink / raw
  To: Petr Baudis; +Cc: git

This is leftover from early naming, and is no longer relevant.

Signed-off-by: Chris Wright <chrisw@osdl.org>
---

diff --git a/cogito.spec.in b/cogito.spec.in
--- a/cogito.spec.in
+++ b/cogito.spec.in
@@ -7,7 +7,6 @@ License: 	GPL
 Group: 		Development/Tools
 URL: 		http://kernel.org/pub/software/scm/cogito/
 Source: 	http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.gz
-Obsoletes:	git
 BuildRequires:	zlib-devel, openssl-devel, curl-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Prereq: 	sh-utils, diffutils, rsync, rcs, mktemp >= 1.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] remove Obsoletes from cogito.spec.in
  2005-07-12  0:33 [PATCH] remove Obsoletes from cogito.spec.in Chris Wright
@ 2005-07-12  7:30 ` Petr Baudis
  2005-07-12 18:17   ` Chris Wright
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Baudis @ 2005-07-12  7:30 UTC (permalink / raw
  To: Chris Wright; +Cc: git

Dear diary, on Tue, Jul 12, 2005 at 02:33:45AM CEST, I got a letter
where Chris Wright <chrisw@osdl.org> told me that...
> This is leftover from early naming, and is no longer relevant.
> 
> Signed-off-by: Chris Wright <chrisw@osdl.org>

Thanks, applied. BTW, Josh Boyer of Fedora suggested having the

	Provides: git

line in cogito.spec.in as long as it comes with git bundled (which will
be so until git stabilizes, doesn't break backwards compatibility once
in a while, and gets into some regular and reasonably frequent release
cycle). What do you think?

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
<Espy> be careful, some twit might quote you out of context..

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] remove Obsoletes from cogito.spec.in
  2005-07-12  7:30 ` Petr Baudis
@ 2005-07-12 18:17   ` Chris Wright
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Wright @ 2005-07-12 18:17 UTC (permalink / raw
  To: Petr Baudis; +Cc: Chris Wright, git

* Petr Baudis (pasky@suse.cz) wrote:
> where Chris Wright <chrisw@osdl.org> told me that...
> > This is leftover from early naming, and is no longer relevant.
> > 
> > Signed-off-by: Chris Wright <chrisw@osdl.org>
> 
> Thanks, applied. BTW, Josh Boyer of Fedora suggested having the
> 
> 	Provides: git
> 
> line in cogito.spec.in as long as it comes with git bundled (which will
> be so until git stabilizes, doesn't break backwards compatibility once
> in a while, and gets into some regular and reasonably frequent release
> cycle). What do you think?

Hmm, in an ideal world all of those stipulations are right around the
corner.  Also, if the split is done, then cogito can depend on a specific
version of git-core, to help isolate against those upstream changes.
The main thing then is getting any local changes you have pushed to
Linus' git tree (if there are still any).

Adding Provides is probably only useful if there's some other package
that's relying on git being there (i.e. gitweb perhaps).  I guess we
can add that, and remove it when there's proper dependencies in order.
May as well do git-core as is now done in git.

thanks,
-chris
--



Mark cogito rpm package as providing git-core, since it currently does.

Signed-off-by: Chris Wright <chrisw@osdl.org>
---

diff --git a/cogito.spec.in b/cogito.spec.in
--- a/cogito.spec.in
+++ b/cogito.spec.in
@@ -10,6 +10,7 @@ Source: 	http://kernel.org/pub/software/
 BuildRequires:	zlib-devel, openssl-devel, curl-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Prereq: 	sh-utils, diffutils, rsync, rcs, mktemp >= 1.5
+Provides:	git-core
 
 %description
 GIT comes in two layers. The bottom layer is merely an extremely fast

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-12 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-12  0:33 [PATCH] remove Obsoletes from cogito.spec.in Chris Wright
2005-07-12  7:30 ` Petr Baudis
2005-07-12 18:17   ` Chris Wright

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).