Skip to content
Snippets Groups Projects
Commit 58f48b2b authored by Jakub Ružička's avatar Jakub Ružička
Browse files

distro: introduce upstream cznic release prefix

using cznic.1 release string for upstream packages ensures they are
prefered over downstream ones and that their versions don't collide
which was causing issues for users with both downstream and upstream
packaging repos enabled.

Following statements are true according to `dpkg --compare-versions`:

    1.2.3-1   < 1.2.3-cznic.1
    1.2.3-999 < 1.2.3-cznic.1

So upstream packages should always take precedence over downstream
packages of the same version.
parent 7c776dff
No related branches found
No related tags found
1 merge request!1122distro: introduce upstream cznic release prefix
Pipeline #74560 passed
knot-resolver (__VERSION__-1) unstable; urgency=medium
knot-resolver (__VERSION__-cznic.1) unstable; urgency=medium
* move changelog to OBS
* see NEWS or https://knot-resolver.cz
......
......@@ -10,7 +10,7 @@
Name: knot-resolver
Version: %{VERSION}
Release: 1%{?dist}
Release: cznic.1%{?dist}
Summary: Caching full DNS Resolver
License: GPL-3.0-or-later
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment