Hello community,

here is the log from the commit of package nsjail for openSUSE:Factory checked 
in at 2020-01-03 17:38:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nsjail (Old)
 and      /work/SRC/openSUSE:Factory/.nsjail.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nsjail"

Fri Jan  3 17:38:14 2020 rev:4 rq:760584 version:2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/nsjail/nsjail.changes    2019-03-12 
09:55:53.595508416 +0100
+++ /work/SRC/openSUSE:Factory/.nsjail.new.6675/nsjail.changes  2020-01-03 
17:38:25.095339829 +0100
@@ -1,0 +2,6 @@
+Thu Jan  2 10:29:39 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Disable lto for building nsjail.
+- Run spec-cleaner, install the license file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nsjail.spec ++++++
--- /var/tmp/diff_new_pack.4RuZtP/_old  2020-01-03 17:38:25.919340252 +0100
+++ /var/tmp/diff_new_pack.4RuZtP/_new  2020-01-03 17:38:25.923340254 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nsjail
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,8 +22,7 @@
 Summary:        A light-weight process isolation tool
 License:        Apache-2.0
 Group:          System/GUI/Other
-ExclusiveArch:  x86_64
-URL:            http://nsjail.com
+URL:            https://nsjail.com
 Source0:        nsjail-%{version}.tar.gz
 Source1:        kafel.tar.gz
 BuildRequires:  autoconf
@@ -34,8 +33,9 @@
 BuildRequires:  glibc-devel
 BuildRequires:  libnl3-devel
 BuildRequires:  make
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  protobuf-devel
+ExclusiveArch:  x86_64
 
 %description
 A light-weight process isolation tool, making use of Linux namespaces and
@@ -45,6 +45,7 @@
 %setup -qa1
 
 %build
+%define _lto_cflags %{nil}
 export CFLAGS="%{optflags}"
 export CXXFLAGS="$CFLAGS"
 make %{?_smp_mflags} 
@@ -54,7 +55,7 @@
 cp nsjail %{buildroot}/%{_bindir}/
 
 %files 
-%defattr(-,root,root)
+%license LICENSE
 %{_bindir}/nsjail
 
 %changelog


Reply via email to