new version 1.14

This commit is contained in:
Pavel Šimerda 2014-07-11 12:14:50 +02:00
parent 00af969131
commit c3f7bafee3
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
6ba08c7fbd4b11df0957f6a0f756663b radvd-1.12.tar.gz
a257e05bd6a435ef948d3b407726d56f radvd-1.14.tar.gz