Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2011-12-27 18:38:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemtap (Old)
 and      /work/SRC/openSUSE:Factory/.systemtap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemtap", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2011-11-10 
16:05:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes    
2011-12-27 18:38:51.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:44:28 UTC 2011 - [email protected]
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes      2011-11-10 
16:05:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2011-12-27 
18:38:51.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 14:30:33 CET 2011 - [email protected]
+
+- Create tmpfiles during new install.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systemtap-docs.spec ++++++
--- /var/tmp/diff_new_pack.3jtICK/_old  2011-12-27 18:38:52.000000000 +0100
+++ /var/tmp/diff_new_pack.3jtICK/_new  2011-12-27 18:38:52.000000000 +0100
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           systemtap-docs
-BuildRequires:  gcc-c++ libebl-devel pkg-config
+BuildRequires:  autoconf
+BuildRequires:  gcc-c++
+BuildRequires:  libebl-devel
+BuildRequires:  pkg-config
 # for documents
 BuildRequires:  xmlto
 BuildRequires:  fop
 BuildRequires:  latex2html
-License:        GPLv2+
 Version:        1.6
-Release:        5
+Release:        0
 Summary:        Documents and examples for systemtap
+License:        GPL-2.0+
 Group:          Development/Tools/Debuggers
 Url:            http://sourceware.org/systemtap/
 Source:         systemtap-%{version}.tar.bz2

++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.3jtICK/_old  2011-12-27 18:38:52.000000000 +0100
+++ /var/tmp/diff_new_pack.3jtICK/_new  2011-12-27 18:38:52.000000000 +0100
@@ -15,16 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           systemtap
-BuildRequires:  gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config 
sqlite-devel
-BuildRequires:  mozilla-nspr-devel mozilla-nss-devel mozilla-nss-tools
-License:        GPLv2+
+BuildRequires:  gcc-c++
+BuildRequires:  glib2-devel
+BuildRequires:  libcap-devel
+BuildRequires:  libebl-devel
+BuildRequires:  mozilla-nspr-devel
+BuildRequires:  mozilla-nss-devel
+BuildRequires:  mozilla-nss-tools
+BuildRequires:  pkg-config
+BuildRequires:  sqlite-devel
+BuildRequires:  systemd
 Version:        1.6
-Release:        8
+Release:        0
 Summary:        Instrumentation System
+License:        GPL-2.0+
 Group:          Development/Tools/Debuggers
 Url:            http://sourceware.org/systemtap/
 Source:         systemtap-%{version}.tar.bz2
@@ -40,8 +46,6 @@
 of the system.
 
 %package runtime
-License:        GPLv2+
-Group:          Development/Tools/Debuggers
 Summary:        Runtime environment for systemtap
 
 %description runtime
@@ -49,10 +53,9 @@
 This package contains the runtime environment for systemtap programs.
 
 %package server
-License:        GPLv2+
-Group:          Development/Tools/Debuggers
 Summary:        Systemtap server
 Requires:       %{name} = %{version}-%{release}
+Requires(post): /bin/systemd-tmpfiles
 # dependancies for systemtap shell scripts
 Requires:       coreutils avahi avahi-utils mozilla-nss-tools zip unzip
 
@@ -61,8 +64,6 @@
 This package contains the server component of systemtap.
 
 %package sdt-devel
-License:        GPLv2+
-Group:          Development/Tools/Debuggers
 Summary:        Static probe support tools
 Requires:       %{name} = %{version}-%{release}
 Requires:       python-base
@@ -100,6 +101,10 @@
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
+%post server
+# Create tmpfiles
+/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/stap-server.conf
+
 %files
 %defattr(-,root,root)
 %{_bindir}/stap

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to