lberk pushed to systemtap (master). "Automated weekly systemtap rawhide release: 0.20150413git81e4501"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 13 13:19:54 UTC 2015


>From bf72babb4ecac45c049030fc2bead50d077a1b17 Mon Sep 17 00:00:00 2001
From: Lukas Berk <lberk at redhat.com>
Date: Mon, 13 Apr 2015 09:19:42 -0400
Subject: Automated weekly systemtap rawhide release: 0.20150413git81e4501


diff --git a/.gitignore b/.gitignore
index 8fb55d2..707f6c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -142,3 +142,4 @@ systemtap-1.3.tar.gz
 /systemtap-2.8-0.38.g3965aacd37c7.tar.gz
 /systemtap-2.8-0.55.g07a1c230b47d.tar.gz
 /systemtap-2.8-0.20150330gitd31dab9.tar.gz
+/systemtap-2.8-0.20150413git81e4501.tar.gz
diff --git a/sources b/sources
index c6b65d7..f52c2d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c9c2bf660091b7100cb241ade8d5d0d  systemtap-2.8-0.20150330gitd31dab9.tar.gz
+4fa25f8bd767b4b486ef9a5e998b5b21  systemtap-2.8-0.20150413git81e4501.tar.gz
diff --git a/systemtap.spec b/systemtap.spec
index e4d705f..3af7a94 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -53,12 +53,11 @@
    %endif
 %endif
 
-%define dracutlibdir %{_prefix}/lib/dracut
-%define dracutstap %{dracutlibdir}/modules.d/99stap
+%define dracutstap %{_prefix}/lib/dracut/modules.d/99stap
 
 Name: systemtap
 Version: 2.8
-Release: 0.20150330gitd31dab9%{?dist}
+Release: 0.20150413git81e4501%{?dist}
 # for version, see also configure.ac
 
 
@@ -91,7 +90,7 @@ Summary: Programmable system-wide instrumentation system
 Group: Development/System
 License: GPLv2+
 URL: http://sourceware.org/systemtap/
-Source: %{name}-%{version}-0.20150330gitd31dab9.tar.gz
+Source: %{name}-%{version}-0.20150413git81e4501.tar.gz
 
 # Build*
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -453,7 +452,13 @@ cd ..
 %global virt_config --disable-virt
 %endif
 
-%configure %{?elfutils_config} %{dyninst_config} %{sqlite_config} %{crash_config} %{docs_config} %{pie_config} %{rpm_config} %{java_config} %{virt_config} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}"
+%if %{with_dracut}
+%global dracut_config --with-dracutstap=%{dracutstap}
+%else
+%global dracut_config
+%endif
+
+%configure %{?elfutils_config} %{dyninst_config} %{sqlite_config} %{crash_config} %{docs_config} %{pie_config} %{rpm_config} %{java_config} %{virt_config} %{dracut_config} --disable-silent-rules --with-extra-version="rpm %{version}-%{release}"
 make %{?_smp_mflags}
 
 %if %{with_emacsvim}
@@ -1009,6 +1014,10 @@ done
 #   http://sourceware.org/systemtap/wiki/SystemTapReleases
 
 %changelog
+* Mon Apr 13 2015 Lukas Berk <lberk at redhat.com> - 2.8-0.20150413git81e4501
+- Automated weekly rawhide release
+- Applied spec changes from upstream git
+
 * Mon Mar 30 2015 Lukas Berk <lberk at redhat.com> - 2.8-0.20150330gitd31dab9
 - Automated weekly rawhide release
 - Applied spec changes from upstream git
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/systemtap.git/commit/?h=master&id=bf72babb4ecac45c049030fc2bead50d077a1b17


More information about the scm-commits mailing list