diff --git a/rpm-ostree-2022.7.tar.xz b/rpm-ostree-2022.8.tar.xz similarity index 59% rename from rpm-ostree-2022.7.tar.xz rename to rpm-ostree-2022.8.tar.xz index 8ce09e4..2ddd9ed 100644 Binary files a/rpm-ostree-2022.7.tar.xz and b/rpm-ostree-2022.8.tar.xz differ diff --git a/rpm-ostree.spec b/rpm-ostree.spec index a6036c6..ae49aa0 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -3,12 +3,12 @@ %global __provides_exclude_from ^%{_libdir}/%{name}/.*$ Name: rpm-ostree -Version: 2022.7 -Release: 2 +Version: 2022.8 +Release: 1 Summary: Hybrid image/package system License: LGPLv2+ URL: https://github.com/coreos/rpm-ostree -Source0: https://github.com/coreos/rpm-ostree/releases/download/v2022.7/%{name}-%{version}.tar.xz +Source0: https://github.com/coreos/rpm-ostree/releases/download/v2022.8/%{name}-%{version}.tar.xz %if %{with rust} @@ -92,6 +92,7 @@ install -pm 0644 src/daemon/org.projectatomic.rpmostree1.conf %{buildroot}/etc/d %{_libdir}/rpm-ostree/* %{_libdir}/girepository-1.0/* %{_libexecdir}/rpm-ostree* +%{_libexecdir}/libostree/* %{_prefix}/lib/systemd/system/* %{_datadir}/dbus-1/system-services %{_datadir}/polkit-1/actions/*.policy @@ -113,6 +114,9 @@ install -pm 0644 src/daemon/org.projectatomic.rpmostree1.conf %{buildroot}/etc/d %{_mandir}/man*/* %changelog +* Tue Jun 07 2022 fushanqing - 2022.8-1 +- Update rpm-ostree to 2022.8 + * Wed May 11 2022 duyiwei - 2022.7-2 - update URL (projectatomic->coreos)