2019-11-28 11:07:21 +00:00
|
|
|
%global bubblewrap_version 0.4.0
|
2020-11-19 10:45:14 +00:00
|
|
|
%global ostree_version 2020.8
|
2016-09-20 19:20:22 +00:00
|
|
|
|
2016-05-26 14:54:12 +00:00
|
|
|
Name: flatpak
|
2021-08-25 15:03:23 +00:00
|
|
|
Version: 1.11.3
|
2021-09-09 11:28:53 +00:00
|
|
|
Release: 2%{?dist}
|
2016-05-26 14:54:12 +00:00
|
|
|
Summary: Application deployment framework for desktop apps
|
|
|
|
|
|
|
|
License: LGPLv2+
|
2016-06-23 12:29:19 +00:00
|
|
|
URL: http://flatpak.org/
|
2016-05-31 15:31:48 +00:00
|
|
|
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
2019-04-03 12:45:49 +00:00
|
|
|
# Add Fedora flatpak repositories
|
|
|
|
Source1: flatpak-add-fedora-repos.service
|
2016-05-26 14:54:12 +00:00
|
|
|
|
2017-11-24 13:52:42 +00:00
|
|
|
BuildRequires: pkgconfig(appstream-glib)
|
2019-01-16 09:08:54 +00:00
|
|
|
BuildRequires: pkgconfig(dconf)
|
2019-04-12 11:56:33 +00:00
|
|
|
BuildRequires: pkgconfig(fuse)
|
2019-01-28 11:53:04 +00:00
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
2016-05-26 14:54:12 +00:00
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
2016-08-25 12:48:14 +00:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0
|
2016-05-26 14:54:12 +00:00
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
2019-01-29 08:43:42 +00:00
|
|
|
BuildRequires: pkgconfig(libseccomp)
|
2016-05-26 14:54:12 +00:00
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
2019-01-29 08:43:42 +00:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2017-05-23 13:11:02 +00:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4
|
2020-06-10 21:21:56 +00:00
|
|
|
BuildRequires: pkgconfig(libzstd) >= 0.8.1
|
2021-09-09 11:28:53 +00:00
|
|
|
BuildRequires: pkgconfig(malcontent-0)
|
2016-09-20 19:20:22 +00:00
|
|
|
BuildRequires: pkgconfig(ostree-1) >= %{ostree_version}
|
2016-05-26 14:54:12 +00:00
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
|
|
BuildRequires: pkgconfig(xau)
|
2018-05-02 12:28:57 +00:00
|
|
|
BuildRequires: bison
|
2016-09-20 19:20:22 +00:00
|
|
|
BuildRequires: bubblewrap >= %{bubblewrap_version}
|
2016-05-26 14:54:12 +00:00
|
|
|
BuildRequires: docbook-dtds
|
|
|
|
BuildRequires: docbook-style-xsl
|
2017-09-04 10:11:32 +00:00
|
|
|
BuildRequires: gettext
|
2017-04-05 09:12:10 +00:00
|
|
|
BuildRequires: gpgme-devel
|
2016-05-26 14:54:12 +00:00
|
|
|
BuildRequires: libcap-devel
|
2020-03-30 18:26:10 +00:00
|
|
|
BuildRequires: python3-pyparsing
|
2016-05-26 14:54:12 +00:00
|
|
|
BuildRequires: systemd
|
2019-02-14 10:13:54 +00:00
|
|
|
BuildRequires: /usr/bin/xdg-dbus-proxy
|
2016-08-01 08:23:08 +00:00
|
|
|
BuildRequires: /usr/bin/xmlto
|
2016-05-26 14:54:12 +00:00
|
|
|
BuildRequires: /usr/bin/xsltproc
|
|
|
|
|
2019-04-03 12:45:49 +00:00
|
|
|
%{?systemd_requires}
|
|
|
|
|
2016-09-20 19:20:22 +00:00
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
2019-02-01 12:40:35 +00:00
|
|
|
Requires: librsvg2%{?_isa}
|
2017-02-15 15:14:35 +00:00
|
|
|
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
2019-02-14 10:13:54 +00:00
|
|
|
Requires: /usr/bin/xdg-dbus-proxy
|
2019-04-12 11:56:33 +00:00
|
|
|
# https://fedoraproject.org/wiki/SELinux/IndependentPolicy
|
2019-04-17 12:28:28 +00:00
|
|
|
Requires: (flatpak-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
|
2019-06-25 15:35:03 +00:00
|
|
|
Requires: %{name}-session-helper%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2018-11-12 19:25:42 +00:00
|
|
|
Recommends: p11-kit-server
|
2016-07-21 12:46:42 +00:00
|
|
|
|
2018-09-13 10:01:09 +00:00
|
|
|
# Make sure the document portal is installed
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
Recommends: xdg-desktop-portal > 0.10
|
|
|
|
%else
|
|
|
|
Requires: xdg-desktop-portal > 0.10
|
|
|
|
%endif
|
2018-02-14 10:56:33 +00:00
|
|
|
|
2016-05-26 14:54:12 +00:00
|
|
|
%description
|
|
|
|
flatpak is a system for building, distributing and running sandboxed desktop
|
|
|
|
applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for
|
|
|
|
more information.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
License: LGPLv2+
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the pkg-config file and development headers for %{name}.
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
Summary: Libraries for %{name}
|
|
|
|
License: LGPLv2+
|
2016-09-20 19:20:22 +00:00
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
Requires: ostree%{?_isa} >= %{ostree_version}
|
2019-04-12 11:56:33 +00:00
|
|
|
Requires(pre): /usr/sbin/useradd
|
2016-05-26 14:54:12 +00:00
|
|
|
|
|
|
|
%description libs
|
2016-05-31 15:31:48 +00:00
|
|
|
This package contains libflatpak.
|
2016-05-26 14:54:12 +00:00
|
|
|
|
2019-04-12 11:56:33 +00:00
|
|
|
%package selinux
|
|
|
|
Summary: SELinux policy module for %{name}
|
|
|
|
License: LGPLv2+
|
2019-11-02 02:08:42 +00:00
|
|
|
BuildRequires: selinux-policy
|
2019-04-12 11:56:33 +00:00
|
|
|
BuildRequires: selinux-policy-devel
|
2021-01-14 10:21:17 +00:00
|
|
|
BuildRequires: make
|
2019-11-02 02:08:42 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%{?selinux_requires}
|
2019-04-12 11:56:33 +00:00
|
|
|
|
|
|
|
%description selinux
|
|
|
|
This package contains the SELinux policy module for %{name}.
|
|
|
|
|
2019-06-25 15:35:03 +00:00
|
|
|
%package session-helper
|
|
|
|
Summary: User D-Bus service used by %{name} and others
|
|
|
|
License: LGPLv2+
|
|
|
|
Conflicts: flatpak < 1.4.1-2
|
|
|
|
Requires: systemd
|
|
|
|
|
|
|
|
%description session-helper
|
|
|
|
This package contains the org.freedesktop.Flatpak user D-Bus service
|
|
|
|
that's used by %{name} and other packages.
|
|
|
|
|
2018-12-17 17:22:58 +00:00
|
|
|
%package tests
|
|
|
|
Summary: Tests for %{name}
|
|
|
|
License: LGPLv2+
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2019-11-28 11:07:21 +00:00
|
|
|
Requires: %{name}-session-helper%{?_isa} = %{version}-%{release}
|
2018-12-17 17:22:58 +00:00
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
Requires: ostree%{?_isa} >= %{ostree_version}
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
This package contains installed tests for %{name}.
|
|
|
|
|
2016-05-26 14:54:12 +00:00
|
|
|
|
|
|
|
%prep
|
2017-07-27 11:15:28 +00:00
|
|
|
%autosetup -p1
|
2016-05-26 14:54:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2016-06-10 14:15:44 +00:00
|
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
2019-04-30 07:23:14 +00:00
|
|
|
# Generate consistent IDs between runs to avoid multilib problems.
|
|
|
|
export XMLTO_FLAGS="--stringparam generate.consistent.ids=1"
|
2019-04-12 11:56:33 +00:00
|
|
|
%configure \
|
|
|
|
--enable-docbook-docs \
|
2018-12-17 17:22:58 +00:00
|
|
|
--enable-installed-tests \
|
2019-04-12 11:56:33 +00:00
|
|
|
--enable-selinux-module \
|
|
|
|
--with-priv-mode=none \
|
2018-12-17 17:22:58 +00:00
|
|
|
--with-system-bubblewrap \
|
2019-02-14 10:13:54 +00:00
|
|
|
--with-system-dbus-proxy \
|
2019-04-12 11:56:33 +00:00
|
|
|
$CONFIGFLAGS)
|
2016-05-31 15:31:48 +00:00
|
|
|
%make_build V=1
|
2016-05-26 14:54:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2016-08-01 08:23:08 +00:00
|
|
|
install -pm 644 NEWS README.md %{buildroot}/%{_pkgdocdir}
|
2016-05-26 14:54:12 +00:00
|
|
|
# The system repo is not installed by the flatpak build system.
|
|
|
|
install -d %{buildroot}%{_localstatedir}/lib/flatpak
|
2016-10-26 18:40:07 +00:00
|
|
|
install -d %{buildroot}%{_sysconfdir}/flatpak/remotes.d
|
2019-04-03 12:45:49 +00:00
|
|
|
install -D -t %{buildroot}%{_unitdir} %{SOURCE1}
|
2016-05-26 14:54:12 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/libflatpak.la
|
2016-08-01 08:23:08 +00:00
|
|
|
%find_lang %{name}
|
2016-05-26 14:54:12 +00:00
|
|
|
|
2019-04-12 11:56:33 +00:00
|
|
|
%pre
|
|
|
|
getent group flatpak >/dev/null || groupadd -r flatpak
|
|
|
|
getent passwd flatpak >/dev/null || \
|
|
|
|
useradd -r -g flatpak -d / -s /sbin/nologin \
|
|
|
|
-c "User for flatpak system helper" flatpak
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
2016-05-26 14:54:12 +00:00
|
|
|
%post
|
2019-04-03 12:45:49 +00:00
|
|
|
%systemd_post flatpak-add-fedora-repos.service
|
|
|
|
|
|
|
|
if [ $1 -gt 1 ] ; then
|
|
|
|
# Apply the preset also on package updates to support F29->F31 upgrade
|
|
|
|
# path. systemd_post macro only handles initial installs and not the
|
|
|
|
# case when a new .service file appears on a package update.
|
|
|
|
# Should be fine to drop in F32.
|
|
|
|
systemctl --no-reload preset flatpak-add-fedora-repos.service >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
2019-04-12 11:56:33 +00:00
|
|
|
%post selinux
|
|
|
|
%selinux_modules_install %{_datadir}/selinux/packages/flatpak.pp.bz2
|
|
|
|
|
|
|
|
|
2019-04-03 12:45:49 +00:00
|
|
|
%preun
|
|
|
|
%systemd_preun flatpak-add-fedora-repos.service
|
|
|
|
|
2019-04-12 11:56:33 +00:00
|
|
|
|
2019-04-03 12:45:49 +00:00
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart flatpak-add-fedora-repos.service
|
|
|
|
|
2019-04-12 11:56:33 +00:00
|
|
|
%postun selinux
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
%selinux_modules_uninstall %{_datadir}/selinux/packages/flatpak.pp.bz2
|
|
|
|
fi
|
|
|
|
|
2016-05-26 14:54:12 +00:00
|
|
|
|
2016-08-01 08:23:08 +00:00
|
|
|
%files -f %{name}.lang
|
2016-05-26 14:54:12 +00:00
|
|
|
%license COPYING
|
2016-08-01 08:23:08 +00:00
|
|
|
# Comply with the packaging guidelines about not mixing relative and absolute
|
|
|
|
# paths in doc.
|
|
|
|
%doc %{_pkgdocdir}
|
2016-05-26 14:54:12 +00:00
|
|
|
%{_bindir}/flatpak
|
2017-03-15 10:10:58 +00:00
|
|
|
%{_bindir}/flatpak-bisect
|
2018-06-21 18:08:27 +00:00
|
|
|
%{_bindir}/flatpak-coredumpctl
|
2016-05-26 14:54:12 +00:00
|
|
|
%{_datadir}/bash-completion
|
2018-04-26 21:32:12 +00:00
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Flatpak.xml
|
2019-11-28 11:07:21 +00:00
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.Flatpak.Authenticator.xml
|
2019-12-16 14:57:47 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.flatpak.Authenticator.Oci.service
|
2018-04-26 21:32:12 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.portal.Flatpak.service
|
2016-05-26 14:54:12 +00:00
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.Flatpak.SystemHelper.service
|
2020-04-03 21:53:57 +00:00
|
|
|
%{_datadir}/fish/
|
2016-05-26 14:54:12 +00:00
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.Flatpak.policy
|
|
|
|
%{_datadir}/polkit-1/rules.d/org.freedesktop.Flatpak.rules
|
2018-06-08 07:17:21 +00:00
|
|
|
%{_datadir}/zsh/site-functions
|
2019-12-16 14:57:47 +00:00
|
|
|
%{_libexecdir}/flatpak-oci-authenticator
|
2018-04-26 21:32:12 +00:00
|
|
|
%{_libexecdir}/flatpak-portal
|
2016-05-26 14:54:12 +00:00
|
|
|
%{_libexecdir}/flatpak-system-helper
|
2019-01-28 11:53:04 +00:00
|
|
|
%{_libexecdir}/flatpak-validate-icon
|
2019-04-12 11:56:33 +00:00
|
|
|
%{_libexecdir}/revokefs-fuse
|
2016-05-26 14:54:12 +00:00
|
|
|
%dir %{_localstatedir}/lib/flatpak
|
|
|
|
%{_mandir}/man1/%{name}*.1*
|
2016-07-01 14:41:49 +00:00
|
|
|
%{_mandir}/man5/%{name}-metadata.5*
|
2016-09-20 19:13:47 +00:00
|
|
|
%{_mandir}/man5/flatpak-flatpakref.5*
|
|
|
|
%{_mandir}/man5/flatpak-flatpakrepo.5*
|
2017-04-24 20:42:11 +00:00
|
|
|
%{_mandir}/man5/flatpak-installation.5*
|
|
|
|
%{_mandir}/man5/flatpak-remote.5*
|
2016-05-26 14:54:12 +00:00
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
|
2016-10-26 18:40:07 +00:00
|
|
|
%{_sysconfdir}/flatpak/remotes.d
|
2016-05-26 14:54:12 +00:00
|
|
|
%{_sysconfdir}/profile.d/flatpak.sh
|
2020-06-10 21:21:56 +00:00
|
|
|
%{_sysusersdir}/flatpak.conf
|
2019-04-03 12:45:49 +00:00
|
|
|
%{_unitdir}/flatpak-add-fedora-repos.service
|
2016-05-26 14:54:12 +00:00
|
|
|
%{_unitdir}/flatpak-system-helper.service
|
2019-12-16 14:57:47 +00:00
|
|
|
%{_userunitdir}/flatpak-oci-authenticator.service
|
2018-04-26 21:32:12 +00:00
|
|
|
%{_userunitdir}/flatpak-portal.service
|
2021-09-09 11:28:53 +00:00
|
|
|
%{_systemd_system_env_generator_dir}/60-flatpak-system-only
|
2019-01-15 15:16:39 +00:00
|
|
|
%{_systemd_user_env_generator_dir}/60-flatpak
|
2016-05-26 14:54:12 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_datadir}/gir-1.0/Flatpak-1.0.gir
|
|
|
|
%{_datadir}/gtk-doc/
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_libdir}/libflatpak.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/girepository-1.0/Flatpak-1.0.typelib
|
|
|
|
%{_libdir}/libflatpak.so.*
|
|
|
|
|
2019-04-12 11:56:33 +00:00
|
|
|
%files selinux
|
|
|
|
%{_datadir}/selinux/packages/flatpak.pp.bz2
|
|
|
|
%{_datadir}/selinux/devel/include/contrib/flatpak.if
|
|
|
|
|
2019-06-25 15:35:03 +00:00
|
|
|
%files session-helper
|
|
|
|
%license COPYING
|
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.Flatpak.xml
|
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.Flatpak.service
|
|
|
|
%{_libexecdir}/flatpak-session-helper
|
|
|
|
%{_userunitdir}/flatpak-session-helper.service
|
|
|
|
|
2018-12-17 17:22:58 +00:00
|
|
|
%files tests
|
|
|
|
%{_datadir}/installed-tests
|
|
|
|
%{_libexecdir}/installed-tests
|
|
|
|
|
2016-05-26 14:54:12 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-09-09 11:28:53 +00:00
|
|
|
* Thu Sep 09 2021 Kalev Lember <klember@redhat.com> - 1.11.3-2
|
|
|
|
- Enable malcontent support
|
|
|
|
|
2021-08-25 15:03:23 +00:00
|
|
|
* Wed Aug 25 2021 Kalev Lember <klember@redhat.com> - 1.11.3-1
|
|
|
|
- Update to 1.11.3
|
|
|
|
|
2021-07-21 23:03:30 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-14 16:35:24 +00:00
|
|
|
* Wed Jul 14 2021 David King <amigadave@amigadave.com> - 1.11.2-1
|
|
|
|
- Update to 1.11.2 (#1973591)
|
|
|
|
|
2021-05-13 14:40:23 +00:00
|
|
|
* Thu May 13 2021 Jeff Law <jlaw@tachyum.com> - 1.11.1-2
|
|
|
|
- Re-enable LTO
|
|
|
|
|
2021-04-27 07:30:58 +00:00
|
|
|
* Tue Apr 27 2021 David King <amigadave@amigadave.com> - 1.11.1-1
|
|
|
|
- Update to 1.11.1 (#1953833)
|
|
|
|
|
2021-04-14 20:28:16 +00:00
|
|
|
* Wed Apr 14 2021 Kalev Lember <klember@redhat.com> - 1.10.2-3
|
|
|
|
- Disable system env generator to work around selinux denials (#1947214)
|
|
|
|
|
2021-04-05 15:09:46 +00:00
|
|
|
* Mon Apr 05 2021 Kalev Lember <klember@redhat.com> - 1.10.2-2
|
|
|
|
- OCI: Switch to pax format for tar archives
|
|
|
|
|
2021-03-10 10:50:20 +00:00
|
|
|
* Wed Mar 10 2021 Kalev Lember <klember@redhat.com> - 1.10.2-1
|
|
|
|
- Update to 1.10.2
|
|
|
|
|
2021-03-02 15:13:46 +00:00
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.10.1-4
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
2021-02-12 19:51:16 +00:00
|
|
|
* Fri Feb 12 2021 Kalev Lember <klember@redhat.com> - 1.10.1-3
|
|
|
|
- Add G_BEGIN_DECLS/G_END_DECLS to public headers (#1927439)
|
2021-02-12 19:52:52 +00:00
|
|
|
- Drop unneeded ldconfig_scriptlets macro call
|
2021-02-12 19:51:16 +00:00
|
|
|
|
2021-01-26 05:38:01 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-21 14:08:13 +00:00
|
|
|
* Thu Jan 21 2021 Kalev Lember <klember@redhat.com> - 1.10.1-1
|
|
|
|
- Update to 1.10.1
|
|
|
|
|
2021-01-14 10:18:21 +00:00
|
|
|
* Thu Jan 14 2021 Kalev Lember <klember@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
2021-01-11 09:11:28 +00:00
|
|
|
* Mon Jan 11 2021 Kalev Lember <klember@redhat.com> - 1.9.3-2
|
|
|
|
- Use "Fedora Flatpaks" as the visible repo name
|
|
|
|
|
2020-12-22 13:39:23 +00:00
|
|
|
* Tue Dec 22 2020 David King <amigadave@amigadave.com> - 1.9.3-1
|
|
|
|
- Update to 1.9.3 (#1910054)
|
|
|
|
|
2020-11-20 14:51:53 +00:00
|
|
|
* Fri Nov 20 2020 Kalev Lember <klember@redhat.com> - 1.9.2-1
|
|
|
|
- Update to 1.9.2
|
|
|
|
|
2020-11-19 10:45:14 +00:00
|
|
|
* Thu Nov 19 2020 Kalev Lember <klember@redhat.com> - 1.9.1-1
|
|
|
|
- Update to 1.9.1
|
|
|
|
|
2020-11-18 16:04:43 +00:00
|
|
|
* Wed Nov 18 2020 David King <amigadave@amigadave.com> - 1.8.3-2
|
|
|
|
- Drop obsolete Requires on system-release
|
|
|
|
|
2020-11-17 13:48:21 +00:00
|
|
|
* Tue Nov 17 2020 Kalev Lember <klember@redhat.com> - 1.8.3-1
|
|
|
|
- Update to 1.8.3
|
|
|
|
|
2020-10-31 19:35:07 +00:00
|
|
|
* Sat Oct 31 2020 Jeff Law <law@redhat.com> - 1.8.2-3
|
|
|
|
- Fix bogus volatiles caught by gcc-11
|
|
|
|
|
2020-09-11 14:54:54 +00:00
|
|
|
* Fri Sep 11 2020 Kalev Lember <klember@redhat.com> - 1.8.2-2
|
|
|
|
- Backport various OCI fixes from upstream
|
|
|
|
|
2020-08-21 13:53:08 +00:00
|
|
|
* Fri Aug 21 2020 Kalev Lember <klember@redhat.com> - 1.8.2-1
|
|
|
|
- Update to 1.8.2
|
|
|
|
|
2020-07-27 17:32:28 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-03 15:44:35 +00:00
|
|
|
* Fri Jul 03 2020 David King <amigadave@amigadave.com> - 1.8.1-1
|
|
|
|
- Update to 1.8.1 (#1853667)
|
|
|
|
|
2020-06-30 19:51:50 +00:00
|
|
|
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 1.8.0-2
|
2020-07-03 15:44:35 +00:00
|
|
|
- Disable LTO
|
2020-06-30 19:51:50 +00:00
|
|
|
|
2020-06-24 21:01:23 +00:00
|
|
|
* Wed Jun 24 2020 David King <amigadave@amigadave.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0 (#1850676)
|
|
|
|
|
2020-06-10 21:21:56 +00:00
|
|
|
* Wed Jun 10 2020 David King <amigadave@amigadave.com> - 1.7.3-1
|
|
|
|
- Update to 1.7.3 (#1820762)
|
|
|
|
|
2020-04-03 21:53:57 +00:00
|
|
|
* Fri Apr 03 2020 Kalev Lember <klember@redhat.com> - 1.7.2-1
|
|
|
|
- Update to 1.7.2
|
|
|
|
|
2020-03-30 18:26:10 +00:00
|
|
|
* Mon Mar 30 2020 David King <amigadave@amigadave.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1 (#1818882)
|
|
|
|
|
2020-03-30 14:09:48 +00:00
|
|
|
* Mon Mar 30 2020 Kalev Lember <klember@redhat.com> - 1.6.3-1
|
|
|
|
- Update to 1.6.3
|
|
|
|
|
2020-02-13 14:49:23 +00:00
|
|
|
* Thu Feb 13 2020 David King <amigadave@amigadave.com> - 1.6.2-1
|
|
|
|
- Update to 1.6.2 (#1802609)
|
|
|
|
|
2020-01-28 18:36:50 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-23 13:22:22 +00:00
|
|
|
* Thu Jan 23 2020 David King <amigadave@amigadave.com> - 1.6.1-1
|
|
|
|
- Update to 1.6.1
|
|
|
|
|
2020-01-17 20:34:28 +00:00
|
|
|
* Fri Jan 17 2020 David King <amigadave@amigadave.com> - 1.6.0-2
|
|
|
|
- Remove broken python3 sed hack
|
|
|
|
|
2019-12-20 13:38:38 +00:00
|
|
|
* Fri Dec 20 2019 David King <amigadave@amigadave.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
2019-12-16 14:57:47 +00:00
|
|
|
* Mon Dec 16 2019 David King <amigadave@amigadave.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
|
|
|
|
2019-11-28 11:07:21 +00:00
|
|
|
* Thu Nov 28 2019 David King <amigadave@amigadave.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1
|
|
|
|
|
2019-11-02 02:08:42 +00:00
|
|
|
* Fri Nov 01 2019 Orion Poplawski <orion@nwra.com> - 1.5.0-2
|
|
|
|
- Use %%{?selinux_requires} for proper install ordering
|
|
|
|
|
2019-10-03 08:53:38 +00:00
|
|
|
* Thu Oct 03 2019 David King <amigadave@amigadave.com> - 1.5.0-1
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
2019-09-19 09:30:54 +00:00
|
|
|
* Thu Sep 19 2019 Kalev Lember <klember@redhat.com> - 1.4.3-1
|
|
|
|
- Update to 1.4.3
|
|
|
|
|
2019-09-18 16:17:12 +00:00
|
|
|
* Wed Sep 18 2019 Debarshi Ray <rishi@fedoraproject.org> - 1.4.2-6
|
|
|
|
- Trim unused shared library linkages from the session helper
|
|
|
|
|
2019-08-07 20:52:38 +00:00
|
|
|
* Wed Aug 7 2019 Owen Taylor <otaylor@redhat.com> - 1.4.2-5
|
|
|
|
- Add patch fixing problem with downloading icons for OCI remotes (#1683375)
|
|
|
|
|
2019-07-23 03:27:06 +00:00
|
|
|
* Thu Jul 25 2019 Tim Zabel <tjzabel21@gmail.com> - 1.4.2-4
|
|
|
|
- SELinux needs additional Requires (#1732132)
|
|
|
|
|
2019-07-25 00:40:43 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-09 10:30:52 +00:00
|
|
|
* Tue Jul 09 2019 Kalev Lember <klember@redhat.com> - 1.4.2-2
|
|
|
|
- Backport a patch that fixes a fairly large memory leak in gnome-software
|
|
|
|
|
2019-06-28 12:20:38 +00:00
|
|
|
* Fri Jun 28 2019 David King <amigadave@amigadave.com> - 1.4.2-1
|
|
|
|
- Update to 1.4.2 (#1725071)
|
|
|
|
|
2019-06-25 21:51:34 +00:00
|
|
|
* Tue Jun 25 2019 David King <amigadave@amigadave.com> - 1.4.1-3
|
|
|
|
- Use Requires(post) for selinux-policy (#1723118)
|
|
|
|
|
2019-06-25 15:35:03 +00:00
|
|
|
* Tue Jun 25 2019 Debarshi Ray <rishi@fedoraproject.org> - 1.4.1-2
|
|
|
|
- Split the session helper into a separate sub-package
|
|
|
|
|
2019-06-13 08:53:34 +00:00
|
|
|
* Thu Jun 13 2019 Kalev Lember <klember@redhat.com> - 1.4.1-1
|
|
|
|
- Update to 1.4.1
|
|
|
|
|
2019-06-12 08:22:14 +00:00
|
|
|
* Wed Jun 12 2019 Kalev Lember <klember@redhat.com> - 1.4.0-2
|
|
|
|
- Backport an upstream patch to fix gnome-software CI
|
|
|
|
|
2019-05-28 13:19:22 +00:00
|
|
|
* Tue May 28 2019 Kalev Lember <klember@redhat.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
2019-05-10 07:41:48 +00:00
|
|
|
* Fri May 10 2019 Kalev Lember <klember@redhat.com> - 1.3.4-1
|
|
|
|
- Update to 1.3.4
|
|
|
|
|
2019-04-30 07:23:14 +00:00
|
|
|
* Tue Apr 30 2019 David King <amigadave@amigadave.com> - 1.3.3-2
|
|
|
|
- Generate consistent anchor IDs
|
|
|
|
|
2019-04-26 12:58:08 +00:00
|
|
|
* Fri Apr 26 2019 David King <amigadave@amigadave.com> - 1.3.3-1
|
|
|
|
- Update to 1.3.3 (#1699338)
|
|
|
|
|
2019-04-17 12:28:28 +00:00
|
|
|
* Wed Apr 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.2-2
|
|
|
|
- Fixup selinux requires
|
|
|
|
|
2019-04-12 11:56:33 +00:00
|
|
|
* Fri Apr 12 2019 David King <amigadave@amigadave.com> - 1.3.2-1
|
|
|
|
- Update to 1.3.2 (#1699338)
|
|
|
|
|
2019-04-03 12:45:49 +00:00
|
|
|
* Wed Apr 03 2019 Kalev Lember <klember@redhat.com> - 1.3.1-2
|
|
|
|
- Add a oneshot systemd service to add Fedora flatpak repos
|
2019-04-03 12:48:39 +00:00
|
|
|
- Remove the post script to create system repo now that we have the service
|
2019-04-03 12:45:49 +00:00
|
|
|
|
2019-03-27 18:47:28 +00:00
|
|
|
* Wed Mar 27 2019 David King <amigadave@amigadave.com> - 1.3.1-1
|
|
|
|
- Update to 1.3.1 (#1693207)
|
|
|
|
|
2019-03-12 14:54:55 +00:00
|
|
|
* Tue Mar 12 2019 David King <amigadave@amigadave.com> - 1.3.0-1
|
|
|
|
- Update to 1.3.0
|
|
|
|
|
2019-02-14 10:09:18 +00:00
|
|
|
* Thu Feb 14 2019 David King <amigadave@amigadave.com> - 1.2.3-2
|
|
|
|
- Remove an obsolete Conflicts
|
2019-02-14 10:13:54 +00:00
|
|
|
- Use xdg-dbus-proxy
|
2019-02-14 10:09:18 +00:00
|
|
|
|
2019-02-11 14:16:54 +00:00
|
|
|
* Mon Feb 11 2019 David King <amigadave@amigadave.com> - 1.2.3-1
|
|
|
|
- Update to 1.2.3
|
|
|
|
|
2019-02-06 10:46:07 +00:00
|
|
|
* Wed Feb 06 2019 David King <amigadave@amigadave.com> - 1.2.2-1
|
|
|
|
- Update to 1.2.2
|
|
|
|
|
2019-02-05 13:11:44 +00:00
|
|
|
* Tue Feb 05 2019 Kalev Lember <klember@redhat.com> - 1.2.1-1
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
2019-02-04 21:11:42 +00:00
|
|
|
* Mon Feb 4 2019 fedora-toolbox <otaylor@redhat.com> - 1.2.0-4
|
|
|
|
- Add an upstream patch to add flatpak build-export --disable-sandbox
|
|
|
|
|
2019-01-31 12:05:50 +00:00
|
|
|
* Thu Jan 31 2019 Bastien Nocera <bnocera@redhat.com> - 1.2.0-3
|
|
|
|
- Require librsvg2 so SVG icons can be exported
|
|
|
|
|
2019-01-29 09:00:19 +00:00
|
|
|
* Tue Jan 29 2019 Kalev Lember <klember@redhat.com> - 1.2.0-2
|
|
|
|
- Enable libsystemd support
|
|
|
|
|
2019-01-28 11:53:04 +00:00
|
|
|
* Mon Jan 28 2019 David King <amigadave@amigadave.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
2019-01-15 15:16:39 +00:00
|
|
|
* Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 1.1.3-1
|
|
|
|
- Update to 1.1.3
|
|
|
|
|
2018-12-21 10:12:50 +00:00
|
|
|
* Fri Dec 21 2018 David King <amigadave@amigadave.com> - 1.1.2-1
|
|
|
|
- Update to 1.1.2
|
|
|
|
|
2018-12-17 17:22:58 +00:00
|
|
|
* Mon Dec 17 2018 David King <amigadave@amigadave.com> - 1.1.1-2
|
|
|
|
- Enable installed tests and add to tests subpackage
|
|
|
|
|
2018-12-10 14:05:10 +00:00
|
|
|
* Mon Dec 10 2018 Kalev Lember <klember@redhat.com> - 1.1.1-1
|
|
|
|
- Update to 1.1.1
|
|
|
|
|
2018-11-30 21:45:35 +00:00
|
|
|
* Fri Nov 30 2018 fedora-toolbox <otaylor@redhat.com> - 1.0.6-3
|
|
|
|
- Add a patch to fix OCI system remotes
|
|
|
|
- Add patch fixing permissions on icons downloaded from an OCI registry
|
|
|
|
|
2018-11-16 11:16:24 +00:00
|
|
|
* Fri Nov 16 2018 Kalev Lember <klember@redhat.com> - 1.0.6-1
|
|
|
|
- Update to 1.0.6
|
|
|
|
|
2018-11-12 19:25:42 +00:00
|
|
|
* Mon Nov 12 2018 Kalev Lember <klember@redhat.com> - 1.0.5-2
|
|
|
|
- Recommend p11-kit-server instead of just p11-kit (#1649049)
|
|
|
|
|
2018-11-12 15:18:34 +00:00
|
|
|
* Mon Nov 12 2018 Kalev Lember <klember@redhat.com> - 1.0.5-1
|
|
|
|
- Update to 1.0.5
|
|
|
|
|
2018-10-12 09:36:27 +00:00
|
|
|
* Fri Oct 12 2018 Kalev Lember <klember@redhat.com> - 1.0.4-1
|
|
|
|
- Update to 1.0.4
|
|
|
|
|
2018-10-04 13:10:20 +00:00
|
|
|
* Thu Oct 04 2018 Kalev Lember <klember@redhat.com> - 1.0.3-1
|
|
|
|
- Update to 1.0.3
|
|
|
|
|
2018-09-13 12:49:19 +00:00
|
|
|
* Thu Sep 13 2018 Kalev Lember <klember@redhat.com> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2018-08-28 09:55:51 +00:00
|
|
|
* Tue Aug 28 2018 David King <amigadave@amigadave.com> - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
2018-08-20 13:22:51 +00:00
|
|
|
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.0.0-2
|
|
|
|
- Fix double dash in XML documentation
|
|
|
|
|
2018-08-20 10:04:33 +00:00
|
|
|
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.0.0-1
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
2018-07-13 00:37:35 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-10 16:28:18 +00:00
|
|
|
* Tue Jul 10 2018 Kalev Lember <klember@redhat.com> - 0.99.3-1
|
|
|
|
- Update to 0.99.3
|
|
|
|
|
2018-06-27 10:38:01 +00:00
|
|
|
* Wed Jun 27 2018 Kalev Lember <klember@redhat.com> - 0.99.2-1
|
|
|
|
- Update to 0.99.2
|
|
|
|
|
2018-06-21 18:08:27 +00:00
|
|
|
* Thu Jun 21 2018 David King <amigadave@amigadave.com> - 0.99.1-1
|
|
|
|
- Update to 0.99.1
|
|
|
|
|
2018-06-13 12:43:38 +00:00
|
|
|
* Wed Jun 13 2018 David King <amigadave@amigadave.com> - 0.11.8.3-1
|
|
|
|
- Update to 0.11.8.3 (#1590808)
|
|
|
|
|
2018-06-11 12:50:08 +00:00
|
|
|
* Mon Jun 11 2018 David King <amigadave@amigadave.com> - 0.11.8.2-1
|
|
|
|
- Update to 0.11.8.2 (#1589810)
|
|
|
|
|
2018-06-08 13:32:55 +00:00
|
|
|
* Fri Jun 08 2018 David King <amigadave@amigadave.com> - 0.11.8.1-1
|
|
|
|
- Update to 0.11.8.1 (#1588868)
|
|
|
|
|
2018-06-08 07:17:21 +00:00
|
|
|
* Fri Jun 08 2018 David King <amigadave@amigadave.com> - 0.11.8-1
|
|
|
|
- Update to 0.11.8 (#1588868)
|
|
|
|
|
2018-05-23 19:36:41 +00:00
|
|
|
* Wed May 23 2018 Adam Jackson <ajax@redhat.com> - 0.11.7-2
|
|
|
|
- Remove Requires: kernel >= 4.0.4-202, which corresponds to rawhide
|
|
|
|
somewhere before Fedora 22 which this spec file certainly no longer
|
|
|
|
supports.
|
|
|
|
|
2018-05-03 06:46:56 +00:00
|
|
|
* Thu May 03 2018 Kalev Lember <klember@redhat.com> - 0.11.7-1
|
|
|
|
- Update to 0.11.7
|
|
|
|
|
2018-05-02 12:16:11 +00:00
|
|
|
* Wed May 02 2018 Kalev Lember <klember@redhat.com> - 0.11.6-1
|
|
|
|
- Update to 0.11.6
|
|
|
|
|
2018-05-02 08:29:23 +00:00
|
|
|
* Wed May 02 2018 Kalev Lember <klember@redhat.com> - 0.11.5-2
|
|
|
|
- Backport a fix for a gnome-software crash installing .flatpakref files
|
|
|
|
|
2018-04-30 14:13:13 +00:00
|
|
|
* Mon Apr 30 2018 David King <amigadave@amigadave.com> - 0.11.5-1
|
|
|
|
- Update to 0.11.5
|
|
|
|
|
2018-04-26 21:32:12 +00:00
|
|
|
* Thu Apr 26 2018 Kalev Lember <klember@redhat.com> - 0.11.4-1
|
|
|
|
- Update to 0.11.4
|
|
|
|
|
2018-02-19 13:41:56 +00:00
|
|
|
* Mon Feb 19 2018 David King <amigadave@amigadave.com> - 0.11.3-1
|
|
|
|
- Update to 0.11.3
|
|
|
|
|
2018-02-19 10:50:39 +00:00
|
|
|
* Mon Feb 19 2018 David King <amigadave@amigadave.com> - 0.11.2-1
|
|
|
|
- Update to 0.11.2
|
|
|
|
|
2018-02-14 10:56:33 +00:00
|
|
|
* Wed Feb 14 2018 David King <amigadave@amigadave.com> - 0.11.1-1
|
|
|
|
- Update to 0.11.1 (#1545224)
|
|
|
|
|
2018-02-07 09:46:30 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-02 10:03:23 +00:00
|
|
|
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.3-2
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2018-01-30 14:18:04 +00:00
|
|
|
* Tue Jan 30 2018 Kalev Lember <klember@redhat.com> - 0.10.3-1
|
|
|
|
- Update to 0.10.3
|
|
|
|
|
2017-12-21 10:24:10 +00:00
|
|
|
* Thu Dec 21 2017 David King <amigadave@amigadave.com> - 0.10.2.1-1
|
|
|
|
- Update to 0.10.2.1
|
|
|
|
|
2017-12-15 13:04:06 +00:00
|
|
|
* Fri Dec 15 2017 Kalev Lember <klember@redhat.com> - 0.10.2-1
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
2017-11-24 13:52:42 +00:00
|
|
|
* Fri Nov 24 2017 David King <amigadave@amigadave.com> - 0.10.1-1
|
|
|
|
- Update to 0.10.1
|
|
|
|
|
2017-10-26 08:19:24 +00:00
|
|
|
* Thu Oct 26 2017 Kalev Lember <klember@redhat.com> - 0.10.0-1
|
|
|
|
- Update to 0.10.0
|
|
|
|
|
2017-10-09 10:00:28 +00:00
|
|
|
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 0.9.99-1
|
|
|
|
- Update to 0.9.99
|
|
|
|
|
2017-09-26 22:46:04 +00:00
|
|
|
* Tue Sep 26 2017 Kalev Lember <klember@redhat.com> - 0.9.98.2-1
|
|
|
|
- Update to 0.9.98.2
|
|
|
|
|
2017-09-26 20:57:33 +00:00
|
|
|
* Tue Sep 26 2017 Kalev Lember <klember@redhat.com> - 0.9.98.1-1
|
|
|
|
- Update to 0.9.98.1
|
|
|
|
|
2017-09-25 17:41:46 +00:00
|
|
|
* Mon Sep 25 2017 Kalev Lember <klember@redhat.com> - 0.9.98-1
|
|
|
|
- Update to 0.9.98
|
|
|
|
|
2017-09-14 06:03:25 +00:00
|
|
|
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 0.9.12-1
|
|
|
|
- Update to 0.9.12
|
|
|
|
|
2017-09-13 15:07:30 +00:00
|
|
|
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 0.9.11-1
|
|
|
|
- Update to 0.9.11
|
|
|
|
|
2017-09-04 10:11:32 +00:00
|
|
|
* Mon Sep 04 2017 Kalev Lember <klember@redhat.com> - 0.9.10-1
|
|
|
|
- Update to 0.9.10
|
|
|
|
- Split out flatpak-builder to a separate source package
|
|
|
|
|
2017-08-25 13:09:13 +00:00
|
|
|
* Fri Aug 25 2017 Kalev Lember <klember@redhat.com> - 0.9.8-2
|
|
|
|
- Backport a patch to fix regression in --devel
|
|
|
|
|
2017-08-21 16:34:42 +00:00
|
|
|
* Mon Aug 21 2017 David King <amigadave@amigadave.com> - 0.9.8-1
|
|
|
|
- Update to 0.9.8
|
|
|
|
|
2017-08-02 20:37:27 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-30 17:12:03 +00:00
|
|
|
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 0.9.7-4
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
2017-07-27 04:13:27 +00:00
|
|
|
* Thu Jul 27 2017 Owen Taylor <otaylor@redhat.com> - 0.9.7-3
|
|
|
|
- Add a patch to fix OCI refname annotation
|
|
|
|
|
2017-07-26 08:28:22 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-01 08:16:49 +00:00
|
|
|
* Sat Jul 01 2017 David King <amigadave@amigadave.com> - 0.9.7-1
|
|
|
|
- Update to 0.9.7 (#1466970)
|
|
|
|
|
2017-06-20 13:06:27 +00:00
|
|
|
* Tue Jun 20 2017 David King <amigadave@amigadave.com> - 0.9.6-1
|
|
|
|
- Update to 0.9.6
|
|
|
|
|
2017-06-10 18:18:15 +00:00
|
|
|
* Sat Jun 10 2017 David King <amigadave@amigadave.com> - 0.9.5-1
|
|
|
|
- Update to 0.9.5 (#1460437)
|
|
|
|
|
2017-05-23 13:11:02 +00:00
|
|
|
* Tue May 23 2017 David King <amigadave@amigadave.com> - 0.9.4-1
|
|
|
|
- Update to 0.9.4 (#1454750)
|
|
|
|
|
2017-04-24 20:42:11 +00:00
|
|
|
* Mon Apr 24 2017 David King <amigadave@amigadave.com> - 0.9.3-1
|
|
|
|
- Update to 0.9.3
|
|
|
|
|
2017-04-07 13:50:59 +00:00
|
|
|
* Fri Apr 07 2017 David King <amigadave@amigadave.com> - 0.9.2-2
|
|
|
|
- Add eu-strip dependency for flatpak-builder
|
|
|
|
|
2017-04-05 08:32:06 +00:00
|
|
|
* Wed Apr 05 2017 Kalev Lember <klember@redhat.com> - 0.9.2-1
|
|
|
|
- Update to 0.9.2
|
|
|
|
|
2017-03-15 10:10:58 +00:00
|
|
|
* Wed Mar 15 2017 Kalev Lember <klember@redhat.com> - 0.9.1-1
|
|
|
|
- Update to 0.9.1
|
|
|
|
|
2017-03-10 10:12:17 +00:00
|
|
|
* Fri Mar 10 2017 Kalev Lember <klember@redhat.com> - 0.8.4-1
|
|
|
|
- Update to 0.8.4
|
|
|
|
|
2017-02-19 22:36:00 +00:00
|
|
|
* Sun Feb 19 2017 David King <amigadave@amigadave.com> - 0.8.3-3
|
|
|
|
- Make flatpak-builder require bzip2 (#1424857)
|
|
|
|
|
2017-02-15 15:14:35 +00:00
|
|
|
* Wed Feb 15 2017 Kalev Lember <klember@redhat.com> - 0.8.3-2
|
|
|
|
- Avoid pulling in all of ostree and only depend on ostree-libs subpackage
|
|
|
|
|
2017-02-14 12:02:23 +00:00
|
|
|
* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 0.8.3-1
|
|
|
|
- Update to 0.8.3
|
|
|
|
|
2017-02-10 09:49:51 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-27 10:47:52 +00:00
|
|
|
* Fri Jan 27 2017 Kalev Lember <klember@redhat.com> - 0.8.2-1
|
|
|
|
- Update to 0.8.2
|
|
|
|
|
2017-01-18 16:16:00 +00:00
|
|
|
* Wed Jan 18 2017 David King <amigadave@amigadave.com> - 0.8.1-1
|
|
|
|
- Update to 0.8.1
|
|
|
|
|
2016-12-20 22:17:48 +00:00
|
|
|
* Tue Dec 20 2016 Kalev Lember <klember@redhat.com> - 0.8.0-1
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
2016-11-29 16:15:57 +00:00
|
|
|
* Tue Nov 29 2016 David King <amigadave@amigadave.com> - 0.6.14-2
|
|
|
|
- Add a patch to fix a GNOME Software crash
|
|
|
|
- Silence repository listing during post
|
|
|
|
|
2016-11-29 11:33:40 +00:00
|
|
|
* Tue Nov 29 2016 Kalev Lember <klember@redhat.com> - 0.6.14-1
|
|
|
|
- Update to 0.6.14
|
|
|
|
|
2016-10-26 18:40:07 +00:00
|
|
|
* Wed Oct 26 2016 David King <amigadave@amigadave.com> - 0.6.13-2
|
|
|
|
- Add empty /etc/flatpak/remotes.d
|
|
|
|
|
2016-10-25 13:11:10 +00:00
|
|
|
* Tue Oct 25 2016 David King <amigadave@amigadave.com> - 0.6.13-1
|
|
|
|
- Update to 0.6.13
|
|
|
|
|
2016-10-06 14:28:54 +00:00
|
|
|
* Thu Oct 06 2016 David King <amigadave@amigadave.com> - 0.6.12-1
|
|
|
|
- Update to 0.6.12
|
|
|
|
|
2016-09-20 19:13:47 +00:00
|
|
|
* Tue Sep 20 2016 Kalev Lember <klember@redhat.com> - 0.6.11-1
|
|
|
|
- Update to 0.6.11
|
2016-09-20 19:20:22 +00:00
|
|
|
- Set minimum ostree and bubblewrap versions
|
2016-09-20 19:13:47 +00:00
|
|
|
|
2016-09-12 12:22:00 +00:00
|
|
|
* Mon Sep 12 2016 David King <amigadave@amigadave.com> - 0.6.10-1
|
|
|
|
- Update to 0.6.10
|
|
|
|
|
2016-09-06 13:33:00 +00:00
|
|
|
* Tue Sep 06 2016 David King <amigadave@amigadave.com> - 0.6.9-2
|
|
|
|
- Look for bwrap in PATH
|
|
|
|
|
2016-08-25 12:48:14 +00:00
|
|
|
* Thu Aug 25 2016 David King <amigadave@amigadave.com> - 0.6.9-1
|
|
|
|
- Update to 0.6.9
|
|
|
|
|
2016-08-01 08:23:08 +00:00
|
|
|
* Mon Aug 01 2016 David King <amigadave@amigadave.com> - 0.6.8-1
|
|
|
|
- Update to 0.6.8 (#1361823)
|
|
|
|
|
2016-07-21 12:46:42 +00:00
|
|
|
* Thu Jul 21 2016 David King <amigadave@amigadave.com> - 0.6.7-2
|
|
|
|
- Use system bubblewrap
|
|
|
|
|
2016-07-01 14:41:49 +00:00
|
|
|
* Fri Jul 01 2016 David King <amigadave@amigadave.com> - 0.6.7-1
|
|
|
|
- Update to 0.6.7
|
|
|
|
|
2016-06-23 12:29:19 +00:00
|
|
|
* Thu Jun 23 2016 David King <amigadave@amigadave.com> - 0.6.6-1
|
|
|
|
- Update to 0.6.6
|
|
|
|
|
2016-06-10 13:02:15 +00:00
|
|
|
* Fri Jun 10 2016 David King <amigadave@amigadave.com> - 0.6.5-1
|
|
|
|
- Update to 0.6.5
|
|
|
|
|
2016-06-01 11:36:06 +00:00
|
|
|
* Wed Jun 01 2016 David King <amigadave@amigadave.com> - 0.6.4-1
|
|
|
|
- Update to 0.6.4
|
|
|
|
|
2016-05-31 15:31:48 +00:00
|
|
|
* Tue May 31 2016 David King <amigadave@amigadave.com> - 0.6.3-1
|
|
|
|
- Update to 0.6.3
|
|
|
|
- Move bwrap to main package
|
|
|
|
|
2016-05-26 14:54:12 +00:00
|
|
|
* Tue May 24 2016 David King <amigadave@amigadave.com> - 0.6.2-1
|
|
|
|
- Rename from xdg-app to flatpak (#1337434)
|