CVSROOT:        /cvs/cluster
Module name:    conga
Branch:         RHEL5
Changes by:     [EMAIL PROTECTED]       2007-12-06 03:03:40

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

Log message:
        - Don't build for ppc or s390
        - Make package version comply with NVR policy

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.18.2.26&r2=1.18.2.27
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.27&r2=1.21.2.28

--- conga/clustermon.spec.in.in 2007/12/04 21:13:16     1.18.2.26
+++ conga/clustermon.spec.in.in 2007/12/06 03:03:40     1.18.2.27
@@ -19,7 +19,7 @@
 
 Name: clustermon
 Version: @@VERS@@
-Release: @@REL@@%{?dist}
+Release: @@REL@@%{?dist}.1
 License: GPL
 URL: http://sources.redhat.com/cluster/conga
 
@@ -29,6 +29,8 @@
 Source0: %{name}-%{version}.tar.gz
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+ExcludeArch: ppc s390
+
 BuildRequires: glibc-devel gcc-c++ libxml2-devel
 BuildRequires: openssl-devel dbus-devel pam-devel pkgconfig
 BuildRequires: net-snmp-devel tog-pegasus-devel
@@ -194,7 +196,7 @@
 
 
 %changelog
-* Tue Dec 04 2007 Ryan McCabe <[EMAIL PROTECTED]> 0.10.0-6
+* Tue Dec 04 2007 Ryan McCabe <[EMAIL PROTECTED]> 0.10.0-5.1
 * Fixed bz368341 (Conga displays quorum status incorrectly when qdisk is used)
 
 * Mon Aug 20 2007 Ryan McCabe <[EMAIL PROTECTED]> 0.10.0-5
--- conga/make/version.in       2007/12/04 21:13:16     1.21.2.27
+++ conga/make/version.in       2007/12/06 03:03:40     1.21.2.28
@@ -1,5 +1,5 @@
 VERSION=0.10.0
-RELEASE=6
+RELEASE=5
 # Remove "_UNRELEASED" at release time.
 # Put release num at the beggining, 
 # so that after it gets released, it has 

Reply via email to