Blame SPECS/flatpak.spec

ad2398
%global bubblewrap_version 0.4.0
ad2398
%global ostree_version 2018.9
ad2398
ad2398
Name:           flatpak
4cfde0
Version:        1.8.5
7674e8
Release:        6%{?dist}
ad2398
Summary:        Application deployment framework for desktop apps
ad2398
ad2398
License:        LGPLv2+
ad2398
URL:            http://flatpak.org/
ad2398
Source0:        https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
d3f705
# https://bugzilla.redhat.com/show_bug.cgi?id=1918776
d3f705
Patch0:         flatpak-1.8.5-post-cve-fixes.patch
f59af6
# https://bugzilla.redhat.com/show_bug.cgi?id=1938064
096aaf
Patch1:         flatpak-1.8.5-fix-CVE-2021-21381.patch
eee56a
# https://bugzilla.redhat.com/show_bug.cgi?id=1980438
eee56a
Patch2:         flatpak-1.8.5-profile.d-Disable-gvfs-plugins-when-listing-flatpak-.patch
7674e8
# https://bugzilla.redhat.com/show_bug.cgi?id=2012868
7674e8
Patch3:         flatpak-1.8.5-fix-CVE-2021-41133.patch
ad2398
7674e8
BuildRequires:  autoconf
7674e8
BuildRequires:  automake
ad2398
BuildRequires:  pkgconfig(appstream-glib)
ad2398
BuildRequires:  pkgconfig(dconf)
ad2398
BuildRequires:  pkgconfig(fuse)
ad2398
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
ad2398
BuildRequires:  pkgconfig(gio-unix-2.0)
ad2398
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.40.0
ad2398
BuildRequires:  pkgconfig(json-glib-1.0)
ad2398
BuildRequires:  pkgconfig(libarchive) >= 2.8.0
ad2398
BuildRequires:  pkgconfig(libseccomp)
ad2398
BuildRequires:  pkgconfig(libsoup-2.4)
ad2398
BuildRequires:  pkgconfig(libsystemd)
ad2398
BuildRequires:  pkgconfig(libxml-2.0) >= 2.4
cdedc5
BuildRequires:  pkgconfig(libzstd) >= 0.8.1
ad2398
BuildRequires:  pkgconfig(ostree-1) >= %{ostree_version}
ad2398
BuildRequires:  pkgconfig(polkit-gobject-1)
ad2398
BuildRequires:  pkgconfig(xau)
ad2398
BuildRequires:  bison
ad2398
BuildRequires:  bubblewrap >= %{bubblewrap_version}
ad2398
BuildRequires:  docbook-dtds
ad2398
BuildRequires:  docbook-style-xsl
ad2398
BuildRequires:  gettext
7674e8
BuildRequires:  gettext-devel
ad2398
BuildRequires:  gpgme-devel
7674e8
BuildRequires:  gtk-doc
ad2398
BuildRequires:  libcap-devel
7674e8
BuildRequires:  libtool
cdedc5
BuildRequires:  python3-pyparsing
ad2398
BuildRequires:  systemd
cdedc5
BuildRequires:  /usr/bin/python3
ad2398
BuildRequires:  /usr/bin/xmlto
ad2398
BuildRequires:  /usr/bin/xsltproc
ad2398
ad2398
%{?systemd_requires}
ad2398
ad2398
Requires:       bubblewrap >= %{bubblewrap_version}
ad2398
Requires:       librsvg2%{?_isa}
ad2398
Requires:       ostree-libs%{?_isa} >= %{ostree_version}
ad2398
# https://fedoraproject.org/wiki/SELinux/IndependentPolicy
ad2398
Requires:       (flatpak-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
ad2398
Requires:       %{name}-session-helper%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
ad2398
Recommends:     p11-kit-server
ad2398
ad2398
# Make sure the document portal is installed
ad2398
%if 0%{?fedora} || 0%{?rhel} > 7
ad2398
Recommends:     xdg-desktop-portal > 0.10
ad2398
# Remove in F30.
ad2398
Conflicts:      xdg-desktop-portal < 0.10
ad2398
%else
ad2398
Requires:       xdg-desktop-portal > 0.10
ad2398
%endif
ad2398
ad2398
%description
ad2398
flatpak is a system for building, distributing and running sandboxed desktop
ad2398
applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for
ad2398
more information.
ad2398
ad2398
%package devel
ad2398
Summary:        Development files for %{name}
ad2398
License:        LGPLv2+
ad2398
Requires:       %{name}%{?_isa} = %{version}-%{release}
ad2398
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
ad2398
ad2398
%description devel
ad2398
This package contains the pkg-config file and development headers for %{name}.
ad2398
ad2398
%package libs
ad2398
Summary:        Libraries for %{name}
ad2398
License:        LGPLv2+
ad2398
Requires:       bubblewrap >= %{bubblewrap_version}
ad2398
Requires:       ostree%{?_isa} >= %{ostree_version}
ad2398
Requires(pre):  /usr/sbin/useradd
ad2398
ad2398
%description libs
ad2398
This package contains libflatpak.
ad2398
ad2398
%package selinux
ad2398
Summary:        SELinux policy module for %{name}
ad2398
License:        LGPLv2+
ad2398
BuildRequires:  selinux-policy
ad2398
BuildRequires:  selinux-policy-devel
ad2398
BuildArch:      noarch
ad2398
%{?selinux_requires}
ad2398
ad2398
%description selinux
ad2398
This package contains the SELinux policy module for %{name}.
ad2398
ad2398
%package session-helper
ad2398
Summary:        User D-Bus service used by %{name} and others
ad2398
License:        LGPLv2+
ad2398
Conflicts:      flatpak < 1.4.1-2
ad2398
Requires:       systemd
ad2398
ad2398
%description session-helper
ad2398
This package contains the org.freedesktop.Flatpak user D-Bus service
ad2398
that's used by %{name} and other packages.
ad2398
ad2398
%package tests
ad2398
Summary:        Tests for %{name}
ad2398
License:        LGPLv2+
ad2398
Requires:       %{name}%{?_isa} = %{version}-%{release}
ad2398
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
ad2398
Requires:       %{name}-session-helper%{?_isa} = %{version}-%{release}
ad2398
Requires:       bubblewrap >= %{bubblewrap_version}
ad2398
Requires:       ostree%{?_isa} >= %{ostree_version}
ad2398
ad2398
%description tests
ad2398
This package contains installed tests for %{name}.
ad2398
ad2398
ad2398
%prep
ad2398
%autosetup -p1
ad2398
ad2398
ad2398
%build
7674e8
autoreconf --force --install --verbose
7674e8
ad2398
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
ad2398
 # Generate consistent IDs between runs to avoid multilib problems.
ad2398
 export XMLTO_FLAGS="--stringparam generate.consistent.ids=1"
ad2398
 %configure \
ad2398
            --enable-docbook-docs \
ad2398
            --enable-installed-tests \
ad2398
            --enable-selinux-module \
ad2398
            --with-priv-mode=none \
ad2398
            --with-system-bubblewrap \
ad2398
            $CONFIGFLAGS)
