bec77d
Name:           rpcbind
bec77d
Version:        0.2.0
b490eb
Release:        47%{?dist}
bec77d
Summary:        Universal Addresses to RPC Program Number Mapper
bec77d
Group:          System Environment/Daemons
bec77d
License:        BSD
b490eb
URL:            http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary
bec77d
bec77d
BuildRoot:      %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
bec77d
Source0:        http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
bec77d
Source1: rpcbind.service
bec77d
Source2: rpcbind.socket
bec77d
Source3: rpcbind.sysconfig
bec77d
Source4: rpcbind.conf
bec77d
bec77d
Patch001: rpcbind-0_2_1-rc4.patch
bec77d
Patch002: rpcbind-0.2.0-warnings.patch
bec77d
Patch003: rpcbind-0.2.0-rpcinfo-mantypo.patch
bec77d
#
bec77d
# RHEL7.2
bec77d
#
bec77d
Patch004: rpcbind-0.2.0-configure.ac.patch
bec77d
Patch005: rpcbind-0.2.0-nss-altfiles.patch
bec77d
Patch006: rpcbind-0.2.0-systemd-socket.patch
bec77d
Patch007: rpcbind-0.2.0-good-term.patch
bec77d
Patch008: rpcbind-0.2.0-warmstart-noerror.patch
bec77d
#
bec77d
# RHEL7.3
bec77d
#
bec77d
Patch009: rpcbind-0.2.0-CVE20157236-memcorrup.patch 
bec77d
Patch010: rpcbind-0.2.0-debug.patch
bec77d
#
bec77d
# RHEL7.4
bec77d
#
bec77d
Patch011: rpcbind-0.2.0-xlog-warn.patch
bec77d
Patch012: rpcbind-0.2.0-i-warn.patch
bec77d
Patch013: rpcbind-0.2.0-memleaks.patch
bec77d
Patch014: rpcbind-0.2.0-freeing-static-memory.patch
bec77d
bec77d
bec77d
Requires: glibc-common setup
bec77d
Requires: libtirpc >= 0.2.4-0.7
bec77d
Conflicts: man-pages < 2.43-12
bec77d
BuildRequires: automake, autoconf, libtool, systemd-units
bec77d
BuildRequires: libtirpc-devel, quota-devel, tcp_wrappers-devel, systemd-devel
bec77d
Requires(pre): coreutils shadow-utils
bec77d
Requires(post): chkconfig systemd-units systemd-sysv
bec77d
Requires(preun): systemd-units
bec77d
Requires(postun): systemd-units coreutils
bec77d
bec77d
Provides: portmap = %{version}-%{release}
bec77d
Obsoletes: portmap <= 4.0-65.3
bec77d
bec77d
%description
bec77d
The rpcbind utility is a server that converts RPC program numbers into
bec77d
universal addresses.  It must be running on the host to be able to make
bec77d
RPC calls on a server on that machine.
bec77d
bec77d
%prep
bec77d
%setup -q
bec77d
%patch001 -p1
bec77d
# 884165 - Package rpcbind-0.2.0-16.el7 failed RHEL7 RPMdiff testing
bec77d
%patch002 -p1
bec77d
# 963512 - Cmd rpcinfo usage info is not correct
bec77d
%patch003 -p1
bec77d
# 1171291 - Add nss-altfiles to rpcbind user lookup path
bec77d
%patch004 -p1
bec77d
%patch005 -p1
bec77d
# 1203820 - First nfs mount command taking long time after every reboot
bec77d
%patch006 -p1
bec77d
# 1174653 - rpcbind does not shutdown cleanly 
bec77d
%patch007 -p1
bec77d
# 1227852 - rpcbind-0.2.0-27.el7 emits error messages after every reboot
bec77d
%patch008 -p1
bec77d
# 1283641 - CVE-2015-7236 rpcbind: Use-after-free vulnerability in PMAP_CALLIT
bec77d
%patch009 -p1
bec77d
# 1358890 - Enable upstream debugging
bec77d
%patch010 -p1
bec77d
# 1377531 - Compiler warning: implicit declaration of function 'xlog'....
bec77d
%patch011 -p1
bec77d
# 1377560 - Compiler warning: unused variable 'i' [-Wunused-variable]
bec77d
%patch012 -p1
bec77d
# 1449456 rpcbind: Memory leak when failing to parse XDR strings...
bec77d
%patch013 -p1
bec77d
# 1454876 - rpcbind crash on start
bec77d
%patch014 -p1
bec77d
bec77d
%build
bec77d
%ifarch s390 s390x
bec77d
PIE="-fPIE"
bec77d
%else
bec77d
PIE="-fpie"
bec77d
%endif
bec77d
export PIE
bec77d
bec77d
RELRO="-Wl,-z,relro,-z,now"
bec77d
bec77d
RPCBUSR=rpc
bec77d
RPCBDIR=/run/rpcbind
bec77d
CFLAGS="`echo $RPM_OPT_FLAGS $ARCH_OPT_FLAGS $PIE $RELRO`"
bec77d
bec77d
autoreconf -fisv
bec77d
%configure CFLAGS="$CFLAGS" LDFLAGS="-pie" \
bec77d
    --enable-warmstarts \
