2007-02-15 07:44:58 +00:00
|
|
|
Summary: A Router Advertisement daemon
|
|
|
|
Name: radvd
|
2012-02-01 13:38:50 +00:00
|
|
|
Version: 1.8.5
|
2012-04-12 13:58:28 +00:00
|
|
|
Release: 3%{?dist}
|
2007-01-31 11:32:20 +00:00
|
|
|
# The code includes the advertising clause, so it's GPL-incompatible
|
2008-09-03 19:53:48 +00:00
|
|
|
License: BSD with advertising
|
2007-02-15 07:44:58 +00:00
|
|
|
Group: System Environment/Daemons
|
|
|
|
URL: http://www.litech.org/radvd/
|
2012-04-03 14:37:59 +00:00
|
|
|
Source: %{url}dist/%{name}-%{version}.tar.gz
|
2010-12-09 06:58:29 +00:00
|
|
|
Source2: radvd-tmpfs.conf
|
2011-02-28 07:06:31 +00:00
|
|
|
Source3: radvd.service
|
2012-04-12 13:58:28 +00:00
|
|
|
# Bug #811997, fixed in upstream after 1.8.5
|
|
|
|
Patch0: radvd-1.8.5-Use-libdaemon-for-daemonization.patch
|
|
|
|
# Bug #811997, fixed in upstream after 1.8.5
|
|
|
|
Patch1: radvd-1.8.5-Use-pkg-config-to-discover-libdaemon.patch
|
|
|
|
# autoconf needed for Use-libdaemon-for-daemonization and
|
|
|
|
# Use-pkg-config-to-discover-libdaemon patches
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: byacc
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: flex-static
|
|
|
|
BuildRequires: libdaemon-devel
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: systemd-units
|
2012-04-03 16:06:26 +00:00
|
|
|
Requires(postun): systemd-units
|
2012-04-03 15:24:20 +00:00
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(post): systemd-units
|
2012-04-03 16:06:26 +00:00
|
|
|
Requires(pre): shadow-utils
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
radvd is the router advertisement daemon for IPv6. It listens to router
|
|
|
|
solicitations and sends router advertisements as described in "Neighbor
|
|
|
|
Discovery for IP Version 6 (IPv6)" (RFC 2461). With these advertisements
|
|
|
|
hosts can automatically configure their addresses and some other
|
|
|
|
parameters. They also can choose a default router based on these
|
|
|
|
advertisements.
|
|
|
|
|
|
|
|
Install radvd if you are setting up IPv6 network and/or Mobile IPv6
|
|
|
|
services.
|
|
|
|
|
|
|
|
%prep
|
2007-02-15 07:44:58 +00:00
|
|
|
%setup -q
|
2012-04-12 13:58:28 +00:00
|
|
|
%patch0 -p1 -b .libdaemon
|
|
|
|
%patch1 -p1 -b .pkgconfig
|
|
|
|
autoreconf -is
|
2012-04-03 14:45:20 +00:00
|
|
|
for F in CHANGES; do
|
|
|
|
iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
|
|
|
|
touch -r "$F" "${F}.new"
|
|
|
|
mv "${F}.new" "$F"
|
|
|
|
done
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
|
|
|
|
%build
|
2007-01-31 19:12:19 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE"
|
2007-02-01 13:42:45 +00:00
|
|
|
export LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen'
|
2010-12-01 14:16:43 +00:00
|
|
|
%configure --with-pidfile=%{_localstatedir}/run/radvd/radvd.pid
|
2005-07-18 17:55:32 +00:00
|
|
|
make
|
|
|
|
# make %{?_smp_mflags}
|
|
|
|
# Parallel builds still fail because seds that transform y.tab.x into
|
|
|
|
# scanner/gram.x are not executed before compile of scanner/gram.x
|
|
|
|
#
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
|
|
|
|
%install
|
2007-02-15 07:44:58 +00:00
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
|
2010-12-01 14:16:43 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/radvd
|
2012-04-03 15:00:41 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
|
2005-07-18 17:50:53 +00:00
|
|
|
|
|
|
|
install -m 644 redhat/radvd.conf.empty $RPM_BUILD_ROOT%{_sysconfdir}/radvd.conf
|
2005-02-21 23:38:26 +00:00
|
|
|
install -m 644 redhat/radvd.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/radvd
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
|
2010-12-09 06:58:29 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d
|
2011-02-28 07:06:31 +00:00
|
|
|
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/radvd.conf
|
2012-04-03 15:00:41 +00:00
|
|
|
install -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_unitdir}
|
2010-12-09 06:58:29 +00:00
|
|
|
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
%postun
|
2011-02-28 07:06:31 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
|
2012-04-03 15:00:41 +00:00
|
|
|
if [ "$1" -ge 1 ]; then
|
2011-02-28 07:06:31 +00:00
|
|
|
/bin/systemctl try-restart radvd.service >/dev/null 2>&1 || :
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/chkconfig --add radvd
|
2012-04-03 15:00:41 +00:00
|
|
|
if [ "$1" -eq 1 ]; then
|
2011-02-28 07:06:31 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
fi
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
|
|
|
|
%preun
|
2012-04-03 15:00:41 +00:00
|
|
|
if [ "$1" -eq 0 ]; then
|
2011-02-28 07:06:31 +00:00
|
|
|
/bin/systemctl disable radvd.service > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop radvd.service > /dev/null 2>&1 || :
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%pre
|
2012-04-03 16:06:26 +00:00
|
|
|
getent group radvd >/dev/null || groupadd -r radvd
|
2010-05-21 12:23:17 +00:00
|
|
|
getent passwd radvd >/dev/null || \
|
2012-04-03 16:06:26 +00:00
|
|
|
useradd -r -g radvd -d / -s /sbin/nologin -c "radvd user" radvd
|
2010-05-21 12:23:17 +00:00
|
|
|
exit 0
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
|
|
|
|
%files
|
2004-09-09 11:07:00 +00:00
|
|
|
%doc COPYRIGHT README CHANGES INTRO.html TODO
|
2012-04-03 15:00:41 +00:00
|
|
|
%{_unitdir}/radvd.service
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/radvd.conf
|
2010-12-01 14:16:43 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/radvd
|
2010-12-09 06:58:29 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/tmpfiles.d/radvd.conf
|
|
|
|
%dir %attr(-,radvd,radvd) %{_localstatedir}/run/radvd/
|
2005-07-18 17:50:53 +00:00
|
|
|
%doc radvd.conf.example
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
%{_mandir}/*/*
|
|
|
|
%{_sbindir}/radvd
|
|
|
|
%{_sbindir}/radvdump
|
|
|
|
|
|
|
|
%changelog
|
2012-04-12 13:58:28 +00:00
|
|
|
* Thu Apr 12 2012 Petr Pisar <ppisar@redhat.com> - 1.8.5-3
|
|
|
|
- Store PID before daemonizing (bug #811997)
|
|
|
|
|
2012-04-03 14:37:59 +00:00
|
|
|
* Tue Apr 03 2012 Petr Pisar <ppisar@redhat.com> - 1.8.5-2
|
|
|
|
- Clean up spec file
|
2012-04-03 15:24:20 +00:00
|
|
|
- Remove System V init support
|
2012-04-03 16:06:26 +00:00
|
|
|
- Fix radvd account creation
|
2012-04-03 14:37:59 +00:00
|
|
|
|
2012-02-01 13:38:50 +00:00
|
|
|
* Wed Feb 01 2012 Jiri Skala <jskala@redhat.com> - 1.8.5-1
|
|
|
|
- update to latest upstream version 1.8.5
|
|
|
|
|
2012-01-23 07:15:27 +00:00
|
|
|
* Mon Jan 23 2012 Jiri Skala <jskala@redhat.com> - 1.8.4-1
|
|
|
|
- update to latest upstream version 1.8.4
|
|
|
|
|
2012-01-14 02:37:38 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-17 05:14:34 +00:00
|
|
|
* Mon Oct 17 2011 Jiri Skala <jskala@redhat.com> - 1.8.3-1
|
|
|
|
- update to latest upstream version 1.8.3
|
|
|
|
|
2011-10-10 08:46:08 +00:00
|
|
|
* Mon Oct 10 2011 Jiri Skala <jskala@redhat.com> - 1.8.2-2
|
|
|
|
- fixes CVE-2011-3602
|
|
|
|
|
2011-10-07 07:01:14 +00:00
|
|
|
* Fri Oct 07 2011 Jiri Skala <jskala@redhat.com> - 1.8.2-1
|
|
|
|
- update to latest upstream version 1.8.2
|
|
|
|
- this update fixes CVE-2011-360{1..5}
|
|
|
|
|
2011-08-24 08:17:48 +00:00
|
|
|
* Wed Aug 24 2011 Jiri Skala <jskala@redhat.com> - 1.8.1-1
|
|
|
|
- update to latest upstream version 1.8.1
|
|
|
|
|
2011-08-12 10:19:51 +00:00
|
|
|
* Fri Aug 12 2011 Jiri Skala <jskala@redhat.com> - 1.8-2
|
|
|
|
- fixes #729367 - supress unadvisable messages - applied upstream changes
|
|
|
|
|
2011-05-17 11:30:53 +00:00
|
|
|
* Tue May 17 2011 Jiri Skala <jskala@redhat.com> - 1.8-1
|
|
|
|
- update to latest upstream version 1.8
|
|
|
|
|
|
|
|
* Mon Feb 28 2011 Jiri Skala <jskala@redhat.com> - 1.7-3
|
2011-02-28 13:20:45 +00:00
|
|
|
- fixes #679830 - radvd dies when reloading, initscript reports "OK"
|
|
|
|
|
|
|
|
* Wed Feb 23 2011 Jiri Skala <jskala@redhat.com> - 1.7-2
|
2011-02-28 07:06:31 +00:00
|
|
|
- fixes #679821 - provides native systemd service file
|
|
|
|
|
2011-02-09 07:54:05 +00:00
|
|
|
* Wed Feb 09 2011 Jiri Skala <jskala@redhat.com> - 1.7-1
|
|
|
|
- update to latest upstream version 1.7
|
|
|
|
|
2011-02-09 06:04:44 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-09 06:58:29 +00:00
|
|
|
* Wed Dec 01 2010 Jiri Skala <jskala@redhat.com> - 1.6-4
|
|
|
|
- #656682 - using tmpfiles.d
|
|
|
|
|
2010-12-01 14:16:43 +00:00
|
|
|
* Wed Dec 01 2010 Jiri Skala <jskala@redhat.com> - 1.6-3
|
2012-04-03 14:37:59 +00:00
|
|
|
- fixes #656682 - using %%ghost on files in /var/run
|
2010-12-02 13:45:15 +00:00
|
|
|
- added necessary buildrequres flex-static
|
2010-12-01 14:16:43 +00:00
|
|
|
|
2010-05-21 12:23:17 +00:00
|
|
|
* Fri May 21 2010 Jiri Skala <jskala@redhat.com> - 1.6-2
|
|
|
|
- ensure fax group id == fax user id
|
|
|
|
|
2010-03-29 08:41:02 +00:00
|
|
|
* Mon Mar 29 2010 Jiri Skala <jskala@redhat.com> - 1.6-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2010-01-25 15:18:04 +00:00
|
|
|
* Mon Jan 25 2010 Jiri Skala <jskala@redhat.com> - 1.5-3
|
|
|
|
- spec file uses Source1 for radvd.init no more init from tarball
|
|
|
|
- radvd.init modified to make rmplint more silent
|
|
|
|
- removed userdel usage from postun
|
|
|
|
|
2010-01-13 15:02:32 +00:00
|
|
|
* Wed Jan 13 2010 Jan Gorig <jgorig@redhat.com> - 1.5-2
|
|
|
|
- mistake in last build
|
|
|
|
|
2010-01-13 14:22:11 +00:00
|
|
|
* Wed Jan 13 2010 Jan Gorig <jgorig@redhat.com> - 1.5-1
|
|
|
|
- updated do latest upstream version
|
|
|
|
- fixed #554125 - added error message
|
|
|
|
|
2009-10-18 20:43:51 +00:00
|
|
|
* Sun Oct 18 2009 Jiri Skala <jskala@redhat.com> - 1.3-4
|
|
|
|
- fixed #528178 - added force-reload
|
|
|
|
|
2009-10-18 20:13:47 +00:00
|
|
|
* Sun Oct 18 2009 Jiri Skala <jskala@redhat.com> - 1.3-3
|
|
|
|
- fixed #528178 - retval in init script to be posix compliant
|
|
|
|
|
2009-07-27 02:44:51 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-10 09:43:49 +00:00
|
|
|
* Fri Jul 10 2009 Jiri Skala <jskala@redhat.com> - 1.3-1
|
|
|
|
- updated to latest upstream version
|
|
|
|
|
2009-06-03 14:05:27 +00:00
|
|
|
* Wed Jun 03 2009 Jiri Skala <jskala@redhat.com> - 1.2-3
|
|
|
|
- changed echos to be able to accept localization
|
|
|
|
|
2009-04-28 09:07:53 +00:00
|
|
|
* Tue Apr 28 2009 Jiri Skala <jskala@redhat.com> - 1.2-2
|
|
|
|
- fixed ambiguous condition in init script (exit 4)
|
|
|
|
|
|
|
|
* Mon Apr 27 2009 Jiri Skala <jskala@redhat.com> - 1.2-1
|
2009-04-27 20:16:37 +00:00
|
|
|
- updated to latest upstream version
|
|
|
|
|
2009-02-27 07:55:49 +00:00
|
|
|
* Fri Feb 27 2009 Jiri Skala <jskala@redhat.com> - 1.1-8
|
|
|
|
- regenerated posix patch
|
|
|
|
|
2009-02-25 18:38:47 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-02 13:30:24 +00:00
|
|
|
* Mon Feb 02 2009 Jiri Skala <jskala@redhat.com> - 1.1-6
|
|
|
|
- init script modified to be POSIX compliant
|
|
|
|
|
2008-09-03 19:53:48 +00:00
|
|
|
* Wed Sep 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-5
|
|
|
|
- fix license tag
|
|
|
|
|
2008-06-23 14:41:25 +00:00
|
|
|
* Mon Jun 23 2008 Jiri Skala <jskala@redhat.com> - 1.1-4
|
|
|
|
- radvd.init LSB compliant
|
|
|
|
|
2008-04-11 09:25:01 +00:00
|
|
|
* Fri Apr 11 2008 Martin Nagy <mnagy@redhat.com> - 1.1-3
|
|
|
|
- remove stale pid file on start
|
|
|
|
|
2008-02-25 11:00:07 +00:00
|
|
|
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 1.1-2
|
|
|
|
- fix up string comparison in init script (#427047)
|
|
|
|
|
2008-02-25 09:55:04 +00:00
|
|
|
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 1.1-1
|
|
|
|
- update to new upstream version
|
|
|
|
- remove patch fixed in upstream: initscript
|
|
|
|
|
2008-02-11 10:58:19 +00:00
|
|
|
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 1.0-6
|
|
|
|
- rebuild for gcc-4.3
|
|
|
|
|
2007-11-13 14:28:01 +00:00
|
|
|
* Tue Nov 13 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-5
|
|
|
|
- resolves #376081: The radvd init script exits without doing anything if /usr/sbin/radvd exists
|
|
|
|
|
2007-08-23 09:53:59 +00:00
|
|
|
* Thu Aug 23 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-4.1
|
|
|
|
- Rebuild
|
|
|
|
|
2007-08-03 12:24:19 +00:00
|
|
|
* Fri Aug 3 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-4
|
|
|
|
- resolves: #247041: Initscript Review
|
|
|
|
|
|
|
|
* Wed Feb 14 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-3
|
2007-02-15 07:44:58 +00:00
|
|
|
- specfile cleanup for review
|
|
|
|
|
2007-08-03 12:24:19 +00:00
|
|
|
* Thu Feb 1 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-2
|
2007-02-01 13:42:45 +00:00
|
|
|
- linking with -pie flag turned on again
|
|
|
|
|
2007-08-03 12:24:19 +00:00
|
|
|
* Wed Jan 31 2007 Martin Bacovsky <mbacovsk@redhat.com> - 1.0-1
|
2007-01-31 19:12:19 +00:00
|
|
|
- rebase to upstream 1.0
|
2007-01-31 10:49:27 +00:00
|
|
|
- Resolves: #225542: radvd 1.0 released
|
|
|
|
|
2006-08-18 20:17:21 +00:00
|
|
|
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 0.9.1-4
|
|
|
|
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
|
|
|
|
(#203001)
|
|
|
|
|
2006-07-17 15:26:36 +00:00
|
|
|
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 0.9.1-3
|
|
|
|
- rebuild for new FC-6 build environment
|
|
|
|
|
2006-06-06 00:56:32 +00:00
|
|
|
* Mon Jun 05 2006 Jason Vas Dias <jvdias@redhat.com> - 0.9.1-2
|
|
|
|
- fix BuildRequires for Mock
|
|
|
|
|
2006-02-11 05:27:19 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9.1-1.1.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-08 00:20:04 +00:00
|
|
|
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 0.9.1-1.1
|
|
|
|
- rebuild for new gcc, glibc, glibc-kernheaders
|
|
|
|
|
2006-01-16 16:35:29 +00:00
|
|
|
* Mon Jan 16 2006 Jason Vas Dias<jvdias@redhat.com> - 0.9.1-1
|
|
|
|
- Upgrade to upstream version 0.9.1
|
|
|
|
|
|
|
|
* Sun Dec 18 2005 Jason Vas Dias<jvdias@redhat.com>
|
2005-12-18 19:48:12 +00:00
|
|
|
- Upgrade to upstream version 0.9
|
|
|
|
|
2005-12-09 22:42:56 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-07-19 14:44:14 +00:00
|
|
|
* Tue Jul 18 2005 Jason Vas Dias <jvdias@redhat.com> 0.8.2.FC5
|
|
|
|
- fix bug 163593: must use '%%configure' to get correct conf file location
|
|
|
|
|
2005-07-18 17:50:53 +00:00
|
|
|
* Mon Jul 18 2005 Jason Vas Dias <jvdias@redhat.com> 0.8-1.FC5
|
|
|
|
- Upgrade to upstream version 0.8
|
|
|
|
|
|
|
|
* Fri Jul 8 2005 Pekka Savola <pekkas@netcore.fi> 0.8-1
|
|
|
|
- 0.8.
|
|
|
|
- Ship the example config file as %%doc (Red Hat's #159005)
|
|
|
|
|
2005-02-25 19:23:29 +00:00
|
|
|
* Fri Feb 25 2005 Jason Vas Dias <jvdias@redhat.com> 0.7.3-1_FC4
|
2005-02-25 19:22:40 +00:00
|
|
|
- make version compare > that of FC3
|
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
* Mon Feb 21 2005 Jason Vas Dias <jvdias@redhat.com> 0.7.3-1
|
|
|
|
- Upgrade to radvd-0.7.3
|
|
|
|
- add execshield -fPIE / -pie compile / link options
|
2004-09-09 11:05:12 +00:00
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
* Mon Feb 21 2005 Pekka Savola <pekkas@netcore.fi> 0.7.3-1
|
|
|
|
- 0.7.3.
|
2004-09-09 11:04:55 +00:00
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
* Mon Oct 28 2002 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- 0.7.2.
|
2004-09-09 11:04:52 +00:00
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
* Tue May 7 2002 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- remove '-g %%{RADVD_GID}' when creating the user, which may be problematic
|
|
|
|
if the user didn't exist before.
|
2004-09-09 11:04:43 +00:00
|
|
|
|
2005-02-22 17:39:08 +00:00
|
|
|
* Fri Apr 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 0.7.1-1
|
|
|
|
- 0.7.1 (bugfix release, #61023), fixes:
|
|
|
|
- Check that forwarding is enabled when starting radvd
|
|
|
|
(helps avoid odd problems)
|
|
|
|
- Check configuration file permissions (note: in setuid operation, must not
|
|
|
|
be writable by the user.group)
|
|
|
|
- Cleanups and enhancements for radvdump
|
|
|
|
- Ensure NULL-termination with strncpy even with overlong strings
|
|
|
|
(non-criticals, but better safe than sorry)
|
|
|
|
- Update config.{guess,sub} to cope with some newer architectures
|
|
|
|
- Minor fixes and cleanups
|
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
* Wed Jan 14 2002 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- 0.7.1.
|
2004-09-09 11:04:15 +00:00
|
|
|
|
2005-02-22 17:39:08 +00:00
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
* Tue Jan 8 2002 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- Change 'reload' to signal HUP to radvd instead or restarting.
|
2004-09-09 11:04:15 +00:00
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
* Fri Dec 28 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- License unfortunately is BSD *with* advertising clause, so to be pedantic,
|
|
|
|
change License: to 'BSD-style'.
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
|
2005-02-22 17:39:08 +00:00
|
|
|
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- 0.7.0
|
|
|
|
|
2005-02-21 23:38:26 +00:00
|
|
|
* Wed Nov 14 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- spec file cleanups
|
|
|
|
- update to 0.7.0.
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
|
2005-02-22 17:39:08 +00:00
|
|
|
* Mon Jul 9 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- initial Red Hat Linux build
|
|
|
|
|
|
|
|
* Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- add a patch from USAGI for overflow, Copyright -> License.
|
|
|
|
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
* Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- use /sbin/service.
|
|
|
|
- update to 0.6.2pl4.
|
|
|
|
|
|
|
|
* Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- update to 0.6.2pl3.
|
|
|
|
|
|
|
|
* Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- update to 0.6.2pl2.
|
|
|
|
|
|
|
|
* Wed Apr 4 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- update to 0.62pl1. Bye bye patches!
|
|
|
|
- Require: initscripts (should really be with a version providing IPv6)
|
|
|
|
- clean up the init script, make condrestart work properly
|
|
|
|
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
|
|
|
|
|
|
|
|
* Sun Apr 1 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- add patch to chroot (doesn't work well yet, as /proc is used directly)
|
|
|
|
- clean up droproot patch, drop the rights earlier; require user-writable
|
|
|
|
pidfile directory
|
|
|
|
- set up the pidfile directory at compile time.
|
|
|
|
|
|
|
|
* Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- add select/kill signals patch from Nathan Lutchansky <lutchann@litech.org>.
|
|
|
|
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
|
|
|
|
- add patch to check the pid file before fork.
|
|
|
|
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
|
|
|
|
default one.
|
|
|
|
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
|
|
|
|
- fix initscript NETWORKING_IPV6 check.
|
|
|
|
|
|
|
|
* Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- add droproot patch, change to nobody by default (should use radvd:radvd or
|
|
|
|
the like, really).
|
|
|
|
|
|
|
|
* Mon Mar 5 2001 Tim Powers <timp@redhat.com>
|
|
|
|
- applied patch supplied by Pekka Savola in #30508
|
|
|
|
- made changes to initscript as per Pekka's suggestions
|
|
|
|
|
|
|
|
* Thu Feb 15 2001 Tim Powers <timp@redhat.com>
|
|
|
|
- needed -D_GNU_SOURCE to build properly
|
|
|
|
|
|
|
|
* Tue Feb 6 2001 Tim Powers <timp@redhat.com>
|
|
|
|
- use %%configure and %%makeinstall, just glob the manpages, cleans
|
|
|
|
things up
|
|
|
|
- fixed initscript so that it can be internationalized in the future
|
|
|
|
|
|
|
|
* Fri Feb 2 2001 Pekka Savola <pekkas@netcore.fi>
|
|
|
|
- Create a single package(source) for glibc21 and glibc22 (automatic
|
|
|
|
Requires can handle this just fine).
|
|
|
|
- use %%{_mandir} and friends
|
2007-02-15 07:44:58 +00:00
|
|
|
- add more flesh to %%doc
|
|
|
|
- streamline %%config file %%attrs
|
auto-import changelog data from radvd-0.6.2pl4-1.src.rpm
Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- initial Red Hat Linux build
Sun Jun 24 2001 Pekka Savola <pekkas@netcore.fi>
- add a patch from USAGI for overflow, Copyright -> License.
Wed Jun 20 2001 Pekka Savola <pekkas@netcore.fi>
- use /sbin/service.
- update to 0.6.2pl4.
Sat Apr 28 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl3.
Wed Apr 11 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.6.2pl2.
Wed Apr 04 2001 Pekka Savola <pekkas@netcore.fi>
- update to 0.62pl1. Bye bye patches!
- Require: initscripts (should really be with a version providing IPv6)
- clean up the init script, make condrestart work properly
- Use a static /etc/rc.d/init.d; init.d/radvd required it anyway.
Sun Apr 01 2001 Pekka Savola <pekkas@netcore.fi>
- add patch to chroot (doesn't work well yet, as /proc is used directly)
- clean up droproot patch, drop the rights earlier; require user-writable
pidfile directory
- set up the pidfile directory at compile time.
Sat Mar 31 2001 Pekka Savola <pekkas@netcore.fi>
- add select/kill signals patch from Nathan Lutchansky
<lutchann@litech.org>.
- add address syntax checked fix from Marko Myllynen <myllynen@lut.fi>.
- add patch to check the pid file before fork.
- add support for OPTIONS sourced from /etc/sysconfig/radvd, provide a nice
default one.
- add/delete radvd user, change the pidfile to /var/run/radvd/radvd.pid.
- fix initscript NETWORKING_IPV6 check.
Sun Mar 18 2001 Pekka Savola <pekkas@netcore.fi>
- add droproot patch, change to nobody by default (should use radvd:radvd
or the like, really).
Mon Mar 05 2001 Tim Powers <timp@redhat.com>
- applied patch supplied by Pekka Savola in #30508
- made changes to initscript as per Pekka's suggestions
Thu Feb 15 2001 Tim Powers <timp@redhat.com>
- needed -D_GNU_SOURCE to build properly
Tue Feb 06 2001 Tim Powers <timp@redhat.com>
- use %configure and %makeinstall, just glob the manpages, cleans things up
- fixed initscript so that it can be internationalized in the future
Fri Feb 02 2001 Pekka Savola <pekkas@netcore.fi>
- Create a single package(source) for glibc21 and glibc22 (automatic
Requires can handle this just fine).
- use %{_mandir} and friends
- add more flesh to %doc
- streamline %config file %attrs
- streamline init.d file a bit:
add reload/condrestart
minor tweaks
localization support (initscripts-5.60)
- use %initdir macro
Thu Feb 01 2001 Lars Fenneberg <lf@elemental.net>
- updated to new release 0.6.2
Thu Feb 01 2001 Marko Myllynen <myllynen@lut.fi>
- initial version, radvd version 0.6.1
2004-09-09 11:04:01 +00:00
|
|
|
- streamline init.d file a bit:
|
|
|
|
* add a default chkconfig: (default to disable for security etc. reasons;
|
|
|
|
also, the default config isn't generic enough..)
|
|
|
|
* add reload/condrestart
|
|
|
|
* minor tweaks
|
|
|
|
* missing: localization support (initscripts-5.60)
|
|
|
|
- use %%initdir macro
|
|
|
|
|
|
|
|
* Thu Feb 1 2001 Lars Fenneberg <lf@elemental.net>
|
|
|
|
- updated to new release 0.6.2
|
|
|
|
|
|
|
|
* Thu Feb 1 2001 Marko Myllynen <myllynen@lut.fi>
|
|
|
|
- initial version, radvd version 0.6.1
|