diff --git a/.gitignore b/.gitignore index 4151572..74c96b8 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,4 @@ systemtap-1.3.tar.gz /systemtap-2.7-0.244.gc1a369fb16d9.tar.gz /systemtap-2.7-0.284.gc1e8354302ba.tar.gz /systemtap-2.7.tar.gz +/systemtap-2.8-0.20.g784e796f37c8.tar.gz diff --git a/sources b/sources index 696b275..63c0723 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0c3c36955323ae59be07a26a9563474 systemtap-2.7.tar.gz +c40b914c51be27ddc1308b366995c462 systemtap-2.8-0.20.g784e796f37c8.tar.gz diff --git a/systemtap.spec b/systemtap.spec index de924ac..c2d6c15 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -14,7 +14,7 @@ %ifarch ppc ppc64 %{sparc} aarch64 ppc64le %{!?with_publican: %global with_publican 0} %else -%{!?with_publican: %global with_publican 0} +%{!?with_publican: %global with_publican 1} %endif %if 0%{?rhel} %{!?publican_brand: %global publican_brand RedHat} @@ -67,8 +67,8 @@ %define dracutstap %{dracutlibdir}/modules.d/99stap Name: systemtap -Version: 2.7 -Release: 1%{?dist} +Version: 2.8 +Release: 0.20.g784e796f37c8%{?dist} # for version, see also configure.ac @@ -101,7 +101,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz +Source: %{name}-%{version}-0.20.g784e796f37c8.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1036,6 +1036,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Mar 02 2015 Lukas Berk - 2.8-0.20.g784e796f37c8 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Wed Feb 18 2015 Frank Ch. Eigler - 2.7-1 - Upstream release.