From f449f278dd3c70e479a035f50a9bb817a9b433ba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:24:08 +0200 Subject: Adding upstream version 3.2.6. Signed-off-by: Daniel Baumann --- distro/config/apkg.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 distro/config/apkg.toml (limited to 'distro/config/apkg.toml') diff --git a/distro/config/apkg.toml b/distro/config/apkg.toml new file mode 100644 index 0000000..0858753 --- /dev/null +++ b/distro/config/apkg.toml @@ -0,0 +1,26 @@ +[project] +name = "knot-dns" +# needed for make-archive +make_archive_script = "scripts/make-dev-archive.sh" + +[upstream] +# needed for get-archive +archive_url = "https://secure.nic.cz/files/knot-dns/knot-{{ version }}.tar.xz" +signature_url = "https://secure.nic.cz/files/knot-dns/knot-{{ version }}.tar.xz.asc" + +[apkg] +compat = 3 + +[[distro.aliases]] +name = "el-7" +distro = ["centos == 7", "rhel == 7"] + +# pkstyle aliases bellow are expected to be built-in in apkg >= 0.5.0 +# https://gitlab.nic.cz/packaging/apkg/-/issues/79 +[[distro.aliases]] +name = "deb" +distro = ['ubuntu', 'debian'] + +[[distro.aliases]] +name = "rpm" +distro = ['almalinux', 'centos', 'fedora', 'opensuse', 'oracle', 'rhel', 'rocky', 'scientific'] -- cgit v1.2.3