diff --git a/.gitignore b/.gitignore index c8acf24..39f1bce 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151123gita344cab.tar.gz /systemtap-3.0-0.20151130git5042c9a.tar.gz /systemtap-3.0-0.20151207gitc788eb1.tar.gz +/systemtap-3.0-0.20151214git54d87c8.tar.gz diff --git a/sources b/sources index 1e4395e..1eb532a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3dc5433a5e4bfb85c27d084bd54200f8 systemtap-3.0-0.20151207gitc788eb1.tar.gz +3135793b2bc50c474f57b54d874b245a systemtap-3.0-0.20151214git54d87c8.tar.gz diff --git a/systemtap.spec b/systemtap.spec index a1ce09f..666c8f1 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -59,7 +59,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151207gitc788eb1%{?dist} +Release: 0.20151214git54d87c8%{?dist} # for version, see also configure.ac @@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20151207gitc788eb1.tar.gz +Source: %{name}-%{version}-0.20151214git54d87c8.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -476,7 +476,7 @@ cd .. %if %{with_dracut} %global dracut_config --with-dracutstap=%{dracutstap} %else -%global dracut_config +%global dracut_config %{nil} %endif %if %{with_python3} @@ -484,6 +484,8 @@ cd .. %else %global python3_config --without-python3 %endif +# We don't ship compileworthy python code, just oddball samples +%global py_auto_byte_compile 0 %configure %{?elfutils_config} %{dyninst_config} %{sqlite_config} %{crash_config} %{docs_config} %{pie_config} %{rpm_config} %{java_config} %{virt_config} %{dracut_config} %{python3_config} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}" make %{?_smp_mflags} @@ -1030,6 +1032,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Dec 14 2015 Lukas Berk - 3.0-0.20151214git54d87c8 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Dec 07 2015 Lukas Berk - 3.0-0.20151207gitc788eb1 - Automated weekly rawhide release