auto-import changelog data from radvd-0.7.2-5.src.rpm
Fri Sep 19 2003 Elliot Lee <sopwith@redhat.com> 0.7.2-5 - Patch from #103469 Fri Sep 05 2003 Elliot Lee <sopwith@redhat.com> 0.7.2-4 - Patch from #103543 Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
f91c46cead
commit
9d668cb5f9
17
radvd.spec
17
radvd.spec
@ -4,12 +4,14 @@
|
|||||||
Summary: A Router Advertisement daemon
|
Summary: A Router Advertisement daemon
|
||||||
Name: radvd
|
Name: radvd
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
Release: 2
|
Release: 5
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://v6web.litech.org/radvd/radvd-%{version}.tar.gz
|
Source0: http://v6web.litech.org/radvd/radvd-%{version}.tar.gz
|
||||||
Source1: radvd.init
|
Source1: radvd.init
|
||||||
Source2: radvd.sysconfig
|
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
|
PreReq: chkconfig, /usr/sbin/useradd, /sbin/service, initscripts
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
@ -26,10 +28,12 @@ services.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
|
%patch -p1
|
||||||
|
%patch1 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %configure --with-pidfile=/var/run/radvd/radvd.pid
|
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" %configure --with-pidfile=/var/run/radvd/radvd.pid
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -81,6 +85,15 @@ fi
|
|||||||
%{_sbindir}/radvdump
|
%{_sbindir}/radvdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 19 2003 Elliot Lee <sopwith@redhat.com> 0.7.2-5
|
||||||
|
- Patch from #103469
|
||||||
|
|
||||||
|
* Fri Sep 05 2003 Elliot Lee <sopwith@redhat.com> 0.7.2-4
|
||||||
|
- Patch from #103543
|
||||||
|
|
||||||
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user