diff --git a/.gitignore b/.gitignore index b11c93e..6482d11 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ systemtap-1.3.tar.gz /systemtap-2.4-0.131.g1acfc03.tar.gz /systemtap-2.4-0.137.gbbb71aa.tar.gz /systemtap-2.4-0.173.g2576d05.tar.gz +/systemtap-2.4-0.186.gc1cb76c.tar.gz diff --git a/sources b/sources index 26f05d7..9ff03a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1daef1bd33eaa6c9e555fe26b8f5850 systemtap-2.4-0.173.g2576d05.tar.gz +f9b80da19f3b65931ddd1eee86e9edfb systemtap-2.4-0.186.gc1cb76c.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 35ed6dd..db7ce46 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -49,7 +49,7 @@ Name: systemtap Version: 2.4 -Release: 0.173.g2576d05.1%{?dist} +Release: 0.186.gc1cb76c%{?dist} # for version, see also configure.ac @@ -82,7 +82,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.173.g2576d05.tar.gz +Source: %{name}-%{version}-0.186.gc1cb76c.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -450,10 +450,6 @@ rm -rf ${RPM_BUILD_ROOT} make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} -# Temporary kludge, don't let the examples symlink collide with the following mv. -# Upstream is renaming the symlink to EXAMPLES, commit c878e1d3. -test -L examples && rm -f examples - # We want the examples in the special doc dir, not the build install dir. # We build it in place and then move it away so it doesn't get installed # twice. rpm can specify itself where the (versioned) docs go with the @@ -974,6 +970,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Oct 28 2013 Lukas Berk - 2.4-0.186.gc1cb76c +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Wed Oct 23 2013 Josh Stone - 2.4-0.173.g2576d05.1 - BZ1022483: don't ship the sourcedir 'examples' symlink.