New release 2.16
This commit is contained in:
parent
30b926ad1f
commit
41d4383035
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ radvd-1.6.tar.gz
|
|||||||
/radvd-2.11.tar.xz
|
/radvd-2.11.tar.xz
|
||||||
/radvd-2.13.tar.xz
|
/radvd-2.13.tar.xz
|
||||||
/radvd-2.14.tar.xz
|
/radvd-2.14.tar.xz
|
||||||
|
/radvd-2.16.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A Router Advertisement daemon
|
Summary: A Router Advertisement daemon
|
||||||
Name: radvd
|
Name: radvd
|
||||||
Version: 2.14
|
Version: 2.16
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# The code includes the advertising clause, so it's GPL-incompatible
|
# The code includes the advertising clause, so it's GPL-incompatible
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -100,6 +100,9 @@ exit 0
|
|||||||
%{_sbindir}/radvdump
|
%{_sbindir}/radvdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 15 2017 Pavel Zhukov <landgraf@fedoraproject.org> -2.16-1
|
||||||
|
- New release 2.16 (#1379105)
|
||||||
|
|
||||||
* Sat Apr 15 2017 Pavel Zhukov <landgraf@fedoraproject.org> -2.14-3
|
* Sat Apr 15 2017 Pavel Zhukov <landgraf@fedoraproject.org> -2.14-3
|
||||||
- FTBFS Do not use glibc headers if linux ones are available (#143873)
|
- FTBFS Do not use glibc headers if linux ones are available (#143873)
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
# $Id: radvd.sysconfig,v 1.1 2004/09/09 11:04:01 cvsdist Exp $
|
|
||||||
|
|
||||||
# use PIDFILE variable if you want override pid file (-p $PIDFILE)
|
|
||||||
# $PIDFILE is used by reload command.
|
|
||||||
PIDFILE="/var/run/radvd/radvd.pid"
|
|
||||||
|
|
||||||
# No chroot; /var/run/radvd must be owned by -u.
|
|
||||||
OPTIONS="-u radvd"
|
|
||||||
|
|
||||||
# Chroot; directory structure under /var/chroot/radvd has to be populated.
|
|
||||||
#OPTIONS="-u radvd -t /var/chroot/radvd"
|
|
Loading…
Reference in New Issue
Block a user