From e5d2140aaa82bc99d459ab357b29a1ce708451f7 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 24 Jan 2012 15:16:53 -0500 Subject: fixed specfiles (#1087) --- redhat/Makefile | 2 +- redhat/bcfg2.spec.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'redhat') 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* -- cgit v1.2.3-1-g7c22