Hello community,

here is the log from the commit of package fedfs-utils for openSUSE:Factory 
checked in at 2016-04-06 11:49:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fedfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.fedfs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fedfs-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fedfs-utils/fedfs-utils.changes  2015-12-03 
13:29:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fedfs-utils.new/fedfs-utils.changes     
2016-04-06 11:49:19.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Mar 31 11:44:54 CEST 2016 - [email protected]
+
+- Add fedfs-utils-missing-tirpc-include.patch
+  + Fix missing include for tirpc header files
+
+-------------------------------------------------------------------

New:
----
  fedfs-utils-missing-tirpc-include.patch

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

Other differences:
------------------
++++++ fedfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.ZHUSsB/_old  2016-04-06 11:49:20.000000000 +0200
+++ /var/tmp/diff_new_pack.ZHUSsB/_new  2016-04-06 11:49:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fedfs-utils
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,7 @@
 Summary:        Utilities for mounting and managing FedFS
 License:        GPL-2.0
 Group:          Productivity/Networking/System
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel
 BuildRequires:  libattr-devel
@@ -43,6 +44,7 @@
 Source1:        sysconfig.fedfs
 # PATCH-FIX-UPSTREAM fedfs-utils-fix-build-with-libtirpc-1.0.patch 
[email protected]
 Patch0:         fedfs-utils-fix-build-with-libtirpc-1.0.patch
+Patch1:         fedfs-utils-missing-tirpc-include.patch
 
 %description
 RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
@@ -68,6 +70,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p0
 
 %build
 %define _sharedstatedir /var/lib

++++++ fedfs-utils-missing-tirpc-include.patch ++++++
--- src/libnsdb/Makefile.am
+++ src/libnsdb/Makefile.am     2016/03/31 09:38:53
@@ -35,4 +35,4 @@
 AM_CFLAGS              = -ggdb -fstrict-aliasing \
                          -Wall -Wextra -pedantic -Wformat=2 \
                          -Wstrict-aliasing=2 -Wp,-D_FORTIFY_SOURCE=2
-AM_CPPFLAGS            = -I. -I$(top_srcdir)/src/include
+AM_CPPFLAGS            = -I. -I$(top_srcdir)/src/include -I/usr/include/tirpc

Reply via email to