Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix teleport-ent-updater publishing for yum/zypper #41789

Open
bernardjkim opened this issue May 20, 2024 · 0 comments
Open

Fix teleport-ent-updater publishing for yum/zypper #41789

bernardjkim opened this issue May 20, 2024 · 0 comments

Comments

@bernardjkim
Copy link
Contributor

Expected behavior:

Installing the teleport-ent-updater package via yum should install a yum package.

Current behavior:

In some cases, yum may install a zypper package. This seems to be an issue resulting from the teleport-ent-updater package publishing workflow. Both zypper and yum packages are published to both zypper and yum repos.

Bug details:

bash-4.2# yum install teleport-ent-updater-15.3.5
Loaded plugins: ovl, priorities
Resolving Dependencies
--> Running transaction check
---> Package teleport-ent-updater.x86_64 0:15.3.4-1 will be updated
---> Package teleport-ent-updater.x86_64 0:15.3.5-1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================================================================
 Package                                          Arch                               Version                                Repository                            Size
=======================================================================================================================================================================
Updating:
 teleport-ent-updater                             x86_64                             15.3.5-1                               teleport                              15 k

Transaction Summary
=======================================================================================================================================================================
Upgrade  1 Package

Total download size: 15 k
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
teleport-ent-updater-15.3.5.amd64.zypper.rpm
...

bash-4.2# cat /etc/teleport-upgrade.d/installer
zypper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant