From 3a00d81f884c13415b51952acb004b35f6f0c701 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 2 Nov 2015 09:15:17 -0500 Subject: [PATCH] Automated weekly systemtap rawhide release: 0.20151102git6469522 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6dbc3fd..589a293 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 1cde048..d37473b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f56847f9880f09e4417f84d5e04c35e systemtap-3.0-0.20151026git8136768.tar.gz +a5131f316c83680f022a173421140e8e systemtap-3.0-0.20151102git6469522.tar.gz diff --git a/systemtap.spec b/systemtap.spec index f3b5f27..d3deb10 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -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 - 3.0-0.20151102git6469522 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Oct 26 2015 Lukas Berk - 3.0-0.20151026git8136768 - Automated weekly rawhide release - Applied spec changes from upstream git