1.9.2 bump
This commit is contained in:
parent
0486870ef7
commit
79a68a1773
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
13
radvd.spec
13
radvd.spec
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user