4 Commits

Author SHA256 Message Date
631e31598c Accepting request 1321168 from security
- Update description to mention bubblewrap
- Simplify spec file

OBS-URL: https://build.opensuse.org/request/show/1321168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squilt?expand=0&rev=4
2025-12-05 15:56:23 +00:00
3d2d6ea717 - Update description to mention bubblewrap
- Simplify spec file

OBS-URL: https://build.opensuse.org/package/show/security/squilt?expand=0&rev=8
2025-12-04 14:07:27 +00:00
9898a8b67f Accepting request 1314378 from security
OBS-URL: https://build.opensuse.org/request/show/1314378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squilt?expand=0&rev=3
2025-10-29 20:09:00 +00:00
e303081cb0 - Update to version 20251029.56b4c47:
* Change to bubblewrap for confinment
  * Drop restriction to x86_64 since bubblewrap is available for other
    architectures

OBS-URL: https://build.opensuse.org/package/show/security/squilt?expand=0&rev=6
2025-10-29 13:15:30 +00:00
6 changed files with 28 additions and 19 deletions

View File

@@ -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>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf498024b7a00f946d137a9b7dc7355b7d4b8f5cfaf70adb8504b2bf32451244
size 5642

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26db68267ea381ed73b2c31ab37c7825564e7392a7610bfff5d1de0e68e5736a
size 3593

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: squilt
version: 20220617.c1a5044
mtime: 1655467228
commit: c1a5044a0213656e011742f55223ce5919163d26
version: 20251029.56b4c47
mtime: 1761743230
commit: 56b4c474ebeb27496067ed99d4bef0a84bc56276

View File

@@ -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