Hello community,

here is the log from the commit of package nsjail for openSUSE:Factory checked 
in at 2019-02-24 17:12:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nsjail (Old)
 and      /work/SRC/openSUSE:Factory/.nsjail.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nsjail"

Sun Feb 24 17:12:17 2019 rev:1 rq:671901 version:2.8

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.nsjail.new.28833/nsjail.changes 2019-02-24 
17:12:23.108482778 +0100
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Tue Feb  5 13:50:16 UTC 2019 - [email protected]
+
+- Retire old $RPM_* shell vars and %__-type macro indirections.
+
+-------------------------------------------------------------------
+Tue Feb  5 07:44:04 UTC 2019 - [email protected]
+
+- Update to version 2.8
+  * ability to specify noexec/nodev/nosuid in mounts
+  * added --macvlan_vs_ma option
+  * better example configs
+  * changed behavior of --env - empty var means passing it from parent
+- Fixed requires for libnl3
+- Removed format-truncation.patch, string handling was reworked
+
+-------------------------------------------------------------------
+Thu Sep 20 13:23:00 UTC 2018 - [email protected]
+
+- Added format-truncation.patch to prevent truncation warnings
+
+-------------------------------------------------------------------
+Thu Sep 20 12:11:46 UTC 2018 - [email protected]
+
+- Initial import of version 2.7 

New:
----
  kafel.tar.gz
  nsjail-2.8.tar.gz
  nsjail.changes
  nsjail.spec

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

Other differences:
------------------
++++++ nsjail.spec ++++++
#
# spec file for package notion
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:           nsjail
Version:        2.8
Release:        0
Summary:        A light-weight process isolation tool
License:        Apache-2.0
Group:          System/GUI/Other
URL:            http://nsjail.com
Source0:        nsjail-%{version}.tar.gz
Source1:        kafel.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  glibc-devel
BuildRequires:  make
BuildRequires:  pkg-config
BuildRequires:  git-core
BuildRequires:  protobuf-devel
BuildRequires:  autoconf
BuildRequires:  flex
BuildRequires:  bison
BuildRequires:  libnl3-devel

%description
A light-weight process isolation tool, making use of Linux namespaces and
seccomp-bpf syscall filters (with help of the kafel bpf language) 

%prep
%setup -qa1

%build
export CFLAGS="%{optflags}"
export CXXFLAGS="$CFLAGS"
make %{?_smp_mflags} 

%install
mkdir -p %{buildroot}/%{_bindir}/
cp nsjail %{buildroot}/%{_bindir}/

%files 
%defattr(-,root,root)
%{_bindir}/nsjail

%changelog

Reply via email to