diff --git a/.gitignore b/.gitignore index 5c781ca..083cc13 100644 --- a/.gitignore +++ b/.gitignore @@ -192,3 +192,4 @@ systemtap-1.3.tar.gz /systemtap-3.1-0.20160502gitc30ff77.tar.gz /systemtap-3.1-0.20160516git3532c11.tar.gz /systemtap-3.1-0.20160606git0de802f.tar.gz +/systemtap-3.1-0.20160613gitc043a8b.tar.gz diff --git a/sources b/sources index e8fdd51..764c4bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12dd926f8582c90ae711fc4976983fb8 systemtap-3.1-0.20160606git0de802f.tar.gz +72bd5aed03733db6509907ebeb4105f0 systemtap-3.1-0.20160613gitc043a8b.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 45d54b8..5483e2e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -60,7 +60,7 @@ Name: systemtap Version: 3.1 -Release: 0.20160606git0de802f%{?dist} +Release: 0.20160613gitc043a8b%{?dist} # for version, see also configure.ac @@ -93,7 +93,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.20160606git0de802f.tar.gz +Source: %{name}-%{version}-0.20160613gitc043a8b.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -118,7 +118,7 @@ BuildRequires: boost-devel BuildRequires: crash-devel zlib-devel %endif %if %{with_rpm} -BuildRequires: rpm-devel glibc-headers +BuildRequires: rpm-devel %endif %if %{with_bundled_elfutils} Source1: elfutils-%{elfutils_version}.tar.gz @@ -1051,6 +1051,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Jun 13 2016 Lukas Berk - 3.1-0.20160613gitc043a8b +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jun 06 2016 Lukas Berk - 3.1-0.20160606git0de802f - Automated weekly rawhide release