Compare commits

...

5 Commits
master ... f9

Author SHA1 Message Date
Fedora Release Engineering ca23abb856 dist-git conversion 2010-07-29 03:04:21 +00:00
Bill Nottingham 9821f9fcbd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:09 +00:00
Daniel J Walsh 0e4daf1856 - More fixes from Jim Meyering 2008-05-08 17:18:23 +00:00
Daniel J Walsh c733090f85 - More error checking on failed strdup 2008-05-07 12:55:15 +00:00
Jesse Keating 9baeae35f7 Initialize branch F-9 for mcstrans 2008-04-22 21:14:05 +00:00
4 changed files with 13 additions and 23 deletions

View File

@ -16,3 +16,5 @@ mcstrans-0.2.5.tgz
mcstrans-0.2.6.tgz
mcstrans-0.2.7.tgz
mcstrans-0.2.8.tgz
mcstrans-0.2.9.tgz
mcstrans-0.2.10.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.8
Version: 0.2.11
Release: 1%{?dist}
License: GPL
Group: System Environment/Daemons
@ -70,6 +70,15 @@ fi
%{_sysconfdir}/rc.d/init.d/mcstrans
%changelog
* Wed May 7 2008 Dan Walsh <dwalsh@redhat.com> 0.2.11-1
- More fixes from Jim Meyering
* Tue May 6 2008 Dan Walsh <dwalsh@redhat.com> 0.2.10-1
- More error checking on failed strdup
* Tue May 6 2008 Dan Walsh <dwalsh@redhat.com> 0.2.9-1
- Start mcstrans before netlabel
* Mon Apr 14 2008 Dan Walsh <dwalsh@redhat.com> 0.2.8-1
- Fix error handling

View File

@ -1 +1 @@
39e0c4ad982cd2f14e524f5240ec06d7 mcstrans-0.2.8.tgz
c32d4a76f7ba6bb78f8700984591e530 mcstrans-0.2.11.tgz