From e636e73e6da7062243a3777744095c69ddf16224 Mon Sep 17 00:00:00 2001 From: astokes Date: Wed, 31 Mar 2010 20:49:44 +0000 Subject: no testsuite inclusion, strictly for functional testing as needed git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@912 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- Makefile | 2 +- sos.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5f34ada6..e8cad3c9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION = $(shell echo `awk '/^Version:/ {print $$2}' sos.spec`) RELEASE = $(shell echo `awk '/^Release:/ {gsub(/\%.*/,""); print $2}' sos.spec`) REPO = http://svn.fedorahosted.org/svn/sos -SUBDIRS = po sos sos/plugins testsuite +SUBDIRS = po sos sos/plugins PYFILES = $(wildcard *.py) RPM_BUILD_DIR = rpm-build diff --git a/sos.spec b/sos.spec index 2c7871c4..4519b12c 100644 --- a/sos.spec +++ b/sos.spec @@ -3,7 +3,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 1.9 -Release: 6%{?dist} +Release: 7%{?dist} Group: Applications/System Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz License: GPLv2+ -- cgit