diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-31 20:49:44 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-31 20:49:44 +0000 |
commit | e636e73e6da7062243a3777744095c69ddf16224 (patch) | |
tree | 85e1fbf11c9c200a4ae18cc3d481d61ee70b0590 | |
parent | 2d71bfed61876bd405fc3f7714300d70339a095e (diff) | |
download | sos-e636e73e6da7062243a3777744095c69ddf16224.tar.gz |
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
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | sos.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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+ |