diff options
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/Makefile | 2 | ||||
-rw-r--r-- | redhat/bcfg2.spec.in | 3 |
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* |