Automated weekly systemtap rawhide release: 0.20161031git4e0d002
This commit is contained in:
parent
2b3d7b776c
commit
c454a7d26b
1
.gitignore
vendored
1
.gitignore
vendored
@ -205,3 +205,4 @@ systemtap-1.3.tar.gz
|
|||||||
/systemtap-3.1-0.20160912git2c58b79.tar.gz
|
/systemtap-3.1-0.20160912git2c58b79.tar.gz
|
||||||
/systemtap-3.1-0.20161017git2acd51e.tar.gz
|
/systemtap-3.1-0.20161017git2acd51e.tar.gz
|
||||||
/systemtap-3.1-0.20161024giteeed3ed.tar.gz
|
/systemtap-3.1-0.20161024giteeed3ed.tar.gz
|
||||||
|
/systemtap-3.1-0.20161031git4e0d002.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
be049c6e6bcb6e3ac4a5d54b44d80504 systemtap-3.1-0.20161024giteeed3ed.tar.gz
|
566ce2c6dadff9c8596244f1c878de67 systemtap-3.1-0.20161031git4e0d002.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%{!?with_htmldocs: %global with_htmldocs 0}
|
%{!?with_htmldocs: %global with_htmldocs 0}
|
||||||
%{!?with_monitor: %global with_monitor 1}
|
%{!?with_monitor: %global with_monitor 1}
|
||||||
# crash is not available
|
# crash is not available
|
||||||
%ifarch ppc ppc64 %{sparc} aarch64 ppc64le
|
%ifarch ppc ppc64 %{sparc} aarch64 ppc64le %{mips}
|
||||||
%{!?with_crash: %global with_crash 0}
|
%{!?with_crash: %global with_crash 0}
|
||||||
%else
|
%else
|
||||||
%{!?with_crash: %global with_crash 1}
|
%{!?with_crash: %global with_crash 1}
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 0.20161024giteeed3ed%{?dist}
|
Release: 0.20161031git4e0d002%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -93,7 +93,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: %{name}-%{version}-0.20161024giteeed3ed.tar.gz
|
Source: %{name}-%{version}-0.20161031git4e0d002.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -1052,6 +1052,10 @@ done
|
|||||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 31 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20161031git4e0d002
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Mon Oct 24 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20161024giteeed3ed
|
* Mon Oct 24 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20161024giteeed3ed
|
||||||
- Automated weekly rawhide release
|
- Automated weekly rawhide release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user