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

🐛 Missing verison number in RPM/DEB package filenames #1356

Open
Mikrz opened this issue Nov 11, 2024 · 0 comments
Open

🐛 Missing verison number in RPM/DEB package filenames #1356

Mikrz opened this issue Nov 11, 2024 · 0 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working

Comments

@Mikrz
Copy link

Mikrz commented Nov 11, 2024

Describe the bug
The missing version number in the package filename causes issues in package repository mirrors such as Pulp3 as they are unable to maintain a version history. Additionally it breaks http caching proxies such as Squid that rely on the filename to determine cache availability, causing new package versions to be considered unchanged in the cache, leading to package installation failure due to a mismatch between fingerprint and content, rather than a simple cache miss.

Expected behavior
Builds should include version numbers in RPM and DEB packages.

@Mikrz Mikrz added Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant