Automated weekly systemtap rawhide release: 0.239.g873c6f49b639

This commit is contained in:
Lukas Berk 2014-02-18 09:50:14 -05:00
parent 9a54db1fee
commit 967e911cfb
3 changed files with 18 additions and 10 deletions

1
.gitignore vendored
View File

@ -84,3 +84,4 @@ systemtap-1.3.tar.gz
/systemtap-2.5-0.185.g4a3f6fd34498.tar.gz
/systemtap-2.5-0.186.gf1753911ada8.tar.gz
/systemtap-2.5-0.191.g651a87924c22.tar.gz
/systemtap-2.5-0.239.g873c6f49b639.tar.gz

View File

@ -1 +1 @@
acb35415d200a5556d0034c5391cb4a9 systemtap-2.5-0.191.g651a87924c22.tar.gz
bfa88492177fd90cdb93af6da7726f6f systemtap-2.5-0.239.g873c6f49b639.tar.gz

View File

@ -57,7 +57,7 @@
Name: systemtap
Version: 2.5
Release: 0.191.g651a87924c22%{?dist}
Release: 0.239.g873c6f49b639%{?dist}
# for version, see also configure.ac
@ -90,7 +90,7 @@ Summary: Programmable system-wide instrumentation system
Group: Development/System
License: GPLv2+
URL: http://sourceware.org/systemtap/
Source: %{name}-%{version}-0.191.g651a87924c22.tar.gz
Source: %{name}-%{version}-0.239.g873c6f49b639.tar.gz
# Build*
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -765,8 +765,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
ln -sf %{_libexecdir}/systemtap/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
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
done
done
@ -800,8 +802,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
ln -sf %{_libexecdir}/systemtap/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
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
done
done
@ -844,7 +848,6 @@ done
%dir %attr(0755,stap-server,stap-server) %{_localstatedir}/log/stap-server
%ghost %config(noreplace) %attr(0644,stap-server,stap-server) %{_localstatedir}/log/stap-server/log
%ghost %attr(0755,stap-server,stap-server) %{_localstatedir}/run/stap-server
%doc initscript/README.stap-server
%doc README README.unprivileged AUTHORS NEWS COPYING
@ -940,7 +943,7 @@ done
%config(noreplace) %{_sysconfdir}/systemtap/config
%dir %{_localstatedir}/cache/systemtap
%ghost %{_localstatedir}/run/systemtap
%doc initscript/README.systemtap
%{_mandir}/man8/systemtap.8*
%if %{with_dracut}
%dir %{dracutstap}
%{dracutstap}/*
@ -998,6 +1001,10 @@ done
# http://sourceware.org/systemtap/wiki/SystemTapReleases
%changelog
* Tue Feb 18 2014 Lukas Berk <lberk@redhat.com> - 2.5-0.239.g873c6f49b639
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Mon Feb 10 2014 Lukas Berk <lberk@redhat.com> - 2.5-0.191.g651a87924c22
- Automated weekly rawhide release