new version 1.14
This commit is contained in:
parent
00af969131
commit
c3f7bafee3
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ radvd-1.6.tar.gz
|
||||
/radvd-1.10.0.tar.gz
|
||||
/radvd-1.11.tar.gz
|
||||
/radvd-1.12.tar.gz
|
||||
/radvd-1.14.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: A Router Advertisement daemon
|
||||
Name: radvd
|
||||
Version: 1.12
|
||||
Version: 1.14
|
||||
Release: 1%{?dist}
|
||||
# The code includes the advertising clause, so it's GPL-incompatible
|
||||
License: BSD with advertising
|
||||
@ -33,7 +33,7 @@ services.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
for F in CHANGES; do
|
||||
for F in CHANGES-1; do
|
||||
iconv -f iso-8859-1 -t utf-8 < "$F" > "${F}.new"
|
||||
touch -r "$F" "${F}.new"
|
||||
mv "${F}.new" "$F"
|
||||
@ -76,7 +76,7 @@ getent passwd radvd >/dev/null || \
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%doc CHANGES COPYRIGHT INTRO.html README TODO
|
||||
%doc CHANGES-1 COPYRIGHT INTRO.html README TODO
|
||||
%{_unitdir}/radvd.service
|
||||
%config(noreplace) %{_sysconfdir}/radvd.conf
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/radvd
|
||||
@ -88,6 +88,9 @@ exit 0
|
||||
%{_sbindir}/radvdump
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2014 Pavel Šimerda <psimerda@redhat.com> - 1.14-1
|
||||
- new version 1.14
|
||||
|
||||
* Thu Jun 12 2014 Pavel Šimerda <psimerda@redhat.com> - 1.12-1
|
||||
- new version 1.12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user