new version 2.1
This commit is contained in:
parent
12301dc46e
commit
fe6c988456
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ radvd-1.6.tar.gz
|
|||||||
/radvd-1.12.tar.gz
|
/radvd-1.12.tar.gz
|
||||||
/radvd-1.14.tar.gz
|
/radvd-1.14.tar.gz
|
||||||
/radvd-2.0.tar.bz2
|
/radvd-2.0.tar.bz2
|
||||||
|
/radvd-2.1.tar.bz2
|
||||||
|
43
radvd.spec
43
radvd.spec
@ -1,24 +1,24 @@
|
|||||||
Summary: A Router Advertisement daemon
|
Summary: A Router Advertisement daemon
|
||||||
Name: radvd
|
Name: radvd
|
||||||
Version: 2.0
|
Version: 2.1
|
||||||
Release: 1%{?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
|
||||||
URL: http://www.litech.org/radvd/
|
URL: http://www.litech.org/radvd/
|
||||||
Source0: %{url}dist/%{name}-%{version}.tar.bz2
|
Source0: %{url}dist/%{name}-%{version}.tar.bz2
|
||||||
Source1: radvd-tmpfs.conf
|
Source1: radvd-tmpfs.conf
|
||||||
Source2: radvd.service
|
Source2: radvd.service
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: flex-static
|
BuildRequires: flex-static
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
radvd is the router advertisement daemon for IPv6. It listens to router
|
radvd is the router advertisement daemon for IPv6. It listens to router
|
||||||
@ -94,6 +94,9 @@ exit 0
|
|||||||
%{_sbindir}/radvdump
|
%{_sbindir}/radvdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 29 2014 Pavel Šimerda <psimerda@redhat.com> - 2.1-1
|
||||||
|
- new version 2.1
|
||||||
|
|
||||||
* Thu Jul 17 2014 Pavel Šimerda <psimerda@redhat.com> - 2.0-1
|
* Thu Jul 17 2014 Pavel Šimerda <psimerda@redhat.com> - 2.0-1
|
||||||
- new version 2.0
|
- new version 2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user