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