From fb59cfc9093b2c68d5fa65bb6eb4d4042dab0593 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 7 Jun 2022 17:44:30 +0200 Subject: contrib/fedora: Use pre-processing macros in spec file ...they seem to be supported by COPR now and make things simpler. Signed-off-by: Stefano Brivio --- contrib/fedora/rpkg.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 contrib/fedora/rpkg.conf (limited to 'contrib/fedora/rpkg.conf') diff --git a/contrib/fedora/rpkg.conf b/contrib/fedora/rpkg.conf new file mode 100644 index 0000000..2b88e8f --- /dev/null +++ b/contrib/fedora/rpkg.conf @@ -0,0 +1,15 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later +# +# PASST - Plug A Simple Socket Transport +# for qemu/UNIX domain socket mode +# +# PASTA - Pack A Subtle Tap Abstraction +# for network namespace/tap device mode +# +# contrib/fedora/rpkg.conf - Configuration file for rpkg (for COPR builds) +# +# Copyright (c) 2022 Red Hat GmbH +# Author: Stefano Brivio + +[rpkg] +user_macros = "${git_props:root}/contrib/fedora/rpkg.macros" -- cgit v1.2.3