summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-01-24 15:16:53 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-01-24 15:16:53 -0500
commite5d2140aaa82bc99d459ab357b29a1ce708451f7 (patch)
treeaf643b4060bfda12390885fedf2826058221594c /redhat
parent72598be3b8d32a2edbfc69ac36057e7b44d118bf (diff)
downloadbcfg2-e5d2140aaa82bc99d459ab357b29a1ce708451f7.tar.gz
bcfg2-e5d2140aaa82bc99d459ab357b29a1ce708451f7.tar.bz2
bcfg2-e5d2140aaa82bc99d459ab357b29a1ce708451f7.zip
fixed specfiles (#1087)
Diffstat (limited to 'redhat')
-rw-r--r--redhat/Makefile2
-rw-r--r--redhat/bcfg2.spec.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/redhat/Makefile b/redhat/Makefile
index 7533b98da..f8f779557 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -22,7 +22,7 @@ VERSION := $(shell cat VERSION)
RELEASE := $(shell cat RELEASE)
BASE_VER := ${VERSION}-${RELEASE}
CURRENT_PACKAGE := $(PACKAGE)-$(BASE_VER)
-TARBALL := $(CURRENT_PACKAGE).tar
+TARBALL := $(PACKAGE)-$(VERSION).tar
DIRNAME := $(shell echo $${PWD})
DIRBASE := $(shell basename $${PWD})
diff --git a/redhat/bcfg2.spec.in b/redhat/bcfg2.spec.in
index be2375ced..02420fe56 100644
--- a/redhat/bcfg2.spec.in
+++ b/redhat/bcfg2.spec.in
@@ -204,7 +204,7 @@ fi
%{python_sitelib}/Bcfg2*.egg-info
%dir %{python_sitelib}/Bcfg2
-%{python_sitelib}/Bcfg2/__init__.*
+%{python_sitelib}/Bcfg2/*.py*
%{python_sitelib}/Bcfg2/Client
%{python_sitelib}/Bcfg2/Component.*
%{python_sitelib}/Bcfg2/Logger.*
@@ -241,6 +241,7 @@ fi
%{_sbindir}/bcfg2-reports
%{_sbindir}/bcfg2-server
%{_sbindir}/bcfg2-yum-helper
+%{_sbindir}/bcfg2-test
%{_mandir}/man5/bcfg2-lint.conf.5*
%{_mandir}/man8/*.8*