From 9648da8f5f5e4292451f1ba796c4fd027585fdce Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 8 Aug 2008 09:35:05 -0400 Subject: Fix versioning for configure.ac and ipa-python/setup.py Fix make maintainer-clean Also make RPM naming consistent by using a temp RELEASE file. This one helps when testing builds using rpms. Just 'echo X > RELEASE' to build a new rpms (X, X+1, X+2 ...) Version 1.1.0 was released some times ago, bump up to 1.1.1 --- ipa-server/selinux/Makefile | 6 +++--- ipa-server/selinux/ipa-server-selinux.spec.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ipa-server/selinux') diff --git a/ipa-server/selinux/Makefile b/ipa-server/selinux/Makefile index 3d42a4c7f..a662d2fd4 100644 --- a/ipa-server/selinux/Makefile +++ b/ipa-server/selinux/Makefile @@ -13,11 +13,11 @@ clean: @for subdir in $(SUBDIRS); do \ (cd $$subdir && $(MAKE) -f $(POLICY_MAKEFILE) $@) || exit 1; \ done - rm -f ipa-server-selinux.spec - -maintainer-clean: clean distclean: clean + rm -f ipa-server-selinux.spec + +maintainer-clean: distclean install: all install -d $(POLICY_DIR) diff --git a/ipa-server/selinux/ipa-server-selinux.spec.in b/ipa-server/selinux/ipa-server-selinux.spec.in index 9fe450a34..3387553ab 100644 --- a/ipa-server/selinux/ipa-server-selinux.spec.in +++ b/ipa-server/selinux/ipa-server-selinux.spec.in @@ -1,8 +1,8 @@ %define POLICYCOREUTILSVER 1.33.12-1 Name: ipa-server-selinux -Version: VERSION -Release: 1%{?dist} +Version: __VERSION__ +Release: __RELEASE__%{?dist} Summary: IPA server SELinux policies Group: System Environment/Base -- cgit