0a66c8
Summary: A Router Advertisement daemon
0a66c8
Name: radvd
0a66c8
Version: 2.17
0a66c8
Release: 3%{?dist}
0a66c8
# The code includes the advertising clause, so it's GPL-incompatible
0a66c8
License: BSD with advertising
0a66c8
Group: System Environment/Daemons
0a66c8
URL: http://www.litech.org/radvd/
0a66c8
Source0: %{url}dist/%{name}-%{version}.tar.xz
0a66c8
Source1: radvd-tmpfs.conf
0a66c8
Source2: radvd.service
0a66c8
Patch1:  radvd-werror.patch
0a66c8
Patch2:  radvd-no_dac_override.patch
0a66c8
## https://github.com/reubenhwk/radvd/commit/5ad279f48c0f3d94573e3f3c887f86cd10476c2d.patch
0a66c8
Patch3:  radvd_add_ra_memleak.patch
0a66c8
0a66c8
BuildRequires: bison
0a66c8
BuildRequires: flex
0a66c8
BuildRequires: flex-static
0a66c8
BuildRequires: pkgconfig
0a66c8
%if 0%{?fedora}
0a66c8
BuildRequires: check-devel
0a66c8
%endif
0a66c8
BuildRequires: systemd-units
0a66c8
%{?systemd_requires}
0a66c8
Requires(pre): shadow-utils
0a66c8
0a66c8
%description
0a66c8
radvd is the router advertisement daemon for IPv6.  It listens to router
0a66c8
solicitations and sends router advertisements as described in "Neighbor
0a66c8
Discovery for IP Version 6 (IPv6)" (RFC 2461).  With these advertisements
0a66c8
hosts can automatically configure their addresses and some other
0a66c8
parameters.  They also can choose a default router based on these
0a66c8
advertisements.
0a66c8
0a66c8
Install radvd if you are setting up IPv6 network and/or Mobile IPv6
0a66c8
services.
0a66c8
0a66c8
%prep
0a66c8
%setup -q
0a66c8
%patch1 -p1 -b .werror
0a66c8
%patch2 -p1 -b .dac
0a66c8
%patch3 -p1 -b .add_ra_memleak
0a66c8
0a66c8
for F in CHANGES; do
0a66c8
    iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
0a66c8
    touch -r "$F" "${F}.new"
0a66c8
    mv "${F}.new" "$F"
0a66c8
done
0a66c8
0a66c8
%build
0a66c8
export NOERRORFLAGS="${CFLAGS}"
0a66c8
export CFLAGS="$RPM_OPT_FLAGS -fPIE -Werror=all -std=c99" 
0a66c8
export LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen'
0a66c8
%configure \
0a66c8
    --disable-silent-rules \
0a66c8
    --with-pidfile=%{_localstatedir}/run/radvd/radvd.pid
0a66c8
make %{?_smp_mflags} 
0a66c8
0a66c8
%install
0a66c8
make DESTDIR=%{buildroot} install
0a66c8
0a66c8
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
0a66c8
mkdir -p %{buildroot}/%{_localstatedir}/run/radvd
0a66c8
mkdir -p %{buildroot}%{_unitdir}
0a66c8
0a66c8
install -m 644 redhat/radvd.conf.empty %{buildroot}%{_sysconfdir}/radvd.conf
0a66c8
install -m 644 redhat/radvd.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/radvd
0a66c8
0a66c8
install -d -m 755 %{buildroot}%{_tmpfilesdir}
0a66c8
install -p -m 644 %{SOURCE1} %{buildroot}%{_tmpfilesdir}/radvd.conf
0a66c8
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
0a66c8
0a66c8
## RHEL7 has old check
0a66c8
%if 0%{?fedora}
0a66c8
%check
0a66c8
make check
0a66c8
%endif
0a66c8
0a66c8
%postun
0a66c8
%systemd_postun_with_restart radvd.service
0a66c8
0a66c8
%post
0a66c8
%systemd_post radvd.service
0a66c8
0a66c8
%preun
0a66c8
%systemd_preun radvd.service
0a66c8
0a66c8
# Static UID and GID defined by /usr/share/doc/setup-*/uidgid
0a66c8
%pre
0a66c8
getent group radvd >/dev/null || groupadd -r -g 75 radvd
0a66c8
getent passwd radvd >/dev/null || \
0a66c8
  useradd -r -u 75 -g radvd -d / -s /sbin/nologin -c "radvd user" radvd
