From fe6c988456bb3c2491aded2210e68080ae32e3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Tue, 29 Jul 2014 14:24:16 +0200 Subject: [PATCH] new version 2.1 --- .gitignore | 1 + radvd.spec | 43 +++++++++++++++++++++++-------------------- sources | 2 +- 3 files changed, 25 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 018f399..bfcbc65 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/radvd.spec b/radvd.spec index 24ad55e..cb3173f 100644 --- a/radvd.spec +++ b/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 - 2.1-1 +- new version 2.1 + * Thu Jul 17 2014 Pavel Šimerda - 2.0-1 - new version 2.0 diff --git a/sources b/sources index 9ee812f..324e63d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f6d78c6509c4a6f8c71d82b074f8d83 radvd-2.0.tar.bz2 +11a363638262be0c2ec2500b684eecbe radvd-2.1.tar.bz2