Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libseccomp for openSUSE:Factory checked in at 2021-12-09 21:17:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libseccomp (Old) and /work/SRC/openSUSE:Factory/.libseccomp.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libseccomp" Thu Dec 9 21:17:05 2021 rev:36 rq: version:2.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libseccomp/libseccomp.changes 2021-12-09 19:44:53.901112721 +0100 +++ /work/SRC/openSUSE:Factory/.libseccomp.new.2520/libseccomp.changes 2021-12-09 21:17:06.274575551 +0100 @@ -2,7 +1,0 @@ -Thu Dec 2 12:09:38 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> - -- reenable python bindings at least for the distro default python3 - package: - - adds make-python-build.patch - -------------------------------------------------------------------- Old: ---- make-python-build.patch series ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libseccomp.spec ++++++ --- /var/tmp/diff_new_pack.6ZxKrk/_old 2021-12-09 21:17:06.922575569 +0100 +++ /var/tmp/diff_new_pack.6ZxKrk/_new 2021-12-09 21:17:06.926575569 +0100 @@ -28,14 +28,11 @@ Source2: https://github.com/seccomp/libseccomp/releases/download/v%version/libseccomp-%version.tar.gz.asc Source3: %name.keyring Source99: baselibs.conf -Source100: series -Patch1: make-python-build.patch BuildRequires: autoconf BuildRequires: automake >= 1.11 BuildRequires: fdupes BuildRequires: libtool >= 2 BuildRequires: pkgconfig -BuildRequires: python3-Cython >= 0.29 %description The libseccomp library provides an interface to the Linux Kernel's @@ -76,17 +73,6 @@ This subpackage contains debug utilities for the seccomp interface. -%package -n python3-seccomp -Summary: Python 3 bindings for seccomp -Group: Development/Tools/Debuggers -Requires: python3-Cython >= 0.29 - -%description -n python3-seccomp -The libseccomp library provides an interface to the Linux Kernel's -syscall filtering mechanism, seccomp. - -This subpackage contains the python3 bindings for seccomp. - %prep %autosetup -p1 @@ -104,7 +90,6 @@ autoreconf -fiv %configure \ --includedir="%_includedir/%name" \ - --enable-python \ --disable-static \ --disable-silent-rules \ GPERF=/bin/true @@ -114,10 +99,8 @@ %make_install find "%buildroot/%_libdir" -type f -name "*.la" -delete %fdupes %buildroot/%_prefix -rm %{buildroot}%{python3_sitearch}/install_files.txt %check -export LD_LIBRARY_PATH="${PWD}/src/.libs" make check %post -n %lname -p /sbin/ldconfig @@ -137,8 +120,4 @@ %_bindir/scmp_sys_resolver %_mandir/man1/scmp_sys_resolver.1* -%files -n python3-seccomp -%{python3_sitearch}/seccomp-%{version}-py*.egg-info -%{python3_sitearch}/seccomp.cpython*.so - %changelog