diff --git a/bubblewrap-0.6.2.tar.xz b/bubblewrap-0.6.2.tar.xz deleted file mode 100644 index 60f666e..0000000 --- a/bubblewrap-0.6.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a0ec802d1b3e956c5bb0a40a81c9ce0b055a31bf30a8efa547433603b8af20b -size 146312 diff --git a/bubblewrap-0.7.0.tar.xz b/bubblewrap-0.7.0.tar.xz new file mode 100644 index 0000000..3c87123 --- /dev/null +++ b/bubblewrap-0.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764ab7100bd037ea53d440d362e099d7a425966bc62d1f00ab26b8fbb882a9dc +size 147700 diff --git a/bubblewrap.changes b/bubblewrap.changes index 46f1b32..d3391b2 100644 --- a/bubblewrap.changes +++ b/bubblewrap.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Dec 7 21:50:27 UTC 2022 - Dirk Müller + +- update to v0.7.0: + * --size option controls the size of a subsequent --tmpfs (#509) + * Better error messages if a mount operation fails (#472) + * Better error message if creating the new user namespace fails with + ENOSPC (#487) + * When building as a Meson subproject, a RUNPATH can be set on the + executable to make it easier to bundle its libcap dependency + * Fix test failures when running as uid 0 but with limited capabilities + (#510) + * Use POSIX command -v in preference to non-standard which (#527) + * Fix a copy/paste error in --help (#531) + ------------------------------------------------------------------- Wed May 18 12:43:26 UTC 2022 - Dominique Leuenberger diff --git a/bubblewrap.spec b/bubblewrap.spec index a84b669..9e736c4 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -17,12 +17,12 @@ Name: bubblewrap -Version: 0.6.2 +Version: 0.7.0 Release: 0 Summary: Core execution tool for unprivileged containers License: LGPL-2.0-or-later Group: Productivity/Security -URL: https://github.com/projectatomic/bubblewrap +URL: https://github.com/containers/bubblewrap Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake