278b87
Summary: The NIS daemon which binds NIS clients to an NIS domain
278b87
Name: ypbind
278b87
Epoch: 3
278b87
Version: 2.5
278b87
Release: 2%{?dist}
278b87
License: GPLv2
278b87
Group: System Environment/Daemons
278b87
Source0: https://github.com/thkukuk/ypbind-mt/archive/v%{version}.tar.gz#/ypbind-mt-%{version}.tar.gz
278b87
Url: http://www.linux-nis.org/nis/ypbind-mt/index.html
278b87
#Source1: ypbind.init
278b87
Source2: nis.sh
278b87
Source3: ypbind.service
278b87
Source4: ypbind-pre-setdomain
278b87
Source5: ypbind-post-waitbind
278b87
# Fedora-specific patch. Renaming 'ypbind' package to proper
278b87
# 'ypbind-mt' would allow us to drop it.
278b87
Patch1: ypbind-1.11-gettextdomain.patch
278b87
# Not sent to upstream.
278b87
Patch2: ypbind-2.5-helpman.patch
278b87
Patch3: ypbind-systemdso.patch
278b87
Patch4: ypbind-2.4-gettext_version.patch
278b87
# This is for /bin/systemctl
278b87
Requires(post): systemd
278b87
Requires(preun): systemd
278b87
Requires(postun): systemd
278b87
Requires: rpcbind
278b87
Requires: yp-tools >= 4.2.2-2
278b87
# New nss_nis package in F25+
278b87
Requires: nss_nis
278b87
BuildRequires: dbus-glib-devel, docbook-style-xsl
278b87
BuildRequires: systemd
278b87
BuildRequires: systemd-devel
278b87
BuildRequires: autoconf, automake
278b87
BuildRequires: gettext-devel
278b87
BuildRequires: libtirpc-devel
278b87
BuildRequires: libnsl2-devel
278b87
BuildRequires: libxslt
278b87
278b87
%description
278b87
The Network Information Service (NIS) is a system that provides
278b87
network information (login names, passwords, home directories, group
278b87
information) to all of the machines on a network. NIS can allow users
278b87
to log in on any machine on the network, as long as the machine has
278b87
the NIS client programs running and the user's password is recorded in
278b87
the NIS passwd database. NIS was formerly known as Sun Yellow Pages
278b87
(YP).
278b87
278b87
This package provides the ypbind daemon. The ypbind daemon binds NIS
278b87
clients to an NIS domain. Ypbind must be running on any machines
278b87
running NIS client programs.
278b87
278b87
Install the ypbind package on any machines running NIS client programs
278b87
(included in the yp-tools package). If you need an NIS server, you
278b87
also need to install the ypserv package to a machine on your network.
278b87
278b87
%prep
278b87
%setup -q -n ypbind-mt-%{version}
278b87
%patch1 -p1 -b .gettextdomain
278b87
%patch2 -p1 -b .helpman
278b87
#%patch3 -p1 -b .systemdso
278b87
%patch4 -b .gettext_version
278b87
278b87
autoreconf -fiv
278b87
278b87
%build
278b87
%ifarch s390 s390x
278b87
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
278b87
%else
278b87
export CFLAGS="$RPM_OPT_FLAGS -fpic"
278b87
%endif
278b87
export LDFLAGS="$LDFLAGS -pie -Wl,-z,relro,-z,now"
278b87
278b87
#export CFLAGS="$CFLAGS -H"
278b87
278b87
%configure
278b87
%make_build
278b87
278b87
278b87
%install
278b87
%make_install
278b87
278b87
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/yp/binding
278b87
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dhcp/dhclient.d
278b87
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
278b87
mkdir -p $RPM_BUILD_ROOT%{_libexecdir}
278b87
install -m 644 etc/yp.conf $RPM_BUILD_ROOT%{_sysconfdir}/yp.conf
278b87
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/dhcp/dhclient.d/nis.sh
278b87
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}/ypbind.service
278b87
install -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-pre-setdomain
278b87
install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
278b87
278b87
%{find_lang} %{name}
278b87
278b87
%post
278b87
%systemd_post %{name}.service
278b87
278b87
%preun
278b87
%systemd_preun %{name}.service
278b87
278b87
%postun
278b87
%systemd_postun_with_restart %{name}.service
278b87
278b87
%files -f %{name}.lang
278b87
%{_sbindir}/*
278b87
%{_mandir}/*/*
278b87
%{_libexecdir}/*
278b87
%{_unitdir}/*
278b87
%{_sysconfdir}/dhcp/dhclient.d/*
278b87
%config(noreplace) %{_sysconfdir}/yp.conf
278b87
%dir %{_localstatedir}/yp/binding
278b87
%doc README NEWS
278b87
%license COPYING
278b87
278b87
%changelog
278b87
* Thu Jun 07 2018 Matej Mužila <mmuzila@redhat.com> - 3:2.5-2
278b87
- Fix man pages
278b87
278b87
* Tue Jun 05 2018 Matej Mužila <mmuzila@redhat.com> - 3:2.5-1
278b87
- Update to version 2.5
278b87
278b87
* Mon Apr 30 2018 Petr Kubat <pkubat@redhat.com> - 3:2.4-8
278b87
- Add the runtime dependency on nss_nis back
278b87
278b87
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3:2.4-7
278b87
- Escape macros in %%changelog
278b87
278b87
* Tue Jan 16 2018 Petr Kubat <pkubat@redhat.com> - 3:2.4-6
278b87
- Temporarily remove nss_nis dependency as it got removed from glibc (#1534599)
278b87
278b87
* Thu Sep 21 2017 Matej Mužila <mmuzila@redhat.com> - 3:2.4-5
278b87
- Add "Wants" dependency on network-online.target
278b87
- Remove "After" dependency on NetworkManager-wait-online.service
278b87
278b87
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.4-4
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
278b87
278b87
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.4-3
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
278b87
278b87
* Mon May 29 2017 Matej Mužila <mmuzila@gmail.com> - 3:2.4-2
278b87
- Require yp-tools >= 4.2.2-2
278b87
278b87
* Fri May 19 2017 Matej Mužila <mmuzila@redhat.com> - 3:2.4-1
278b87
- Update to version 2.4 supporting IPv6
278b87
278b87
* Wed Mar 29 2017 Petr Kubat <pkubat@redhat.com> - 3:1.38-10
278b87
- Wait a while for dhcp to set up the domain (#1170400)
278b87
278b87
* Mon Mar 20 2017 Petr Kubat <pkubat@redhat.com> - 3:1.38-9
278b87
- Add a Wants dependency on nss-user-lookup.target (#1282440)
278b87
278b87
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.38-8
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
278b87
278b87
* Wed Nov 23 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 3:1.38-7
278b87
- Remove check for libsystemd-daemon from ypbind-systemdso.patch (RHBZ#1396893).
278b87
- Add check for systemd/sd-daemon.h to ypbind-systemdso.patch.
278b87
- Spec file cosmetics.
278b87
- Add %%license tag.
278b87
278b87
* Mon Nov 07 2016 Petr Kubat <pkubat@redhat.com> - 3:1.38-6
278b87
- Add runtime dependency on nss_nis
278b87
278b87
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.38-5
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
278b87
278b87
* Mon Jan 25 2016 Matej Muzila <mmuzila@redhat.com> 3:1.38-4
278b87
- Do not restart ypbind on dhcp renew if nis domain or nis servers
278b87
  haven't changed
278b87
  Resolves: rhbz#1301708
278b87
278b87
* Mon Nov 16 2015 Matej Muzila <mmuzila@redhat.com> 3:1.38-3
278b87
-  Load ypbind.service before nss-user-lookup.target
278b87
   Resolves: rhbz#1282440
278b87
278b87
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.38-2
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
278b87
278b87
* Tue Oct 21 2014 Matej Mužila <mmuzila@redhat.com> - 3:1.38-1
278b87
- Update to 1.38
278b87
278b87
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.37.2-3
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
278b87
278b87
* Fri Aug 15 2014 Honza Horak <hhorak@redhat.com> - 3:1.37.2-2
278b87
- link with systemd.so
278b87
278b87
* Fri Aug 15 2014 Honza Horak <hhorak@redhat.com> - 3:1.37.2-1
278b87
- Update to 1.37.2
278b87
278b87
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.37.1-10
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
278b87
278b87
* Mon Nov 18 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-9
278b87
- Replace autoreconf with autoconf
278b87
278b87
* Mon Nov 18 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-8
278b87
- DHCP changes documented
278b87
  Related: #1031093
278b87
278b87
* Thu Aug 29 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-7
278b87
- Add network-online.target dependency
278b87
  Resolves: #1002295
278b87
278b87
* Mon Aug 19 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-6
278b87
- Improve systemd documentation
278b87
278b87
* Mon Jul 29 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-5
278b87
- Remove SysV init conversion and systemd macros compatible code
278b87
- Require systemd instead systemd-units
278b87
- Remove systemd-sysv
278b87
278b87
* Thu May 09 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-3
278b87
- Enable PrivateTmp feature, just for the case
278b87
278b87
* Tue May 07 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-2
278b87
- Syncing help and man pages
278b87
278b87
* Mon May 06 2013 Honza Horak <hhorak@redhat.com> - 3:1.37.1-1
278b87
- Update to new version 1.37.1
278b87
278b87
* Tue Jan 29 2013 Honza Horak <hhorak@redhat.com> - 3:1.36-10
278b87
- Make re-bind interval a tune-able option
278b87
- Fixed bogus dates in changelog
278b87
278b87
* Wed Dec 19 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-9
278b87
- Check presence of ypbind in /etc/rpc
278b87
  Related: #888778
278b87
278b87
* Fri Nov 30 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-8
278b87
- Build with full relro
278b87
278b87
* Thu Oct 04 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-7
278b87
- Run %%triggerun regardless of systemd_post variable definition
278b87
278b87
* Mon Sep 24 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-6
278b87
- Use sdnotify to inform systemd that daemon is ready
278b87
- Minor spec file cleanup
278b87
- Use new systemd macros
278b87
  Resolves: #850375
278b87
- Add After: NetworkManager-wait-online.service
278b87
  Related: #846767
278b87
278b87
* Thu Aug 23 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-5
278b87
- Enhance ypbind(8) with info about NISTIMEOUT
278b87
- Add suggestion about extending NISTIMEOUT if ypbind timeouts
278b87
278b87
* Mon Jul 23 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-4
278b87
- Add SIGPIPE to proper signal set
278b87
  Related: #842228
278b87
- Fixed sending TERM signal in ypbind-post-waitbind
278b87
278b87
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.36-3
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
278b87
278b87
* Wed Jul 11 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-2
278b87
- Minor spec file fixes
278b87
- Helper scripts moved to /usr/libexec
278b87
278b87
* Wed Jul 11 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-1
278b87
- Update to new version 1.36
278b87
278b87
* Tue Jul 10 2012 Honza Horak <hhorak@redhat.com> - 3:1.35-5
278b87
- consider all 127.0.0.0/8 as localhost addresses
278b87
  Related: #829487
278b87
278b87
* Mon Jul 09 2012 Honza Horak <hhorak@redhat.com> - 3:1.35-4
278b87
- don't go offline when one of NIS servers is localhost
278b87
  Related: #829487
278b87
278b87
* Fri Jun 01 2012 Honza Horak <hhorak@redhat.com> - 3:1.35-3
278b87
- fixed kill call in ypbind-post-waitbind script
278b87
278b87
* Wed Apr 18 2012 Honza Horak <hhorak@redhat.com> - 3:1.35-2
278b87
- NetworkManager signal name changed
278b87
  Resolves: #812501
278b87
278b87
* Mon Mar 26 2012 Honza Horak <hhorak@redhat.com> - 3:1.35-1
278b87
- Update to new version with only minor changes
278b87
278b87
* Tue Jan 24 2012 Honza Horak <hhorak@redhat.com> - 3:1.33-11
278b87
- Don't fail when killing ypbind after unsuccessfull start fails
278b87
- Let ypbind start before systemd-user-sessions.service
278b87
  Resolves: #783447
278b87
278b87
* Thu Jan 12 2012 Honza Horak <hhorak@redhat.com> - 3:1.33-10
278b87
- Fail to start ypbind service if domainname is not set
278b87
278b87
* Wed Nov 16 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-9
278b87
- Fixed ypbind-post-waitbind to stop the service when binding is not success
278b87
278b87
* Tue Nov 15 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-8
278b87
- Fixed ypbind-post-waitbind to handle long rpcinfo requests
278b87
  Resolves: #624688
278b87
278b87
* Mon Sep 26 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-7
278b87
- Don't turn off allow_ypbind SELinux boolean
278b87
  Resolves: #741141
278b87
278b87
* Thu Sep 15 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-6
278b87
- Fixed systemd unit file
278b87
- Log messages when starting ypbind service made more verbose
278b87
278b87
* Tue Aug 02 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-5
278b87
- Fixed rpmlint errors
278b87
- Fixed systemd unit files packaging
278b87
278b87
* Mon Jun 13 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-4
278b87
- Changed -n option for staying in foreground to not overlap 
278b87
  with config-file option
278b87
278b87
* Tue Jun 07 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-3
278b87
- Fixed ypbind.service when selinux is disabled
278b87
278b87
* Tue May 10 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-2
278b87
- Added /etc/sysconfig/network to systemd service file
278b87
278b87
* Tue May 10 2011 Honza Horak <hhorak@redhat.com> - 3:1.33-1
278b87
- Update to new version
278b87
278b87
* Fri Apr 29 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-11
278b87
- Removed NM_DBUS_VPN_SIGNAL_STATE_CHANGE, use own constant
278b87
  NM_DBUS_SIGNAL_STATE_CHANGED.
278b87
  (rhbz#696629)
278b87
278b87
* Thu Apr 28 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-10
278b87
- Made EnvironmentFile in systemd definition optional
278b87
  (rhbz#632620)
278b87
278b87
* Thu Apr 14 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-9
278b87
- Add native systemd unit file.
278b87
  (rhbz#693873)
278b87
278b87
* Thu Apr 14 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-8
278b87
- Added rpcbind to LSB header in SysV init file.
278b87
278b87
* Wed Apr 06 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-7
278b87
- Added LSB init service definition in ypbind.init.
278b87
- Fix D-Bus response codes to correspond with NetworkManager.
278b87
  (rhbz#693873)
278b87
278b87
* Fri Mar 18 2011 Honza Horak <hhorak@redhat.com> - 3:1.32-6
278b87
- Added the -typo2 patch which fixes a spelling error in a man pages.
278b87
  (rhbz#664870)
278b87
278b87
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.32-5
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
278b87
278b87
* Mon Nov 29 2010 Karel Klic <kklic@redhat.com> - 3:1.32-4
278b87
- Added the -typo patch which fixes a spelling error in a message.
278b87
278b87
* Fri Nov 19 2010 Karel Klic <kklic@redhat.com> - 3:1.32-3
278b87
- ypbind.init: More effective syntax for #601296.
278b87
278b87
* Fri Nov 19 2010 Karel Klic <kklic@redhat.com> - 3:1.32-2
278b87
- Modified the chkconfig priorities from 27/73 to 24/76, to move
278b87
  ypbind before netfs. This is useful for hosts that mount NFS file
278b87
  systems that reside on a server which is resolvable through NIS.
278b87
278b87
* Thu Jul  8 2010 Karel Klic <kklic@redhat.com> - 3:1.32-1
278b87
- Update to new version which contains the -matches.patch
278b87
278b87
* Wed Jun 23 2010 Karel Klic <kklic@redhat.com> - 3:1.31-7
278b87
- Added -matches.patch removing matches when dereferencing
278b87
  DBus connection.
278b87
278b87
* Tue Jun  8 2010 Karel Klic <kklic@redhat.com> - 3:1.31-6
278b87
- ypbind.init: take the first domainname in yp.conf and use
278b87
  only that (rhbz#601296)
278b87
278b87
* Fri May 21 2010 Karel Klic <kklic@redhat.com> - 3:1.31-5
278b87
- Moved /sbin/ypbind to /usr/sbin/ypbind, as the package
278b87
  depends on several utilities from /usr (selinuxenabled,
278b87
  rpcinfo, ypwhich), and /usr/lib/libdbus-glib-1.so
278b87
- Removed trailing whitespaces from ChangeLog
278b87
278b87
* Wed May 19 2010 Karel Klic <kklic@redhat.com> - 3:1.31-4
278b87
- Update SELinux context of /etc/yp.conf in nis.sh (rhbz#593278)
278b87
- nis.sh: use condrestart instead of pidfile checking
278b87
- nis.sh: various simplifications
278b87
- Removed BuildRoot tag
278b87
- Removed %%clean section
278b87
278b87
* Wed Feb 24 2010 Karel Klic <kklic@redhat.com> - 3:1.31-3
278b87
- Added COPYING file to the package
278b87
278b87
* Thu Jan 21 2010 Karel Klic <kklic@redhat.com> - 3:1.31-2
278b87
- Rewrote initscript to become closer to Packaging:SysVInitScript
278b87
  Fedora guildeline. Also fixes rhbz#523913
278b87
278b87
* Mon Jan  4 2010 Karel Klic <kklic@redhat.com> - 3:1.31-1
278b87
- Updated to version 1.31 from upstream
278b87
- Removed signalstate patch because it was merged by upstream
278b87
- Removed man-port patch, because it was rejected by
278b87
  the upstream. Option '-p' does not work in all cases, it
278b87
  is not supported, intentionally not included in
278b87
  the documentation, and it is also removed from the usage
278b87
  string in this version
278b87
278b87
* Thu Nov 19 2009 Karel Klic <kklic@redhat.com> - 3:1.29.91-2
278b87
- Added signalstate patch, which fixes compilation with
278b87
  NetworkManaged-devel headers installed. Resolves #537064.
278b87
278b87
* Mon Oct 26 2009 Karel Klic <kklic@redhat.com> - 3:1.29.91-1
278b87
- Updated to 1.29.91 from upstream
278b87
- Removed 1.19-port-leak patch because the upstream source code has
278b87
  been changed and the port leaks should not happen anymore
278b87
- Removed 1.20.4-smartwrite patch because it was merged by upstream
278b87
- Removed 1.20.4-nm patch as the upstream merged the important part
278b87
- Removed 1.20.4-log-binds patch because it was merged by upstream
278b87
- Ported 1.20.4-man-port patch to the new release, sent to Thorsten Kukuk
278b87
- Removed 1.11-broadcast patch
278b87
278b87
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.20.4-19
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
278b87
278b87
* Wed Apr  8 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-18
278b87
- Remove LSB Header from init script
278b87
  Resolves: #494827
278b87
278b87
* Wed Mar 18 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-17
278b87
- Fix nis.sh SELinux issue
278b87
  Resolves: #488865
278b87
278b87
* Thu Feb 26 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-16
278b87
- Fix ypbind script in dos format - bash syntax errors
278b87
  Resolves: #486722
278b87
278b87
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.20.4-15
278b87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
278b87
278b87
* Thu Feb 19 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-14
278b87
- Update helper script for dhclient
278b87
278b87
* Mon Jan 26 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-13
278b87
- Fix ypbind can fail to bind if started soon after NetworkManager
278b87
  Resolves: #480096
278b87
278b87
* Mon Jan  5 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-12
278b87
- Ship helper script for dhclient
278b87
278b87
* Wed Dec  3 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-11
278b87
- Fix verbose option man page entry
278b87
- Add description of port option to man page
278b87
  Resolves: #474184
278b87
278b87
* Mon Nov 24 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-10
278b87
- Last few Merge Review related changes
278b87
- Fix init script arguments and return values
278b87
  Resolves: #247104, #467861
278b87
278b87
* Tue Oct 21 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-9
278b87
- Merge Review - remove dot from end of the summary, convert all tags
278b87
  in %%changelog to utf-8, escape %% character in changelog, fix
278b87
  requires and scriptlets, remove %%makeinstall, do not mark init
278b87
  script file as config, remove unused patches
278b87
  Resolves: #226663
278b87
278b87
* Tue Oct 21 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-8
278b87
- Rewrite binding files only when they are changed
278b87
  Resolves: #454581
278b87
278b87
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 3:1.20.4-7
278b87
- Fix license tag.
278b87
278b87
* Tue Jun 10 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-6
278b87
- Don't disable allow_ypbind SELinux boolean on service shutdown
278b87
  Resolves: #448240
278b87
278b87
* Wed May 21 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-5
278b87
- Fix init script timing again
278b87
278b87
* Tue Feb 12 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 3:1.20.4-4
278b87
- Fix Buildroot
278b87
278b87
* Fri Jan 11 2008 Steve Dickson <steved@redhat.com> - 3:1.20.4-3
278b87
- Fixed init script to wait for ypbind to come up. (bz 322101)
278b87
278b87
* Mon Sep 17 2007 Steve Dickson <steved@redhat.com> - 3:1.20.4-2
278b87
- Fixed a couple of typos in initscript (bz 281951)
278b87
278b87
* Thu May  3 2007 Steve Dickson <steved@redhat.com> - 3:1.20.4-1
278b87
- updated to latest upstream version ypbind-mt-1.20.4
278b87
278b87
* Tue Apr 17 2007 Steve Dickson <steved@redhat.com> - 3:1.19-9
278b87
- Fixed typo in init script (bz 233459)
278b87
- Changed init script to look in /etc/yp.conf for the
278b87
  domain name when not already set. (bz 113386)
278b87
- Reworked init script to eliminate unreasonable
278b87
  hangs when ypbind cannot bind to nis server. (bz 112770)
278b87
278b87
* Tue Apr  3 2007 Steve Dickson <steved@redhat.com> - 3:1.19-8
278b87
- Replace portmap dependency with an rpcbind dependency (bz 228894)
278b87
278b87
* Fri Dec  1 2006 Steve Dickson <steved@redhat.com> - 3:1.19-7
278b87
- Fixed leaking ports (bz 217874)
278b87
- Log all server bindings (bz 217782)
278b87
- Added better quoting to init script (bz 216739)
278b87
278b87
* Mon Nov 27 2006 Dan Walsh <dwalsh@redhat.com> - 3:1.19-6
278b87
- Correct ordering of turning off SELinux boolean
278b87
278b87
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> - 3:1.19-5
278b87
- Change init script to automatically turn on/off allow_ypbind boolean
278b87
278b87
* Wed Aug 23 2006 Steve Dickson <steved@redhat.com> - 3:1.19-4
278b87
- Remove the -s from install process making the -debuginfo
278b87
  package useful (bz 203851)
278b87
- Added the sourcing of /etc/sysconfig/ypbind (bz 199448)
278b87
278b87
* Fri Aug 11 2006 Steve Dickson <steved@redhat.com> - 3:1.19-2
278b87
- rebuild
278b87
278b87
* Tue Jul 25 2006 Steve Dickson <steved@redhat.com> - 3:1.19-0.3
278b87
- rebuild
278b87
278b87
* Tue Jul 18 2006 Steve Dickson <steved@redhat.com> - 3:1.19-0.2
278b87
- Added NISTIMEOUT variable to init scrip (bz 196078)
278b87
278b87
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3:1.19-0.1
278b87
- rebuild
278b87
278b87
* Mon Feb 13 2006 Chris Feist <cfeist@redhat.com> - 3:1.19
278b87
- Build for latest version of ypbind-mt
278b87
278b87
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3:1.17.2-5.2.1
278b87
- bump again for double-long bug on ppc(64)
278b87
278b87
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3:1.17.2-5.2
278b87
- rebuilt for new gcc4.1 snapshot and glibc changes
278b87
278b87
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
278b87
- rebuilt
278b87
278b87
* Mon Jan 24 2005 Steve Dickson <SteveD@RedHat.com> 1.17.2-4
278b87
- Changed the initscript to use the logger command instead
278b87
  of initlog script, since the initlog script has gone away.
278b87
278b87
* Fri Oct 15 2004 Steve Dickson <SteveD@RedHat.com> 1.17.2-3
278b87
- Sped up the ypbind initscript by using fgrep
278b87
  instead of grep (bz# 81247)
278b87
278b87
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
278b87
- rebuilt
278b87
278b87
* Tue Feb 24 2004 Phil Knirsch <pknirsch@redhat.com> 1.17.2-1
278b87
- Another updated to latest upstream version.
278b87
278b87
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
278b87
- rebuilt
278b87
278b87
* Mon Jan 19 2004 Phil Knirsch <pknirsch@redhat.com> 1.16-1
278b87
- Updated to latest upstream version.
278b87
278b87
* Thu Nov 20 2003 Steve Dickson <SteveD@RedHat.com>
278b87
- Added a NULL check to test_bindings() to make sure
278b87
  clnt_call() is not called with a NULL pointer.
278b87
278b87
* Sat Oct  4 2003 Steve Dickson <SteveD@RedHat.com>
278b87
- Updated Release number for RHEL3 QU1
278b87
278b87
* Tue Sep  9 2003 Steve Dickson <SteveD@RedHat.com>
278b87
- Fixed a binding race where the wrong results were being returned.
278b87
278b87
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
278b87
- rebuilt
278b87
278b87
* Wed May 21 2003 Bill Nottingham <notting@redhat.com> 1.12-1.10
278b87
- make yp.conf %%config(noreplace)
278b87
278b87
* Thu Apr 24 2003 Steve Dickson <SteveD@RedHat.com>
278b87
- Updated to 1.12 from upstream.
278b87
- Removed ypbind-1.8-dos.patch since it
278b87
  was already commented out
278b87
- Updated broadcast patch
278b87
278b87
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
278b87
- rebuilt
278b87
278b87
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
278b87
- build on all arches
278b87
278b87
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
278b87
- automated rebuild
278b87
278b87
* Tue Jun 11 2002 Alex Larsson <alexl@redhat.com> 1.11-1
278b87
- Updated to 1.11 from upstream.
278b87
- Removed patche that went in upstream.
278b87
- Updated broadcast patch
278b87
278b87
* Thu May 23 2002 Tim Powers <timp@redhat.com>
278b87
- automated rebuild
278b87
278b87
* Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 1.10-7
278b87
- Get failure message right in init script (#37463 again)
278b87
278b87
* Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 1.10-6
278b87
- Fix bugs in initscript. Should fix #37463 and #61857
278b87
278b87
* Mon Mar 25 2002 Alex Larsson <alexl@redhat.com> 1.10-5
278b87
- New config patch that handles failing gethostbynames even better
278b87
278b87
* Thu Mar 21 2002 Alex Larsson <alexl@redhat.com> 1.10-4
278b87
- Added patch to avoid hanging if gethostbyname fails. (#56322)
278b87
278b87
* Sun Mar 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- fixed #57393
278b87
278b87
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
278b87
- automated rebuild
278b87
278b87
* Sat Nov 17 2001 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- update to version 1.10
278b87
278b87
* Mon Aug 13 2001 Preston Brown <pbrown@redhat.com>
278b87
- eliminate potential DOS attack via ypwhich (#38637)
278b87
- install PO files
278b87
278b87
* Tue Jul 17 2001 Karsten Hopp <karsten@redhat.de>
278b87
- own /var/yp
278b87
278b87
* Fri Jun 29 2001 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- update to 1.8
278b87
278b87
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
278b87
- Bump release + rebuild.
278b87
278b87
* Mon Jun  4 2001 Preston Brown <pbrown@redhat.com>
278b87
- small fixes for initscript. Sometimes had trouble on slower systems (#37463)
278b87
278b87
* Sat Mar  3 2001 Preston Brown <pbrown@redhat.com>
278b87
- much more sane ypbind init script for when networking is down.
278b87
278b87
* Wed Feb  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
278b87
- fix "usage" string (use $0)
278b87
278b87
* Wed Jan 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- prepare for initscript translation
278b87
- do not prereq /etc/init.d
278b87
278b87
* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
278b87
- Start after netfs (#23526)
278b87
278b87
* Wed Nov 29 2000 Bill Nottingham <notting@redhat.com>
278b87
- set NIS domain name if it's not already set
278b87
278b87
* Mon Oct 02 2000 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- update to 1.7
278b87
278b87
* Thu Aug 31 2000 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- add again automatic fallback to broadcast
278b87
278b87
* Sun Aug 20 2000 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- fix condrestart #16615
278b87
- security fix for syslog() call
278b87
278b87
* Sun Aug  6 2000 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- do not include broadcast fallback until it is more tested
278b87
278b87
* Sun Aug  6 2000 Florian La Roche <Florian.LaRoche@redhat.de>
278b87
- add automatic fallback to broadcast
278b87
- add "exit 0" to the scripts
278b87
278b87
* Wed Aug  2 2000 Bill Nottingham <notting@redhat.com>
278b87
- turn off broadcast; authconfig will enable this...
278b87
- put the pid that's actually listening to signals in the pidfile
278b87
278b87
* Thu Jul 20 2000 Bill Nottingham <notting@redhat.com>
278b87
- move initscript back
278b87
278b87
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
278b87
- automatic rebuild
278b87
278b87
* Fri Jul  7 2000 Florian La Roche <Florian.LaRoche@redhat.com>
278b87
- prereq init.d
278b87
278b87
* Wed Jul  5 2000 Florian La Roche <Florian.LaRoche@redhat.com>
278b87
- re-enable broadcasts
278b87
278b87
* Tue Jul  4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
278b87
- fix scripts
278b87
278b87
* Mon Jul  3 2000 Nalin Dahyabhai <nalin@redhat.com>
278b87
- bump epoch
278b87
278b87
* Mon Jul  3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
278b87
- switch from ypbind to ypbind-mt