Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 631e31598c | |||
| 3d2d6ea717 | |||
| 9898a8b67f | |||
| e303081cb0 |
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/jsegitz/squilt.git</param>
|
||||
<param name="changesrevision">c1a5044a0213656e011742f55223ce5919163d26</param></service></servicedata>
|
||||
<param name="changesrevision">56b4c474ebeb27496067ed99d4bef0a84bc56276</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf498024b7a00f946d137a9b7dc7355b7d4b8f5cfaf70adb8504b2bf32451244
|
||||
size 5642
|
||||
3
squilt-20251029.56b4c47.obscpio
Normal file
3
squilt-20251029.56b4c47.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26db68267ea381ed73b2c31ab37c7825564e7392a7610bfff5d1de0e68e5736a
|
||||
size 3593
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 1 08:53:47 UTC 2025 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
- Update description to mention bubblewrap
|
||||
- Simplify spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 13:08:01 UTC 2025 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Update to version 20251029.56b4c47:
|
||||
* Change to bubblewrap for confinment
|
||||
* Drop restriction to x86_64 since bubblewrap is available for other
|
||||
architectures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 14:50:22 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: squilt
|
||||
version: 20220617.c1a5044
|
||||
mtime: 1655467228
|
||||
commit: c1a5044a0213656e011742f55223ce5919163d26
|
||||
version: 20251029.56b4c47
|
||||
mtime: 1761743230
|
||||
commit: 56b4c474ebeb27496067ed99d4bef0a84bc56276
|
||||
|
||||
19
squilt.spec
19
squilt.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package squilt
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,29 +17,24 @@
|
||||
|
||||
|
||||
Name: squilt
|
||||
Version: 20220617.c1a5044
|
||||
Version: 20251029.56b4c47
|
||||
Release: 0
|
||||
Summary: A quilt wrapper using nsjail
|
||||
Summary: A quilt wrapper using bubblewrap
|
||||
License: MIT
|
||||
Group: Development/Tools/Version Control
|
||||
URL: https://github.com/jsegitz/squilt
|
||||
BuildArch: noarch
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Requires: nsjail
|
||||
Requires: bubblewrap
|
||||
Requires: quilt
|
||||
# x86_64 only due to dependency nsjail having ExclusiveArch x86_64
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
Wrapper to confine quilt with nsjail
|
||||
Wrapper to confine quilt with bubblewrap
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# Fix squilt on Tumbleweed
|
||||
%if 0%{?suse_version} > 1500
|
||||
sed -i -e 's@/etc/nsswitch@/usr/etc/nsswitch@g' squilt
|
||||
%endif
|
||||
|
||||
%install
|
||||
install -Dm 0755 squilt %{buildroot}%{_bindir}/squilt
|
||||
|
||||
Reference in New Issue
Block a user