Automated weekly systemtap rawhide release: 0.20151214git54d87c8
This commit is contained in:
parent
b80a99af46
commit
f5fc604498
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
3dc5433a5e4bfb85c27d084bd54200f8 systemtap-3.0-0.20151207gitc788eb1.tar.gz
|
||||
3135793b2bc50c474f57b54d874b245a systemtap-3.0-0.20151214git54d87c8.tar.gz
|
||||
|
@ -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 <lberk@redhat.com> - 3.0-0.20151214git54d87c8
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Mon Dec 07 2015 Lukas Berk <lberk@redhat.com> - 3.0-0.20151207gitc788eb1
|
||||
- Automated weekly rawhide release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user