Automated weekly systemtap rawhide release: 0.20151102git6469522
This commit is contained in:
parent
596088ff69
commit
3a00d81f88
1
.gitignore
vendored
1
.gitignore
vendored
@ -165,3 +165,4 @@ systemtap-1.3.tar.gz
|
||||
/systemtap-2.9-0.20150928git92a8fee.tar.gz
|
||||
/systemtap-3.0-0.20151019git9eef422.tar.gz
|
||||
/systemtap-3.0-0.20151026git8136768.tar.gz
|
||||
/systemtap-3.0-0.20151102git6469522.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
1f56847f9880f09e4417f84d5e04c35e systemtap-3.0-0.20151026git8136768.tar.gz
|
||||
a5131f316c83680f022a173421140e8e systemtap-3.0-0.20151102git6469522.tar.gz
|
||||
|
@ -58,7 +58,7 @@
|
||||
|
||||
Name: systemtap
|
||||
Version: 3.0
|
||||
Release: 0.20151026git8136768%{?dist}
|
||||
Release: 0.20151102git6469522%{?dist}
|
||||
# for version, see also configure.ac
|
||||
|
||||
|
||||
@ -91,7 +91,7 @@ Summary: Programmable system-wide instrumentation system
|
||||
Group: Development/System
|
||||
License: GPLv2+
|
||||
URL: http://sourceware.org/systemtap/
|
||||
Source: %{name}-%{version}-0.20151026git8136768.tar.gz
|
||||
Source: %{name}-%{version}-0.20151102git6469522.tar.gz
|
||||
|
||||
# Build*
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -124,9 +124,9 @@ BuildRequires: m4
|
||||
BuildRequires: elfutils-devel >= %{elfutils_version}
|
||||
%endif
|
||||
%if %{with_docs}
|
||||
BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf latex2html
|
||||
BuildRequires: /usr/bin/latex /usr/bin/dvips /usr/bin/ps2pdf
|
||||
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
|
||||
BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm)
|
||||
BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(nomencl.sty)
|
||||
%endif
|
||||
# On F10, xmlto's pdf support was broken off into a sub-package,
|
||||
# called 'xmlto-tex'. To avoid a specific F10 BuildReq, we'll do a
|
||||
@ -1022,6 +1022,10 @@ done
|
||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||
|
||||
%changelog
|
||||
* Mon Nov 02 2015 Lukas Berk <lberk@redhat.com> - 3.0-0.20151102git6469522
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Mon Oct 26 2015 Lukas Berk <lberk@redhat.com> - 3.0-0.20151026git8136768
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
Loading…
Reference in New Issue
Block a user