ad2398
%make_build V=1
ad2398
ad2398
ad2398
%install
ad2398
%make_install
ad2398
install -pm 644 NEWS README.md %{buildroot}/%{_pkgdocdir}
ad2398
# The system repo is not installed by the flatpak build system.
ad2398
install -d %{buildroot}%{_localstatedir}/lib/flatpak
ad2398
install -d %{buildroot}%{_sysconfdir}/flatpak/remotes.d
ad2398
rm -f %{buildroot}%{_libdir}/libflatpak.la
ad2398
%find_lang %{name}
ad2398
ad2398
ad2398
%pre
ad2398
getent group flatpak >/dev/null || groupadd -r flatpak
ad2398
getent passwd flatpak >/dev/null || \
ad2398
    useradd -r -g flatpak -d / -s /sbin/nologin \
ad2398
     -c "User for flatpak system helper" flatpak
ad2398
exit 0
ad2398
ad2398
ad2398
%post
ad2398
# Create an (empty) system-wide repo.
ad2398
flatpak remote-list --system &> /dev/null || :
ad2398
ad2398
ad2398
%post selinux
ad2398
%selinux_modules_install %{_datadir}/selinux/packages/flatpak.pp.bz2
ad2398
ad2398
ad2398
%postun selinux
ad2398
if [ $1 -eq 0 ]; then
ad2398
    %selinux_modules_uninstall %{_datadir}/selinux/packages/flatpak.pp.bz2
