diff --git a/radvd.spec b/radvd.spec index 8d57ee0..6b82795 100644 --- a/radvd.spec +++ b/radvd.spec @@ -4,12 +4,14 @@ Summary: A Router Advertisement daemon Name: radvd Version: 0.7.2 -Release: 2 +Release: 5 License: BSD Group: System Environment/Daemons Source0: http://v6web.litech.org/radvd/radvd-%{version}.tar.gz Source1: radvd.init Source2: radvd.sysconfig +Patch: radvd-0.7.2-shutup-103543.patch +Patch1: radvd-0.7.2-srcmac-103469.patch PreReq: chkconfig, /usr/sbin/useradd, /sbin/service, initscripts BuildRoot: %{_tmppath}/%{name}-root @@ -26,10 +28,12 @@ services. %prep %setup +%patch -p1 +%patch1 -p0 %build CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %configure --with-pidfile=/var/run/radvd/radvd.pid -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -81,6 +85,15 @@ fi %{_sbindir}/radvdump %changelog +* Fri Sep 19 2003 Elliot Lee 0.7.2-5 +- Patch from #103469 + +* Fri Sep 05 2003 Elliot Lee 0.7.2-4 +- Patch from #103543 + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Wed Jan 22 2003 Tim Powers - rebuilt