Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package afterburn for openSUSE:Factory 
checked in at 2022-01-20 00:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/afterburn (Old)
 and      /work/SRC/openSUSE:Factory/.afterburn.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "afterburn"

Thu Jan 20 00:12:18 2022 rev:8 rq:947375 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/afterburn/afterburn.changes      2022-01-19 
00:36:08.198330802 +0100
+++ /work/SRC/openSUSE:Factory/.afterburn.new.1892/afterburn.changes    
2022-01-20 00:13:11.834620956 +0100
@@ -1,0 +2,19 @@
+Tue Jan 18 21:12:09 UTC 2022 - [email protected]
+
+- Update to version 5.2.0:
+  * providers: log message when SSH key is removed
+  * providers: limit hostname file output value to HOST_NAME_MAX bytes
+  * Consistently un-capitalize log messages
+  * Explicitly log the hostname we write
+  * providers/microsoft: allow unused fields in goal state structs
+  * providers: only log we wrote SSH keys when we actually did
+- Update to version 5.1.0:
+  * Add PowerVS provider
+  * cli: correctly print version when --version specified
+  * cli: don't report an error when --help or --version is specified
+  * providers/packet: access metadata service over HTTPS
+  * providers/gcp: access GCP metadata service by IP address
+  * minimum supported rust version is now 1.49.0
+* Refresh fix-authorized-keys-location.patch
+
+-------------------------------------------------------------------

Old:
----
  afterburn-5.0.0.tar.xz

New:
----
  afterburn-5.2.0.tar.xz

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

Other differences:
------------------
++++++ afterburn.spec ++++++
--- /var/tmp/diff_new_pack.aYp5L7/_old  2022-01-20 00:13:12.894621811 +0100
+++ /var/tmp/diff_new_pack.aYp5L7/_new  2022-01-20 00:13:12.902621818 +0100
@@ -21,7 +21,7 @@
 %global dracutmodulesdir %(pkg-config --variable=dracutmodulesdir dracut || 
echo '/usr/lib/dracut/modules.d')
 
 Name:           afterburn
-Version:        5.0.0
+Version:        5.2.0
 Release:        0
 Summary:        A cloud provider agent
 License:        Apache-2.0
@@ -36,7 +36,7 @@
 ExcludeArch:    %ix86 s390x ppc64le
 
 BuildRequires:  cargo
-BuildRequires:  rust >= 1.44.0
+BuildRequires:  rust >= 1.49.0
 BuildRequires:  pkgconfig(openssl)
 
 %description
@@ -54,7 +54,7 @@
 
 %prep
 %autosetup -N -a1
-%patch1 -p0
+%patch1 -p1
 %patch2 -p0
 %patch3 -p0
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.aYp5L7/_old  2022-01-20 00:13:12.938621847 +0100
+++ /var/tmp/diff_new_pack.aYp5L7/_new  2022-01-20 00:13:12.942621850 +0100
@@ -1,12 +1,10 @@
 <services>
   <service name="tar_scm" mode="manual">
-    <!-- <param name="url">https://github.com/coreos/afterburn.git</param> -->
-    <param name="url">https://github.com/JanZerebecki/afterburn.git</param>
+    <param name="url">https://github.com/coreos/afterburn.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">afterburn</param>
-    <!-- <param name="revision">v5.0.0</param> -->
-    <param name="revision">origin/for-5.0</param>
+    <param name="revision">v5.2.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.aYp5L7/_old  2022-01-20 00:13:12.962621867 +0100
+++ /var/tmp/diff_new_pack.aYp5L7/_new  2022-01-20 00:13:12.966621869 +0100
@@ -1,7 +1,7 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/coreos/afterburn.git</param>
-              <param 
name="changesrevision">8c366ef408e755f557aaead99c74bfc35c1c5bf5</param></service><service
 name="tar_scm">
+              <param 
name="changesrevision">43dc76d7c38921d8eb0dc24d3b0b18787fa8ee07</param></service><service
 name="tar_scm">
                 <param 
name="url">https://github.com/JanZerebecki/afterburn.git</param>
               <param 
name="changesrevision">104ec25049bf429578c60877c0ea503ee96354e4</param></service></servicedata>
 (No newline at EOF)

++++++ afterburn-5.0.0.tar.xz -> afterburn-5.2.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/afterburn/afterburn-5.0.0.tar.xz 
/work/SRC/openSUSE:Factory/.afterburn.new.1892/afterburn-5.2.0.tar.xz differ: 
char 15, line 1

++++++ fix-authorized-keys-location.patch ++++++
--- /var/tmp/diff_new_pack.aYp5L7/_old  2022-01-20 00:13:13.022621915 +0100
+++ /var/tmp/diff_new_pack.aYp5L7/_new  2022-01-20 00:13:13.026621918 +0100
@@ -1,6 +1,8 @@
---- src/providers/mod.rs.orig
-+++ src/providers/mod.rs
-@@ -87,8 +87,8 @@ fn write_ssh_keys(user: User, ssh_keys:
+diff --git a/src/providers/mod.rs b/src/providers/mod.rs
+index f684d22..153d473 100644
+--- a/src/providers/mod.rs
++++ b/src/providers/mod.rs
+@@ -98,8 +98,8 @@ fn write_ssh_keys(user: User, ssh_keys: Vec<PublicKey>) -> 
Result<()> {
          .context("failed to switch user/group")?;
  
      // get paths
@@ -10,5 +12,5 @@
 +    let file_name = "authorized_keys";
      let file_path = &dir_path.join(file_name);
  
-     if !ssh_keys.is_empty() {
+     // stringify for logging
 

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/afterburn/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.afterburn.new.1892/vendor.tar.xz differ: char 26, 
line 1

Reply via email to