From 681f0ec9f2ff235f8277bbaa7bf5548db95c8525 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Aug 02 2016 12:10:58 +0000 Subject: Automated weekly systemtap rawhide release: 0.20160802git9cc6246 --- diff --git a/.gitignore b/.gitignore index 0d8db5d..b1968f5 100644 --- a/.gitignore +++ b/.gitignore @@ -198,3 +198,4 @@ systemtap-1.3.tar.gz /systemtap-3.1-0.20160711gitbf6ec87.tar.gz /systemtap-3.1-0.20160718git21e1c1d.tar.gz /systemtap-3.1-0.20160725git91bfb36.tar.gz +/systemtap-3.1-0.20160802git9cc6246.tar.gz diff --git a/sources b/sources index 2b01342..d8a780a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0d5ba869d74f35a6d512fc3d387a353 systemtap-3.1-0.20160725git91bfb36.tar.gz +566c262a21aba82995e23e3d09b852dc systemtap-3.1-0.20160802git9cc6246.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 23ad6b8..018d03b 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -60,7 +60,7 @@ Name: systemtap Version: 3.1 -Release: 0.20160725git91bfb36%{?dist} +Release: 0.20160802git9cc6246%{?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.20160725git91bfb36.tar.gz +Source: %{name}-%{version}-0.20160802git9cc6246.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -110,6 +110,9 @@ BuildRequires: sqlite-devel %if %{with_monitor} BuildRequires: json-c-devel ncurses-devel %endif +%if %{with_systemd} +BuildRequires: systemd +%endif # Needed for libstd++ < 4.0, without %if %{with_boost} BuildRequires: boost-devel @@ -190,6 +193,9 @@ BuildRequires: nss-devel avahi-devel %if %{with_openssl} Requires: openssl %endif +%if %{with_systemd} +Requires: systemd +%endif %description server This is the remote script compilation server component of systemtap. @@ -1046,6 +1052,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Tue Aug 02 2016 Lukas Berk - 3.1-0.20160802git9cc6246 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jul 25 2016 Lukas Berk - 3.1-0.20160725git91bfb36 - Automated weekly rawhide release