Update to 1.0.15
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
This commit is contained in:
parent
e88b4142b2
commit
d3b173fb34
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ lksctp-tools-1.0.11.tar.gz
|
||||
/lksctp-tools-1.0.12.tar.gz
|
||||
/lksctp-tools-1.0.13.tar.gz
|
||||
/lksctp-tools-1.0.14.tar.gz
|
||||
/lksctp-tools-1.0.15.tar.gz
|
||||
|
@ -7,5 +7,5 @@ diff -up lksctp-tools-1.0.11/src/withsctp/withsctp.in.orig lksctp-tools-1.0.11/s
|
||||
-LIBDIR=@libdir@/@PACKAGE@
|
||||
+LIBDIR=`rpm --eval "%{_libdir}"`/@PACKAGE@
|
||||
BINDIR=@bindir@
|
||||
export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.14
|
||||
export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.15
|
||||
if ! ${BINDIR}/checksctp 2> /dev/null
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: User-space access to Linux Kernel SCTP
|
||||
Name: lksctp-tools
|
||||
Version: 1.0.14
|
||||
Version: 1.0.15
|
||||
Release: 1%{?dist}
|
||||
# src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification
|
||||
License: GPLv2 and GPLv2+ and LGPLv2 and MIT
|
||||
@ -85,6 +85,9 @@ find $RPM_BUILD_ROOT/%{_libdir}/ -name "*.la" | xargs rm -f
|
||||
%doc doc/*.txt
|
||||
|
||||
%changelog
|
||||
* Sun May 12 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.15-1
|
||||
- Update to 1.0.15
|
||||
|
||||
* Tue Apr 09 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.14-1
|
||||
- Update to 1.0.14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user