diff options
-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+ |