cont'd
This commit is contained in:
parent
3da32829c7
commit
54700be3cb
@ -60,7 +60,7 @@
|
||||
|
||||
Name: systemtap
|
||||
Version: 3.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
# for version, see also configure.ac
|
||||
|
||||
|
||||
@ -158,6 +158,8 @@ BuildRequires: readline-devel
|
||||
BuildRequires: ncurses-devel
|
||||
%endif
|
||||
|
||||
Patch10: pr19874.patch
|
||||
|
||||
# Install requirements
|
||||
Requires: systemtap-client = %{version}-%{release}
|
||||
Requires: systemtap-devel = %{version}-%{release}
|
||||
@ -408,6 +410,8 @@ find . \( -name configure -o -name config.h.in \) -print | xargs touch
|
||||
cd ..
|
||||
%endif
|
||||
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
|
||||
%if %{with_bundled_elfutils}
|
||||
@ -1051,6 +1055,9 @@ done
|
||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2016 Frank Ch. Eigler <fche@redhat.com> - 3.0-2
|
||||
- fix PR19874 (stap -c CMD 60-second alarm)
|
||||
|
||||
* Sun Mar 27 2016 Frank Ch. Eigler <fche@redhat.com> - 3.0-1
|
||||
- Upstream release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user