auto-import changelog data from radvd-0.7.2-2.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 0.7.2-1 - Fix #68372 for real - Update to 0.7.2 Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.7.1-4 - rebuild on all arches
This commit is contained in:
parent
870150b263
commit
f91c46cead
@ -1 +1 @@
|
||||
radvd-0.7.1.tar.bz2
|
||||
radvd-0.7.2.tar.gz
|
||||
|
18
radvd.spec
18
radvd.spec
@ -3,11 +3,11 @@
|
||||
|
||||
Summary: A Router Advertisement daemon
|
||||
Name: radvd
|
||||
Version: 0.7.1
|
||||
Release: 3
|
||||
Version: 0.7.2
|
||||
Release: 2
|
||||
License: BSD
|
||||
Group: System Environment/Daemons
|
||||
Source0: http://v6web.litech.org/radvd/radvd-%{version}.tar.bz2
|
||||
Source0: http://v6web.litech.org/radvd/radvd-%{version}.tar.gz
|
||||
Source1: radvd.init
|
||||
Source2: radvd.sysconfig
|
||||
PreReq: chkconfig, /usr/sbin/useradd, /sbin/service, initscripts
|
||||
@ -67,7 +67,7 @@ if [ $1 = 0 ]; then
|
||||
fi
|
||||
|
||||
%pre
|
||||
/usr/sbin/useradd -c "radvd user" -r -s /bin/false -u 75 -d / radvd 2>/dev/null || :
|
||||
/usr/sbin/useradd -c "radvd user" -r -s /sbin/nologin -u 75 -d / radvd 2>/dev/null || :
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -81,6 +81,16 @@ fi
|
||||
%{_sbindir}/radvdump
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Mon Jan 13 2003 Elliot Lee <sopwith@redhat.com> 0.7.2-1
|
||||
- Fix #68372 for real
|
||||
- Update to 0.7.2
|
||||
|
||||
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 0.7.1-4
|
||||
- rebuild on all arches
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user