ad2398
fi
ad2398
ad2398
ad2398
%ldconfig_scriptlets libs
ad2398
ad2398
ad2398
%files -f %{name}.lang
ad2398
%license COPYING
ad2398
# Comply with the packaging guidelines about not mixing relative and absolute
ad2398
# paths in doc.
ad2398
%doc %{_pkgdocdir}
ad2398
%{_bindir}/flatpak
ad2398
%{_bindir}/flatpak-bisect
ad2398
%{_bindir}/flatpak-coredumpctl
ad2398
%{_datadir}/bash-completion
ad2398
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Flatpak.xml
ad2398
%{_datadir}/dbus-1/interfaces/org.freedesktop.Flatpak.Authenticator.xml
ad2398
%{_datadir}/dbus-1/services/org.flatpak.Authenticator.Oci.service
ad2398
%{_datadir}/dbus-1/services/org.freedesktop.portal.Flatpak.service
ad2398
%{_datadir}/dbus-1/system-services/org.freedesktop.Flatpak.SystemHelper.service
cdedc5
%{_datadir}/fish
ad2398
%{_datadir}/%{name}
ad2398
%{_datadir}/polkit-1/actions/org.freedesktop.Flatpak.policy
ad2398
%{_datadir}/polkit-1/rules.d/org.freedesktop.Flatpak.rules
ad2398
%{_datadir}/zsh/site-functions
ad2398
%{_libexecdir}/flatpak-dbus-proxy
ad2398
%{_libexecdir}/flatpak-oci-authenticator
ad2398
%{_libexecdir}/flatpak-portal
ad2398
%{_libexecdir}/flatpak-system-helper
ad2398
%{_libexecdir}/flatpak-validate-icon
ad2398
%{_libexecdir}/revokefs-fuse
ad2398
%dir %{_localstatedir}/lib/flatpak
ad2398
%{_mandir}/man1/%{name}*.1*
ad2398
%{_mandir}/man5/%{name}-metadata.5*
ad2398
%{_mandir}/man5/flatpak-flatpakref.5*
ad2398
%{_mandir}/man5/flatpak-flatpakrepo.5*
ad2398
%{_mandir}/man5/flatpak-installation.5*
ad2398
%{_mandir}/man5/flatpak-remote.5*
ad2398
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
ad2398
%{_sysconfdir}/flatpak/remotes.d
ad2398
%{_sysconfdir}/profile.d/flatpak.sh
cdedc5
%{_sysusersdir}/flatpak.conf
ad2398
%{_unitdir}/flatpak-system-helper.service
ad2398
%{_userunitdir}/flatpak-oci-authenticator.service
ad2398
%{_userunitdir}/flatpak-portal.service
ad2398
%{_systemd_user_env_generator_dir}/60-flatpak
ad2398
ad2398
%files devel
ad2398
%{_datadir}/gir-1.0/Flatpak-1.0.gir
ad2398
%{_datadir}/gtk-doc/
ad2398
%{_includedir}/%{name}/
ad2398
%{_libdir}/libflatpak.so
ad2398
%{_libdir}/pkgconfig/%{name}.pc
ad2398
ad2398
%files libs
ad2398
%license COPYING
ad2398
%{_libdir}/girepository-1.0/Flatpak-1.0.typelib
ad2398
%{_libdir}/libflatpak.so.*
ad2398
ad2398
%files selinux
ad2398
%{_datadir}/selinux/packages/flatpak.pp.bz2
ad2398
%{_datadir}/selinux/devel/include/contrib/flatpak.if
ad2398
ad2398
%files session-helper
ad2398
%license COPYING
ad2398
%{_datadir}/dbus-1/interfaces/org.freedesktop.Flatpak.xml
ad2398
%{_datadir}/dbus-1/services/org.freedesktop.Flatpak.service
ad2398
%{_libexecdir}/flatpak-session-helper
ad2398
%{_userunitdir}/flatpak-session-helper.service
ad2398
ad2398
%files tests
ad2398
%{_datadir}/installed-tests
ad2398
%{_libexecdir}/installed-tests
ad2398
ad2398
ad2398
%changelog
7674e8
* Tue Oct 26 2021 Debarshi Ray <rishi@fedoraproject.org> - 1.8.5-6
7674e8
- Fix CVE-2021-41133 (#2012869)
7674e8
eee56a
* Tue Oct 05 2021 Debarshi Ray <rishi@fedoraproject.org> - 1.8.5-5
eee56a
- Disable gvfs plugins when listing flatpak installations (#1980438)
eee56a
f59af6
* Wed Jul 28 2021 Tomas Popela <tpopela@redhat.com> - 1.8.5-4
f59af6
- Ship flatpak-devel in CRB (#1938064)
f59af6
096aaf
* Mon Mar 22 2021 David King <dking@redhat.com> - 1.8.5-3
f59af6
- Fix CVE-2021-21381 (#1938064)
096aaf
d3f705
* Mon Jan 25 2021 David King <dking@redhat.com> - 1.8.5-2
d3f705
- Apply post-release CVE fixes (#1918776)
d3f705
4cfde0
* Thu Jan 14 2021 David King <dking@redhat.com> - 1.8.5-1
4cfde0
- Rebase to 1.8.5 (#1851958)
4cfde0
696b92
* Tue Nov 17 2020 David King <dking@redhat.com> - 1.8.3-1
696b92
- Rebase to 1.8.3 (#1851958)
696b92
cdedc5
* Mon Oct 05 2020 David King <dking@redhat.com> - 1.8.2-1
cdedc5
- Rebase to 1.8.2 (#1851958)
cdedc5
321060
* Mon Sep 14 2020 Kalev Lember <klember@redhat.com> - 1.6.2-4
321060
- OCI: extract appstream data for runtimes (#1878231)
321060
45f872
* Wed Jun 17 2020 David King <dking@redhat.com> - 1.6.2-3
45f872
- Further fixes for OCI authenticator (#1847201)
45f872
ad2398
* Fri Mar 20 2020 David King <dking@redhat.com> - 1.6.2-2
ad2398
- Fixes for OCI authenticator (#1814045)
ad2398
ad2398
* Thu Feb 13 2020 David King <dking@redhat.com> - 1.6.2-1
ad2398
- Rebase to 1.6.2 (#1775339)
ad2398
ad2398
* Thu Jan 23 2020 David King <dking@redhat.com> - 1.6.1-1
ad2398
- Rebase to 1.6.1 (#1775339)
ad2398
ad2398
* Fri Jan 17 2020 David King <dking@redhat.com> - 1.6.0-2
ad2398
- Remove broken python3 sed hack (#1775339)
ad2398
ad2398
* Sat Dec 21 2019 David King <dking@redhat.com> - 1.6.0-1
ad2398
- Rebase to 1.6.0 (#1775339)
ad2398
ad2398
* Fri Nov 08 2019 David King <dking@redhat.com> - 1.4.3-2
ad2398
- Use %%{?selinux_requires} for proper install ordering
ad2398
ad2398
* Tue Oct 08 2019 David King <dking@redhat.com> - 1.4.3-1
ad2398
- Rebase to 1.4.3 (#1748276)
ad2398
ad2398
* Fri Sep 20 2019 Kalev Lember <klember@redhat.com> - 1.0.9-1
ad2398
- Update to 1.0.9 (#1753613)
ad2398
ad2398
* Tue May 14 2019 David King <dking@redhat.com> - 1.0.6-4
ad2398
- Bump release (#1700654)
ad2398
ad2398
* Mon Apr 29 2019 David King <dking@redhat.com> - 1.0.6-3
ad2398
- Fix IOCSTI sandbox bypass (#1700654)
ad2398
ad2398
* Wed Feb 13 2019 David King <dking@redhat.com> - 1.0.6-2
ad2398
- Do not mount /proc in root sandbox (#1675776)
ad2398
ad2398
* Tue Dec 18 2018 Kalev Lember <klember@redhat.com> - 1.0.6-1
ad2398
- Update to 1.0.6 (#1630249)
ad2398
- Recommend p11-kit-server instead of just p11-kit (#1649049)
ad2398
ad2398
* Mon Dec 10 2018 David King <dking@redhat.com> - 1.0.4-2
ad2398
- Backport patches to improve OCI support (#1657306)
ad2398
ad2398
* Fri Oct 12 2018 Kalev Lember <klember@redhat.com> - 1.0.4-1
ad2398
- Update to 1.0.4 (#1630249)
ad2398
ad2398
* Thu Sep 13 2018 Kalev Lember <klember@redhat.com> - 1.0.2-1
ad2398
- Update to 1.0.2 (#1630249)
ad2398
ad2398
* Tue Aug 28 2018 David King <dking@redhat.com> - 1.0.1-1
ad2398
- Update to 1.0.1 (#1621401)
ad2398
ad2398
* Wed Aug 01 2018 David King <dking@redhat.com> - 0.99.3-1
ad2398
- Update to 0.99.3
ad2398
ad2398
* Wed May 23 2018 Adam Jackson <ajax@redhat.com> - 0.11.7-2
ad2398
- Remove Requires: kernel >= 4.0.4-202, which corresponds to rawhide
ad2398
  somewhere before Fedora 22 which this spec file certainly no longer
ad2398
  supports.
ad2398
ad2398
* Thu May 03 2018 Kalev Lember <klember@redhat.com> - 0.11.7-1
ad2398
- Update to 0.11.7
ad2398
ad2398
* Wed May 02 2018 Kalev Lember <klember@redhat.com> - 0.11.6-1
ad2398
- Update to 0.11.6
ad2398
ad2398
* Wed May 02 2018 Kalev Lember <klember@redhat.com> - 0.11.5-2
ad2398
- Backport a fix for a gnome-software crash installing .flatpakref files
ad2398
ad2398
* Mon Apr 30 2018 David King <amigadave@amigadave.com> - 0.11.5-1
ad2398
- Update to 0.11.5
ad2398
ad2398
* Thu Apr 26 2018 Kalev Lember <klember@redhat.com> - 0.11.4-1
ad2398
- Update to 0.11.4
ad2398
ad2398
* Mon Feb 19 2018 David King <amigadave@amigadave.com> - 0.11.3-1
ad2398
- Update to 0.11.3
ad2398
ad2398
* Mon Feb 19 2018 David King <amigadave@amigadave.com> - 0.11.2-1
ad2398
- Update to 0.11.2
ad2398
ad2398
* Wed Feb 14 2018 David King <amigadave@amigadave.com> - 0.11.1-1
ad2398
- Update to 0.11.1 (#1545224)
ad2398
ad2398
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-3
ad2398
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ad2398
ad2398
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.3-2
ad2398
- Switch to %%ldconfig_scriptlets
ad2398
ad2398
* Tue Jan 30 2018 Kalev Lember <klember@redhat.com> - 0.10.3-1
ad2398
- Update to 0.10.3
ad2398
ad2398
* Thu Dec 21 2017 David King <amigadave@amigadave.com> - 0.10.2.1-1
ad2398
- Update to 0.10.2.1
ad2398
ad2398
* Fri Dec 15 2017 Kalev Lember <klember@redhat.com> - 0.10.2-1
ad2398
- Update to 0.10.2
ad2398
ad2398
* Fri Nov 24 2017 David King <amigadave@amigadave.com> - 0.10.1-1
ad2398
- Update to 0.10.1
ad2398
ad2398
* Thu Oct 26 2017 Kalev Lember <klember@redhat.com> - 0.10.0-1
ad2398
- Update to 0.10.0
ad2398
ad2398
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 0.9.99-1
ad2398
- Update to 0.9.99
ad2398
ad2398
* Tue Sep 26 2017 Kalev Lember <klember@redhat.com> - 0.9.98.2-1
ad2398
- Update to 0.9.98.2
ad2398
ad2398
* Tue Sep 26 2017 Kalev Lember <klember@redhat.com> - 0.9.98.1-1
ad2398
- Update to 0.9.98.1
ad2398
ad2398
* Mon Sep 25 2017 Kalev Lember <klember@redhat.com> - 0.9.98-1
ad2398
- Update to 0.9.98
ad2398
ad2398
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 0.9.12-1
ad2398
- Update to 0.9.12
ad2398
ad2398
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 0.9.11-1
ad2398
- Update to 0.9.11
ad2398
ad2398
* Mon Sep 04 2017 Kalev Lember <klember@redhat.com> - 0.9.10-1
ad2398
- Update to 0.9.10
ad2398
- Split out flatpak-builder to a separate source package
ad2398
ad2398
* Fri Aug 25 2017 Kalev Lember <klember@redhat.com> - 0.9.8-2
ad2398
- Backport a patch to fix regression in --devel
ad2398
ad2398
* Mon Aug 21 2017 David King <amigadave@amigadave.com> - 0.9.8-1
ad2398
- Update to 0.9.8
ad2398
ad2398
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-5
ad2398
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ad2398
ad2398
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 0.9.7-4
ad2398
- Rebuild with binutils fix for ppc64le (#1475636)
ad2398
ad2398
* Thu Jul 27 2017 Owen Taylor <otaylor@redhat.com> - 0.9.7-3
ad2398
- Add a patch to fix OCI refname annotation
ad2398
ad2398
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-2
ad2398
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ad2398
ad2398
* Sat Jul 01 2017 David King <amigadave@amigadave.com> - 0.9.7-1
ad2398
- Update to 0.9.7 (#1466970)
ad2398
ad2398
* Tue Jun 20 2017 David King <amigadave@amigadave.com> - 0.9.6-1
ad2398
- Update to 0.9.6
ad2398
ad2398
* Sat Jun 10 2017 David King <amigadave@amigadave.com> - 0.9.5-1
ad2398
- Update to 0.9.5 (#1460437)
ad2398
ad2398
* Tue May 23 2017 David King <amigadave@amigadave.com> - 0.9.4-1
ad2398
- Update to 0.9.4 (#1454750)
ad2398
ad2398
* Mon Apr 24 2017 David King <amigadave@amigadave.com> - 0.9.3-1
ad2398
- Update to 0.9.3
ad2398
ad2398
* Fri Apr 07 2017 David King <amigadave@amigadave.com> - 0.9.2-2
ad2398
- Add eu-strip dependency for flatpak-builder
ad2398
ad2398
* Wed Apr 05 2017 Kalev Lember <klember@redhat.com> - 0.9.2-1
ad2398
- Update to 0.9.2
ad2398
ad2398
* Wed Mar 15 2017 Kalev Lember <klember@redhat.com> - 0.9.1-1
ad2398
- Update to 0.9.1
ad2398
ad2398
* Fri Mar 10 2017 Kalev Lember <klember@redhat.com> - 0.8.4-1
ad2398
- Update to 0.8.4
ad2398
ad2398
* Sun Feb 19 2017 David King <amigadave@amigadave.com> - 0.8.3-3
ad2398
- Make flatpak-builder require bzip2 (#1424857)
ad2398
ad2398
* Wed Feb 15 2017 Kalev Lember <klember@redhat.com> - 0.8.3-2
ad2398
- Avoid pulling in all of ostree and only depend on ostree-libs subpackage
ad2398
ad2398
* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 0.8.3-1
ad2398
- Update to 0.8.3
ad2398
ad2398
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
ad2398
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ad2398
ad2398
* Fri Jan 27 2017 Kalev Lember <klember@redhat.com> - 0.8.2-1
ad2398
- Update to 0.8.2
ad2398
ad2398
* Wed Jan 18 2017 David King <amigadave@amigadave.com> - 0.8.1-1
ad2398
- Update to 0.8.1
ad2398
ad2398
* Tue Dec 20 2016 Kalev Lember <klember@redhat.com> - 0.8.0-1
ad2398
- Update to 0.8.0
ad2398
ad2398
* Tue Nov 29 2016 David King <amigadave@amigadave.com> - 0.6.14-2
ad2398
- Add a patch to fix a GNOME Software crash
ad2398
- Silence repository listing during post
ad2398
ad2398
* Tue Nov 29 2016 Kalev Lember <klember@redhat.com> - 0.6.14-1
ad2398
- Update to 0.6.14
ad2398
ad2398
* Wed Oct 26 2016 David King <amigadave@amigadave.com> - 0.6.13-2
ad2398
- Add empty /etc/flatpak/remotes.d
ad2398
ad2398
* Tue Oct 25 2016 David King <amigadave@amigadave.com> - 0.6.13-1
ad2398
- Update to 0.6.13
ad2398
ad2398
* Thu Oct 06 2016 David King <amigadave@amigadave.com> - 0.6.12-1
ad2398
- Update to 0.6.12
ad2398
ad2398
* Tue Sep 20 2016 Kalev Lember <klember@redhat.com> - 0.6.11-1
ad2398
- Update to 0.6.11
ad2398
- Set minimum ostree and bubblewrap versions
ad2398
ad2398
* Mon Sep 12 2016 David King <amigadave@amigadave.com> - 0.6.10-1
ad2398
- Update to 0.6.10
ad2398
ad2398
* Tue Sep 06 2016 David King <amigadave@amigadave.com> - 0.6.9-2
ad2398
- Look for bwrap in PATH
ad2398
ad2398
* Thu Aug 25 2016 David King <amigadave@amigadave.com> - 0.6.9-1
ad2398
- Update to 0.6.9
ad2398
ad2398
* Mon Aug 01 2016 David King <amigadave@amigadave.com> - 0.6.8-1
ad2398
- Update to 0.6.8 (#1361823)
ad2398
ad2398
* Thu Jul 21 2016 David King <amigadave@amigadave.com> - 0.6.7-2
ad2398
- Use system bubblewrap
ad2398
ad2398
* Fri Jul 01 2016 David King <amigadave@amigadave.com> - 0.6.7-1
ad2398
- Update to 0.6.7
ad2398
ad2398
* Thu Jun 23 2016 David King <amigadave@amigadave.com> - 0.6.6-1
ad2398
- Update to 0.6.6
ad2398
ad2398
* Fri Jun 10 2016 David King <amigadave@amigadave.com> - 0.6.5-1
ad2398
- Update to 0.6.5
ad2398
ad2398
* Wed Jun 01 2016 David King <amigadave@amigadave.com> - 0.6.4-1
ad2398
- Update to 0.6.4
ad2398
ad2398
* Tue May 31 2016 David King <amigadave@amigadave.com> - 0.6.3-1
ad2398
- Update to 0.6.3
ad2398
- Move bwrap to main package
ad2398
ad2398
* Tue May 24 2016 David King <amigadave@amigadave.com> - 0.6.2-1
ad2398
- Rename from xdg-app to flatpak (#1337434)