Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sbctl for openSUSE:Factory checked 
in at 2024-05-15 21:26:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbctl (Old)
 and      /work/SRC/openSUSE:Factory/.sbctl.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbctl"

Wed May 15 21:26:10 2024 rev:3 rq:1173965 version:0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/sbctl/sbctl.changes      2024-01-03 
12:27:21.064656156 +0100
+++ /work/SRC/openSUSE:Factory/.sbctl.new.1880/sbctl.changes    2024-05-15 
21:26:38.701696962 +0200
@@ -1,0 +2,24 @@
+Thu May  9 15:54:58 UTC 2024 - Joshua Smith <smolsh...@opensuse.org>
+
+- Enable tests
+- Fix bashism error in 91-sbctl.install by using bash shebang
+- Service to use manual instead of deprecated disabled and pattern
+  cleanup
+- Update to version 0.14:
+  New commands
+  * export-enrolled-keys will export all enrolled keys on the
+    system to a directory
+  * list-enrolled-keys will list the enrolled keys on the system
+  New Things
+  * The test suite has now been rewritten to use the new vmtest
+    library.
+  Bugfixes
+  * sign-all won't abort when it encounters a file it can't sign.
+  * The kernel-install hook won't try to sign things if there are
+    no signing keys available.
+  * The kernel-install hook will now only remove things if they
+    actually did exist on the system.
+  * The mkinitcpio hook now only sign the built kernel/UKI instead
+    of all the sbctl files.
+
+-------------------------------------------------------------------

Old:
----
  sbctl-0.13.tar.gz

New:
----
  sbctl-0.14.tar.gz
  sbctl-rpmlintrc

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

Other differences:
------------------
++++++ sbctl.spec ++++++
--- /var/tmp/diff_new_pack.ZgOG5W/_old  2024-05-15 21:26:39.733734316 +0200
+++ /var/tmp/diff_new_pack.ZgOG5W/_new  2024-05-15 21:26:39.733734316 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sbctl
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,19 @@
 
 
 Name:           sbctl
-Version:        0.13
+Version:        0.14
 Release:        0
 Summary:        Secure Boot key manager
 License:        MIT
 Group:          System/Boot
 URL:            https://github.com/Foxboron/sbctl
+%if "%{_vendor}" == "debbuild"
+# Needed to set Maintainer in output debs
+Packager:       Jan Loeser <jan.loe...@posteo.de>
+%endif
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
+Source2:        %{name}-rpmlintrc
 Requires:       binutils
 %if 0%{?suse_version}
 Requires:       util-linux-systemd
@@ -55,6 +60,12 @@
 %install
 %make_install BINDIR="%{_sbindir}" PREFIX="%{_prefix}"
 
+# Fix potential-bashisms rpmlint error by using bash shebang
+sed -i 's|bin/sh|bin/bash|' 
%{buildroot}%{_prefix}/lib/kernel/install.d/91-sbctl.install
+
+%check
+%make_build test
+
 %files
 %doc README.md
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZgOG5W/_old  2024-05-15 21:26:39.773735764 +0200
+++ /var/tmp/diff_new_pack.ZgOG5W/_new  2024-05-15 21:26:39.777735909 +0200
@@ -1,21 +1,20 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="tar_scm" mode="manual">
     <param name="url">https://github.com/Foxboron/sbctl.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="revision">@PARENT_TAG@</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="versionrewrite-pattern">v(.*)</param>
   </service>
-  <service name="set_version" mode="disabled">
+  <service name="set_version" mode="manual">
     <param name="basename">sbctl</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="go_modules" mode="disabled">
+  <service name="go_modules" mode="manual">
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ZgOG5W/_old  2024-05-15 21:26:39.793736488 +0200
+++ /var/tmp/diff_new_pack.ZgOG5W/_new  2024-05-15 21:26:39.797736632 +0200
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/Foxboron/sbctl.git</param>
-    <param 
name="changesrevision">ee7cf4a33c6fb3be8f192641420d8c4234f7ae31</param>
+    <param 
name="changesrevision">b7e1302c440f24b24d4cea5bb17aa4b703f46c87</param>
   </service>
 </servicedata>
 (No newline at EOF)

++++++ sbctl-0.13.tar.gz -> sbctl-0.14.tar.gz ++++++
/work/SRC/openSUSE:Factory/sbctl/sbctl-0.13.tar.gz 
/work/SRC/openSUSE:Factory/.sbctl.new.1880/sbctl-0.14.tar.gz differ: char 12, 
line 1

++++++ sbctl-rpmlintrc ++++++
# providing deb packages from this spec requires the tag to be hard coded
addFilter("W: hardcoded-packager-tag");

++++++ vendor.tar.gz ++++++
++++ 426912 lines of diff (skipped)

Reply via email to