Automated weekly systemtap rawhide release: 0.20151130git5042c9a
This commit is contained in:
parent
9109ceda15
commit
0bd603bbfa
1
.gitignore
vendored
1
.gitignore
vendored
@ -171,3 +171,4 @@ systemtap-1.3.tar.gz
|
||||
/systemtap-3.0-0.20151102git7b19719.tar.gz
|
||||
/systemtap-3.0-0.20151116gitcb69017.tar.gz
|
||||
/systemtap-3.0-0.20151123gita344cab.tar.gz
|
||||
/systemtap-3.0-0.20151130git5042c9a.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
82cc9f0d4f4f914ff23ca32b645f348e systemtap-3.0-0.20151123gita344cab.tar.gz
|
||||
4980297a71096d27b100bfb2fa252b30 systemtap-3.0-0.20151130git5042c9a.tar.gz
|
||||
|
@ -59,7 +59,7 @@
|
||||
|
||||
Name: systemtap
|
||||
Version: 3.0
|
||||
Release: 0.20151123gita344cab%{?dist}
|
||||
Release: 0.20151130git5042c9a%{?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.20151123gita344cab.tar.gz
|
||||
Source: %{name}-%{version}-0.20151130git5042c9a.tar.gz
|
||||
|
||||
# Build*
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -130,7 +130,7 @@ BuildRequires: elfutils-devel >= %{elfutils_version}
|
||||
%if %{with_docs}
|
||||
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) tex(nomencl.sty) tex(graphicx.sty)
|
||||
BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(graphicx.sty)
|
||||
%endif
|
||||
# For the html.sty mentioned in the .tex files, even though latex2html is
|
||||
# not run during the build, only during manual scripts/update-docs runs:
|
||||
@ -1030,6 +1030,10 @@ done
|
||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||
|
||||
%changelog
|
||||
* Mon Nov 30 2015 Lukas Berk <lberk@redhat.com> - 3.0-0.20151130git5042c9a
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Mon Nov 23 2015 Lukas Berk <lberk@redhat.com> - 3.0-0.20151123gita344cab
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
Loading…
Reference in New Issue
Block a user