diff --git a/_service b/_service
index c56c130..1815c75 100644
--- a/_service
+++ b/_service
@@ -2,7 +2,7 @@
https://github.com/opentofu/opentofu/
git
- v1.6.0-alpha3
+ v1.6.0-alpha4
@PARENT_TAG@
v(.*)-(.*)
\1~\2
diff --git a/_servicedata b/_servicedata
index 1ab4f01..83aa352 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/opentofu/opentofu/
- 52c9897b76ba18d559da87312451fc41cd104e55
\ No newline at end of file
+ e2d5a17e564ea4f8ddd220d949d2361c625cc243
\ No newline at end of file
diff --git a/opentofu-1.6.0~alpha3.obscpio b/opentofu-1.6.0~alpha3.obscpio
deleted file mode 100644
index c15d0f2..0000000
--- a/opentofu-1.6.0~alpha3.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9be26db518778e1ec9529d34e4819a6ddcb5b7032bf876927f85afa3d643ccd3
-size 17482765
diff --git a/opentofu-1.6.0~alpha4.obscpio b/opentofu-1.6.0~alpha4.obscpio
new file mode 100644
index 0000000..6fc4192
--- /dev/null
+++ b/opentofu-1.6.0~alpha4.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b5e485d86bb62397e1b3fe3f997720e9b6653aef076eea1d9c62a4ad652a7021
+size 17608717
diff --git a/opentofu.changes b/opentofu.changes
index 11295d2..5b37e94 100644
--- a/opentofu.changes
+++ b/opentofu.changes
@@ -1,3 +1,63 @@
+-------------------------------------------------------------------
+Fri Nov 10 08:06:42 UTC 2023 - Johannes Kastl
+
+- 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 - kastl@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)
+
-------------------------------------------------------------------
Thu Oct 19 06:52:00 UTC 2023 - kastl@b1-systems.de
diff --git a/opentofu.obsinfo b/opentofu.obsinfo
index 718f8f0..8febe20 100644
--- a/opentofu.obsinfo
+++ b/opentofu.obsinfo
@@ -1,4 +1,4 @@
name: opentofu
-version: 1.6.0~alpha3
-mtime: 1697628957
-commit: 52c9897b76ba18d559da87312451fc41cd104e55
+version: 1.6.0~alpha4
+mtime: 1699547780
+commit: e2d5a17e564ea4f8ddd220d949d2361c625cc243
diff --git a/opentofu.spec b/opentofu.spec
index 38f6ff4..4e015cf 100644
--- a/opentofu.spec
+++ b/opentofu.spec
@@ -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,15 +51,16 @@ The key features of OpenTofu are:
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}
%changelog
diff --git a/vendor.tar.gz b/vendor.tar.gz
index 916dd7d..bc17fb9 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:dcf9cecb2091d3c45b05d585be3ae3123b828e395315ccefaf9d50239ac010ff
-size 13966379
+oid sha256:d706b62450fe86b3e095235b1db950a2528393a2234237fa8659f2f425b1e2b7
+size 14940072