Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lxcfs for openSUSE:Factory checked 
in at 2022-10-01 17:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxcfs (Old)
 and      /work/SRC/openSUSE:Factory/.lxcfs.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxcfs"

Sat Oct  1 17:42:50 2022 rev:18 rq:1007348 version:4.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxcfs/lxcfs.changes      2022-02-24 
18:24:15.166645987 +0100
+++ /work/SRC/openSUSE:Factory/.lxcfs.new.2275/lxcfs.changes    2022-10-01 
17:43:02.501657607 +0200
@@ -1,0 +2,12 @@
+Fri Sep 30 20:50:08 UTC 2022 - Dirk M??ller <[email protected]>
+
+- add include-fixes.patch
+- reenable FORTIFY_SOURCE=3 
+
+-------------------------------------------------------------------
+Sun Sep 25 17:00:54 UTC 2022 - Johannes Kastl <[email protected]>
+
+- fix build by using FORTIFY_SOURCE=2
+- fix Supplements syntax
+
+-------------------------------------------------------------------

New:
----
  include-fixes.patch

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

Other differences:
------------------
++++++ lxcfs.spec ++++++
--- /var/tmp/diff_new_pack.WtPyOH/_old  2022-10-01 17:43:02.973658466 +0200
+++ /var/tmp/diff_new_pack.WtPyOH/_new  2022-10-01 17:43:02.977658473 +0200
@@ -31,6 +31,7 @@
 Source:         
https://linuxcontainers.org/downloads/%{name}/%{name}-%{version}.tar.gz
 Source1:        
https://linuxcontainers.org/downloads/%{name}/%{name}-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
+Patch1:         include-fixes.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -51,7 +52,11 @@
 Summary:        LXC hooks for %{name}
 Group:          System/Management
 Requires:       %{name} = %{version}
+%if 0%{?sle_version} < 150000
 Supplements:    packageand(%{name}:liblxc1)
+%else
+Supplements:    (%{name} and liblxc1)
+%endif
 BuildArch:      noarch
 
 %description hooks-lxc
@@ -59,7 +64,7 @@
 with LXC for all containers.
 
 %prep
-%setup
+%autosetup -p1
 
 %build
 autoreconf -vif

++++++ include-fixes.patch ++++++
Index: lxcfs-4.0.12/src/utils.h
===================================================================
--- lxcfs-4.0.12.orig/src/utils.h
+++ lxcfs-4.0.12/src/utils.h
@@ -46,6 +46,8 @@ static inline int pidfd_open(pid_t pid,
 {
        return syscall(__NR_pidfd_open, pid, flags);
 }
+#else
+#include <sys/pidfd.h>
 #endif
 
 #if !HAVE_PIDFD_SEND_SIGNAL

Reply via email to