Automated weekly systemtap rawhide release: 0.535.g9d4241d37eb1
This commit is contained in:
parent
6edecfcb98
commit
1e984e9d0a
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@ systemtap-1.3.tar.gz
|
|||||||
/systemtap-2.5-0.446.ga404e997732d.tar.gz
|
/systemtap-2.5-0.446.ga404e997732d.tar.gz
|
||||||
/systemtap-2.5-0.458.g15afd83e99da.tar.gz
|
/systemtap-2.5-0.458.g15afd83e99da.tar.gz
|
||||||
/systemtap-2.5-0.491.gd0e1cd9d2fcb.tar.gz
|
/systemtap-2.5-0.491.gd0e1cd9d2fcb.tar.gz
|
||||||
|
/systemtap-2.5-0.535.g9d4241d37eb1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f2ab8dc3f7b632ba304eb0a40fa3cfca systemtap-2.5-0.491.gd0e1cd9d2fcb.tar.gz
|
b18b08c2cbd97750bc3dc767c152a9fb systemtap-2.5-0.535.g9d4241d37eb1.tar.gz
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 0.491.gd0e1cd9d2fcb%{?dist}
|
Release: 0.535.g9d4241d37eb1%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ Summary: Programmable system-wide instrumentation system
|
|||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Source: %{name}-%{version}-0.491.gd0e1cd9d2fcb.tar.gz
|
Source: %{name}-%{version}-0.535.g9d4241d37eb1.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -337,6 +337,7 @@ License: GPLv2+
|
|||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap-runtime = %{version}-%{release}
|
Requires: systemtap-runtime = %{version}-%{release}
|
||||||
Requires: byteman > 2.0
|
Requires: byteman > 2.0
|
||||||
|
Requires: net-tools
|
||||||
|
|
||||||
%description runtime-java
|
%description runtime-java
|
||||||
This package includes support files needed to run systemtap scripts
|
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.`
|
arch=`basename $f | cut -f2 -d_ | cut -f1 -d.`
|
||||||
%endif
|
%endif
|
||||||
for archdir in %{_jvmdir}/*openjdk*/jre/lib/${arch}; do
|
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/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
|
||||||
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
|
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -817,10 +818,10 @@ for f in %{_libexecdir}/systemtap/libHelperSDT_*.so; do
|
|||||||
arch=`basename $f | cut -f2 -d_ | cut -f1 -d.`
|
arch=`basename $f | cut -f2 -d_ | cut -f1 -d.`
|
||||||
%endif
|
%endif
|
||||||
for archdir in %{_jvmdir}/*openjdk*/jre/lib/${arch}; do
|
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/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
|
||||||
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
|
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -1016,6 +1017,10 @@ done
|
|||||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 22 2014 Lukas Berk <lberk@redhat.com> - 2.5-0.491.gd0e1cd9d2fcb
|
||||||
- Automated weekly rawhide release
|
- Automated weekly rawhide release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user