git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cogito: Use %{?dist} in RPM release number
@ 2005-10-11 23:50 Chris Wright
  0 siblings, 0 replies; only message in thread
From: Chris Wright @ 2005-10-11 23:50 UTC (permalink / raw)
  To: Petr Baudis; +Cc: git

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...
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-11 23:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-11 23:50 [PATCH] cogito: Use %{?dist} in RPM release number Chris Wright

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).