[radvd] 1.9 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jun 15 12:31:57 UTC 2012


commit 2167994db445f2a89d6f5160dd9c637c6631044b
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 15 14:30:35 2012 +0200

    1.9 bump

 .gitignore                                         |    1 +
 radvd-1.8.5-Use-libdaemon-for-daemonization.patch  |  210 --------------------
 ....8.5-Use-pkg-config-to-discover-libdaemon.patch |   66 ------
 radvd.spec                                         |   20 +--
 sources                                            |    2 +-
 5 files changed, 8 insertions(+), 291 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be843cc..c3f2014 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ radvd-1.6.tar.gz
 /radvd-1.8.3.tar.gz
 /radvd-1.8.4.tar.gz
 /radvd-1.8.5.tar.gz
+/radvd-1.9.tar.gz
diff --git a/radvd.spec b/radvd.spec
index 026b0ea..13760b5 100644
--- a/radvd.spec
+++ b/radvd.spec
@@ -1,7 +1,7 @@
 Summary:    A Router Advertisement daemon
 Name:       radvd
-Version:    1.8.5
-Release:    4%{?dist}
+Version:    1.9
+Release:    1%{?dist}
 # The code includes the advertising clause, so it's GPL-incompatible
 License:    BSD with advertising
 Group:      System Environment/Daemons
@@ -9,14 +9,6 @@ URL:        http://www.litech.org/radvd/
 Source0:    %{url}dist/%{name}-%{version}.tar.gz
 Source1:    radvd-tmpfs.conf
 Source2:    radvd.service
-# Bug #811997, fixed in upstream after 1.8.5
-Patch0:     radvd-1.8.5-Use-libdaemon-for-daemonization.patch
-# Bug #811997, fixed in upstream after 1.8.5
-Patch1:     radvd-1.8.5-Use-pkg-config-to-discover-libdaemon.patch
-# autotools are needed for Use-libdaemon-for-daemonization and
-# Use-pkg-config-to-discover-libdaemon patches
-BuildRequires:      autoconf
-BuildRequires:      automake
 BuildRequires:      byacc
 BuildRequires:      flex
 BuildRequires:      flex-static
@@ -41,9 +33,6 @@ services.
 
 %prep
 %setup -q
-%patch0 -p1 -b .libdaemon
-%patch1 -p1 -b .pkgconfig
-autoreconf -is
 for F in CHANGES; do
     iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
     touch -r "$F" "${F}.new"
@@ -100,7 +89,7 @@ getent passwd radvd >/dev/null || \
 exit 0
 
 %files
-%doc COPYRIGHT README CHANGES INTRO.html TODO
+%doc CHANGES COPYRIGHT INTRO.html README TODO
 %{_unitdir}/radvd.service
 %config(noreplace) %{_sysconfdir}/radvd.conf
 %config(noreplace) %{_sysconfdir}/sysconfig/radvd
@@ -112,6 +101,9 @@ exit 0
 %{_sbindir}/radvdump
 
 %changelog
+* Fri Jun 15 2012 Petr Pisar <ppisar at redhat.com> - 1.9-1
+- 1.9 bump
+
 * Wed May 23 2012 Petr Pisar <ppisar at redhat.com> - 1.8.5-4
 - Start service independently on network state (bug #824205)
 - Do not force systemd logging to syslog (bug #824205)
diff --git a/sources b/sources
index 6cc8bd0..6d567a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdeca76d976282c306f3c454d6ff1f67  radvd-1.8.5.tar.gz
+881627a2dbea4df1152ec6bb7ef6a9e8  radvd-1.9.tar.gz


More information about the scm-commits mailing list