|
|
@ -3,20 +3,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Hybrid image/package system
|
|
|
|
Summary: Hybrid image/package system
|
|
|
|
Name: rpm-ostree
|
|
|
|
Name: rpm-ostree
|
|
|
|
Version: 2024.9
|
|
|
|
Version: 2022.10.117.g52714b51
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://github.com/coreos/rpm-ostree
|
|
|
|
URL: https://github.com/coreos/rpm-ostree
|
|
|
|
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
|
|
|
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
|
|
|
# in the upstream git. It also contains vendored Rust sources.
|
|
|
|
# in the upstream git. It also contains vendored Rust sources. This is generated from the "rhel8" branch.
|
|
|
|
Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm-ostree-%{version}.tar.xz
|
|
|
|
Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm-ostree-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-override-Honor-install-in-container-case-too.patch
|
|
|
|
|
|
|
|
Patch1: 0002-scripts-also-ignore-kernel-debug-modules.posttrans.patch
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
%if 0%{?rhel} && !0%{?eln}
|
|
|
|
|
|
|
|
BuildRequires: rust-toolset
|
|
|
|
|
|
|
|
%else
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: cargo
|
|
|
|
BuildRequires: cargo
|
|
|
|
BuildRequires: rust
|
|
|
|
BuildRequires: rust
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Enable ASAN + UBSAN
|
|
|
|
# Enable ASAN + UBSAN
|
|
|
|
%bcond_with sanitizers
|
|
|
|
%bcond_with sanitizers
|
|
|
@ -30,14 +37,19 @@ BuildRequires: rust
|
|
|
|
%bcond_with rhsm
|
|
|
|
%bcond_with rhsm
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# RHEL (8,9) doesn't ship zchunk today. Keep this in sync
|
|
|
|
# RHEL8 doesn't ship zchunk today. See also the comments
|
|
|
|
# with libdnf: https://gitlab.com/redhat/centos-stream/rpms/libdnf/-/blob/762f631e36d1e42c63a794882269d26c156b68c1/libdnf.spec#L45
|
|
|
|
# in configure.ac around this as libdnf/librepo need to be in
|
|
|
|
%if 0%{?rhel}
|
|
|
|
# sync, and today we bundle libdnf but not librepo.
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 8
|
|
|
|
%bcond_with zchunk
|
|
|
|
%bcond_with zchunk
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%bcond_without zchunk
|
|
|
|
%bcond_without zchunk
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 34
|
|
|
|
|
|
|
|
%define sqlite_rpmdb_default "--enable-sqlite-rpmdb-default"
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# For the autofiles bits below
|
|
|
|
# For the autofiles bits below
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
# We always run autogen.sh
|
|
|
|
# We always run autogen.sh
|
|
|
@ -45,10 +57,11 @@ BuildRequires: autoconf automake libtool git
|
|
|
|
# For docs
|
|
|
|
# For docs
|
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: chrpath
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
|
|
|
BuildRequires: gnome-common
|
|
|
|
BuildRequires: /usr/bin/g-ir-scanner
|
|
|
|
BuildRequires: /usr/bin/g-ir-scanner
|
|
|
|
# Core requirements
|
|
|
|
# Core requirements
|
|
|
|
# One way to check this: `objdump -p /path/to/rpm-ostree | grep LIBOSTREE` and pick the highest (though that might miss e.g. new struct members)
|
|
|
|
# One way to check this: `objdump -p /path/to/rpm-ostree | grep LIBOSTREE` and pick the highest (though that might miss e.g. new struct members)
|
|
|
|
BuildRequires: pkgconfig(ostree-1) >= 2021.5
|
|
|
|
BuildRequires: pkgconfig(ostree-1) >= 2020.7
|
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
BuildRequires: pkgconfig(rpm) >= 4.14.0
|
|
|
|
BuildRequires: pkgconfig(rpm) >= 4.14.0
|
|
|
@ -72,54 +85,41 @@ BuildRequires: pkgconfig(check)
|
|
|
|
# but duplicating to be clear)
|
|
|
|
# but duplicating to be clear)
|
|
|
|
BuildRequires: pkgconfig(libsolv)
|
|
|
|
BuildRequires: pkgconfig(libsolv)
|
|
|
|
|
|
|
|
|
|
|
|
# These are build deps which aren't strictly required in Koji/Brew builds, but
|
|
|
|
# We need g++ for libdnf
|
|
|
|
# are required for git builds. Since they're few and tiny, we just add it here
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
# to keep it part of `dnf builddep`.
|
|
|
|
|
|
|
|
BuildRequires: jq
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
# libdnf build deps #
|
|
|
|
|
|
|
|
# #
|
|
|
|
|
|
|
|
# Copy/pasted from libdnf/libdnf.spec. Removed the irrelevant bits like #
|
|
|
|
|
|
|
|
# valgrind, rhsm, swig, python, and sanitizer stuff. #
|
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global libsolv_version 0.7.21
|
|
|
|
# more libdnf build deps (see libdnf's spec for versions; maintain ordering)
|
|
|
|
%global libmodulemd_version 2.13.0
|
|
|
|
%global libsolv_version 0.7.17
|
|
|
|
%global librepo_version 1.13.1
|
|
|
|
%global libmodulemd_version 2.11.2-2
|
|
|
|
|
|
|
|
%global librepo_version 1.13.0
|
|
|
|
BuildRequires: cmake
|
|
|
|
%global swig_version 3.0.12
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: swig >= %{swig_version}
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: pkgconfig(modulemd-2.0) >= %{libmodulemd_version}
|
|
|
|
BuildRequires: libsolv-devel >= %{libsolv_version}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(librepo) >= %{librepo_version}
|
|
|
|
BuildRequires: pkgconfig(librepo) >= %{librepo_version}
|
|
|
|
BuildRequires: pkgconfig(check)
|
|
|
|
BuildRequires: libsolv-devel >= %{libsolv_version}
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gtk-doc)
|
|
|
|
|
|
|
|
BuildRequires: rpm-devel >= 4.15.0
|
|
|
|
|
|
|
|
%if %{with rhsm}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(librhsm) >= 0.0.3
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with zchunk}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(zck) >= 0.9.11
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(json-c)
|
|
|
|
BuildRequires: pkgconfig(json-c)
|
|
|
|
BuildRequires: pkgconfig(cppunit)
|
|
|
|
BuildRequires: pkgconfig(cppunit)
|
|
|
|
BuildRequires: pkgconfig(modulemd-2.0) >= %{libmodulemd_version}
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
BuildRequires: pkgconfig(smartcols)
|
|
|
|
BuildRequires: pkgconfig(smartcols)
|
|
|
|
BuildRequires: gettext
|
|
|
|
%if %{with zchunk}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(zck) >= 0.9.11
|
|
|
|
|
|
|
|
%endif
|
|
|
|
BuildRequires: gpgme-devel
|
|
|
|
BuildRequires: gpgme-devel
|
|
|
|
|
|
|
|
%if 0%{?rhel} <= 8
|
|
|
|
|
|
|
|
# In current Fedora, this is a dependency of gpgme-devel, but
|
|
|
|
|
|
|
|
# not in RHEL8. Missing this package breaks -znow.
|
|
|
|
|
|
|
|
BuildRequires: libassuan-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{with rhsm}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(librhsm) >= 0.0.3
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Runtime libdnf deps
|
|
|
|
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
|
|
|
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
|
|
|
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
|
|
|
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
|
|
|
Requires: librepo%{?_isa} >= %{librepo_version}
|
|
|
|
Requires: librepo%{?_isa} >= %{librepo_version}
|
|
|
|
|
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
# end of libdnf build deps #
|
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# For now...see https://github.com/projectatomic/rpm-ostree/pull/637
|
|
|
|
# For now...see https://github.com/projectatomic/rpm-ostree/pull/637
|
|
|
|
# and https://github.com/fedora-infra/fedmsg-atomic-composer/pull/17
|
|
|
|
# and https://github.com/fedora-infra/fedmsg-atomic-composer/pull/17
|
|
|
|
# etc. We'll drop this dependency at some point in the future when
|
|
|
|
# etc. We'll drop this dependency at some point in the future when
|
|
|
@ -128,10 +128,6 @@ Requires: ostree
|
|
|
|
Requires: bubblewrap
|
|
|
|
Requires: bubblewrap
|
|
|
|
Requires: fuse
|
|
|
|
Requires: fuse
|
|
|
|
|
|
|
|
|
|
|
|
# For container functionality
|
|
|
|
|
|
|
|
# https://github.com/coreos/rpm-ostree/issues/3286
|
|
|
|
|
|
|
|
Recommends: skopeo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -157,9 +153,6 @@ The %{name}-devel package includes the header files for %{name}-libs.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -Sgit -n %{name}-%{version}
|
|
|
|
%autosetup -Sgit -n %{name}-%{version}
|
|
|
|
%if 0%{?__isa_bits} == 32
|
|
|
|
|
|
|
|
sed -ie 's,^lto = true,lto = false,' Cargo.toml
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
env NOCONFIGURE=1 ./autogen.sh
|
|
|
|
env NOCONFIGURE=1 ./autogen.sh
|
|
|
@ -214,7 +207,7 @@ $PYTHON autofiles.py > files \
|
|
|
|
'%{_libexecdir}/rpm-ostree*' \
|
|
|
|
'%{_libexecdir}/rpm-ostree*' \
|
|
|
|
'%{_libexecdir}/libostree/ext/*' \
|
|
|
|
'%{_libexecdir}/libostree/ext/*' \
|
|
|
|
'%{_datadir}/polkit-1/actions/*.policy' \
|
|
|
|
'%{_datadir}/polkit-1/actions/*.policy' \
|
|
|
|
'%{_datadir}/dbus-1/system-services/*' \
|
|
|
|
'%{_datadir}/dbus-1/system-services' \
|
|
|
|
'%{_datadir}/bash-completion/completions/*'
|
|
|
|
'%{_datadir}/bash-completion/completions/*'
|
|
|
|
|
|
|
|
|
|
|
|
$PYTHON autofiles.py > files.lib \
|
|
|
|
$PYTHON autofiles.py > files.lib \
|
|
|
@ -229,13 +222,6 @@ $PYTHON autofiles.py > files.devel \
|
|
|
|
'%{_datadir}/gtk-doc/html/*' \
|
|
|
|
'%{_datadir}/gtk-doc/html/*' \
|
|
|
|
'%{_datadir}/gir-1.0/*-1.0.gir'
|
|
|
|
'%{_datadir}/gir-1.0/*-1.0.gir'
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
# Only enable on rpm-ostree based systems and manually force unit enablement to
|
|
|
|
|
|
|
|
# explicitly ignore presets for this security fix
|
|
|
|
|
|
|
|
if [ -e /run/ostree-booted ]; then
|
|
|
|
|
|
|
|
ln -snf /usr/lib/systemd/system/rpm-ostree-fix-shadow-mode.service /usr/lib/systemd/system/multi-user.target.wants/
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f files
|
|
|
|
%files -f files
|
|
|
|
%doc COPYING.GPL COPYING.LGPL LICENSE README.md
|
|
|
|
%doc COPYING.GPL COPYING.LGPL LICENSE README.md
|
|
|
|
|
|
|
|
|
|
|
@ -244,361 +230,128 @@ fi
|
|
|
|
%files devel -f files.devel
|
|
|
|
%files devel -f files.devel
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Nov 21 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.9-1
|
|
|
|
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2022.10.117.g52714b51-3
|
|
|
|
- Rebase to 2024.9
|
|
|
|
- Rebuilt for MSVSphere 8.10 beta
|
|
|
|
Resolves: #RHEL-68144
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 17 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.7-3
|
|
|
|
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/5114
|
|
|
|
|
|
|
|
Resolves: #RHEL-62652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.7-2
|
|
|
|
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/5051
|
|
|
|
|
|
|
|
Resolves: #RHEL-53871
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 09 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.7-1
|
|
|
|
|
|
|
|
- Rebase to 2024.7
|
|
|
|
|
|
|
|
Resolves: #RHEL-53871
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.5-1
|
|
|
|
|
|
|
|
- Rebase to 2024.6
|
|
|
|
|
|
|
|
Resolves: #RHEL-29339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 15 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.5-1
|
|
|
|
|
|
|
|
- Rebase to 2024.5
|
|
|
|
|
|
|
|
Adds fix for https://github.com/coreos/rpm-ostree/security/advisories/GHSA-2m76-cwhg-7wv6
|
|
|
|
|
|
|
|
Resolves: #RHEL-30415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 09 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.4-4
|
|
|
|
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/security/advisories/GHSA-2m76-cwhg-7wv6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 21 2024 Colin Walters <walters@verbum.org> - 2024.4-3
|
|
|
|
|
|
|
|
- Backport patch to fix https://issues.redhat.com/browse/RHEL-29559
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 15 2024 Colin Walters <walters@verbum.org> - 2024.4-2
|
|
|
|
* Thu Oct 05 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.10.117.g52714b51-3
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2024.4
|
|
|
|
|
|
|
|
Resolves: #RHEL-29339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 25 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.3-1
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2024.3
|
|
|
|
|
|
|
|
Backport https://github.com/coreos/rpm-ostree/commit/fe586621e5014d14f92b913338171a02ed29e6cc
|
|
|
|
|
|
|
|
Resolves: #RHEL-26186
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.2-1
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2024.2
|
|
|
|
|
|
|
|
Resolves: #RHEL-11294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 03 2024 Colin Walters <walters@verbum.org> - 2024.1-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2024.1
|
|
|
|
|
|
|
|
Resolves: #RHEL-11294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.12-1
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.12
|
|
|
|
|
|
|
|
Resolves: #RHEL-11294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.11-1
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.11
|
|
|
|
|
|
|
|
Resolves: #RHEL-11294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 05 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.8-3
|
|
|
|
|
|
|
|
- Use python macros and devel package
|
|
|
|
- Use python macros and devel package
|
|
|
|
Resolves: #RHEL-11892
|
|
|
|
Resolves: #RHEL-2243
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 02 2023 Colin Walters <walters@verbum.org> - 2023.8-2
|
|
|
|
* Mon Aug 07 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.10.117.g52714b51-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.8
|
|
|
|
- Backport fb97c48f3 & eae7e1d8
|
|
|
|
https://issues.redhat.com/browse/RHEL-11294
|
|
|
|
https://github.com/coreos/rpm-ostree/commit/fb97c48f3cd070c1ad559f3f43f86ad6548f6b02
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/commit/eae7e1d8d692b5ce6d3d6eef29abbd7512ae4682
|
|
|
|
* Sat Aug 26 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.7-1
|
|
|
|
Resolves: rhbz#2229804
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.7
|
|
|
|
|
|
|
|
Resolves: rhbz#2234352
|
|
|
|
* Sun Apr 30 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.10.117.g52714b51-1
|
|
|
|
|
|
|
|
- Sync to latest rhel8 branch
|
|
|
|
* Fri Aug 25 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.6-1
|
|
|
|
Resolves: rhbz#2192235
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.6
|
|
|
|
|
|
|
|
Resolves: rhbz#2234352
|
|
|
|
* Thu Feb 16 2023 Colin Walters <walters@verbum.org> - 2022.10.112.g3d0ac35b-3
|
|
|
|
|
|
|
|
- Cherry pick
|
|
|
|
* Fri Jul 21 2023 Colin Walters <walters@verbum.org> - 2023.5-2
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/4311/commits/a0f1275dfbd835b704355d095e610ac1f1254f25
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/4510
|
|
|
|
Resolves: rhbz#2170579
|
|
|
|
Related: rhbz#2224081
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Colin Walters <walters@verbum.org> - 2022.10.112.g3d0ac35b-2
|
|
|
|
* Thu Jun 22 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.5-1
|
|
|
|
- Sync to latest rhel8 branch
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.5
|
|
|
|
Resolves: rhbz#2169429
|
|
|
|
Resolves: rhbz#2216811
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 14 2022 Colin Walters <walters@verbum.org> - 2022.10.99.g0049dbdd-3
|
|
|
|
* Tue Jun 13 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.4-1
|
|
|
|
- Resolves: rhbz#2134630
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.4
|
|
|
|
|
|
|
|
Resolves: rhbz#2211486
|
|
|
|
* Wed Sep 28 2022 Colin Walters <walters@verbum.org> - 2022.10.97.gade6df33-2
|
|
|
|
|
|
|
|
- Update to latest https://github.com/coreos/rpm-ostree/tree/rhel8 at commit
|
|
|
|
* Mon Apr 24 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.3-1
|
|
|
|
https://github.com/coreos/rpm-ostree/commit/ac182cb920f84946bb155e9cf061db7f5f26e917
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.3
|
|
|
|
- Resolves: rhbz#2122289
|
|
|
|
Resolves: rhbz#2189315
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 31 2022 Colin Walters <walters@verbum.org> - 2022.10.94.g89f58028-2
|
|
|
|
* Tue Mar 07 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.2-1
|
|
|
|
- Update to latest https://github.com/coreos/rpm-ostree/tree/rhel8 at commit
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.2
|
|
|
|
https://github.com/coreos/rpm-ostree/commit/89f58028f0bea5b6fa59bdb3506078e09957ec00
|
|
|
|
Resolves: rhbz#2176213
|
|
|
|
- Resolves: rhbz#2122289
|
|
|
|
|
|
|
|
- Resolves: rhbz#2122299
|
|
|
|
* Tue Dec 20 2022 Colin Walters <walters@verbum.org> - 2022.19-3
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.19
|
|
|
|
* Tue Aug 16 2022 Colin Walters <walters@verbum.org> - 2022.10.90.g4abaf4b4-4
|
|
|
|
Resolves: rhbz#2153460
|
|
|
|
- Update to latest https://github.com/coreos/rpm-ostree/tree/rhel8 at commit
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/commit/4abaf4b4
|
|
|
|
* Wed Dec 14 2022 Colin Walters <walters@verbum.org> - 2022.18-2
|
|
|
|
Resolves: rhbz#2118774
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.18
|
|
|
|
|
|
|
|
Resolves: rhbz#2153460
|
|
|
|
* Tue Jul 19 2022 Colin Walters <walters@verbum.org> - 2022.10.86.gd8f0c67a-3
|
|
|
|
|
|
|
|
- Update to latest https://github.com/coreos/rpm-ostree/tree/rhel8 at commit
|
|
|
|
* Tue Nov 22 2022 Colin Walters <walters@verbum.org> - 2022.16-2
|
|
|
|
https://github.com/coreos/rpm-ostree/commit/d8f0c67a0eba32281c9f2782a286e06486a4b909
|
|
|
|
- Rebase to 2022.16
|
|
|
|
Resolves: rhbz#2105414
|
|
|
|
Resolves: rhbz#2144586
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 15 2022 Colin Walters <walters@verbum.org> - 2022.2.8.gd50a74bd-2
|
|
|
|
* Thu Oct 13 2022 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.14-1
|
|
|
|
- Update to latest rhel8 branch
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.14
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/3749
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/3751
|
|
|
|
* Tue Sep 13 2022 Luca BRUNO <lucab@redhat.com> - 2022.13-1
|
|
|
|
Resolves: rhbz#2095528
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2022.12
|
|
|
|
|
|
|
|
Resolves: rhbz#2126108
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2022 Colin Walters <walters@verbum.org> - 2022.12-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 11 2022 Colin Walters <walters@verbum.org> - 2022.11-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.11
|
|
|
|
|
|
|
|
Resolves: rhbz#2105405
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 09 2022 Jonathan Lebon <jonathan@jlebon.com> - 2022.8-3
|
|
|
|
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/3721
|
|
|
|
|
|
|
|
Resolves: rhbz#2094085
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 21 2022 Colin Walters <walters@verbum.org> - 2022.8-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.8
|
|
|
|
|
|
|
|
Resolves: rhbz#2077062
|
|
|
|
|
|
|
|
Resolves: rhbz#2023325
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 11 2022 Colin Walters <walters@verbum.org> - 2022.7-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 07 2022 Colin Walters <walters@verbum.org> - 2022.2-2
|
|
|
|
* Mon Feb 07 2022 Colin Walters <walters@verbum.org> - 2022.2-2
|
|
|
|
- Rebase to 2022.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 10 2022 Colin Walters <walters@verbum.org> - 2022.1-2
|
|
|
|
|
|
|
|
- Rebase to 2022.1
|
|
|
|
- Rebase to 2022.1
|
|
|
|
Resolves: rhbz#2027476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 01 2021 Colin Walters <walters@verbum.org> - 2021.14-3
|
|
|
|
* Tue Jan 11 2022 Colin Walters <walters@verbum.org> - 2022.1-2
|
|
|
|
- Drop zchunk dependency
|
|
|
|
- Rebase to 2022.1
|
|
|
|
Resolves: rhbz#2028167
|
|
|
|
Resolves: rhbz#2032594
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 29 2021 Colin Walters <walters@verbum.org> - 2021.14-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.14
|
|
|
|
|
|
|
|
Resolves: rhbz#2027476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2021.6-2
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Colin Walters <walters@verbum.org>
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2021.5-3
|
|
|
|
* Wed Dec 15 2021 Colin Walters <walters@verbum.org> - 2021.14-3
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
- Rebase to 2021.14
|
|
|
|
Related: rhbz#1971065
|
|
|
|
Resolves: rhbz#2032594
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Colin Walters <walters@verbum.org> - 2021.5-2
|
|
|
|
* Fri Jun 18 2021 Luca BRUNO <lucab@redhat.com> - 2021.5-2
|
|
|
|
- Support OpenSSL 3
|
|
|
|
- Backport _dbpath fixes, see
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/issues/2904
|
|
|
|
|
|
|
|
Resolves: rhbz#1973579
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 12 2021 Luca BRUNO <lucab@lucabruno.net> - 2021.5-1
|
|
|
|
* Wed May 12 2021 Luca BRUNO <lucab@lucabruno.net> - 2021.5-1
|
|
|
|
- New upstream version
|
|
|
|
- New upstream version
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2021.5
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2021.5
|
|
|
|
|
|
|
|
Resolves: rhbz#1959874
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 09 2021 Jeff Law <jlaw@tachyum.com> - 2021.4-4
|
|
|
|
* Tue Mar 30 2021 Colin Walters <walters@verbum.org> - 2020.7-4
|
|
|
|
- Re-enable LTO
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/2386/commits/aa8e49aaeddfc5d38651fa08f46e059655818fd1
|
|
|
|
|
|
|
|
Resolves: #1944760
|
|
|
|
* Wed Apr 28 2021 Colin Walters <walters@verbum.org> - 2021.4-3
|
|
|
|
|
|
|
|
- Backport another patch for https://pagure.io/fedora-infrastructure/issue/9909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 27 2021 Colin Walters <walters@verbum.org> - 2021.4-2
|
|
|
|
|
|
|
|
- Backport patch for https://pagure.io/fedora-infrastructure/issue/9909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2021.2-3
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 12 2021 Jonathan Lebon <jonathan@jlebon.com> - 2021.4-1
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 17 2021 Colin Walters <walters@verbum.org> - 2021.3-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 17 2021 Colin Walters <walters@verbum.org> - 2021.2-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 10 2021 Colin Walters <walters@verbum.org> - 2021.1-4
|
|
|
|
|
|
|
|
- Backport patches from https://github.com/coreos/rpm-ostree/pull/2553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Jonathan Lebon <jonathan@jlebon.com> - 2021.1-3
|
|
|
|
* Thu Nov 05 2020 Colin Walters <walters@verbum.org> - 2020.7-2
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/2490 for rawhide
|
|
|
|
- Update to 2020.7
|
|
|
|
|
|
|
|
Resolves: #1894061
|
|
|
|
* Tue Jan 19 15:08:59 UTC 2021 Colin Walters <walters@verbum.org> - 2021.1-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 11 19:13:03 UTC 2020 Colin Walters <walters@verbum.org> - 2020.10-3
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2020.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 11 13:42:33 UTC 2020 Colin Walters <walters@verbum.org> - 2020.9-2
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2020.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 14 14:51:20 UTC 2020 Colin Walters <walters@verbum.org> - 2020.8-1
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2020.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 02 2020 Luca BRUNO <lucab@lucabruno.net> - 2020.7-1
|
|
|
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2020.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 02 2020 Jeff Law <law@redhat.com> - 2020.6-2
|
|
|
|
|
|
|
|
- Fix invalid use of volatile caught by gcc-11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 30 16:48:43 UTC 2020 Colin Walters <walters@verbum.org> - 2020.6-1
|
|
|
|
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2020.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 2020.5-2
|
|
|
|
|
|
|
|
- sysroot: Fix usage of sd_journal_send on 32 bit (gh#2276)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 15 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.5-1
|
|
|
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2020.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2020 Colin Walters <walters@verbum.org> - 2020.4.15.g8b0bcd7b-2
|
|
|
|
|
|
|
|
- Update to latest upstream git for
|
|
|
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1865397
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.4-2
|
|
|
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.4-1
|
|
|
|
* Wed Jul 29 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.4-1
|
|
|
|
- New upstream version
|
|
|
|
- New upstream version
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2020.4
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2020.4
|
|
|
|
|
|
|
|
Resolves: #1861786
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.3-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 30 2020 Jeff Law <aw@redhat.com> - 2020.3-2
|
|
|
|
|
|
|
|
- Disable LTO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 19 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.3-1
|
|
|
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2020.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 15 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.2-3
|
|
|
|
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/2096
|
|
|
|
|
|
|
|
See https://github.com/coreos/fedora-coreos-tracker/issues/481
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 15 2020 Colin Walters <walters@verbum.org> - 2020.2-2
|
|
|
|
* Fri May 15 2020 Colin Walters <walters@verbum.org> - 2020.2-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2020.2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2020.2
|
|
|
|
|
|
|
|
Resolves: #1827712
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 2020.1.80.g3ec5e287-2
|
|
|
|
* Tue Mar 03 2020 Colin Walters <walters@verbum.org> - 2019.6-8
|
|
|
|
- Rebuild (json-c)
|
|
|
|
- Backport patches for initramfs /etc
|
|
|
|
|
|
|
|
Resolves: #1808459
|
|
|
|
* Mon Apr 20 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.1.80.g3ec5e287-1
|
|
|
|
|
|
|
|
- git master snapshot for using strict mode and lockfile-repos in FCOS:
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/1858
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/2058
|
|
|
|
|
|
|
|
https://github.com/coreos/fedora-coreos-tracker/issues/454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 13 2020 Colin Walters <walters@verbum.org> - 2020.1.21.ge9011530-2
|
|
|
|
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/2015
|
|
|
|
|
|
|
|
See https://github.com/coreos/fedora-coreos-tracker/issues/343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 27 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.1.21.ge9011530-1
|
|
|
|
|
|
|
|
- git master snapshot for using base initramfs kargs in RHCOS:
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/1998
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/1997
|
|
|
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1806588
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 05 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.1-1
|
|
|
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 04 2020 Jonathan Lebon <jonathan@jlebon.com> - 2019.7.31.g70c38563-1
|
|
|
|
* Thu Feb 27 2020 Colin Walters <walters@verbum.org> - 2019.6-7
|
|
|
|
- git master snapshot for Silverblue rawhide compose fixes
|
|
|
|
- Backport f295f543064f1a0b5833fefccd6bb203b3527623
|
|
|
|
https://pagure.io/releng/failed-composes/issue/717
|
|
|
|
Resolves: #1807487
|
|
|
|
https://pagure.io/releng/failed-composes/issue/929
|
|
|
|
|
|
|
|
https://github.com/rpm-software-management/libdnf/pull/885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.7-3
|
|
|
|
* Thu Dec 05 2019 Jonathan Lebon <jlebon@redhat.com> - 2019.6-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Backport dracut mknod patch for FIPS:
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 09 2020 Jonathan Lebon <jonathan@jlebon.com> - 2019.7-2
|
|
|
|
|
|
|
|
- Backport patch for Silverblue composes:
|
|
|
|
|
|
|
|
https://pagure.io/releng/failed-composes/issue/717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.7-1
|
|
|
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 14 2019 Jeff Law <law@redhat.com> - 2019.6.24.gfec61ce5-2
|
|
|
|
|
|
|
|
- Fix missing #includes for gcc-10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 31 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.6.27.g3b8a1ec6-1
|
|
|
|
|
|
|
|
- git master snapshot for dracut cpio cap_mknod fix:
|
|
|
|
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/1946
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/1946
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 31 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.6.24.gfec61ce5-1
|
|
|
|
* Thu Oct 31 2019 Jonathan Lebon <jlebon@redhat.com> - 2019.6-5
|
|
|
|
- git master snapshot for HMAC path fix for FIPS:
|
|
|
|
- Backport HMAC patch for FIPS:
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/1934
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/1934
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 25 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.6-1
|
|
|
|
* Fri Oct 18 2019 Colin Walters <walters@verbum.org> - 2019.6-4
|
|
|
|
- New upstream version
|
|
|
|
- Backport zchunk patch
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2019 Colin Walters <walters@verbum.org> - 2019.5.7.gcac5aa41-3
|
|
|
|
|
|
|
|
- New upstream git snapshot, mainly for backporting the arch-includes conditionals
|
|
|
|
|
|
|
|
to aid Fedora CoreOS on s390x.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 31 2019 Stephen Gallagher <sgallagh@redhat.com> - 2019.5-2
|
|
|
|
* Tue Oct 15 2019 Colin Walters <walters@verbum.org> - 2019.6-3
|
|
|
|
- Fix libmodulemd dependencies
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v20196
|
|
|
|
|
|
|
|
- Backport zstd patch
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.5-1
|
|
|
|
* Fri May 17 2019 Jonathan Lebon <jlebon@redhat.com> - 2019.3-3
|
|
|
|
- New upstream version
|
|
|
|
- Rebuild for rhel-8.1.0 branch
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.4.39.g8d90d03d-1
|
|
|
|
|
|
|
|
- git master snapshot for --parent and lockfile overrides
|
|
|
|
|
|
|
|
https://github.com/projectatomic/rpm-ostree/pull/1871
|
|
|
|
|
|
|
|
https://github.com/projectatomic/rpm-ostree/pull/1867
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 12 2019 Colin Walters <walters@verbum.org> - 2019.4.28.g44395673-3
|
|
|
|
|
|
|
|
- Update rpmostree-rust.h in sources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 12 2019 Colin Walters <walters@verbum.org> - 2019.4.28.g44395673-2
|
|
|
|
|
|
|
|
- Update with git snapshot for zstd support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.4.27.gb381e029-1
|
|
|
|
|
|
|
|
- git master snapshot for add-commit-metadata
|
|
|
|
|
|
|
|
https://github.com/projectatomic/rpm-ostree/pull/1865/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.4.15.gbbc9aa9f-1
|
|
|
|
|
|
|
|
- git master snapshot for OSTree layers
|
|
|
|
|
|
|
|
https://github.com/projectatomic/rpm-ostree/pull/1830/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 22:13:22 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2019.4.10.gc1cc0827-3
|
|
|
|
|
|
|
|
- Rebuild for RPM 4.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 15:42:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2019.4.10.gc1cc0827-2
|
|
|
|
|
|
|
|
- Rebuild for RPM 4.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 06 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.4.10.gc1cc0827-1
|
|
|
|
* Fri Mar 29 2019 Colin Walters <walters@verbum.org> - 2019.3-2
|
|
|
|
- git master snapshot for lockfile
|
|
|
|
- Backport patch for pivot rebases
|
|
|
|
https://github.com/projectatomic/rpm-ostree/pull/1745/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 28 2019 Dusty Mabe <dusty@dustymabe.com> - 2019.4-3
|
|
|
|
|
|
|
|
- Add back in ppc64le and ppc64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2019 Dusty Mabe <dusty@dustymabe.com> - 2019.4-2
|
|
|
|
|
|
|
|
- Backport patch for db diff --format=json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.4-1
|
|
|
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 06 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.3.5.g0da9f997-2
|
|
|
|
|
|
|
|
- Add temporary hack to avoid UTF-8 for Bodhi
|
|
|
|
|
|
|
|
https://pagure.io/releng/issue/8330
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 09 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.3.5.g0da9f997-1
|
|
|
|
|
|
|
|
- git master snapshot to test coreos-continuous tag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 27 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.3-1
|
|
|
|
* Wed Mar 27 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.3-1
|
|
|
|
- New upstream version
|
|
|
|
- New upstream version
|
|
|
@ -627,6 +380,9 @@ fi
|
|
|
|
* Sun Oct 28 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.9-1
|
|
|
|
* Sun Oct 28 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.9-1
|
|
|
|
- New upstream version
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 15 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.8-2
|
|
|
|
|
|
|
|
- Add new source and patch to drop cbindgen requirement
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 11 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.8-1
|
|
|
|
* Tue Sep 11 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.8-1
|
|
|
|
- New upstream version
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
|
|