bec77d
    --with-statedir="$RPCBDIR" \
bec77d
    --with-rpcuser="$RPCBUSR" \
bec77d
    --with-nss-modules="files altfiles" \
bec77d
    --enable-libwrap \
bec77d
    --enable-debug
bec77d
bec77d
make all
bec77d
bec77d
%install
bec77d
rm -rf %{buildroot}
bec77d
mkdir -p %{buildroot}{/sbin,/usr/sbin,/etc/sysconfig}
bec77d
mkdir -p %{buildroot}%{_unitdir}
bec77d
mkdir -p %{buildroot}%{_mandir}/man8
bec77d
mkdir -p %{buildroot}%%{_prefix}/lib/tmpfiles.d/
bec77d
mkdir -p %{buildroot}/var/lib/rpcbind
bec77d
make DESTDIR=$RPM_BUILD_ROOT install
bec77d
bec77d
mv -f ${RPM_BUILD_ROOT}%{_bindir}/rpcbind ${RPM_BUILD_ROOT}%{_sbindir}
bec77d
mv -f ${RPM_BUILD_ROOT}%{_bindir}/rpcinfo ${RPM_BUILD_ROOT}%{_sbindir}
bec77d
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}
bec77d
install -m644 %{SOURCE2} %{buildroot}%{_unitdir}
bec77d
install -m644 %{SOURCE3} %{buildroot}/etc/sysconfig/rpcbind
bec77d
install -d -m 0755 %{buildroot}%{_prefix}/lib/tmpfiles.d/
bec77d
install -m644 %{SOURCE4} %{buildroot}%{_prefix}/lib/tmpfiles.d/rpcbind.conf
bec77d
bec77d
%clean
bec77d
rm -rf %{buildroot}
bec77d
bec77d
%pre
bec77d
bec77d
# Softly static allocate the rpc uid and gid.
bec77d
getent group rpc >/dev/null || groupadd -f -g 32 -r rpc
bec77d
if ! getent passwd rpc >/dev/null ; then
bec77d
       if ! getent passwd 32 >/dev/null ; then
bec77d
          useradd -l -c "Rpcbind Daemon" -d /var/lib/rpcbind  \
bec77d
             -g rpc -M -s /sbin/nologin -o -u 32 rpc > /dev/null 2>&1
bec77d
       else
bec77d
          useradd -l -c "Rpcbind Daemon" -d /var/lib/rpcbind  \
bec77d
             -g rpc -M -s /sbin/nologin rpc > /dev/null 2>&1
bec77d
       fi
bec77d
fi
bec77d
%post
bec77d
if [ $1 -eq 1 ] ; then 
bec77d
    # Initial installation
bec77d
    /bin/systemctl enable rpcbind.service >/dev/null 2>&1 || :
bec77d
fi
bec77d
bec77d
%preun
bec77d
if [ $1 -eq 0 ]; then
bec77d
	# Package removal, not upgrade
bec77d
	/bin/systemctl --no-reload disable rpcbind.service >/dev/null 2>&1 || :
bec77d
	/bin/systemctl stop rpcbind.service >/dev/null 2>&1 || :
bec77d
	rm -rf /var/lib/rpcbind
bec77d
fi
bec77d
bec77d
%postun
bec77d
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
bec77d
if [ $1 -ge 1 ]; then
bec77d
	# Package upgrade, not uninstall
bec77d
	/bin/systemctl try-restart rpcbind.service >/dev/null 2>&1 || :
