Compare commits

...

4 Commits
master ... f8

Author SHA1 Message Date
Fedora Release Engineering 041187ffe6 dist-git conversion 2010-07-29 03:04:11 +00:00
Bill Nottingham 156f3a88f6 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:08 +00:00
Steve Conklin d6b3c16628 Fixed compile problem with last fix and added acompliant init script 2007-10-29 21:53:05 +00:00
Jesse Keating ed8cd4365c Initialize branch F-8 for mcstrans 2007-10-20 12:40:06 +00:00
4 changed files with 6 additions and 23 deletions

View File

@ -14,3 +14,4 @@ mcstrans-0.2.3.tgz
mcstrans-0.2.4.tgz
mcstrans-0.2.5.tgz
mcstrans-0.2.6.tgz
mcstrans-0.2.7.tgz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: mcstrans
# $Id: Makefile,v 1.1 2006/05/03 16:13:52 dwalsh Exp $
NAME := mcstrans
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,6 +1,6 @@
Summary: SELinux Translation Daemon
Name: mcstrans
Version: 0.2.6
Version: 0.2.7
Release: 1%{?dist}
License: GPL
Group: System Environment/Daemons
@ -70,6 +70,9 @@ fi
%{_sysconfdir}/rc.d/init.d/mcstrans
%changelog
* Thu Oct 30 2007 Steve Conklin <sconklin@redhat.com> 0.2.7-1
- Fixed a compile error and added compliant init script
* Thu Sep 13 2007 Dan Walsh <dwalsh@redhat.com> 0.2.6-1
- Check for max_categories and error out

View File

@ -1 +1 @@
85e22ebd19c93b1120003050691889fe mcstrans-0.2.6.tgz
9c6540ee9b2e94aa78a8187df8cba092 mcstrans-0.2.7.tgz