cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga ./conga.spec.in.in make/version.in
Date: 23 Sep 2008 16:05:08 -0000	[thread overview]
Message-ID: <20080923160508.26867.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2008-09-23 16:05:08

Modified files:
	.              : conga.spec.in.in 
	make           : version.in 

Log message:
	fix bz463220 (with spec file magic lifted from the cman spec file)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.103&r2=1.45.2.104
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.45&r2=1.21.2.46

--- conga/conga.spec.in.in	2008/09/18 15:19:34	1.45.2.103
+++ conga/conga.spec.in.in	2008/09/23 16:05:07	1.45.2.104
@@ -31,6 +31,8 @@
 %endif
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+%define my_requires %{_builddir}/my_requires
+%define _use_internal_dependency_generator 0
 %define virt_support 0
 
 %ifarch i386 x86_64 ia64
@@ -47,6 +49,14 @@
 It consists of luci, https frontend, and ricci, secure daemon that dispatches
 incoming messages to underlying management modules.
 
+%{__cat} <<EOF >%{my_requires}
+#!/bin/sh
+%{__find_requires} | grep -v '^libvirt'
+exit 0
+EOF
+chmod +x %{my_requires}
+%define __find_requires %{my_requires}
+
 %prep
 %setup -q
 %if "%{include_zope_and_plone}" == "yes"
--- conga/make/version.in	2008/08/27 14:59:18	1.21.2.45
+++ conga/make/version.in	2008/09/23 16:05:08	1.21.2.46
@@ -1,2 +1,2 @@
 VERSION=0.12.1
-RELEASE=4
+RELEASE=5



             reply	other threads:[~2008-09-23 16:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-23 16:05 rmccabe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-29 17:11 [Cluster-devel] conga ./conga.spec.in.in make/version.in rmccabe
2007-03-27 17:14 rmccabe
2006-08-03 20:54 kupcevic
2006-07-25 19:51 kupcevic
2006-06-27 21:15 kupcevic
2006-06-16 21:34 kupcevic

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=20080923160508.26867.qmail@sourceware.org \
    --to=rmccabe@sourceware.org \
    /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).