Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package aws-nitro-enclaves-cli for
openSUSE:Factory checked in at 2025-04-20 09:34:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-nitro-enclaves-cli (Old)
and /work/SRC/openSUSE:Factory/.aws-nitro-enclaves-cli.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-nitro-enclaves-cli"
Sun Apr 20 09:34:54 2025 rev:9 rq:1270808 version:1.4.2~git0.6e8512e
Changes:
--------
---
/work/SRC/openSUSE:Factory/aws-nitro-enclaves-cli/aws-nitro-enclaves-cli.changes
2024-05-29 19:36:58.698935511 +0200
+++
/work/SRC/openSUSE:Factory/.aws-nitro-enclaves-cli.new.30101/aws-nitro-enclaves-cli.changes
2025-04-20 19:50:00.607983675 +0200
@@ -1,0 +2,12 @@
+Thu Apr 17 12:47:06 UTC 2025 - Robert Schweikert <[email protected]>
+
+- Update to version 1.4.2
+- Update aws-nitro-enclaves-sdk-bootstrap to version f718dea6
+
+-------------------------------------------------------------------
+Tue Sep 10 10:10:10 UTC 2024 - [email protected]
+
+- Update to version 1.3.3~git0.afb7264
+- Update aws-nitro-enclaves-sdk-bootstrap to version 7797d39a
+
+-------------------------------------------------------------------
Old:
----
aws-nitro-enclaves-cli-1.3.0~git1.db34c02.tar.xz
aws-nitro-enclaves-sdk-bootstrap-203242d54e4fbb9b5d57b49e73c947226e08ce82.tar.xz
New:
----
aws-nitro-enclaves-cli-1.4.2~git0.6e8512e.tar.xz
aws-nitro-enclaves-sdk-bootstrap-f718dea60a9d9bb8b8682fd852ad793912f3c5db.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aws-nitro-enclaves-cli.spec ++++++
--- /var/tmp/diff_new_pack.f7rbSn/_old 2025-04-20 19:50:03.252093715 +0200
+++ /var/tmp/diff_new_pack.f7rbSn/_new 2025-04-20 19:50:03.268094381 +0200
@@ -1,7 +1,7 @@
#
# spec file for package aws-nitro-enclaves-cli
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,35 +12,36 @@
# 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/
#
+
+
%define ne_system_group ne
%define ne_rundir %_rundir/nitro_enclaves
-
Name: aws-nitro-enclaves-cli
-Version: 1.3.0~git1.db34c02
+Version: 1.4.2~git0.6e8512e
Release: 0
Summary: Tools for managing enclaves
License: Apache-2.0
-Url: https://github.com/aws/aws-nitro-enclaves-cli
+URL: https://github.com/aws/aws-nitro-enclaves-cli
ExclusiveArch: aarch64 x86_64
Patch0: %name.patch
Source0: %name-%version.tar.xz
Source1: vendor.tar.xz
Source3: aws-nitro-enclaves-cli-rpmlintrc
-Source9:
aws-nitro-enclaves-sdk-bootstrap-203242d54e4fbb9b5d57b49e73c947226e08ce82.tar.xz
+Source9:
aws-nitro-enclaves-sdk-bootstrap-f718dea60a9d9bb8b8682fd852ad793912f3c5db.tar.xz
Requires(pre): system-group-%ne_system_group = %version-%release
Requires(post): coreutils
Requires: aws-nitro-enclaves-binaryblobs
Requires: jq
-BuildRequires: cargo > 1.58
+BuildRequires: cargo > 1.81
BuildRequires: clang
BuildRequires: glibc-devel-static
-BuildRequires: pkgconfig(openssl)
-BuildRequires: rust > 1.58
+BuildRequires: rust > 1.81
BuildRequires: systemd-rpm-macros
BuildRequires: sysuser-tools
+BuildRequires: pkgconfig(openssl)
%description
A collection of tools and commands used for managing the lifecycle of
@@ -50,6 +51,7 @@
%package -n aws-nitro-enclaves-binaryblobs-upstream
Summary: Upstream kernel binary for AWS Nitro Enclaves
Provides: aws-nitro-enclaves-binaryblobs = %version-%release
+
%description -n aws-nitro-enclaves-binaryblobs-upstream
This package contains a kernel binary and a helper binary, which is
used by the nitro-cli build-enclave command to generate a Enclave
@@ -111,6 +113,7 @@
nitro-cli build-enclave --docker-uri hello-enclave:1.0 --output-file
hello.eif
nitro-cli run-enclave --eif-path hello.eif --cpu-count 2 --memory 512
--debug-mode --attach-console
_EOR_
+
%install
%if 0%{?__debug_package}
rustflags='-Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2'
@@ -181,8 +184,10 @@
%_sysusersdir/*.conf
%pre -n system-group-%ne_system_group -f system-group-%ne_system_group.pre
+
%pre
%service_add_pre nitro-enclaves-allocator.service
nitro-enclaves-vsock-proxy.service
+
%post
if test "$1" -eq 1
then
@@ -197,8 +202,10 @@
%tmpfiles_create %_tmpfilesdir/%name.conf
%udev_rules_update
%service_add_post nitro-enclaves-allocator.service
nitro-enclaves-vsock-proxy.service
+
%preun
%service_del_preun nitro-enclaves-allocator.service
nitro-enclaves-vsock-proxy.service
+
%postun
%service_del_postun_without_restart nitro-enclaves-allocator.service
nitro-enclaves-vsock-proxy.service
++++++ _service ++++++
--- /var/tmp/diff_new_pack.f7rbSn/_old 2025-04-20 19:50:03.604108364 +0200
+++ /var/tmp/diff_new_pack.f7rbSn/_new 2025-04-20 19:50:03.632109530 +0200
@@ -40,7 +40,7 @@
<param name="exclude">vendor</param>
<param name="filename">aws-nitro-enclaves-cli</param>
<param name="match-tag">*</param>
- <param name="revision">db34c02261c145ff5383d434206567524c18880b</param>
+ <param name="revision">6e8512e4d9e1ba82e0e5c4c9d9d0b3987724f217</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/aws/aws-nitro-enclaves-cli.git</param>
@@ -53,7 +53,7 @@
<param name="exclude">Makefile</param>
<param name="filename">aws-nitro-enclaves-sdk-bootstrap</param>
<param name="subdir">init</param>
- <param name="revision">203242d54e4fbb9b5d57b49e73c947226e08ce82</param>
+ <param name="revision">f718dea60a9d9bb8b8682fd852ad793912f3c5db</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param
name="url">https://github.com/aws/aws-nitro-enclaves-sdk-bootstrap.git</param>
++++++ aws-nitro-enclaves-cli-1.3.0~git1.db34c02.tar.xz ->
aws-nitro-enclaves-cli-1.4.2~git0.6e8512e.tar.xz ++++++
/work/SRC/openSUSE:Factory/aws-nitro-enclaves-cli/aws-nitro-enclaves-cli-1.3.0~git1.db34c02.tar.xz
/work/SRC/openSUSE:Factory/.aws-nitro-enclaves-cli.new.30101/aws-nitro-enclaves-cli-1.4.2~git0.6e8512e.tar.xz
differ: char 15, line 1
++++++
aws-nitro-enclaves-sdk-bootstrap-203242d54e4fbb9b5d57b49e73c947226e08ce82.tar.xz
->
aws-nitro-enclaves-sdk-bootstrap-f718dea60a9d9bb8b8682fd852ad793912f3c5db.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/aws-nitro-enclaves-sdk-bootstrap-203242d54e4fbb9b5d57b49e73c947226e08ce82/init.c
new/aws-nitro-enclaves-sdk-bootstrap-f718dea60a9d9bb8b8682fd852ad793912f3c5db/init.c
---
old/aws-nitro-enclaves-sdk-bootstrap-203242d54e4fbb9b5d57b49e73c947226e08ce82/init.c
2024-05-22 08:48:02.000000000 +0200
+++
new/aws-nitro-enclaves-sdk-bootstrap-f718dea60a9d9bb8b8682fd852ad793912f3c5db/init.c
2025-02-24 11:29:09.000000000 +0100
@@ -232,7 +232,7 @@
}
for (;;) {
static const char base_path[] = "/sys/fs/cgroup/";
- char path[sizeof(base_path) - 1 + 64];
+ char path[sizeof(base_path) - 1 + 65];
char* name = path + sizeof(base_path) - 1;
int hier, groups, enabled;
int r = fscanf(f, "%64s %d %d %d\n", name, &hier, &groups, &enabled);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/aws-nitro-enclaves-sdk-bootstrap-203242d54e4fbb9b5d57b49e73c947226e08ce82/init.nix
new/aws-nitro-enclaves-sdk-bootstrap-f718dea60a9d9bb8b8682fd852ad793912f3c5db/init.nix
---
old/aws-nitro-enclaves-sdk-bootstrap-203242d54e4fbb9b5d57b49e73c947226e08ce82/init.nix
1970-01-01 01:00:00.000000000 +0100
+++
new/aws-nitro-enclaves-sdk-bootstrap-f718dea60a9d9bb8b8682fd852ad793912f3c5db/init.nix
2025-02-24 11:29:09.000000000 +0100
@@ -0,0 +1,16 @@
+{ pkgs ? (import ../nixpkgs.nix) { } }:
+pkgs.stdenv.mkDerivation rec {
+ name = "nitro-enclaves-init";
+
+ src = ./.;
+
+ buildPhase = ''
+ $CC -Wall -Wextra -Werror -O2 -o init init.c -flto
+ $STRIP --strip-all init
+ '';
+
+ installPhase = ''
+ mkdir -p $out
+ cp init $out/
+ '';
+}
++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/aws-nitro-enclaves-cli/vendor.tar.xz
/work/SRC/openSUSE:Factory/.aws-nitro-enclaves-cli.new.30101/vendor.tar.xz
differ: char 15, line 1