Automated weekly systemtap rawhide release: 0.535.g9d4241d37eb1

This commit is contained in:
Lukas Berk 2014-04-28 08:26:59 -04:00
parent 6edecfcb98
commit 1e984e9d0a
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -95,3 +95,4 @@ systemtap-1.3.tar.gz
/systemtap-2.5-0.446.ga404e997732d.tar.gz
/systemtap-2.5-0.458.g15afd83e99da.tar.gz
/systemtap-2.5-0.491.gd0e1cd9d2fcb.tar.gz
/systemtap-2.5-0.535.g9d4241d37eb1.tar.gz

View File

@ -1 +1 @@
f2ab8dc3f7b632ba304eb0a40fa3cfca systemtap-2.5-0.491.gd0e1cd9d2fcb.tar.gz
b18b08c2cbd97750bc3dc767c152a9fb systemtap-2.5-0.535.g9d4241d37eb1.tar.gz

View File

@ -68,7 +68,7 @@
Name: systemtap
Version: 2.5
Release: 0.491.gd0e1cd9d2fcb%{?dist}
Release: 0.535.g9d4241d37eb1%{?dist}
# for version, see also configure.ac
@ -101,7 +101,7 @@ Summary: Programmable system-wide instrumentation system
Group: Development/System
License: GPLv2+
URL: http://sourceware.org/systemtap/
Source: %{name}-%{version}-0.491.gd0e1cd9d2fcb.tar.gz
Source: %{name}-%{version}-0.535.g9d4241d37eb1.tar.gz
# Build*
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -337,6 +337,7 @@ License: GPLv2+
URL: http://sourceware.org/systemtap/
Requires: systemtap-runtime = %{version}-%{release}
Requires: byteman > 2.0
Requires: net-tools
%description runtime-java
This package includes support files needed to run systemtap scripts
@ -780,10 +781,10 @@ for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do
arch=`basename $f | cut -f2 -d_ | cut -f1 -d.`
%endif
for archdir in %{_jvmdir}/*openjdk*/jre/lib/${arch}; do
if [ -d %{archdir} ]; then
if [ -d ${archdir} ]; then
ln -sf %{_libexecdir}/systemtap/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
fi
fi
done
done
@ -817,10 +818,10 @@ for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do
arch=`basename $f | cut -f2 -d_ | cut -f1 -d.`
%endif
for archdir in %{_jvmdir}/*openjdk*/jre/lib/${arch}; do
if [ -d %{archdir} ]; then
if [ -d ${archdir} ]; then
ln -sf %{_libexecdir}/systemtap/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
fi
fi
done
done
@ -1016,6 +1017,10 @@ done
# http://sourceware.org/systemtap/wiki/SystemTapReleases
%changelog
* Mon Apr 28 2014 Lukas Berk <lberk@redhat.com> - 2.5-0.535.g9d4241d37eb1
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Tue Apr 22 2014 Lukas Berk <lberk@redhat.com> - 2.5-0.491.gd0e1cd9d2fcb
- Automated weekly rawhide release