Hello community,

here is the log from the commit of package delayacct-utils for openSUSE:Factory 
checked in at 2014-06-23 09:23:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/delayacct-utils (Old)
 and      /work/SRC/openSUSE:Factory/.delayacct-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "delayacct-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/delayacct-utils/delayacct-utils.changes  
2013-01-28 09:30:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.delayacct-utils.new/delayacct-utils.changes     
2014-06-23 09:24:00.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jun 19 14:37:04 UTC 2014 - [email protected]
+
+- delayacct-utils-nl.patch DO not attempt to link getdelays 
+  with libnl1, it is a bogus dependency, resulting executable
+  never uses the library.
+
+-------------------------------------------------------------------

New:
----
  delayacct-utils-nl.patch

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

Other differences:
------------------
++++++ delayacct-utils.spec ++++++
--- /var/tmp/diff_new_pack.CI7KFX/_old  2014-06-23 09:24:01.000000000 +0200
+++ /var/tmp/diff_new_pack.CI7KFX/_new  2014-06-23 09:24:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package delayacct-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,8 +18,6 @@
 
 Name:           delayacct-utils
 BuildRequires:  kernel-source
-BuildRequires:  libnl
-BuildRequires:  libnl-1_1-devel
 Summary:        Delay Accounting Utilities
 License:        GPL-2.0
 Group:          System/Monitoring
@@ -29,6 +27,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        delayacct-utils.tar.bz2
+Patch0:         delayacct-utils-nl.patch
 
 %description
 Delay accounting allows the administrator to track the time an
@@ -37,6 +36,7 @@
 
 %prep
 %setup -q -n %name
+%patch0 -p1
 mkdir -p linux
 %if 0%{?suse_version} <= 1220
 cp /usr/src/linux/include/linux/taskstats.h linux/taskstats.h

++++++ delayacct-utils-nl.patch ++++++
--- delayacct-utils.orig/Makefile
+++ delayacct-utils/Makefile
@@ -1,6 +1,6 @@
 CCOPT  = -O2
 CFLAGS = $(CCOPT) -Wall -I.
-LIBS   = -lnl
+LIBS   =
 
 all: getdelays 
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to