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.14.tar.gz
|
||||
/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
|
||||
Name: radvd
|
||||
Version: 2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A Router Advertisement daemon
|
||||
Name: radvd
|
||||
Version: 2.1
|
||||
Release: 1%{?dist}
|
||||
# The code includes the advertising clause, so it's GPL-incompatible
|
||||
License: BSD with advertising
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.litech.org/radvd/
|
||||
Source0: %{url}dist/%{name}-%{version}.tar.bz2
|
||||
Source1: radvd-tmpfs.conf
|
||||
Source2: radvd.service
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: flex-static
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: systemd-units
|
||||
Requires(postun): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(post): systemd-units
|
||||
Requires(pre): shadow-utils
|
||||
License: BSD with advertising
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.litech.org/radvd/
|
||||
Source0: %{url}dist/%{name}-%{version}.tar.bz2
|
||||
Source1: radvd-tmpfs.conf
|
||||
Source2: radvd.service
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: flex-static
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: systemd-units
|
||||
Requires(postun): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(post): systemd-units
|
||||
Requires(pre): shadow-utils
|
||||
|
||||
%description
|
||||
radvd is the router advertisement daemon for IPv6. It listens to router
|
||||
@ -94,6 +94,9 @@ exit 0
|
||||
%{_sbindir}/radvdump
|
||||
|
||||
%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
|
||||
- new version 2.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user