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

Implement INCREMENT_DEVEL_VERSIONS in builder-fedora plugin #1407

Closed
marmarek opened this Issue Nov 11, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Nov 11, 2015

Debina plugin has this feature from almost beginning and it is really
convenient - you just need to build the package and launch update on test
system, no need to worry about version.
Without such feature one need to manually select which packages needs to be
reinstalled (yum reinstall), clean yum cache, sometimes handle dependencies
manually.

@marmarek marmarek added this to the Release 3.1 milestone Nov 11, 2015

marmarek added a commit to marmarek/old-qubes-vmm-xen that referenced this issue Nov 14, 2015

rpm: Use %fedora macro instead of %dist for version check
When INCREMENT_DEVEL_VERSIONS is enabled, %dist is prefixed with devel
version. Anyway string comparision for ">=" seems to be wrong, use
proper version number macro.

QubesOS/qubes-issues#1407

marmarek added a commit to marmarek/old-qubes-vmm-xen that referenced this issue Nov 28, 2015

rpm: Use %fedora macro instead of %dist for version check
When INCREMENT_DEVEL_VERSIONS is enabled, %dist is prefixed with devel
version. Anyway string comparision for ">=" seems to be wrong, use
proper version number macro.

QubesOS/qubes-issues#1407
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment