systemtap-runtime-virtguest-3.0-2.fc22$>-|2w>>>#?#|d" ) T *1 @Stzv\d h l t   4<|s(8B9 B:aB>!?!@!G!H!I!X!Y!\"]"^"(b"Xd#,e#1f#4l#6t#Lu#Tv#\w#hx#p#xCsystemtap-runtime-virtguest3.02.fc22Systemtap Cross-VM Instrumentation - guestThis package installs the services necessary on a virtual machine for a systemtap-runtime-virthost machine to execute systemtap scripts.V-buildvm-11.phx2.fedoraproject.orgFedora ProjectFedora ProjectGPLv2+Fedora ProjectDevelopment/Systemhttp://sourceware.org/systemtap/linuxi686 # Start services if there are ports present if [ -d /dev/virtio-ports ]; then (find /dev/virtio-ports -iname 'org.systemtap.stapsh.[0-9]*' -type l \ | xargs -n 1 basename \ | xargs -n 1 -I {} /bin/systemctl start stapsh@{}.service) >/dev/null 2>&1 || : fi exit 0# Stop service if this is an uninstall rather than an upgrade if [ $1 = 0 ]; then # We need to stop all stapsh services. Because they are instantiated from # a template service file, we can't simply call disable. We need to find # all the running ones and stop them all individually for service in `/bin/systemctl --full | grep stapsh@ | cut -d ' ' -f 1`; do /bin/systemctl stop $service >/dev/null 2>&1 || : done fi exit 0# Restart service if this is an upgrade rather than an uninstall if [ "$1" -ge "1" ]; then # We need to restart all stapsh services. Because they are instantiated from # a template service file, we can't simply call restart. We need to find # all the running ones and restart them all individually for service in `/bin/systemctl --full | grep stapsh@ | cut -d ' ' -f 1`; do /bin/systemctl condrestart $service >/dev/null 2>&1 || : done fi exit 0V-@V{25901a6cec529f44f7482ee10634f0b8099cc6cbb7f137e8a976dbcb8367e615ae6ca18a2bf8cc7f99e4c8fa8bb2b0be442678278c1d302bf80474684247fd64rootrootrootrootsystemtap-3.0-2.fc22.src.rpmsystemtap-runtime-virtguestsystemtap-runtime-virtguest(x86-32)     /bin/sh/bin/sh/bin/shcoreutilscoreutilscoreutilsfindutilsgrepgreprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemtap-runtime3.0.4-14.6.0-14.0-15.2-13.0-2.fc224.12.0.1VV@VZUYUa@UQ@T~T SS`RRʚRz/@RUE@Q@Q@Q'@Q@PtP OO))@ON-ZML@M4/@LF@K[K/c@J@Jx"J0IX@I̿I@IIH|@G GGVFF@FFEE@DD@D[>@D2_CCˊCCC7@Cf@C(C@C@BBB@B@Bߎ@B@Frank Ch. Eigler - 3.0-2Frank Ch. Eigler - 3.0-1Frank Ch. Eigler - 2.9-1David Smith - 2.8-2Abegail Jakop - 2.8-1Josh Stone - 2.7-2Frank Ch. Eigler - 2.7-1Josh Stone - 2.6-1Josh Stone Jonathan Lebon - 2.5-1Lukas Berk Jonathan Lebon Frank Ch. Eigler - 2.4-1Jonathan Lebon Frank Ch. Eigler - 2.3-1Frank Ch. Eigler - 2.2.1-1Frank Ch. Eigler - 2.2-1Serguei Makarov - 2.1-1Josh Stone - 2.0-1Peter Robinson Frank Ch. Eigler - 1.8-1Frank Ch. Eigler - 1.7-1David Smith - 1.6-2Stan Cox - 1.6-1Stan Cox - 1.5-1Frank Ch. Eigler - 1.4-1Josh Stone - 1.3-1Frank Ch. Eigler - 1.2-1David Smith - 1.1-1Josh Stone - 1.0-1Josh Stone - 0.9.9-1Josh Stone - 0.9.8-1Josh Stone - 0.9.7-1Josh Stone - 0.9.5-1Will Cohen - 0.9-2Frank Ch. Eigler - 0.9-1Frank Ch. Eigler - 0.8-1Frank Ch. Eigler - 0.7-1Frank Ch. Eigler - 0.6.1-3Frank Ch. Eigler - 0.6.1-1Will Cohen - 0.6-2David Smith - 0.6-1Will Cohen - 0.5.14-2Frank Ch. Eigler - 0.5.14-1Frank Ch. Eigler - 0.5.13-1Frank Ch. Eigler - 0.5.12-1David Smith - 0.5.10-1Roland McGrath - 0.5.9-1Roland McGrath - 0.5.8-1Frank Ch. Eigler - 0.5.7-1Roland McGrath - 0.5.5-1Frank Ch. Eigler - 0.5.4-1Roland McGrath - 0.5.3-1Roland McGrath - 0.5.2-1Roland McGrath - 0.5.1-1Frank Ch. Eigler - 0.5-1Roland McGrath - 0.4.2-1Roland McGrath - 0.4.1-1Frank Ch. Eigler Frank Ch. Eigler Martin Hunt - 0.2.2-1Roland McGrath - 0.2.1-1Roland McGrath - 0.2-1Roland McGrath Martin Hunt Will Cohen - fix PR19874 (stap -c CMD 60-second alarm)- Upstream release.- Upstream release.- Fix support for kernel 4.2 (BZ1240682).- Upstream release.- Disable ICF when checking for available tracepoints.- Upstream release.- Upstream release.- Flip with_dyninst to an %ifarch whitelist.- Upstream release.- Add directory checks for runtime-java sym links- Added dracut module to initscript package- Upstream release.- Added runtime-virthost and runtime-virtguest packages.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Fix ifarch statement - use file based requires for glibc-devel on x86_64 so that we work in koji- Upstream release.- Upstream release.- Fixed /bin/mktemp require.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Upstream release.- Add location of man pages.- Upstream release.- Upstream release.- Upstream release.- Add zlib-devel to buildreq; missing from crash-devel - Process testsuite .stp files for #!stap->#!/usr/bin/stap- Add crash-devel buildreq to build staplog.so crash(8) module. - Many robustness & functionality improvements:- Correct Source to point to location contain code.- Bumped version, added libcap-devel BuildRequires.- Fix Requires and BuildRequires for sqlite.- Many robustness improvements: 1117, 1134, 1305, 1307, 1570, 1806, 2033, 2116, 2224, 2339, 2341, 2406, 2426, 2438, 2583, 3037, 3261, 3282, 3331, 3428 3519, 3545, 3625, 3648, 3880, 3888, 3911, 3952, 3965, 4066, 4071, 4075, 4078, 4081, 4096, 4119, 4122, 4127, 4146, 4171, 4179, 4183, 4221, 4224, 4254, 4281, 4319, 4323, 4326, 4329, 4332, 4337, 4415, 4432, 4444, 4445, 4458, 4467, 4470, 4471, 4518, 4567, 4570, 4579, 4589, 4609, 4664- An emergency / preliminary refresh, mainly for compatibility with 2.6.21-pre kernels.- Many changes, see NEWS file.- Added 'systemtap-runtime' subpackage.- PRs 2669, 2913- PRs 2627, 2520, 2228, 2645- PRs 2511 2453 2307 1813 1944 2497 2538 2476 2568 1341 2058 2220 2437 1326 2014 2599 2427 2438 2465 1930 2149 2610 2293 2634 2506 2433- Many changes, affected PRs include: 2068, 2293, 1989, 2334, 1304, 2390, 2425, 953.- PRs 1916, 2205, 2142, 2060, 1379- Many changes, affected PRs include: 2056, 1144, 1379, 2057, 2060, 1972, 2140, 2148- Fixed build with gcc 4.1, various tapset changes.- elfutils update, build changes- Many fixes and improvements: 1425, 1536, 1505, 1380, 1329, 1828, 1271, 1339, 1340, 1345, 1837, 1917, 1903, 1336, 1868, 1594, 1564, 1276, 1295- Many fixes and improvements: PRs 1344, 1260, 1330, 1295, 1311, 1368, 1182, 1131, 1332, 1366, 1456, 1271, 1338, 1482, 1477, 1194.- Many fixes and improvements since 0.2.2; relevant PRs include: 1122, 1134, 1155, 1172, 1174, 1175, 1180, 1186, 1187, 1191, 1193, 1195, 1197, 1205, 1206, 1209, 1213, 1244, 1257, 1258, 1260, 1265, 1268, 1270, 1289, 1292, 1306, 1335, 1257- Bump version.- Bump version.- Add directory /var/cache/systemtap - Add stp_check to /usr/libexec/systemtap- New version 0.2.1, various fixes.- New version 0.2, requires elfutils 0.111- Clean up spec file, build bundled elfutils.- Set Version to use version from autoconf. - Fix up some of the path names. - Add Requires and BuildRequires.- Initial creation of RPM./bin/sh/bin/sh/bin/sh3.0-2.fc223.0-2.fc22stapsh@.service99-stapsh.rules/usr/lib/systemd/system//usr/lib/udev/rules.d/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tablesdrpmxz2i686-redhat-linux-gnuASCII text? 7zXZ !#,X]"k%ꆏ V =d.?dBX:JO/"iosq{1oIRU 6bC5݅Gƣ"?V (*iƐj i+n^txT/q._I_& bP}+:թEY+a}hVYKmGY71Xp,FpɨrP}A5ѷ}tfAal쟃:< 43rڢ̟H~$E|ټ1gFԫPo*xeYT^ J~{TnC- :i!}[$]A)L1]G:*֘.omp(-H|aqX%k@*JOCV!{nolO¹p>M_d" VŽm C5pXR`u6Ͻ CyDwsXNL=W>A#w۟ag^crO:*.o*)fѠQhDmJ"tmg"H%5AR0tTXX uT6i";hҐFTʳV>-(Jplj\•! Дloz$J+4<2DZl~'$mZ&pkmef<] u\uzO,(ݫRp\HUTiIlI Z8 V9W GT87dE/ ǃYL{PwM QFT7geqe,ø3RJ5np+_aoN ڰP=$CZ GoC:gݽn&Znkzn0Ktt/rHQaKmcsgë$:_[. ,@w YZ