Update to 0^20230509.g96f8d55
This commit is contained in:
parent
ddf812afd5
commit
c29c504f20
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/passt-dd2349661933c4e9756e524ae9465f38b53b7557.tar.xz
|
||||
/passt-1ee2f7cada9e6f739a00d39bb9821f1ce3493d92.tar.xz
|
||||
/passt-b10b983fbd00634e275083c37446a538dbff0dbe.tar.xz
|
||||
/passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.tar.xz
|
||||
|
12
passt.spec
12
passt.spec
@ -7,14 +7,14 @@
|
||||
# Copyright (c) 2022 Red Hat GmbH
|
||||
# Author: Stefano Brivio <sbrivio@redhat.com>
|
||||
|
||||
%global git_hash b10b983fbd00634e275083c37446a538dbff0dbe
|
||||
%global git_hash 96f8d55c4f5093fa59c168361c0428b53b6d2d06
|
||||
%global selinuxtype targeted
|
||||
|
||||
Name: passt
|
||||
Version: 0^20230329.gb10b983
|
||||
Version: 0^20230509.g96f8d55
|
||||
Release: 1%{?dist}
|
||||
Summary: User-mode networking daemons for virtual machines and namespaces
|
||||
License: AGPLv3+ and BSD
|
||||
License: GPLv2+ and BSD
|
||||
Group: System Environment/Daemons
|
||||
URL: https://passt.top/
|
||||
Source: https://passt.top/passt/snapshot/passt-%{git_hash}.tar.xz
|
||||
@ -84,7 +84,7 @@ fi
|
||||
%selinux_relabel_post -s %{selinuxtype}
|
||||
|
||||
%files
|
||||
%license LICENSES/{AGPL-3.0-or-later.txt,BSD-3-Clause.txt}
|
||||
%license LICENSES/{GPL-2.0-or-later.txt,BSD-3-Clause.txt}
|
||||
%dir %{_docdir}/%{name}
|
||||
%doc %{_docdir}/%{name}/README.md
|
||||
%doc %{_docdir}/%{name}/demo.sh
|
||||
@ -107,6 +107,10 @@ fi
|
||||
%{_datadir}/selinux/packages/%{selinuxtype}/pasta.pp
|
||||
|
||||
%changelog
|
||||
* Tue May 9 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230509.g96f8d55-1
|
||||
- Relicense to GPL 2.0, or any later version
|
||||
- Upstream changes: https://passt.top/passt/log/?qt=range&q=2023_03_29.b10b983..2023_05_09.96f8d55
|
||||
|
||||
* Wed Mar 29 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230329.gb10b983-1
|
||||
- Adjust path for SELinux policy and interface file to latest guidelines
|
||||
- Don't install useless SELinux interface file for pasta
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (passt-b10b983fbd00634e275083c37446a538dbff0dbe.tar.xz) = 8f39005ff334f3d1a1cdc89becc6f0d6f59a8fbb4c970ea52f070c62c304822f961c2ce3f6b111fc0681132112f31fb262028d2ff2061ed0ee773b1557758370
|
||||
SHA512 (passt-96f8d55c4f5093fa59c168361c0428b53b6d2d06.tar.xz) = ff1a17529adea0531143ee9667fc740fc1694453324792e6b8b0df757e7f0909877b5ac27f136342dbe669752886bc79726e281c86c8a2f1077a7de6aed845cd
|
||||
|
Loading…
Reference in New Issue
Block a user