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/passt.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'contrib/fedora/passt.spec') diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec index 4411271..ed5c4f6 100644 --- a/contrib/fedora/passt.spec +++ b/contrib/fedora/passt.spec @@ -12,12 +12,14 @@ # Author: Stefano Brivio Name: passt -Version: 0.git.202206071425.67103ea -Release: 0 +Version: {{{ git_version }}} +Release: 0%{?dist} Summary: User-mode networking daemons for virtual machines and namespaces License: AGPLv3+ and BSD +Group: System Environment/Daemons URL: https://passt.top/ -Source: https://passt.top/passt/snapshot/passt-67103ea556da00106da900f20aac286511171ea2.tar.xz +VCS: git://passt.top/passt +Source: https://passt.top/passt/snapshot/passt-HEAD.tar.xz BuildRequires: gcc, make, checkpolicy, selinux-policy-devel @@ -42,7 +44,7 @@ Requires(preun): policycoreutils, %{name} This package adds SELinux enforcement to passt(1) and pasta(1). %prep -%setup -q +%setup -q -n passt-HEAD %build export CFLAGS="%{optflags}" @@ -91,5 +93,4 @@ semodule -r pasta 2>/dev/null || : %{_datadir}/selinux/packages/%{name}/pasta.pp %changelog -* Tue Jun 07 2022 Stefano Brivio 0.git.202206071425.67103ea -- Pro forma: example +{{{ git_dir_changelog }}} -- cgit v1.2.3