new version 2.1

This commit is contained in:
Pavel Šimerda 2014-07-29 14:24:16 +02:00
parent 12301dc46e
commit fe6c988456
3 changed files with 25 additions and 21 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
2f6d78c6509c4a6f8c71d82b074f8d83 radvd-2.0.tar.bz2 11a363638262be0c2ec2500b684eecbe radvd-2.1.tar.bz2