1
0
forked from pool/squilt-python

Compare commits

..

2 Commits

2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 28 07:40:54 UTC 2025 - Filippo Bonazzi <filippo.bonazzi@suse.com>
- Require python3 (bsc#1219306)
Requiring plain "python" would default to python2
-------------------------------------------------------------------
Wed Jul 19 10:14:54 UTC 2023 - filippo.bonazzi@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package squilt-python
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Group: Development/Tools/Version Control
URL: https://github.com/mgerstner/squilt
Source0: squilt-%{version}.tar.gz
Requires: nsjail
Requires: python
Requires: python3
Requires: quilt
# x86_64 only due to dependency nsjail having ExclusiveArch x86_64
ExclusiveArch: x86_64