Commit Graph

7 Commits

Author SHA256 Message Date
d850946b75 Package summary fix
The package summary referred to AWS, but these are the Azure tools.
Fix the summary description (bsc#1253491)
2025-12-09 15:03:54 -05:00
07148cb2aa RPM Update Fix
During package update the postun scriptlet of the old package runs after the
post section of the new package. The postun unregistered the flake
unconditionally thus removing the command that was just set up by the
new package, (bsc#1253743). Make postun conditional such that the flake
deregistration does not happen on package update but only when the package
is being completely removed. Further safeguard the flake artifacts and restore
them if they have disappeared due to an unguarded postun. Last but not least
fix the dependency to ensure we have the proper sdk container image.
2025-11-19 12:04:49 -05:00
941dc55a65 Dependency handling (bsc#1253140)
- Update the dependencies. There is no evidence that opentelemetry or
  opencensus are used by the cli. Add the ca-certificates as a dependency.
  The ca-certificates package was in the cli container but really needs to
  come from the system.
- Fix the update path from SLE 15. The cli package in SLE 15 is named
  "azure-cli" and not "az-cli" as such we need to replace that package.
- Update the derivation chain, also derive from the SDK container. Bump
  version to 1.37.0
2025-11-10 08:42:25 -05:00
842b8fea33 Address package update issues
When updating the package an error was generated by flake-ctl because the
entry script to be generated existed already. Remove the script if it exists
to allow flake-ctl to start with a clean slate.
2025-11-06 10:00:47 -05:00
62aafacd84 Disable security context for shared volume
For sharing the home directory with the container the
security context needs to be disabled to allow this
shared mount. For details about this setting as well
as approval on the approach please visit bsc#1252390

Fix provided by @Marcus Schaefer
2025-11-06 09:48:07 -05:00
be8a7ccf36 Drop build requires
Move flake-ctl actions to %post
2025-09-22 18:19:14 +02:00
42287dc288 az-cli-cmd 2025-07-04 17:10:11 +02:00