diff --git a/.gitignore b/.gitignore index 80745a0..721bffe 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,4 @@ systemtap-1.3.tar.gz /systemtap-3.0-0.20151026git8136768.tar.gz /systemtap-3.0-0.20151102git6469522.tar.gz /systemtap-3.0-0.20151102git127e4e3.tar.gz +/systemtap-3.0-0.20151102git6c9c5fc.tar.gz diff --git a/sources b/sources index cb3a359..d2fbfb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a6085b6f4579f011012ea6a8d618147 systemtap-3.0-0.20151102git127e4e3.tar.gz +1b50258eda94e444c745a40a17bf0d1c systemtap-3.0-0.20151102git6c9c5fc.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 264e99b..91a330e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -58,7 +58,7 @@ Name: systemtap Version: 3.0 -Release: 0.20151102git127e4e3%{?dist} +Release: 0.20151102git6c9c5fc%{?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.20151102git127e4e3.tar.gz +Source: %{name}-%{version}-0.20151102git6c9c5fc.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -126,7 +126,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) +BuildRequires: tex(fullpage.sty) tex(fancybox.sty) tex(bchr7t.tfm) tex(nomencl.sty) tex(graphicx.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.20151102git6c9c5fc +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Nov 02 2015 Lukas Berk - 3.0-0.20151102git127e4e3 - Automated weekly rawhide release