Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opentofu for openSUSE:Factory 
checked in at 2023-11-10 12:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opentofu (Old)
 and      /work/SRC/openSUSE:Factory/.opentofu.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opentofu"

Fri Nov 10 12:33:29 2023 rev:3 rq:1124802 version:1.6.0~alpha4

Changes:
--------
--- /work/SRC/openSUSE:Factory/opentofu/opentofu.changes        2023-10-19 
22:52:09.580965122 +0200
+++ /work/SRC/openSUSE:Factory/.opentofu.new.17445/opentofu.changes     
2023-11-10 12:37:23.313516609 +0100
@@ -1,0 +2,60 @@
+Fri Nov 10 08:06:42 UTC 2023 - Johannes Kastl <ka...@b1-systems.de>
+
+- properly report the version (otherwise this would report
+  1.6.0-dev)
+- rename the executable to 'tofu', to match upstream naming
+
+-------------------------------------------------------------------
+Fri Nov 10 07:19:13 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 1.6.0~alpha4:
+  * Address s3 compatible remote state issues + logging (#840)
+  * Bump version file. (#845)
+  * Update go-tfe to 1.36.0 (#844)
+  * Add changelog that was missed in PR #830 (#843)
+  * Fix crash during destroy planning due to validation (#830)
+  * Revert PRs that introduced propogating contexts (#835)
+  * Weekly update for the 2023-11-07. (#831)
+  * Add Technical Steering Committee Summary for 2023-11-02 (#823)
+  * Backend/S3: Update the `Put` method (#795)
+  * Backend/S3: Add support for `skip_requesting_account_id` (#788)
+  * Weekly update for the 2023-11-02 (#809)
+  * Update user-agent from go-tfe to opentofu where go-tfe is used
+    (#807)
+  * Backend/S3: Custom Service Endpoint Configuration (#794)
+  * Stop reading providers from the HashiCorp registry based on the
+    statefile if not specified in code. (#773)
+  * Backend/S3: Add support for `use_path_style` (#787)
+  * Add DEBUGGING.md (#711)
+  * Pass context to all statemgr.Locker operations (#789)
+  * Pass context to all remote.Client operations (#786)
+  * Make backend.Workspaces accept a context (#784)
+  * Backend/S3: Add HTTP parameters for parity with AWS Provider
+    (#770)
+  * Make backend.DeleteWorkspace accept a context (#782)
+  * Backend/S3: Allow specifying retry mode for AWS API requests
+    (#769)
+  * Backend/S3: Add support for overriding EC2 Metadata Service
+    endpoint (#767)
+  * Weekly update for the 2023-10-24 (#781)
+  * Backend/S3: Allow use of an alternative region for STS
+    operations (#768)
+  * Backend/s3: Add support for `assume_role_with_web_identity`
+    block (#759)
+  * Make backend.StateMgr accept a context (#780)
+  * Make backend.Configure accept a context (#779)
+  * Backend/S3: Add support for custom CA bundle (#762)
+  * backend/s3: skip account verification when no constraints given
+    (#772)
+  * Make backend.PrepareConfig accept a context (#777)
+  * Make backend.ConfigSchema accept a context (#776)
+  * Improve logging of global provider schema cache hits. (#766)
+  * S3 backend add account ID whitelisting arguments (#760)
+  * Backend/S3: Extract `assume_role` as a separate block (#754)
+  * Added Security disclousure policy (#749)
+  * Add comparison to Terraform link (#737)
+  * Provide git for module installation (#751)
+  * Upgrade AWS SDK (#701)
+  * Update core team email. (#752)
+
+-------------------------------------------------------------------

Old:
----
  opentofu-1.6.0~alpha3.obscpio

New:
----
  opentofu-1.6.0~alpha4.obscpio

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

Other differences:
------------------
++++++ opentofu.spec ++++++
--- /var/tmp/diff_new_pack.d8tuvq/_old  2023-11-10 12:37:24.465559247 +0100
+++ /var/tmp/diff_new_pack.d8tuvq/_new  2023-11-10 12:37:24.465559247 +0100
@@ -16,8 +16,10 @@
 #
 
 
+%define executable_name tofu
+
 Name:           opentofu
-Version:        1.6.0~alpha3
+Version:        1.6.0~alpha4
 Release:        0
 Summary:        Declaratively manage your cloud infrastructure
 License:        MPL-2.0
@@ -49,14 +51,15 @@
 go build \
    -mod=vendor \
    -buildmode=pie \
-   -o bin/%{name} ./cmd/tofu
+   -ldflags "-w -s -X github.com/opentofu/opentofu/version.dev=no -X 
github.com/opentofu/opentofu/version.Version=%{version}" \
+   -o bin/%{executable_name} ./cmd/tofu
 
 %install
 # Install the binary.
-install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}"
+install -D -m 0755 bin/%{executable_name} 
"%{buildroot}/%{_bindir}/%{executable_name}"
 
 %files
 %license LICENSE
 %doc CHANGELOG.md README.md
-%{_bindir}/%{name}
+%{_bindir}/%{executable_name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.d8tuvq/_old  2023-11-10 12:37:24.497560431 +0100
+++ /var/tmp/diff_new_pack.d8tuvq/_new  2023-11-10 12:37:24.501560580 +0100
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/opentofu/opentofu/</param>
     <param name="scm">git</param>
-    <param name="revision">v1.6.0-alpha3</param>
+    <param name="revision">v1.6.0-alpha4</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)-(.*)</param>
     <param name="versionrewrite-replacement">\1~\2</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.d8tuvq/_old  2023-11-10 12:37:24.521561320 +0100
+++ /var/tmp/diff_new_pack.d8tuvq/_new  2023-11-10 12:37:24.525561468 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/opentofu/opentofu/</param>
-              <param 
name="changesrevision">52c9897b76ba18d559da87312451fc41cd104e55</param></service></servicedata>
+              <param 
name="changesrevision">e2d5a17e564ea4f8ddd220d949d2361c625cc243</param></service></servicedata>
 (No newline at EOF)
 

++++++ opentofu-1.6.0~alpha3.obscpio -> opentofu-1.6.0~alpha4.obscpio ++++++
/work/SRC/openSUSE:Factory/opentofu/opentofu-1.6.0~alpha3.obscpio 
/work/SRC/openSUSE:Factory/.opentofu.new.17445/opentofu-1.6.0~alpha4.obscpio 
differ: char 49, line 1

++++++ opentofu.obsinfo ++++++
--- /var/tmp/diff_new_pack.d8tuvq/_old  2023-11-10 12:37:24.577563392 +0100
+++ /var/tmp/diff_new_pack.d8tuvq/_new  2023-11-10 12:37:24.581563541 +0100
@@ -1,5 +1,5 @@
 name: opentofu
-version: 1.6.0~alpha3
-mtime: 1697628957
-commit: 52c9897b76ba18d559da87312451fc41cd104e55
+version: 1.6.0~alpha4
+mtime: 1699547780
+commit: e2d5a17e564ea4f8ddd220d949d2361c625cc243
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/opentofu/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.opentofu.new.17445/vendor.tar.gz differ: char 5, 
line 1

Reply via email to