bec77d
fi
bec77d
bec77d
%triggerun -- rpcbind < 0.2.0-15
bec77d
%{_bindir}/systemd-sysv-convert --save rpcbind >/dev/null 2>&1 ||:
bec77d
/bin/systemctl --no-reload enable rpcbind.service >/dev/null 2>&1
bec77d
/sbin/chkconfig --del rpcbind >/dev/null 2>&1 || :
bec77d
/bin/systemctl try-restart rpcbind.service >/dev/null 2>&1 || :
bec77d
bec77d
%triggerin -- rpcbind > 0.2.0-26
bec77d
/bin/systemctl enable rpcbind.socket >/dev/null 2>&1 || :
bec77d
/bin/systemctl restart rpcbind.socket >/dev/null 2>&1 || :
bec77d
bec77d
%triggerpostun -- rpcbind < -2.2.0-29
bec77d
[ ! -d /run/rpcbind ] && mkdir /run/rpcbind || :
bec77d
/usr/bin/chown rpc:rpc /run/rpcbind
bec77d
[ -f /var/lib/rpcbind/rpcbind.xdr ] && \
bec77d
	mv /var/lib/rpcbind/rpcbind.xdr /run/rpcbind || :
bec77d
[ -f /var/lib/rpcbind/portmap.xdr ] && \
bec77d
	mv /var/lib/rpcbind/portmap.xdr /run/rpcbind || :
