Hello community,

here is the log from the commit of package delayacct-utils for openSUSE:Factory 
checked in at 2013-01-28 09:30:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/delayacct-utils (Old)
 and      /work/SRC/openSUSE:Factory/.delayacct-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "delayacct-utils", Maintainer is "meiss...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/delayacct-utils/delayacct-utils.changes  
2011-10-21 16:28:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.delayacct-utils.new/delayacct-utils.changes     
2013-01-28 09:30:05.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 26 09:26:23 UTC 2013 - seife+...@b1-systems.com
+
+- fix build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ delayacct-utils.spec ++++++
--- /var/tmp/diff_new_pack.4EudJp/_old  2013-01-28 09:30:06.000000000 +0100
+++ /var/tmp/diff_new_pack.4EudJp/_new  2013-01-28 09:30:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package delayacct-utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,16 @@
 #
 
 
-
 Name:           delayacct-utils
-BuildRequires:  kernel-source libnl libnl-1_1-devel
+BuildRequires:  kernel-source
+BuildRequires:  libnl
+BuildRequires:  libnl-1_1-devel
 Summary:        Delay Accounting Utilities
+License:        GPL-2.0
+Group:          System/Monitoring
 %define version %(rpm -q --qf '%{VERSION}' kernel-source)
 Version:        %version
-Release:        3
-Group:          System/Monitoring
-License:        GPL-2.0
+Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        delayacct-utils.tar.bz2
@@ -37,7 +38,11 @@
 %prep
 %setup -q -n %name
 mkdir -p linux
+%if 0%{?suse_version} <= 1220
 cp /usr/src/linux/include/linux/taskstats.h linux/taskstats.h
+%else
+cp /usr/src/linux/include/uapi/linux/taskstats.h linux/taskstats.h
+%endif
 cp /usr/src/linux/Documentation/accounting/getdelays.c .
 
 %build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to