Automated weekly systemtap rawhide release: 0.239.g873c6f49b639
This commit is contained in:
parent
9a54db1fee
commit
967e911cfb
1
.gitignore
vendored
1
.gitignore
vendored
@ -84,3 +84,4 @@ systemtap-1.3.tar.gz
|
|||||||
/systemtap-2.5-0.185.g4a3f6fd34498.tar.gz
|
/systemtap-2.5-0.185.g4a3f6fd34498.tar.gz
|
||||||
/systemtap-2.5-0.186.gf1753911ada8.tar.gz
|
/systemtap-2.5-0.186.gf1753911ada8.tar.gz
|
||||||
/systemtap-2.5-0.191.g651a87924c22.tar.gz
|
/systemtap-2.5-0.191.g651a87924c22.tar.gz
|
||||||
|
/systemtap-2.5-0.239.g873c6f49b639.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
acb35415d200a5556d0034c5391cb4a9 systemtap-2.5-0.191.g651a87924c22.tar.gz
|
bfa88492177fd90cdb93af6da7726f6f systemtap-2.5-0.239.g873c6f49b639.tar.gz
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 0.191.g651a87924c22%{?dist}
|
Release: 0.239.g873c6f49b639%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -90,7 +90,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.191.g651a87924c22.tar.gz
|
Source: %{name}-%{version}-0.239.g873c6f49b639.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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.`
|
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
|
||||||
ln -sf %{_libexecdir}/systemtap/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
|
if [ -d %{archdir} ]; then
|
||||||
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
|
ln -sf %{_libexecdir}/systemtap/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
|
||||||
|
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -800,8 +802,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
|
||||||
ln -sf %{_libexecdir}/systemtap/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
|
if [ -d %{archdir} ]; then
|
||||||
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
|
ln -sf %{_libexecdir}/systemtap/libHelperSDT_${arch}.so ${archdir}/libHelperSDT_${arch}.so
|
||||||
|
ln -sf %{_libexecdir}/systemtap/HelperSDT.jar ${archdir}/../ext/HelperSDT.jar
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -844,7 +848,6 @@ done
|
|||||||
%dir %attr(0755,stap-server,stap-server) %{_localstatedir}/log/stap-server
|
%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 %config(noreplace) %attr(0644,stap-server,stap-server) %{_localstatedir}/log/stap-server/log
|
||||||
%ghost %attr(0755,stap-server,stap-server) %{_localstatedir}/run/stap-server
|
%ghost %attr(0755,stap-server,stap-server) %{_localstatedir}/run/stap-server
|
||||||
%doc initscript/README.stap-server
|
|
||||||
%doc README README.unprivileged AUTHORS NEWS COPYING
|
%doc README README.unprivileged AUTHORS NEWS COPYING
|
||||||
|
|
||||||
|
|
||||||
@ -940,7 +943,7 @@ done
|
|||||||
%config(noreplace) %{_sysconfdir}/systemtap/config
|
%config(noreplace) %{_sysconfdir}/systemtap/config
|
||||||
%dir %{_localstatedir}/cache/systemtap
|
%dir %{_localstatedir}/cache/systemtap
|
||||||
%ghost %{_localstatedir}/run/systemtap
|
%ghost %{_localstatedir}/run/systemtap
|
||||||
%doc initscript/README.systemtap
|
%{_mandir}/man8/systemtap.8*
|
||||||
%if %{with_dracut}
|
%if %{with_dracut}
|
||||||
%dir %{dracutstap}
|
%dir %{dracutstap}
|
||||||
%{dracutstap}/*
|
%{dracutstap}/*
|
||||||
@ -998,6 +1001,10 @@ done
|
|||||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 10 2014 Lukas Berk <lberk@redhat.com> - 2.5-0.191.g651a87924c22
|
||||||
- Automated weekly rawhide release
|
- Automated weekly rawhide release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user