Commit Graph

9 Commits

Author SHA256 Message Date
c37116a606 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:26:21 -05:00
163279386d 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 08:58:38 -05:00
786e77832d 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
2025-11-06 08:56:37 -05:00
95d4489355 Use fixed python version 3.13 2025-09-30 15:08:55 +02:00
4d916e9a5a Drop build requires
Move flake-ctl actions to %post
2025-09-22 18:16:42 +02:00
0f2fb923a6 Merge pull request 'Fix command requires' (#1) from mschaefer/aws-cli-cmd:fix_requires into public_cloud_2025
Reviewed-on: https://src.suse.de/SLFO-pool/aws-cli-cmd/pulls/1
Reviewed-by: Marco Strigl <marco.strigl@suse.com>
2025-07-23 15:53:02 +02:00
67901e0008 Fix command requires
groff is part of the runtime container reference and
therefore provisioned from the host. We have to make sure
our cmd package requires it
2025-07-15 10:10:34 +02:00
b31c86ad61 Fix HOME location inside the container 2025-07-08 10:46:04 +02:00
01135f9537 aws-cli-cmd 2025-07-04 17:08:15 +02:00