diff --git a/_service b/_service
deleted file mode 100644
index 1913ac8..0000000
--- a/_service
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
- https://github.com/flatpak/flatpak.git
- git
- @PARENT_TAG@
- refs/tags/1.10.0
-
-
- *.tar
- xz
-
-
-
-
diff --git a/flatpak-1.10.0.tar.xz b/flatpak-1.10.0.tar.xz
deleted file mode 100644
index 96d9305..0000000
--- a/flatpak-1.10.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:89192f91c7f3a4bfffcf316c1eb2223f3f91f70420c9ead1faf7bada5176eae1
-size 1116548
diff --git a/flatpak-1.10.1.tar.xz b/flatpak-1.10.1.tar.xz
new file mode 100644
index 0000000..9f4f2dd
--- /dev/null
+++ b/flatpak-1.10.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c1354f42bf3b5d51aeb4028c9b62fd4ffc673ef2ff6e583c17777f5dafdbdcb7
+size 1507668
diff --git a/flatpak.changes b/flatpak.changes
index 3b300bf..c21cd66 100644
--- a/flatpak.changes
+++ b/flatpak.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Sun Jan 24 17:24:36 UTC 2021 - Andreas Stieger
+
+- flatpak 1.10.1:
+ + Fix flatpak build on systems with setuid bwrap
+ + Fix some compiler warnings
+ + Fix crash on updating apps with no deploy data
+ + Update translations
+- remove deprecated texinfo packaging macros
+- switch to upstream release tarball
+
-------------------------------------------------------------------
Fri Jan 15 16:06:24 UTC 2021 - Bjørn Lie
@@ -29,7 +40,7 @@ Fri Jan 15 16:02:40 UTC 2021 - Bjørn Lie
+ This is a security update that fixes a sandbox escape where a
malicious application can execute code outside the sandbox by
controlling the environment of the "flatpak run" command when
- spawning a sub-sandbox.
+ spawning a sub-sandbox (boo#1180996)
-------------------------------------------------------------------
Thu Jan 7 20:28:03 UTC 2021 - Bjørn Lie
diff --git a/flatpak.spec b/flatpak.spec
index dbaf395..ff0e84a 100644
--- a/flatpak.spec
+++ b/flatpak.spec
@@ -16,29 +16,27 @@
#
+%define libname libflatpak0
# dbus only used config files in /etc until 1.9.18
%if %{pkg_vcmp dbus-1 < 1.9.18}
%define _dbusconfigdir %{_sysconfdir}/dbus-1/system.d
%else
%define _dbusconfigdir %{_datadir}/dbus-1/system.d
%endif
-
# systemd only supports environment generators since version 233
%if %{pkg_vcmp systemd < 233}
%define support_environment_generators 0
%else
%define support_environment_generators 1
%endif
-
-%define libname libflatpak0
Name: flatpak
-Version: 1.10.0
+Version: 1.10.1
Release: 0
Summary: OSTree based application bundles management
License: LGPL-2.1-or-later
Group: System/Packages
URL: https://flatpak.github.io/
-Source0: %{name}-%{version}.tar.xz
+Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
Patch0: polkit_rules_usability.patch
BuildRequires: bison
BuildRequires: bubblewrap >= 0.4.1
@@ -96,7 +94,6 @@ Group: System/Base
%description -n system-user-flatpak
System user for the flatpak system helper.
-
%package -n %{libname}
Summary: OSTree based application bundle management library
Group: System/Libraries
@@ -146,11 +143,9 @@ more information.
sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-*
%build
-NOCONFIGURE=1 ./autogen.sh
%configure \
--disable-silent-rules \
--enable-gtk-doc \
- --disable-document-portal \
--with-system-bubblewrap \
--with-priv-mode=none \
--with-dbus-config-dir=%{_dbusconfigdir} \
@@ -184,7 +179,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/flatpak/remotes.d
%find_lang %{name}
%pre -n system-user-flatpak -f system-user-flatpak.pre
-
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%pre
@@ -229,12 +223,12 @@ fi
# policykit rules
%{_datadir}/polkit-1/actions/org.freedesktop.Flatpak.policy
%{_datadir}/polkit-1/rules.d/60-org.freedesktop.Flatpak.rules
-%{_mandir}/man1/%{name}*.1%{ext_man}
-%{_mandir}/man5/flatpak-metadata.5%{ext_man}
-%{_mandir}/man5/flatpak-flatpakref.5%{ext_man}
-%{_mandir}/man5/flatpak-flatpakrepo.5%{ext_man}
-%{_mandir}/man5/flatpak-installation.5%{ext_man}
-%{_mandir}/man5/flatpak-remote.5%{ext_man}
+%{_mandir}/man1/%{name}*.1%{?ext_man}
+%{_mandir}/man5/flatpak-metadata.5%{?ext_man}
+%{_mandir}/man5/flatpak-flatpakref.5%{?ext_man}
+%{_mandir}/man5/flatpak-flatpakrepo.5%{?ext_man}
+%{_mandir}/man5/flatpak-installation.5%{?ext_man}
+%{_mandir}/man5/flatpak-remote.5%{?ext_man}
%{_datadir}/%{name}/
%config %{_sysconfdir}/profile.d/flatpak.sh
%{_sysconfdir}/flatpak