Compare commits

...

4 Commits
rawhide ... f11

Author SHA1 Message Date
Fedora Release Engineering f4906521b9 dist-git conversion 2010-07-29 16:22:45 +00:00
Bill Nottingham 31cccdc937 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:28 +00:00
vcrhonek dcf2413e62 Temporarily remove nm.pathc (it breaks ypbind functionality without NM) 2009-05-21 11:29:07 +00:00
Jesse Keating a85e1c17cd Initialize branch F-11 for ypbind 2009-04-15 06:40:39 +00:00
3 changed files with 7 additions and 24 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: ypbind
# $Id: Makefile,v 1.1 2004/09/09 15:12:10 cvsdist Exp $
NAME := ypbind
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,7 +1,7 @@
Summary: The NIS daemon which binds NIS clients to an NIS domain
Name: ypbind
Version: 1.20.4
Release: 18%{?dist}
Release: 19%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
@ -14,7 +14,7 @@ Patch3: ypbind-mt-1.19-port-leak.patch
Patch4: ypbind-mt-1.20.4-log-binds.patch
Patch5: ypbind-mt-1.20.4-smartwrite.patch
Patch6: ypbind-mt-1.20.4-man-port.patch
Patch7: ypbind-mt-1.20.4-nm.patch
#Patch7: ypbind-mt-1.20.4-nm.patch
Requires(post): chkconfig
Requires(preun): chkconfig
@ -52,7 +52,7 @@ also need to install the ypserv package to a machine on your network.
%patch4 -p1 -b .log-binds
%patch5 -p1 -b .smartwrite
%patch6 -p1 -b .man-port
%patch7 -p1 -b .nm
#%patch7 -p1 -b .nm
%build
%configure --sbindir=/sbin
@ -97,6 +97,10 @@ fi
%doc README NEWS
%changelog
* Thu May 21 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-19
- Temporarily remove nm.pathc (it breaks ypbind functionality without NM)
Resolves: #483650
* Wed Apr 8 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-18
- Remove LSB Header from init script
Resolves: #494827