0a66c8
exit 0
0a66c8
0a66c8
%files
0a66c8
%doc CHANGES COPYRIGHT INTRO.html README TODO
0a66c8
%{_unitdir}/radvd.service
0a66c8
%config(noreplace) %{_sysconfdir}/radvd.conf
0a66c8
%config(noreplace) %{_sysconfdir}/sysconfig/radvd
0a66c8
%dir %attr(-,radvd,radvd) %{_localstatedir}/run/radvd/
0a66c8
%config(noreplace) %{_tmpfilesdir}/radvd.conf
0a66c8
%doc radvd.conf.example
0a66c8
%{_mandir}/*/*
0a66c8
%{_sbindir}/radvd
0a66c8
%{_sbindir}/radvdump
0a66c8
0a66c8
%changelog
0a66c8
* Mon Jun  4 2018 Pavel Zhukov <pzhukov@redhat.com> - 2.17-3
0a66c8
- Related: #1475983 - Use /var/run instead of /run in EL7
0a66c8
- Fix coverity reported errors
0a66c8
0a66c8
* Mon Jun  4 2018 Pavel Zhukov <pzhukov@redhat.com> - 2.17-1
0a66c8
- Resolves: #1475983 - Rebase on 2.17
0a66c8
0a66c8
* Thu Apr 12 2018 Pavel Zhukov <pzhukov@redhat.com> - 1.9.2-14
0a66c8
- Check pid file before running main flow
0a66c8
- Enable -Werror=all flag
0a66c8
0a66c8
* Wed Apr 11 2018 Pavel Zhukov <pzhukov@redhat.com> - 1.9.2-13
0a66c8
- Related: 1559160 - Backport file locking and pidfile removal
0a66c8
0a66c8
* Thu Mar 22 2018 Pavel Zhukov <pzhukov@redhat.com> - 1.9.2-12
0a66c8
- Resolves: 1559160 - Write pid file in nodaemon mode
0a66c8
- Fix coverity warnings
0a66c8
0a66c8
* Mon Aug 17 2015 Pavel Å imerda <psimerda@redhat.com> - 1.9.2-9
0a66c8
- Related: #1180991 - rebuilt
0a66c8
0a66c8
* Thu Apr 16 2015 Pavel Å imerda <psimerda@redhat.com> - 1.9.2-8
0a66c8
- Resolves: #1180991 - use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d
0a66c8
0a66c8
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.9.2-7
0a66c8
- Mass rebuild 2014-01-24
0a66c8
0a66c8
* Thu Jan 02 2014 Pavel Å imerda <psimerda@redhat.com> - 1.9.2-6
0a66c8
- Resolves: #1045179 - use -fno-strict-aliasing for radvd
0a66c8
0a66c8
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.9.2-5
0a66c8
- Mass rebuild 2013-12-27
0a66c8
0a66c8
* Tue Dec 10 2013 Pavel Å imerda <psimerda@redhat.com> - 1.9.2-4
0a66c8
- Resolves: #948863 - man page scan results for radvd
0a66c8
0a66c8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.2-3
0a66c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0a66c8
0a66c8
* Wed Dec 05 2012 Petr Pisar <ppisar@redhat.com> - 1.9.2-2
0a66c8
- Create radvd user and and group with ID 75
0a66c8
0a66c8
* Wed Nov 21 2012 Petr Pisar <ppisar@redhat.com> - 1.9.2-1
0a66c8
- 1.9.2 bump
0a66c8
0a66c8
* Wed Aug 22 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-4
0a66c8
- Modernize systemd scriptlets (bug #850292)
0a66c8
0a66c8
* Tue Aug 07 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-3
0a66c8
- Remove useless chkconfig invocation (bug #845562)
0a66c8
- Do not reload unit file while unistalling
0a66c8
0a66c8
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2
0a66c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0a66c8
0a66c8
* Wed Jun 20 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-1
0a66c8
- 1.9.1 bump
0a66c8
0a66c8
* Fri Jun 15 2012 Petr Pisar <ppisar@redhat.com> - 1.9-2
0a66c8
- Drop already defined _GNU_SOURCE symbol
0a66c8
0a66c8
* Fri Jun 15 2012 Petr Pisar <ppisar@redhat.com> - 1.9-1
0a66c8
- 1.9 bump
0a66c8
0a66c8
* Wed May 23 2012 Petr Pisar <ppisar@redhat.com> - 1.8.5-4
0a66c8
- Start service independently on network state (bug #824205)
0a66c8
- Do not force systemd logging to syslog (bug #824205)
0a66c8
0a66c8
* Thu Apr 12 2012 Petr Pisar <ppisar@redhat.com> - 1.8.5-3
0a66c8
- Store PID before daemonizing (bug #811997)
0a66c8
0a66c8
* Tue Apr 03 2012 Petr Pisar <ppisar@redhat.com> - 1.8.5-2
0a66c8
- Clean up spec file
0a66c8
- Remove System V init support
0a66c8
- Fix radvd account creation
0a66c8
0a66c8
* Wed Feb 01 2012 Jiri Skala <jskala@redhat.com> - 1.8.5-1
0a66c8
- update to latest upstream version 1.8.5
0a66c8
0a66c8
* Mon Jan 23 2012 Jiri Skala <jskala@redhat.com> - 1.8.4-1
0a66c8
- update to latest upstream version 1.8.4
0a66c8
0a66c8
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-2
0a66c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0a66c8
0a66c8
* Mon Oct 17 2011 Jiri Skala <jskala@redhat.com> - 1.8.3-1
0a66c8
- update to latest upstream version 1.8.3
0a66c8
0a66c8
* Mon Oct 10 2011 Jiri Skala <jskala@redhat.com> - 1.8.2-2
0a66c8
- fixes CVE-2011-3602
0a66c8
0a66c8
* Fri Oct 07 2011 Jiri Skala <jskala@redhat.com> - 1.8.2-1
0a66c8
- update to latest upstream version 1.8.2
0a66c8
- this update fixes CVE-2011-360{1..5}
0a66c8
0a66c8
* Wed Aug 24 2011 Jiri Skala <jskala@redhat.com> - 1.8.1-1
0a66c8
- update to latest upstream version 1.8.1
0a66c8
0a66c8
* Fri Aug 12 2011 Jiri Skala <jskala@redhat.com> - 1.8-2
0a66c8
- fixes #729367 - supress unadvisable messages - applied upstream changes
0a66c8
0a66c8
* Tue May 17 2011 Jiri Skala <jskala@redhat.com> - 1.8-1
0a66c8
- update to latest upstream version 1.8
0a66c8
0a66c8
* Mon Feb 28 2011 Jiri Skala <jskala@redhat.com> - 1.7-3
0a66c8
- fixes #679830 - radvd dies when reloading, initscript reports "OK"
0a66c8
0a66c8
* Wed Feb 23 2011 Jiri Skala <jskala@redhat.com> - 1.7-2
0a66c8
- fixes #679821 - provides native systemd service file
0a66c8
0a66c8
* Wed Feb 09 2011 Jiri Skala <jskala@redhat.com> - 1.7-1
0a66c8
- update to latest upstream version 1.7
0a66c8
0a66c8
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-5
0a66c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0a66c8
0a66c8
* Wed Dec 01 2010 Jiri Skala <jskala@redhat.com> - 1.6-4
0a66c8
- #656682 - using tmpfiles.d
0a66c8
0a66c8
* Wed Dec 01 2010 Jiri Skala <jskala@redhat.com> - 1.6-3
0a66c8
- fixes #656682 - using %%ghost on files in /var/run
0a66c8
- added necessary buildrequres flex-static 
0a66c8
0a66c8
* Fri May 21 2010 Jiri Skala <jskala@redhat.com> - 1.6-2
0a66c8
- ensure fax group id == fax user id
0a66c8
0a66c8
* Mon Mar 29 2010 Jiri Skala <jskala@redhat.com> - 1.6-1
0a66c8
- update to latest upstream version
0a66c8
0a66c8
* Mon Jan 25 2010 Jiri Skala <jskala@redhat.com> - 1.5-3
0a66c8
- spec file uses Source1 for radvd.init no more init from tarball
0a66c8
- radvd.init modified to make rmplint more silent
0a66c8
- removed userdel usage from postun
0a66c8
0a66c8
* Wed Jan 13 2010 Jan Gorig <jgorig@redhat.com> - 1.5-2
0a66c8
- mistake in last build
0a66c8
0a66c8
* Wed Jan 13 2010 Jan Gorig <jgorig@redhat.com> - 1.5-1
0a66c8
- updated do latest upstream version
0a66c8
- fixed #554125 - added error message
0a66c8
0a66c8
* Sun Oct 18 2009 Jiri Skala <jskala@redhat.com> - 1.3-4
0a66c8
- fixed #528178 - added force-reload
0a66c8
0a66c8
* Sun Oct 18 2009 Jiri Skala <jskala@redhat.com> - 1.3-3
0a66c8
- fixed #528178 - retval in init script to be posix compliant
0a66c8
0a66c8
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
0a66c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0a66c8
0a66c8
* Fri Jul 10 2009 Jiri Skala <jskala@redhat.com> - 1.3-1
0a66c8
- updated to latest upstream version
0a66c8
0a66c8
* Wed Jun 03 2009 Jiri Skala <jskala@redhat.com> - 1.2-3
0a66c8
- changed echos to be able to accept localization
0a66c8
0a66c8
* Tue Apr 28 2009 Jiri Skala <jskala@redhat.com> - 1.2-2
0a66c8
- fixed ambiguous condition in init script (exit 4)
0a66c8
0a66c8
* Mon Apr 27 2009 Jiri Skala <jskala@redhat.com> - 1.2-1
0a66c8
- updated to latest upstream version
0a66c8
0a66c8
* Fri Feb 27 2009 Jiri Skala <jskala@redhat.com> - 1.1-8
0a66c8
- regenerated posix patch
0a66c8
0a66c8
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
0a66c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0a66c8
0a66c8
* Mon Feb 02 2009 Jiri Skala <jskala@redhat.com> - 1.1-6
0a66c8
- init script modified to be POSIX compliant
0a66c8
0a66c8
* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-5
0a66c8
- fix license tag
0a66c8
0a66c8
* Mon Jun 23 2008 Jiri Skala <jskala@redhat.com> - 1.1-4
0a66c8
- radvd.init LSB compliant
0a66c8
0a66c8
* Fri Apr 11 2008 Martin Nagy <mnagy@redhat.com> - 1.1-3
0a66c8
- remove stale pid file on start
0a66c8
0a66c8
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 1.1-2
0a66c8
- fix up string comparison in init script (#427047)
0a66c8
0a66c8
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 1.1-1
0a66c8
- update to new upstream version
0a66c8
- remove patch fixed in upstream: initscript
0a66c8
0a66c8
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 1.0-6
0a66c8
- rebuild for gcc-4.3
0a66c8
0a66c8
* Tue Nov 13 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-5
0a66c8
- resolves #376081: The radvd init script exits without doing anything if /usr/sbin/radvd exists
0a66c8
0a66c8
* Thu Aug 23 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-4.1
0a66c8
- Rebuild
0a66c8
0a66c8
* Fri Aug  3 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-4
0a66c8
- resolves: #247041: Initscript Review
0a66c8
0a66c8
* Wed Feb 14 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-3
0a66c8
- specfile cleanup for review
0a66c8
0a66c8
* Thu Feb  1 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-2
0a66c8
- linking with -pie flag turned on again
0a66c8
0a66c8
* Wed Jan 31 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-1
0a66c8
- rebase to upstream 1.0
0a66c8
- Resolves: #225542: radvd 1.0 released
0a66c8
0a66c8
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 0.9.1-4
0a66c8
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
0a66c8
  (#203001)
0a66c8
0a66c8
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 0.9.1-3
0a66c8
- rebuild for new FC-6 build environment
0a66c8
0a66c8
* Mon Jun 05 2006 Jason Vas Dias <jvdias@redhat.com> - 0.9.1-2
0a66c8
- fix BuildRequires for Mock
0a66c8
0a66c8
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9.1-1.1.1
0a66c8
- bump again for double-long bug on ppc(64)
0a66c8
0a66c8
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 0.9.1-1.1
0a66c8
- rebuild for new gcc, glibc, glibc-kernheaders
0a66c8
0a66c8
* Mon Jan 16 2006 Jason Vas Dias<jvdias@redhat.com> - 0.9.1-1
0a66c8
- Upgrade to upstream version 0.9.1
0a66c8
0a66c8
* Sun Dec 18 2005 Jason Vas Dias<jvdias@redhat.com>
0a66c8
- Upgrade to upstream version 0.9
0a66c8
0a66c8
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
0a66c8
- rebuilt
0a66c8
0a66c8
* Tue Jul 19 2005 Jason Vas Dias <jvdias@redhat.com> 0.8.2.FC5
0a66c8
- fix bug 163593: must use '%%configure' to get correct conf file location
0a66c8
0a66c8
* Mon Jul 18 2005 Jason Vas Dias <jvdias@redhat.com> 0.8-1.FC5
0a66c8
- Upgrade to upstream version 0.8
0a66c8
0a66c8
* Fri Jul  8 2005 Pekka Savola <pekkas@netcore.fi> 0.8-1
0a66c8
- 0.8.
0a66c8
- Ship the example config file as %%doc (Red Hat's #159005)
0a66c8
0a66c8
* Fri Feb 25 2005 Jason Vas Dias <jvdias@redhat.com> 0.7.3-1_FC4
0a66c8
- make version compare > that of FC3
0a66c8
0a66c8
* Mon Feb 21 2005 Jason Vas Dias <jvdias@redhat.com> 0.7.3-1
0a66c8
- Upgrade to radvd-0.7.3
0a66c8
- add execshield -fPIE / -pie compile / link options
0a66c8
0a66c8
* Mon Feb 21 2005 Pekka Savola <pekkas@netcore.fi> 0.7.3-1
0a66c8
- 0.7.3.
0a66c8
0a66c8
* Mon Oct 28 2002 Pekka Savola <pekkas@netcore.fi>
0a66c8
- 0.7.2.
0a66c8
0a66c8
* Tue May  7 2002 Pekka Savola <pekkas@netcore.fi>
0a66c8
- remove '-g %%{RADVD_GID}' when creating the user, which may be problematic
0a66c8
  if the user didn't exist before.
0a66c8
0a66c8
* Fri Apr 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.1-1
0a66c8
- 0.7.1 (bugfix release, #61023), fixes:
0a66c8
  - Check that forwarding is enabled when starting radvd
0a66c8
    (helps avoid odd problems) 
0a66c8
  - Check configuration file permissions (note: in setuid operation, must not
0a66c8
    be writable by the user.group) 
0a66c8
  - Cleanups and enhancements for radvdump
0a66c8
  - Ensure NULL-termination with strncpy even with overlong strings
0a66c8
    (non-criticals, but better safe than sorry) 
0a66c8
  - Update config.{guess,sub} to cope with some newer architectures 
0a66c8
  - Minor fixes and cleanups 
0a66c8
0a66c8
* Mon Jan 14 2002 Pekka Savola <pekkas@netcore.fi>
0a66c8
- 0.7.1.
0a66c8
0a66c8
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
0a66c8
- automated rebuild
0a66c8
0a66c8
* Tue Jan  8 2002 Pekka Savola <pekkas@netcore.fi>
0a66c8
- Change 'reload' to signal HUP to radvd instead or restarting.
0a66c8
0a66c8
* Fri Dec 28 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- License unfortunately is BSD *with* advertising clause, so to be pedantic,
0a66c8
  change License: to 'BSD-style'.
0a66c8
0a66c8
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
0a66c8
- 0.7.0
0a66c8
0a66c8
* Wed Nov 14 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- spec file cleanups
0a66c8
- update to 0.7.0.
0a66c8
0a66c8
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
0a66c8
- initial Red Hat Linux build
0a66c8
0a66c8
* Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- add a patch from USAGI for overflow, Copyright -> License.
0a66c8
0a66c8
* Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- use /sbin/service.
0a66c8
- update to 0.6.2pl4.
0a66c8
0a66c8
* Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- update to 0.6.2pl3.
0a66c8
0a66c8
* Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- update to 0.6.2pl2.
0a66c8
0a66c8
* Wed Apr  4 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- update to 0.62pl1.  Bye bye patches!
0a66c8
- Require: initscripts (should really be with a version providing IPv6)
0a66c8
- clean up the init script, make condrestart work properly
0a66c8
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
0a66c8
0a66c8
* Sun Apr  1 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- add patch to chroot (doesn't work well yet, as /proc is used directly)
0a66c8
- clean up droproot patch, drop the rights earlier; require user-writable
0a66c8
pidfile directory
0a66c8
- set up the pidfile directory at compile time.
0a66c8
0a66c8
* Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- add select/kill signals patch from Nathan Lutchansky <lutchann@litech.org>.
0a66c8
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
0a66c8
- add patch to check the pid file before fork.
0a66c8
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
0a66c8
default one.
0a66c8
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
0a66c8
- fix initscript NETWORKING_IPV6 check.
0a66c8
0a66c8
* Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- add droproot patch, change to nobody by default (should use radvd:radvd or
0a66c8
the like, really).
0a66c8
0a66c8
* Mon Mar  5 2001 Tim Powers <timp@redhat.com>
0a66c8
- applied patch supplied by Pekka Savola in #30508
0a66c8
- made changes to initscript as per Pekka's suggestions
0a66c8
0a66c8
* Thu Feb 15 2001 Tim Powers <timp@redhat.com>
0a66c8
- needed -D_GNU_SOURCE to build properly
0a66c8
0a66c8
* Tue Feb  6 2001 Tim Powers <timp@redhat.com>
0a66c8
- use %%configure and %%makeinstall, just glob the manpages, cleans
0a66c8
  things up
0a66c8
- fixed initscript so that it can be internationalized in the future
0a66c8
0a66c8
* Fri Feb 2 2001 Pekka Savola <pekkas@netcore.fi>
0a66c8
- Create a single package(source) for glibc21 and glibc22 (automatic
0a66c8
Requires can handle this just fine).
0a66c8
- use %%{_mandir} and friends
0a66c8
- add more flesh to %%doc
0a66c8
- streamline %%config file %%attrs
0a66c8
- streamline init.d file a bit:
0a66c8
   * add a default chkconfig: (default to disable for security etc. reasons; 
0a66c8
     also, the default config isn't generic enough..)
0a66c8
   * add reload/condrestart
0a66c8
   * minor tweaks
0a66c8
   * missing: localization support (initscripts-5.60)
0a66c8
- use %%initdir macro
0a66c8
0a66c8
* Thu Feb 1 2001 Lars Fenneberg <lf@elemental.net>
0a66c8
- updated to new release 0.6.2
0a66c8
0a66c8
* Thu Feb 1 2001 Marko Myllynen <myllynen@lut.fi>
0a66c8
- initial version, radvd version 0.6.1