Automated weekly systemtap rawhide release: 0.20160329gitd84e7e5

This commit is contained in:
Lukas Berk 2016-03-29 09:33:21 -04:00
parent 54700be3cb
commit 3ab0b4f32b
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -187,3 +187,4 @@ systemtap-1.3.tar.gz
/systemtap-3.0-0.20160314git356a3b0.tar.gz
/systemtap-3.0-0.20160321git1a442bf.tar.gz
/systemtap-3.0.tar.gz
/systemtap-3.1-0.20160329gitd84e7e5.tar.gz

View File

@ -1 +1 @@
0edc087e748769496ee244acf3b80168 systemtap-3.0.tar.gz
e5cca4b897126cb38f3cd9fef15cb421 systemtap-3.1-0.20160329gitd84e7e5.tar.gz

View File

@ -59,8 +59,8 @@
%define dracutstap %{_prefix}/lib/dracut/modules.d/99stap
Name: systemtap
Version: 3.0
Release: 2%{?dist}
Version: 3.1
Release: 0.20160329gitd84e7e5%{?dist}
# for version, see also configure.ac
@ -93,7 +93,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.20160329gitd84e7e5.tar.gz
# Build*
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -158,8 +158,6 @@ BuildRequires: readline-devel
BuildRequires: ncurses-devel
%endif
Patch10: pr19874.patch
# Install requirements
Requires: systemtap-client = %{version}-%{release}
Requires: systemtap-devel = %{version}-%{release}
@ -410,8 +408,6 @@ find . \( -name configure -o -name config.h.in \) -print | xargs touch
cd ..
%endif
%patch10 -p1
%build
%if %{with_bundled_elfutils}
@ -1055,6 +1051,10 @@ done
# http://sourceware.org/systemtap/wiki/SystemTapReleases
%changelog
* Tue Mar 29 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20160329gitd84e7e5
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Mon Mar 28 2016 Frank Ch. Eigler <fche@redhat.com> - 3.0-2
- fix PR19874 (stap -c CMD 60-second alarm)