Update to 1.7.3 (#1820762)
This commit is contained in:
parent
06c56653c4
commit
9fc080a850
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@
|
|||||||
/flatpak-1.6.3.tar.xz
|
/flatpak-1.6.3.tar.xz
|
||||||
/flatpak-1.7.1.tar.xz
|
/flatpak-1.7.1.tar.xz
|
||||||
/flatpak-1.7.2.tar.xz
|
/flatpak-1.7.2.tar.xz
|
||||||
|
/flatpak-1.7.3.tar.xz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global ostree_version 2018.9
|
%global ostree_version 2018.9
|
||||||
|
|
||||||
Name: flatpak
|
Name: flatpak
|
||||||
Version: 1.7.2
|
Version: 1.7.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Application deployment framework for desktop apps
|
Summary: Application deployment framework for desktop apps
|
||||||
|
|
||||||
@ -24,6 +24,7 @@ BuildRequires: pkgconfig(libseccomp)
|
|||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4
|
||||||
|
BuildRequires: pkgconfig(libzstd) >= 0.8.1
|
||||||
BuildRequires: pkgconfig(ostree-1) >= %{ostree_version}
|
BuildRequires: pkgconfig(ostree-1) >= %{ostree_version}
|
||||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
BuildRequires: pkgconfig(xau)
|
BuildRequires: pkgconfig(xau)
|
||||||
@ -226,6 +227,7 @@ fi
|
|||||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
|
||||||
%{_sysconfdir}/flatpak/remotes.d
|
%{_sysconfdir}/flatpak/remotes.d
|
||||||
%{_sysconfdir}/profile.d/flatpak.sh
|
%{_sysconfdir}/profile.d/flatpak.sh
|
||||||
|
%{_sysusersdir}/flatpak.conf
|
||||||
%{_unitdir}/flatpak-add-fedora-repos.service
|
%{_unitdir}/flatpak-add-fedora-repos.service
|
||||||
%{_unitdir}/flatpak-system-helper.service
|
%{_unitdir}/flatpak-system-helper.service
|
||||||
%{_userunitdir}/flatpak-oci-authenticator.service
|
%{_userunitdir}/flatpak-oci-authenticator.service
|
||||||
@ -261,6 +263,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 10 2020 David King <amigadave@amigadave.com> - 1.7.3-1
|
||||||
|
- Update to 1.7.3 (#1820762)
|
||||||
|
|
||||||
* Fri Apr 03 2020 Kalev Lember <klember@redhat.com> - 1.7.2-1
|
* Fri Apr 03 2020 Kalev Lember <klember@redhat.com> - 1.7.2-1
|
||||||
- Update to 1.7.2
|
- Update to 1.7.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (flatpak-1.7.2.tar.xz) = db09ffee4ce9eab92f8b9e34de948bfa462481dfaefb0d1a9a17a0d1b9de480438ecd6f434c590f7b904b4b56e9dd8b55086598b4bf5e1df88b29946129e91b4
|
SHA512 (flatpak-1.7.3.tar.xz) = 84241b213d415614ad530d0eef16bbe335f19bf57964cfd6ae62321607507f4c424b1a694f1707d69c1b31925d6c345da86f28cd951088211a4573fa04ae1f67
|
||||||
|
Loading…
Reference in New Issue
Block a user