contrib/fedora: Drop dashes from version
COPR doesn't like them, and I'm trying to build packages there now. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
67103ea556
commit
bb8a7b8a2a
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@
|
||||||
# Author: Stefano Brivio <sbrivio@redhat.com>
|
# Author: Stefano Brivio <sbrivio@redhat.com>
|
||||||
|
|
||||||
Name: passt
|
Name: passt
|
||||||
Version: 0+git-8fd20ad99d24
|
Version: 0.git.202206071425.67103ea
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-mode networking daemons for virtual machines and namespaces
|
Summary: User-mode networking daemons for virtual machines and namespaces
|
||||||
License: AGPLv3+ and BSD
|
License: AGPLv3+ and BSD
|
||||||
URL: https://passt.top/
|
URL: https://passt.top/
|
||||||
Source: https://passt.top/passt/snapshot/passt-8fd20ad99d24a517fa1771e1863f51a32d2fe8a4.tar.xz
|
Source: https://passt.top/passt/snapshot/passt-67103ea556da00106da900f20aac286511171ea2.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc, make, checkpolicy, selinux-policy-devel
|
BuildRequires: gcc, make, checkpolicy, selinux-policy-devel
|
||||||
|
|
||||||
|
@ -91,5 +91,5 @@ semodule -r pasta 2>/dev/null || :
|
||||||
%{_datadir}/selinux/packages/%{name}/pasta.pp
|
%{_datadir}/selinux/packages/%{name}/pasta.pp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 28 2022 Stefano Brivio <sbrivio@redhat.com> 0+git-8fd20ad99d24-0
|
* Tue Jun 07 2022 Stefano Brivio <sbrivio@redhat.com> 0.git.202206071425.67103ea
|
||||||
- Pro forma: example
|
- Pro forma: example
|
||||||
|
|
Loading…
Reference in a new issue