git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris Wright <chrisw@osdl.org>
To: Petr Baudis <pasky@suse.cz>
Cc: git@vger.kernel.org
Subject: [PATCH] cogito: Use %{?dist} in RPM release number
Date: Tue, 11 Oct 2005 16:50:23 -0700	[thread overview]
Message-ID: <20051011235023.GS8041@shell0.pdx.osdl.net> (raw)

Useful when tracking multiple distro branches.  Somehow I never sent
you this small bit.

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

---

 cogito.spec.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

8711e755f38f7458abf5e040e079da534820dd85
diff --git a/cogito.spec.in b/cogito.spec.in
--- a/cogito.spec.in
+++ b/cogito.spec.in
@@ -1,6 +1,6 @@
 Name: 		cogito
 Version: 	@@VERSION@@
-Release: 	1
+Release: 	1%{?dist}
 Summary:  	The Cogito Version Control System
 License: 	GPL
 Group: 		Development/Tools
@@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README COPYING Documentation/*
 
 %changelog
+* Tue Oct 11 2005 Chris Wright <chrisw@osdl.org> 0.15.1-1
+- use %dist
+
 * Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.14.1-2
 - fix _libdir breakage on 64-bit, the irony...
 

                 reply	other threads:[~2005-10-11 23:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051011235023.GS8041@shell0.pdx.osdl.net \
    --to=chrisw@osdl.org \
    --cc=git@vger.kernel.org \
    --cc=pasky@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).