1.9.2 bump

This commit is contained in:
Petr Písař 2012-11-21 13:50:39 +01:00
parent 0486870ef7
commit 79a68a1773
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ radvd-1.6.tar.gz
/radvd-1.8.5.tar.gz
/radvd-1.9.tar.gz
/radvd-1.9.1.tar.gz
/radvd-1.9.2.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A Router Advertisement daemon
Name: radvd
Version: 1.9.1
Release: 4%{?dist}
Version: 1.9.2
Release: 1%{?dist}
# The code includes the advertising clause, so it's GPL-incompatible
License: BSD with advertising
Group: System Environment/Daemons
@ -43,11 +43,7 @@ done
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
export LDFLAGS='-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen'
%configure --with-pidfile=%{_localstatedir}/run/radvd/radvd.pid
make
# make %{?_smp_mflags}
# Parallel builds still fail because seds that transform y.tab.x into
# scanner/gram.x are not executed before compile of scanner/gram.x
#
make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
@ -91,6 +87,9 @@ exit 0
%{_sbindir}/radvdump
%changelog
* Wed Nov 21 2012 Petr Pisar <ppisar@redhat.com> - 1.9.2-1
- 1.9.2 bump
* Wed Aug 22 2012 Petr Pisar <ppisar@redhat.com> - 1.9.1-4
- Modernize systemd scriptlets (bug #850292)

View File

@ -1 +1 @@
e807ad7e9a76d46b6133df391385cd31 radvd-1.9.1.tar.gz
52f2943b4082ddcec611079e7bda05c5 radvd-1.9.2.tar.gz