aboutgitcodebugslistschat
path: root/contrib/fedora/rpkg.conf
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-06-07 17:44:30 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-06-08 09:43:48 +0200
commitfb59cfc9093b2c68d5fa65bb6eb4d4042dab0593 (patch)
tree94db0c9c3ff55e584e1d5c860ef1dbee8a2317c1 /contrib/fedora/rpkg.conf
parentbb8a7b8a2a461f56d7c5e819996cd2470b0c1566 (diff)
downloadpasst-fb59cfc9093b2c68d5fa65bb6eb4d4042dab0593.tar
passt-fb59cfc9093b2c68d5fa65bb6eb4d4042dab0593.tar.gz
passt-fb59cfc9093b2c68d5fa65bb6eb4d4042dab0593.tar.bz2
passt-fb59cfc9093b2c68d5fa65bb6eb4d4042dab0593.tar.lz
passt-fb59cfc9093b2c68d5fa65bb6eb4d4042dab0593.tar.xz
passt-fb59cfc9093b2c68d5fa65bb6eb4d4042dab0593.tar.zst
passt-fb59cfc9093b2c68d5fa65bb6eb4d4042dab0593.zip
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 <sbrivio@redhat.com>
Diffstat (limited to 'contrib/fedora/rpkg.conf')
-rw-r--r--contrib/fedora/rpkg.conf15
1 files changed, 15 insertions, 0 deletions
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 <sbrivio@redhat.com>
+
+[rpkg]
+user_macros = "${git_props:root}/contrib/fedora/rpkg.macros"