Automated weekly systemtap rawhide release: 0.20.g784e796f37c8

This commit is contained in:
Lukas Berk 2015-03-02 09:53:06 -05:00
parent 92cb4bf2ff
commit 2dd571752b
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -138,3 +138,4 @@ systemtap-1.3.tar.gz
/systemtap-2.7-0.244.gc1a369fb16d9.tar.gz /systemtap-2.7-0.244.gc1a369fb16d9.tar.gz
/systemtap-2.7-0.284.gc1e8354302ba.tar.gz /systemtap-2.7-0.284.gc1e8354302ba.tar.gz
/systemtap-2.7.tar.gz /systemtap-2.7.tar.gz
/systemtap-2.8-0.20.g784e796f37c8.tar.gz

View File

@ -1 +1 @@
e0c3c36955323ae59be07a26a9563474 systemtap-2.7.tar.gz c40b914c51be27ddc1308b366995c462 systemtap-2.8-0.20.g784e796f37c8.tar.gz

View File

@ -14,7 +14,7 @@
%ifarch ppc ppc64 %{sparc} aarch64 ppc64le %ifarch ppc ppc64 %{sparc} aarch64 ppc64le
%{!?with_publican: %global with_publican 0} %{!?with_publican: %global with_publican 0}
%else %else
%{!?with_publican: %global with_publican 0} %{!?with_publican: %global with_publican 1}
%endif %endif
%if 0%{?rhel} %if 0%{?rhel}
%{!?publican_brand: %global publican_brand RedHat} %{!?publican_brand: %global publican_brand RedHat}
@ -67,8 +67,8 @@
%define dracutstap %{dracutlibdir}/modules.d/99stap %define dracutstap %{dracutlibdir}/modules.d/99stap
Name: systemtap Name: systemtap
Version: 2.7 Version: 2.8
Release: 1%{?dist} Release: 0.20.g784e796f37c8%{?dist}
# for version, see also configure.ac # for version, see also configure.ac
@ -101,7 +101,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: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz Source: %{name}-%{version}-0.20.g784e796f37c8.tar.gz
# Build* # Build*
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -1036,6 +1036,10 @@ done
# http://sourceware.org/systemtap/wiki/SystemTapReleases # http://sourceware.org/systemtap/wiki/SystemTapReleases
%changelog %changelog
* Mon Mar 02 2015 Lukas Berk <lberk@redhat.com> - 2.8-0.20.g784e796f37c8
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Wed Feb 18 2015 Frank Ch. Eigler <fche@redhat.com> - 2.7-1 * Wed Feb 18 2015 Frank Ch. Eigler <fche@redhat.com> - 2.7-1
- Upstream release. - Upstream release.