bec77d
[ -x /sbin/restorecon ] && /sbin/restorecon -R /run/rpcbind
bec77d
/bin/systemctl try-restart nfs-server >/dev/null 2>&1 || :
bec77d
bec77d
%files
bec77d
%defattr(-,root,root)
bec77d
%config(noreplace) /etc/sysconfig/rpcbind
bec77d
%doc AUTHORS ChangeLog README
bec77d
%{_sbindir}/rpcbind
bec77d
%{_sbindir}/rpcinfo
bec77d
%{_mandir}/man8/*
bec77d
%{_unitdir}/rpcbind.service
bec77d
%{_unitdir}/rpcbind.socket
bec77d
%{_prefix}/lib/tmpfiles.d/rpcbind.conf
bec77d
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
bec77d
bec77d
%changelog
b490eb
* Sat Aug 25 2018 Steve Dickson <steved@redhat.com> - 0.2.0-47
b490eb
- rpcbind.service: Not pulling the rpcbind.target (bz 1613210)
b490eb
b490eb
* Mon Aug 20 2018 Steve Dickson <steved@redhat.com> - 0.2.0-46
b490eb
- Updated the upsteam URL (bz 1583921)
b490eb
b490eb
* Thu Apr 19 2018 Steve Dickson <steved@redhat.com> - 0.2.0-45
b490eb
- Added back the ListenStream stanzas from rpcbind.socket (bz 1530721)
b490eb
bec77d
* Fri Jan  5 2018 Steve Dickson <steved@redhat.com> - 0.2.0-44
bec77d
* Removed ListenStream stanzas from rpcbind.socket (bz 1425758)
bec77d
bec77d
* Wed Oct 25 2017 Steve Dickson <steved@redhat.com> - 0.2.0-43
bec77d
- Updated rpcbind.service to upstream version (bz 1425663)
bec77d
bec77d
* Tue May 30 2017 Steve Dickson <steved@redhat.com> - 0.2.0-42
bec77d
- Stop freeing static memory (bz 1454876)
bec77d
bec77d
* Wed May 17 2017 Steve Dickson <steved@redhat.com> - 0.2.0-41
bec77d
- Fixed typo in memory leaks patch (bz 1449456)
bec77d
bec77d
* Thu May 11 2017 Steve Dickson <steved@redhat.com> - 0.2.0-40
bec77d
- Fixed memory leaks (bz 1449456)
bec77d
bec77d
* Sat Feb 25 2017 Steve Dickson <steved@redhat.com> - 0.2.0-39
bec77d
- Added libtirpc dependency (bz 1396291)
bec77d
- Removed xlog warning (bz 1377531)
bec77d
- Removed an 'i' warning (bz 1377560)
bec77d
bec77d
* Tue Aug  2 2016 Steve Dickson <steved@redhat.com> - 0.2.0-38
bec77d
- Removing the braces from the ${RPCBIND_ARGS} in rpcbind.service (bz 1362232)
bec77d
bec77d
* Fri Jul 29 2016 Steve Dickson <steved@redhat.com> - 0.2.0-37
bec77d
- Make sure rpcbind.socket listens for remote IPv6 connections (bz 1359592)
bec77d
bec77d
* Thu Jul 21 2016 Steve Dickson <steved@redhat.com> - 0.2.0-36
bec77d
- Added upstream debugging (bz 1358890)
bec77d
bec77d
* Sat Apr  9 2016 Steve Dickson <steved@redhat.com> - 0.2.0-35
bec77d
- Restart rpcbind.socket on restarts (bz 1303751)
bec77d
- Added localhost:111 to rpcbind socket activation (bz 1293430)
bec77d
- Soft static allocate rpc uid/gid (bz 1321279)
bec77d
bec77d
* Mon Nov 30 2015 Steve Dickson <steved@redhat.com> - 0.2.0-34
bec77d
- Fix memory corruption in PMAP_CALLIT code (bz 1283641)
bec77d
bec77d
* Tue Oct 20 2015 Steve Dickson <steved@redhat.com> - 0.2.0-33
bec77d
- More triggerpostu typos (bz 1272841)
bec77d
bec77d
* Fri Oct  2 2015 Steve Dickson <steved@redhat.com> - 0.2.0-32
bec77d
- Fixed typo in triggerpostu (bz 1268139)
bec77d
bec77d
* Mon Sep 28 2015 Steve Dickson <steved@redhat.com> - 0.2.0-31
bec77d
- Use systemd-tmpfiles to create the warmstart direcory (bz 1240817)
bec77d
bec77d
* Tue Sep 22 2015 Steve Dickson <steved@redhat.com> - 0.2.0-30
bec77d
- Create the warmstart file with the correct uid/gid (bz 1240817)
bec77d
bec77d
* Thu Sep 10 2015 Steve Dickson <steved@redhat.com> - 0.2.0-29
bec77d
- Change RPCBDIR to be /run since that will exist after a
bec77d
  reboot and bindings wil be perserved during upgrades
bec77d
  but not reboots. (bz 1240817)
bec77d
bec77d
* Thu Jul 30 2015 Steve Dickson <steved@redhat.com> - 0.2.0-28
bec77d
- Remove error message on warmstart (bz 1227852)
bec77d
bec77d
* Mon May  4 2015 Steve Dickson <steved@redhat.com> - 0.2.0-27
bec77d
- Add nss-altfiles to rpcbind user lookup path (bz 1171291)
bec77d
- Add support for systemd socket activation (bz 1203820)
bec77d
- Added a tmpfiles.d configuration (bz 1181779)
bec77d
- Shutdown cleanly (bz 1174653)
bec77d
bec77d
* Sat Nov 15 2014 Steve Dickson <steved@redhat.com> - 0.2.0-26
bec77d
- Moved rpcbind from /sbin to /usr/sbin (bz 1159683)
bec77d
bec77d
* Mon Sep 22 2014 Steve Dickson <steved@redhat.com> - 0.2.0-25
bec77d
- Fixed some warnings in in6_fillscopeid() (bz 884165)
bec77d
- Fixed typo in rpcinfo manpage (bz 963512)
bec77d
- Removed unnecessary targets from rpcbind.service  (bz 1036791)
bec77d
bec77d
* Fri Sep 19 2014 Steve Dickson <steved@redhat.com> - 0.2.0-24
bec77d
- Added the RELRO CFLAGS (bz 1092513)
bec77d
bec77d
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.2.0-23
bec77d
- Mass rebuild 2014-01-24
bec77d
bec77d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.2.0-22
bec77d
- Mass rebuild 2013-12-27
bec77d
bec77d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-21
bec77d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bec77d
bec77d
* Tue Oct 23 2012 Steve Dickson <steved@redhat.com> - 0.2.0-20
bec77d
- Update to the latest upstream release: rpcbind-0_2_1-rc4 (bz 869365)
bec77d
bec77d
* Tue Oct 16 2012 Steve Dickson <steved@redhat.com> - 0.2.0-19
bec77d
- Renamed RPCBINDOPTS to RPCBIND_ARGS for backward compatibility (bz 861025)
bec77d
bec77d
* Sun Oct 14 2012 Steve Dickson <steved@redhat.com> - 0.2.0-18
bec77d
- Fixed typo causing rpcbind to run as root (bz 734598)
bec77d
- Added /etc/sysconfig/rpcbind config file (bz 861025)
bec77d
bec77d
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-17
bec77d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bec77d
bec77d
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-16
bec77d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
bec77d
bec77d
* Mon Sep 12 2011 Steve Dickson <steved@redhat.com> - 0.2.0-15
bec77d
- Bumped up the tigger version to this version, 0.2.0-15 (bz 713574)
bec77d
bec77d
* Fri Sep  9 2011 Tom Callaway <spot@fedoraproject.org> - 0.2.0-14
bec77d
- fix scriptlets to enable service by default
bec77d
bec77d
* Fri Jul  8 2011 Steve Dickson <steved@redhat.com> - 0.2.0-13
bec77d
- Spec file clean up
bec77d
bec77d
* Thu Jul  7 2011 Steve Dickson <steved@redhat.com> - 0.2.0-12
bec77d
- Migrated SysV initscripts to systemd (bz 713574)
bec77d
bec77d
* Thu Mar 17 2011 Steve Dickson <steved@redhat.com> - 0.2.0-11
bec77d
- Updated to the latest upstream release: rpcbind-0_2_1-rc3
bec77d
bec77d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-10
bec77d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bec77d
bec77d
* Mon Dec 13 2010 Steve Dickson <steved@redhat.com> - 0.2.0-9
bec77d
- Fixed an incorrect exit code for service rpcbind status (bz 662411)
bec77d
bec77d
* Tue Nov 30 2010 Steve Dickson <steved@redhat.com> - 0.2.0-8
bec77d
- Updated to the latest upstream release: rpcbind-0.2.1-rc2
bec77d
bec77d
* Fri Jul 16 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.2.0-7
bec77d
- correct license tag to BSD
bec77d
bec77d
* Tue Jul 13 2010 Steve Dickson <steved@redhat.com> - 0.2.0-6
bec77d
- Made initscript LSB compliant (bz 614193)
bec77d
- Added no fork patch
bec77d
bec77d
* Tue Jul  6 2010 Steve Dickson <steved@redhat.com> - 0.2.0-5
bec77d
- Set SO_REUSEADDR on listening sockets (bz 597356)
bec77d
bec77d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
bec77d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
bec77d
bec77d
* Mon Jul 06 2009 Adam Jackson <ajax@redhat.com> 0.2.0-3
bec77d
- Requires(pre): coreutils for cut(1).
bec77d
bec77d
* Thu Jun 25 2009 Steve Dickson <steved@redhat.com> - 0.2.0-2
bec77d
- Fixed pre scriptle failure during upgrades (bz 507364)
bec77d
- Corrected the usage info to match what the rpcbind man
bec77d
    page says. (bz 466332)
bec77d
- Correct package issues (bz 503508)
bec77d
bec77d
* Fri May 29 2009 Steve Dickson <steved@redhat.com> - 0.2.0-1
bec77d
- Updated to latest upstream release: 0.2.0
bec77d
bec77d
* Tue May 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.1.7-3
bec77d
- Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
bec77d
bec77d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.7-2
bec77d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bec77d
bec77d
* Wed Nov 19 2008 Steve Dickson <steved@redhat.com>  0.1.7-1
bec77d
- Update to latest upstream release: 0.1.7
bec77d
bec77d
* Tue Sep 30 2008 Steve Dickson <steved@redhat.com>  0.1.6-3
bec77d
- Fixed a typo in the rpcbind.init script that stop warm starts
bec77d
  from happening with conrestarts
bec77d
- Fixed scriptlet failure (bz 462533)
bec77d
bec77d
* Tue Sep 16 2008 Steve Dickson <steved@redhat.com> 0.1.6-2
bec77d
- Added usptream patches 01 thru 03 that do:
bec77d
    * Introduce helpers for ipprot/netid mapping
bec77d
    * Change how we decide on the netids to use for portmap
bec77d
    * Simplify port live check in pmap_svc.c
bec77d
bec77d
* Wed Jul  9 2008 Steve Dickson <steved@redhat.com> 0.1.6-1
bec77d
- Updated to latest upstream release 0.1.6
bec77d
bec77d
* Wed Jul  2 2008 Steve Dickson <steved@redhat.com> 0.1.5-5
bec77d
- Fixed SYNOPSIS section in the rpcinfo man page (bz 453729)
bec77d
bec77d
* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.5-4
bec77d
- Removed the documentation about the non-existent 
bec77d
  '-L' flag (bz 446915)
bec77d
bec77d
* Fri Jun 27 2008 Steve Dickson <steved@redhat.com> 0.1.5-3
bec77d
- Set password and service lookups to be local (bz 447092)
bec77d
bec77d
* Mon Jun 23 2008 Steve Dickson <steved@redhat.com> 0.1.5-2
bec77d
- rpcbind needs to downgrade to non-priviledgied group.
bec77d
bec77d
* Mon Jun 23 2008 Steve Dickson <steved@redhat.com> 0.1.5-1
bec77d
- Updated to latest upstream release 0.1.5
bec77d
bec77d
* Mon Feb 11 2008 Steve Dickson <steved@redhat.com> 0.1.4-14
bec77d
- Fixed a warning in pmap_svc.c
bec77d
- Cleaned up warmstarts so uid are longer needed, also
bec77d
  changed condrestarts to use warmstarts. (bz 428496)
bec77d
bec77d
* Thu Jan 24 2008 Steve Dickson <steved@redhat.com> 0.1.4-13
bec77d
- Fixed connectivity with Mac OS clients by making sure handle_reply()
bec77d
  sets the correct fromlen in its recvfrom() call (bz 244492)
bec77d
bec77d
* Mon Dec 17 2007 Steve Dickson <steved@redhat.com> 0.1.4-12
bec77d
- Changed is_loopback() and check_access() see if the calling
bec77d
  address is an address on a local interface, just not a loopback
bec77d
  address (bz 358621).
bec77d
bec77d
* Wed Oct 17 2007 Steve Dickson <steved@redhat.com> 0.1.4-11
bec77d
- Reworked logic in initscript so the correct exit is 
bec77d
  used when networking does not exist or is set up
bec77d
  incorrectly.
bec77d
bec77d
* Tue Oct 16 2007 Steve Dickson <steved@redhat.com> 0.1.4-10
bec77d
- Corrected a typo in the initscript from previous 
bec77d
  commit.
bec77d
bec77d
* Mon Oct 15 2007 Steve Dickson <steved@redhat.com> 0.1.4-9
bec77d
- Fixed typo in Summary (bz 331811)
bec77d
- Corrected init script (bz 247046)
bec77d
bec77d
* Sat Sep 15 2007 Steve Dickson <steved@redhat.com> 0.1.4-8
bec77d
- Fixed typo in init script (bz 248285)
bec77d
- Added autoconf rules to turn on secure host checking
bec77d
  via libwrap. Also turned on host check by default (bz 248284)
bec77d
- Changed init script to start service in runlevel 2 (bz 251568)
bec77d
- Added a couple missing Requires(pre) (bz 247134)
bec77d
bec77d
* Fri May 25 2007 Steve Dickson <steved@redhat.com> 0.1.4-7
bec77d
- Fixed condrestarts (bz 241332)
bec77d
bec77d
* Tue May 22 2007 Steve Dickson <steved@redhat.com> 0.1.4-6
bec77d
- Fixed an ipv6 related segfault on startup (bz 240873)
bec77d
bec77d
* Wed Apr 18 2007 Steve Dickson <steved@redhat.com> 0.1.4-5
bec77d
- Added dependency on setup which contains the correct
bec77d
  rpcbind /etc/service entry which in turns stops 
bec77d
  rpcbind from haning when NIS is enabled. (bz 236865)
bec77d
bec77d
* Wed Apr 11 2007 Jeremy Katz <katzj@redhat.com> - 0.1.4-4
bec77d
- change man-pages requires into a conflicts as we don't have to have 
bec77d
  man-pages installed, but if we do, we need the newer version
bec77d
bec77d
* Fri Apr  6 2007 Steve Dickson <steved@redhat.com> 0.1.4-3
bec77d
- Fixed the Provides and Obsoletes statments to correctly
bec77d
  obsolete the portmap package.
bec77d
* Tue Apr  3 2007 Steve Dickson <steved@redhat.com> 0.1.4-2
bec77d
- Added dependency on glibc-common which allows the
bec77d
  rpcinfo command to be installed in the correct place.
bec77d
- Added dependency on man-pages so the rpcinfo man 
bec77d
  pages don't conflict.
bec77d
- Added the creation of /var/lib/rpcbind which will be
bec77d
  used to store state files.
bec77d
- Make rpcbind run with the 'rpc' uid/gid when it exists.
bec77d
bec77d
* Wed Feb 21 2007 Steve Dickson <steved@redhat.com> 0.1.4-1
bec77d
- Initial commit
bec77d
- Spec reviewed (bz 228894)
bec77d
- Added the Provides/Obsoletes which should
bec77d
  cause rpcbind to replace portmapper