2019-09-10 17:02:30 +00:00
|
|
|
# The canonical copy of this spec file is upstream at:
|
2021-05-27 12:11:31 +00:00
|
|
|
# https://github.com/coreos/rpm-ostree/blob/main/packaging/rpm-ostree.spec.in
|
2019-09-10 17:02:30 +00:00
|
|
|
|
2017-03-07 13:57:49 +00:00
|
|
|
Summary: Hybrid image/package system
|
2021-06-22 18:12:24 +00:00
|
|
|
Name: rpm-ostree
|
2023-10-26 19:30:21 +00:00
|
|
|
Version: 2023.9
|
|
|
|
Release: 2%{?dist}
|
2023-06-13 21:07:59 +00:00
|
|
|
License: LGPL-2.0-or-later
|
2020-10-30 16:49:36 +00:00
|
|
|
URL: https://github.com/coreos/rpm-ostree
|
2018-06-08 16:30:01 +00:00
|
|
|
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
2021-01-19 15:22:15 +00:00
|
|
|
# in the upstream git. It also contains vendored Rust sources.
|
2020-10-30 16:49:36 +00:00
|
|
|
Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm-ostree-%{version}.tar.xz
|
2017-03-10 16:55:51 +00:00
|
|
|
|
2018-06-08 16:30:01 +00:00
|
|
|
ExclusiveArch: %{rust_arches}
|
2018-12-04 19:45:04 +00:00
|
|
|
|
2021-04-12 20:23:35 +00:00
|
|
|
BuildRequires: make
|
2023-05-15 21:03:06 +00:00
|
|
|
%if 0%{?rhel}
|
2020-05-26 15:02:24 +00:00
|
|
|
BuildRequires: rust-toolset
|
|
|
|
%else
|
2021-01-19 15:22:15 +00:00
|
|
|
BuildRequires: rust-packaging
|
2019-03-27 21:34:55 +00:00
|
|
|
BuildRequires: cargo
|
|
|
|
BuildRequires: rust
|
2018-12-04 19:45:04 +00:00
|
|
|
%endif
|
2018-10-15 18:53:23 +00:00
|
|
|
|
2021-04-12 20:23:35 +00:00
|
|
|
# Enable ASAN + UBSAN
|
|
|
|
%bcond_with sanitizers
|
2022-02-04 15:10:00 +00:00
|
|
|
# Embedded unit tests
|
|
|
|
%bcond_with bin_unit_tests
|
2021-04-12 20:23:35 +00:00
|
|
|
|
2022-11-18 17:52:33 +00:00
|
|
|
# This is copied from the libdnf spec
|
|
|
|
%if 0%{?rhel} && ! 0%{?centos}
|
|
|
|
%bcond_without rhsm
|
|
|
|
%else
|
|
|
|
%bcond_with rhsm
|
|
|
|
%endif
|
|
|
|
|
2022-02-04 15:10:00 +00:00
|
|
|
# RHEL (8,9) doesn't ship zchunk today. Keep this in sync
|
|
|
|
# with libdnf: https://gitlab.com/redhat/centos-stream/rpms/libdnf/-/blob/762f631e36d1e42c63a794882269d26c156b68c1/libdnf.spec#L45
|
|
|
|
%if 0%{?rhel}
|
2019-12-19 17:10:37 +00:00
|
|
|
%bcond_with zchunk
|
|
|
|
%else
|
|
|
|
%bcond_without zchunk
|
|
|
|
%endif
|
|
|
|
|
2018-08-14 14:04:58 +00:00
|
|
|
# For the autofiles bits below
|
2023-10-04 21:09:09 +00:00
|
|
|
BuildRequires: python3-devel
|
2014-03-11 12:50:13 +00:00
|
|
|
# We always run autogen.sh
|
2015-02-06 13:32:11 +00:00
|
|
|
BuildRequires: autoconf automake libtool git
|
2014-03-11 12:50:13 +00:00
|
|
|
# For docs
|
2016-02-25 20:00:23 +00:00
|
|
|
BuildRequires: chrpath
|
2014-03-11 12:50:13 +00:00
|
|
|
BuildRequires: gtk-doc
|
2017-07-21 12:52:02 +00:00
|
|
|
BuildRequires: /usr/bin/g-ir-scanner
|
2016-02-17 22:55:54 +00:00
|
|
|
# Core requirements
|
2018-10-29 01:42:07 +00:00
|
|
|
# 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)
|
2022-02-04 15:10:00 +00:00
|
|
|
BuildRequires: pkgconfig(ostree-1) >= 2021.5
|
2017-06-20 14:34:00 +00:00
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
2014-03-11 12:50:13 +00:00
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
2021-07-19 13:59:09 +00:00
|
|
|
BuildRequires: pkgconfig(rpm) >= 4.14.0
|
2016-01-12 15:56:24 +00:00
|
|
|
BuildRequires: pkgconfig(libarchive)
|
2016-06-23 14:28:39 +00:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2014-11-14 23:07:11 +00:00
|
|
|
BuildRequires: libcap-devel
|
2015-03-11 00:45:03 +00:00
|
|
|
BuildRequires: libattr-devel
|
2016-05-26 18:40:38 +00:00
|
|
|
|
2021-04-12 20:23:35 +00:00
|
|
|
# We currently interact directly with librepo (libdnf below also pulls it in,
|
|
|
|
# but duplicating to be clear)
|
2016-02-17 22:55:54 +00:00
|
|
|
BuildRequires: pkgconfig(librepo)
|
2016-05-26 18:40:38 +00:00
|
|
|
|
2018-09-10 21:22:26 +00:00
|
|
|
# Needed by curl-rust
|
|
|
|
BuildRequires: pkgconfig(libcurl)
|
|
|
|
|
2016-05-26 18:40:38 +00:00
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: pkgconfig(expat)
|
|
|
|
BuildRequires: pkgconfig(check)
|
2021-04-12 20:23:35 +00:00
|
|
|
|
|
|
|
# We use some libsolv types directly too (libdnf below also pulls it in,
|
|
|
|
# but duplicating to be clear)
|
2016-02-17 22:55:54 +00:00
|
|
|
BuildRequires: pkgconfig(libsolv)
|
2014-03-11 12:50:13 +00:00
|
|
|
|
2022-02-04 15:10:00 +00:00
|
|
|
# These are build deps which aren't strictly required in Koji/Brew builds, but
|
|
|
|
# are required for git builds. Since they're few and tiny, we just add it here
|
|
|
|
# to keep it part of `dnf builddep`.
|
|
|
|
BuildRequires: jq
|
|
|
|
|
2021-07-19 13:59:09 +00:00
|
|
|
#########################################################################
|
|
|
|
# libdnf build deps #
|
|
|
|
# #
|
|
|
|
# Copy/pasted from libdnf/libdnf.spec. Removed the irrelevant bits like #
|
|
|
|
# valgrind, rhsm, swig, python, and sanitizer stuff. #
|
|
|
|
#########################################################################
|
2018-03-07 14:07:31 +00:00
|
|
|
|
2019-03-27 17:43:42 +00:00
|
|
|
|
2022-05-13 17:40:15 +00:00
|
|
|
%global libsolv_version 0.7.21
|
2021-11-02 16:14:26 +00:00
|
|
|
%global libmodulemd_version 2.13.0
|
2021-07-19 13:59:09 +00:00
|
|
|
%global librepo_version 1.13.1
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
2021-04-12 20:23:35 +00:00
|
|
|
BuildRequires: libsolv-devel >= %{libsolv_version}
|
2021-07-19 13:59:09 +00:00
|
|
|
BuildRequires: pkgconfig(librepo) >= %{librepo_version}
|
|
|
|
BuildRequires: pkgconfig(check)
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0
|
|
|
|
BuildRequires: pkgconfig(gtk-doc)
|
2022-05-13 17:40:15 +00:00
|
|
|
BuildRequires: rpm-devel >= 4.15.0
|
2022-11-18 17:52:33 +00:00
|
|
|
%if %{with rhsm}
|
|
|
|
BuildRequires: pkgconfig(librhsm) >= 0.0.3
|
|
|
|
%endif
|
2019-12-19 17:10:37 +00:00
|
|
|
%if %{with zchunk}
|
|
|
|
BuildRequires: pkgconfig(zck) >= 0.9.11
|
|
|
|
%endif
|
2021-07-19 13:59:09 +00:00
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
BuildRequires: pkgconfig(json-c)
|
|
|
|
BuildRequires: pkgconfig(cppunit)
|
|
|
|
BuildRequires: pkgconfig(modulemd-2.0) >= %{libmodulemd_version}
|
|
|
|
BuildRequires: pkgconfig(smartcols)
|
|
|
|
BuildRequires: gettext
|
2019-03-27 17:43:42 +00:00
|
|
|
BuildRequires: gpgme-devel
|
|
|
|
|
2020-02-27 20:23:18 +00:00
|
|
|
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
2021-04-12 20:23:35 +00:00
|
|
|
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
|
|
|
Requires: librepo%{?_isa} >= %{librepo_version}
|
2019-03-27 17:43:42 +00:00
|
|
|
|
2021-07-19 13:59:09 +00:00
|
|
|
#########################################################################
|
|
|
|
# end of libdnf build deps #
|
|
|
|
#########################################################################
|
|
|
|
|
2017-02-27 17:06:10 +00:00
|
|
|
# For now...see https://github.com/projectatomic/rpm-ostree/pull/637
|
|
|
|
# and https://github.com/fedora-infra/fedmsg-atomic-composer/pull/17
|
|
|
|
# etc. We'll drop this dependency at some point in the future when
|
|
|
|
# rpm-ostree wraps more of ostree (such as `ostree admin unlock` etc.)
|
|
|
|
Requires: ostree
|
2016-07-11 20:18:36 +00:00
|
|
|
Requires: bubblewrap
|
2016-09-01 10:45:52 +00:00
|
|
|
Requires: fuse
|
2016-07-11 20:18:36 +00:00
|
|
|
|
2022-02-04 15:10:00 +00:00
|
|
|
# For container functionality
|
|
|
|
# https://github.com/coreos/rpm-ostree/issues/3286
|
2023-01-16 21:00:42 +00:00
|
|
|
Requires: skopeo
|
2022-02-04 15:10:00 +00:00
|
|
|
|
2017-09-26 13:40:49 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
2014-03-11 12:50:13 +00:00
|
|
|
%description
|
2017-03-07 13:57:49 +00:00
|
|
|
rpm-ostree is a hybrid image/package system. It supports
|
|
|
|
"composing" packages on a build server into an OSTree repository,
|
|
|
|
which can then be replicated by client systems with atomic upgrades.
|
|
|
|
Additionally, unlike many "pure" image systems, with rpm-ostree
|
|
|
|
each client system can layer on additional packages, providing
|
|
|
|
a "best of both worlds" approach.
|
2014-03-11 12:50:13 +00:00
|
|
|
|
2017-07-21 16:17:27 +00:00
|
|
|
%package libs
|
2017-07-21 12:52:02 +00:00
|
|
|
Summary: Shared library for rpm-ostree
|
|
|
|
|
2017-07-21 16:17:27 +00:00
|
|
|
%description libs
|
|
|
|
The %{name}-libs package includes the shared library for %{name}.
|
2017-07-21 12:52:02 +00:00
|
|
|
|
2017-07-21 16:17:27 +00:00
|
|
|
%package devel
|
2015-05-11 20:43:34 +00:00
|
|
|
Summary: Development headers for %{name}
|
2017-09-26 13:40:49 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2015-05-11 20:43:34 +00:00
|
|
|
|
2017-07-21 16:17:27 +00:00
|
|
|
%description devel
|
|
|
|
The %{name}-devel package includes the header files for %{name}-libs.
|
2015-05-11 20:43:34 +00:00
|
|
|
|
2014-03-11 12:50:13 +00:00
|
|
|
%prep
|
2023-05-25 17:22:13 +00:00
|
|
|
%autosetup -Sgit -n %{name}-%{version} -p1
|
2021-06-23 17:51:07 +00:00
|
|
|
%if 0%{?__isa_bits} == 32
|
2021-07-19 13:59:09 +00:00
|
|
|
sed -ie 's,^lto = true,lto = false,' Cargo.toml
|
2021-06-23 17:51:07 +00:00
|
|
|
%endif
|
2014-03-11 12:50:13 +00:00
|
|
|
|
|
|
|
%build
|
2018-12-04 19:45:04 +00:00
|
|
|
env NOCONFIGURE=1 ./autogen.sh
|
2021-01-19 15:22:15 +00:00
|
|
|
# Since we're hybrid C++/Rust we need to propagate this manually;
|
|
|
|
# the %%configure macro today assumes (reasonably) that one is building
|
|
|
|
# C/C++ and sets C{,XX}FLAGS
|
2021-07-19 13:59:09 +00:00
|
|
|
%if 0%{?build_rustflags:1}
|
2021-04-12 20:23:35 +00:00
|
|
|
export RUSTFLAGS="%{build_rustflags}"
|
2021-07-19 13:59:09 +00:00
|
|
|
%endif
|
2022-11-18 17:52:33 +00:00
|
|
|
%configure --disable-silent-rules --enable-gtk-doc %{?rpmdb_default} %{?with_sanitizers:--enable-sanitizers} %{?with_bin_unit_tests:--enable-bin-unit-tests} \
|
|
|
|
%{?with_rhsm:--enable-featuresrs=rhsm}
|
2021-04-12 20:23:35 +00:00
|
|
|
|
2020-07-29 15:49:45 +00:00
|
|
|
%make_build
|
2014-03-11 12:50:13 +00:00
|
|
|
|
|
|
|
%install
|
2020-07-29 15:49:45 +00:00
|
|
|
%make_install INSTALL="install -p -c"
|
2015-05-11 20:43:34 +00:00
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
2014-03-11 12:50:13 +00:00
|
|
|
|
2015-09-15 19:17:34 +00:00
|
|
|
# I try to do continuous delivery via rpmdistro-gitoverlay while
|
|
|
|
# reusing the existing spec files. Currently RPM only supports
|
|
|
|
# mandatory file entries. What this is doing is making each file
|
|
|
|
# entry optional - if it exists it will be picked up. That
|
|
|
|
# way the same spec file works more easily across multiple versions where e.g. an
|
|
|
|
# older version might not have a systemd unit file.
|
|
|
|
cat > autofiles.py <<EOF
|
|
|
|
import os,sys,glob
|
|
|
|
os.chdir(os.environ['RPM_BUILD_ROOT'])
|
|
|
|
for line in sys.argv[1:]:
|
|
|
|
if line == '':
|
|
|
|
break
|
2015-11-21 15:11:47 +00:00
|
|
|
if line[0] != '/':
|
|
|
|
sys.stdout.write(line + '\n')
|
2015-09-15 19:17:34 +00:00
|
|
|
else:
|
2015-11-21 15:11:47 +00:00
|
|
|
files = glob.glob(line[1:])
|
|
|
|
if len(files) > 0:
|
|
|
|
sys.stderr.write('{0} matched {1} files\n'.format(line, len(files)))
|
|
|
|
sys.stdout.write(line + '\n')
|
|
|
|
else:
|
|
|
|
sys.stderr.write('{0} did not match any files\n'.format(line))
|
2015-09-15 19:17:34 +00:00
|
|
|
EOF
|
2023-10-04 21:09:09 +00:00
|
|
|
PYTHON='%{python3}'
|
|
|
|
if ! test -x '%{python3}'; then
|
2018-07-16 21:30:32 +00:00
|
|
|
PYTHON=python2
|
|
|
|
fi
|
|
|
|
$PYTHON autofiles.py > files \
|
2015-09-15 19:17:34 +00:00
|
|
|
'%{_bindir}/*' \
|
|
|
|
'%{_libdir}/%{name}' \
|
|
|
|
'%{_mandir}/man*/*' \
|
2019-09-25 15:12:51 +00:00
|
|
|
'%{_datadir}/dbus-1/system.d/*' \
|
2018-01-16 21:44:53 +00:00
|
|
|
'%{_sysconfdir}/rpm-ostreed.conf' \
|
2015-09-15 19:17:34 +00:00
|
|
|
'%{_prefix}/lib/systemd/system/*' \
|
|
|
|
'%{_libexecdir}/rpm-ostree*' \
|
2022-04-20 17:48:25 +00:00
|
|
|
'%{_libexecdir}/libostree/ext/*' \
|
2017-06-20 14:40:05 +00:00
|
|
|
'%{_datadir}/polkit-1/actions/*.policy' \
|
2022-04-20 17:48:25 +00:00
|
|
|
'%{_datadir}/dbus-1/system-services/*' \
|
2019-03-06 19:29:28 +00:00
|
|
|
'%{_datadir}/bash-completion/completions/*'
|
2017-07-21 12:52:02 +00:00
|
|
|
|
2018-07-16 21:30:32 +00:00
|
|
|
$PYTHON autofiles.py > files.lib \
|
2017-07-21 12:52:02 +00:00
|
|
|
'%{_libdir}/*.so.*' \
|
|
|
|
'%{_libdir}/girepository-1.0/*.typelib'
|
|
|
|
|
2018-07-16 21:30:32 +00:00
|
|
|
$PYTHON autofiles.py > files.devel \
|
2015-09-15 19:17:34 +00:00
|
|
|
'%{_libdir}/lib*.so' \
|
|
|
|
'%{_includedir}/*' \
|
2017-06-23 13:43:51 +00:00
|
|
|
'%{_datadir}/dbus-1/interfaces/org.projectatomic.rpmostree1.xml' \
|
2015-09-15 19:17:34 +00:00
|
|
|
'%{_libdir}/pkgconfig/*' \
|
|
|
|
'%{_datadir}/gtk-doc/html/*' \
|
|
|
|
'%{_datadir}/gir-1.0/*-1.0.gir'
|
|
|
|
|
|
|
|
%files -f files
|
2019-09-10 17:02:30 +00:00
|
|
|
%doc COPYING.GPL COPYING.LGPL LICENSE README.md
|
2015-05-11 20:43:34 +00:00
|
|
|
|
2017-07-21 16:17:27 +00:00
|
|
|
%files libs -f files.lib
|
2017-07-21 12:52:02 +00:00
|
|
|
|
2017-07-21 16:17:27 +00:00
|
|
|
%files devel -f files.devel
|
2022-11-18 17:52:33 +00:00
|
|
|
|
2014-03-11 12:50:13 +00:00
|
|
|
%changelog
|
2023-10-26 19:30:21 +00:00
|
|
|
* Thu Oct 26 2023 Colin Walters <walters@verbum.org> - 2023.9-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.8
|
|
|
|
|
2023-10-04 21:09:09 +00:00
|
|
|
* Wed Oct 04 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.8-3
|
|
|
|
- Update python3 macros and dependency.
|
|
|
|
|
2023-09-27 21:12:16 +00:00
|
|
|
* Wed Sep 27 2023 Colin Walters <walters@verbum.org> - 2023.8-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.8
|
|
|
|
|
2023-08-29 21:43:14 +00:00
|
|
|
* Tue Aug 29 2023 Colin Walters <walters@verbum.org> - 2023.6-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.7
|
|
|
|
|
2023-07-21 17:05:03 +00:00
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2023.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-21 16:07:27 +00:00
|
|
|
* Wed Jun 21 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.5-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.5
|
|
|
|
|
2023-06-13 21:07:59 +00:00
|
|
|
* Tue Jun 13 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.4-5
|
|
|
|
- Switch License tags to SPDX
|
|
|
|
|
2023-05-25 17:22:13 +00:00
|
|
|
* Thu May 25 2023 Adam Williamson <awilliam@redhat.com> - 2023.4-4
|
|
|
|
- Backport libdnf patches to work with rpm-4.19
|
|
|
|
|
2023-05-19 14:10:10 +00:00
|
|
|
* Fri May 19 2023 Petr Pisar <ppisar@redhat.com> - 2023.4-3
|
|
|
|
- Rebuild against rpm-4.19 (https://fedoraproject.org/wiki/Changes/RPM-4.19)
|
|
|
|
|
2023-05-18 16:29:58 +00:00
|
|
|
* Thu May 18 2023 Colin Walters <walters@verbum.org> - 2023.4-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.4
|
|
|
|
|
2023-04-24 18:44:14 +00:00
|
|
|
* Mon Apr 24 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.3-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.3
|
|
|
|
|
2023-03-07 16:17:16 +00:00
|
|
|
* Tue Mar 07 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.2-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.2
|
|
|
|
|
2023-02-16 17:24:19 +00:00
|
|
|
* Thu Feb 16 2023 Colin Walters <walters@verbum.org> - 2023.1-4
|
|
|
|
- Cherry pick
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/4308/commits/476afb1d08513cb74cd1d28490c5e028c70f67c2
|
|
|
|
|
2023-02-05 20:02:14 +00:00
|
|
|
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 2023.1-3
|
|
|
|
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros.
|
|
|
|
|
2023-01-20 19:57:12 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2023.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2023-01-16 21:00:42 +00:00
|
|
|
* Mon Jan 16 2023 Jonathan Lebon <jonathan@jlebon.com> - 2023.1-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.1
|
|
|
|
|
2022-12-20 00:49:48 +00:00
|
|
|
* Tue Dec 20 2022 Colin Walters <walters@verbum.org> - 2022.19-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.19
|
|
|
|
|
2022-12-13 23:08:30 +00:00
|
|
|
* Tue Dec 13 2022 Colin Walters <walters@verbum.org> - 2022.18-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.18
|
|
|
|
|
2022-12-12 20:54:56 +00:00
|
|
|
* Mon Dec 12 2022 Colin Walters <walters@verbum.org> - 2022.17-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.17
|
|
|
|
|
2022-11-28 16:35:51 +00:00
|
|
|
* Mon Nov 28 2022 Colin Walters <walters@verbum.org> - 2022.16-2
|
|
|
|
- Cherry pick https://github.com/coreos/rpm-ostree/pull/4166
|
|
|
|
|
2022-11-18 17:52:33 +00:00
|
|
|
* Fri Nov 18 2022 Jonathan Lebon <jonathan@jlebon.com> - 2022.16-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.16
|
|
|
|
|
2022-11-02 19:40:33 +00:00
|
|
|
* Wed Nov 02 2022 Jonathan Lebon <jonathan@jlebon.com> - 2022.15-3
|
|
|
|
- Backport semanage bug workaround
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/4122
|
|
|
|
|
2022-11-01 19:25:13 +00:00
|
|
|
* Tue Nov 01 2022 Colin Walters <walters@verbum.org> - 2022.15-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.15
|
|
|
|
|
2022-10-14 02:49:34 +00:00
|
|
|
* Thu Oct 13 2022 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.14-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.14
|
|
|
|
|
2022-08-27 17:36:18 +00:00
|
|
|
* Sat Aug 27 2022 Colin Walters <walters@verbum.org> - 2022.13-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.13
|
|
|
|
|
2022-08-07 14:29:25 +00:00
|
|
|
* Sun Aug 07 2022 Colin Walters <walters@verbum.org> - 2022.12-4
|
|
|
|
- Cherry pick patch to work around filesystem package
|
|
|
|
|
2022-07-23 01:01:50 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2022.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-19 15:32:35 +00:00
|
|
|
* Tue Jul 19 2022 Colin Walters <walters@verbum.org> - 2022.12-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.12
|
|
|
|
|
2022-07-11 19:15:23 +00:00
|
|
|
* Mon Jul 11 2022 Colin Walters <walters@verbum.org> - 2022.11-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.11
|
|
|
|
|
2022-06-16 19:38:47 +00:00
|
|
|
* Thu Jun 16 2022 Colin Walters <walters@verbum.org> - 2022.10-3
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/3771
|
|
|
|
|
2022-06-14 01:08:18 +00:00
|
|
|
* Tue Jun 14 2022 Colin Walters <walters@verbum.org> - 2022.10-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.10
|
|
|
|
|
2022-05-13 17:40:15 +00:00
|
|
|
* Fri May 13 2022 Jonathan Lebon <jonathan@jlebon.com> - 2022.9-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.9
|
|
|
|
|
2022-04-20 17:48:25 +00:00
|
|
|
* Wed Apr 20 2022 Colin Walters <walters@verbum.org> - 2022.8-1
|
2022-04-20 17:47:32 +00:00
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.8
|
|
|
|
|
2022-04-11 15:14:37 +00:00
|
|
|
* Mon Apr 11 2022 Colin Walters <walters@verbum.org> - 2022.7-2
|
|
|
|
- Rebase to 2022.7
|
|
|
|
|
2022-04-08 21:47:50 +00:00
|
|
|
* Fri Apr 08 2022 Colin Walters <walters@verbum.org> - 2022.6-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.6
|
|
|
|
|
2022-03-24 15:59:27 +00:00
|
|
|
* Thu Mar 24 2022 Jonathan Lebon <jonathan@jlebon.com> - 2022.5.80.gb7f91619
|
|
|
|
- Git snapshot for https://github.com/coreos/rpm-ostree/pull/3535
|
|
|
|
|
2022-03-03 22:22:17 +00:00
|
|
|
* Thu Mar 03 2022 Jonathan Lebon <jonathan@jlebon.com> - 2022.5-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.5
|
|
|
|
|
2022-03-01 20:43:47 +00:00
|
|
|
* Tue Mar 01 2022 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.4-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.4
|
|
|
|
|
2022-03-01 15:50:05 +00:00
|
|
|
* Mon Feb 28 2022 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.3-1
|
2022-02-28 23:41:20 +00:00
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.3
|
|
|
|
|
2022-02-04 15:10:00 +00:00
|
|
|
* Thu Feb 03 2022 Joseph Marrero <jmarrero@fedoraproject.org> - 2022.2-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.2
|
|
|
|
|
2022-01-21 18:01:59 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2022.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-07 19:53:35 +00:00
|
|
|
* Fri Jan 07 2022 Colin Walters <walters@verbum.org> - 2022.1-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.1
|
|
|
|
|
2021-11-17 18:59:48 +00:00
|
|
|
* Wed Nov 17 2021 Colin Walters <walters@verbum.org> - 2021.14-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.14
|
|
|
|
|
2021-11-03 08:39:23 +00:00
|
|
|
* Wed Nov 03 2021 Luca BRUNO <lucab@lucabruno.net> - 2021.13-2
|
|
|
|
- Backport patch to fix F35 rebases through DBus
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/3199
|
|
|
|
|
2021-11-02 16:14:26 +00:00
|
|
|
* Tue Nov 02 2021 Luca BRUNO <lucab@lucabruno.net> - 2021.13-1
|
|
|
|
- New upstream version
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2021.13
|
|
|
|
|
2021-10-14 14:25:41 +00:00
|
|
|
* Thu Oct 14 2021 Colin Walters <walters@verbum.org> - 2021.12-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.12
|
|
|
|
|
2021-09-30 20:52:33 +00:00
|
|
|
* Thu Sep 30 2021 Colin Walters <walters@verbum.org> - 2021.11-3
|
|
|
|
- Backport patch for openshift/os extensions + multiarch
|
|
|
|
|
2021-09-24 18:14:08 +00:00
|
|
|
* Fri Sep 24 2021 Colin Walters <walters@verbum.org> - 2021.11-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.11
|
|
|
|
|
2021-09-14 17:13:45 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2021.10-3
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-08-27 13:26:20 +00:00
|
|
|
* Fri Aug 27 2021 Colin Walters <walters@verbum.org> - 2021.10-2
|
|
|
|
- Backport
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/3095/commits/1d445170b97e8eaad6979b68f1c3ce3481c801ea
|
|
|
|
|
2021-08-26 15:15:13 +00:00
|
|
|
* Thu Aug 26 2021 Jonathan Lebon <jonathan@jlebon.com> - 2021.10-1
|
|
|
|
- New release v2021.10
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2021.10
|
|
|
|
|
2021-08-19 20:00:01 +00:00
|
|
|
* Thu Aug 19 2021 Colin Walters <walters@verbum.org> - 2021.9-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.9
|
|
|
|
|
2021-07-23 11:35:58 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2021.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-19 13:59:09 +00:00
|
|
|
* Mon Jul 19 2021 Jonathan Lebon <jonathan@jlebon.com> - 2021.7-1
|
|
|
|
- New release v2021.7
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2021.7
|
|
|
|
|
2021-07-10 09:57:30 +00:00
|
|
|
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 2021.6-3
|
|
|
|
- Rebuild for versioned symbols in json-c
|
|
|
|
|
2021-06-22 18:12:24 +00:00
|
|
|
* Tue Jun 22 2021 Colin Walters <walters@verbum.org>
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.6
|
|
|
|
|
2021-06-17 07:52:20 +00:00
|
|
|
* Thu Jun 17 2021 Luca BRUNO <lucab@lucabruno.net> - 2021.5-2
|
|
|
|
- Backport _dbpath fixes, see
|
|
|
|
https://github.com/coreos/rpm-ostree/issues/2904
|
|
|
|
|
2021-05-12 13:28:44 +00:00
|
|
|
* Wed May 12 2021 Luca BRUNO <lucab@lucabruno.net> - 2021.5-1
|
|
|
|
- New upstream version
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2021.5
|
|
|
|
|
2021-05-10 05:52:34 +00:00
|
|
|
* Sun May 09 2021 Jeff Law <jlaw@tachyum.com> - 2021.4-4
|
|
|
|
- Re-enable LTO
|
|
|
|
|
2021-04-28 18:59:11 +00:00
|
|
|
* Wed Apr 28 2021 Colin Walters <walters@verbum.org> - 2021.4-3
|
|
|
|
- Backport another patch for https://pagure.io/fedora-infrastructure/issue/9909
|
|
|
|
|
2021-04-27 18:51:48 +00:00
|
|
|
* Tue Apr 27 2021 Colin Walters <walters@verbum.org> - 2021.4-2
|
|
|
|
- Backport patch for https://pagure.io/fedora-infrastructure/issue/9909
|
|
|
|
|
2021-04-12 20:23:35 +00:00
|
|
|
* Mon Apr 12 2021 Jonathan Lebon <jonathan@jlebon.com> - 2021.4-1
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.4
|
|
|
|
|
2021-03-17 14:29:29 +00:00
|
|
|
* Wed Mar 17 2021 Colin Walters <walters@verbum.org> - 2021.3-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.3
|
|
|
|
|
2021-02-17 20:28:51 +00:00
|
|
|
* Wed Feb 17 2021 Colin Walters <walters@verbum.org> - 2021.2-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.2
|
|
|
|
|
2021-02-10 14:20:18 +00:00
|
|
|
* Wed Feb 10 2021 Colin Walters <walters@verbum.org> - 2021.1-4
|
|
|
|
- Backport patches from https://github.com/coreos/rpm-ostree/pull/2553
|
|
|
|
|
2021-01-26 14:17:57 +00:00
|
|
|
* Tue Jan 26 2021 Jonathan Lebon <jonathan@jlebon.com> - 2021.1-3
|
|
|
|
- Backport https://github.com/coreos/rpm-ostree/pull/2490 for rawhide
|
|
|
|
|
2021-01-19 15:13:02 +00:00
|
|
|
* 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
|
|
|
|
|
2020-12-11 19:13:17 +00:00
|
|
|
* 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
|
|
|
|
|
2020-12-11 13:42:38 +00:00
|
|
|
* 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
|
|
|
|
|
2020-11-14 14:51:40 +00:00
|
|
|
* 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
|
|
|
|
|
2020-11-02 17:21:41 +00:00
|
|
|
* 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
|
|
|
|
|
2020-11-02 16:54:46 +00:00
|
|
|
* Mon Nov 02 2020 Jeff Law <law@redhat.com> - 2020.6-2
|
|
|
|
- Fix invalid use of volatile caught by gcc-11
|
|
|
|
|
2020-10-30 16:49:36 +00:00
|
|
|
* 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
|
|
|
|
|
2020-10-28 13:52:58 +00:00
|
|
|
* Wed Oct 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 2020.5-2
|
|
|
|
- sysroot: Fix usage of sd_journal_send on 32 bit (gh#2276)
|
|
|
|
|
2020-09-15 13:16:03 +00:00
|
|
|
* 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
|
|
|
|
|
2020-08-17 18:19:07 +00:00
|
|
|
* 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
|
|
|
|
|
2020-08-01 07:57:10 +00:00
|
|
|
* 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
|
|
|
|
|
2020-07-29 15:49:45 +00:00
|
|
|
* Wed Jul 29 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.4-1
|
|
|
|
- New upstream version
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2020.4
|
|
|
|
|
2020-07-29 05:55:14 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-30 19:47:55 +00:00
|
|
|
* Tue Jun 30 2020 Jeff Law <aw@redhat.com> - 2020.3-2
|
2020-07-29 15:49:45 +00:00
|
|
|
- Disable LTO
|
2020-06-30 19:47:55 +00:00
|
|
|
|
2020-10-28 13:52:58 +00:00
|
|
|
* Fri Jun 19 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.3-1
|
2020-06-19 17:57:36 +00:00
|
|
|
- New upstream version
|
|
|
|
https://github.com/coreos/rpm-ostree/releases/tag/v2020.3
|
|
|
|
|
2020-05-15 17:53:19 +00:00
|
|
|
* 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
|
|
|
|
|
2020-05-15 14:06:54 +00:00
|
|
|
* Fri May 15 2020 Colin Walters <walters@verbum.org> - 2020.2-2
|
|
|
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2020.2
|
|
|
|
|
2020-04-21 22:12:37 +00:00
|
|
|
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 2020.1.80.g3ec5e287-2
|
|
|
|
- Rebuild (json-c)
|
|
|
|
|
2020-04-20 13:20:54 +00:00
|
|
|
* 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
|
|
|
|
|
2020-03-13 23:22:33 +00:00
|
|
|
* 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
|
|
|
|
|
2020-02-27 20:16:22 +00:00
|
|
|
* 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
|
|
|
|
|
2020-04-20 13:20:54 +00:00
|
|
|
* Wed Feb 05 2020 Jonathan Lebon <jonathan@jlebon.com> - 2020.1-1
|
2020-02-05 22:30:45 +00:00
|
|
|
- New upstream version
|
|
|
|
|
2020-02-04 21:57:27 +00:00
|
|
|
* Tue Feb 04 2020 Jonathan Lebon <jonathan@jlebon.com> - 2019.7.31.g70c38563-1
|
|
|
|
- git master snapshot for Silverblue rawhide compose fixes
|
|
|
|
https://pagure.io/releng/failed-composes/issue/717
|
|
|
|
https://pagure.io/releng/failed-composes/issue/929
|
|
|
|
https://github.com/rpm-software-management/libdnf/pull/885
|
|
|
|
|
2020-01-30 17:51:54 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-09 14:36:41 +00:00
|
|
|
* 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
|
2019-12-19 17:10:37 +00:00
|
|
|
- New upstream version
|
|
|
|
|
2019-12-14 21:08:24 +00:00
|
|
|
* Sat Dec 14 2019 Jeff Law <law@redhat.com> - 2019.6.24.gfec61ce5-2
|
|
|
|
- Fix missing #includes for gcc-10
|
|
|
|
|
2019-12-05 19:37:52 +00:00
|
|
|
* 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
|
|
|
|
|
2019-10-31 14:44:48 +00:00
|
|
|
* Thu Oct 31 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.6.24.gfec61ce5-1
|
|
|
|
- git master snapshot for HMAC path fix for FIPS:
|
|
|
|
https://github.com/coreos/rpm-ostree/pull/1934
|
|
|
|
|
2019-09-25 16:13:53 +00:00
|
|
|
* Wed Sep 25 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.6-1
|
|
|
|
- New upstream version
|
|
|
|
|
2019-08-22 16:35:50 +00:00
|
|
|
* 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.
|
|
|
|
|
2019-07-31 19:55:22 +00:00
|
|
|
* Wed Jul 31 2019 Stephen Gallagher <sgallagh@redhat.com> - 2019.5-2
|
|
|
|
- Fix libmodulemd dependencies
|
|
|
|
|
2019-07-25 16:25:52 +00:00
|
|
|
* Thu Jul 25 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.5-1
|
|
|
|
- New upstream version
|
|
|
|
|
2019-07-19 15:12:03 +00:00
|
|
|
* 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
|
|
|
|
|
2019-07-12 22:10:21 +00:00
|
|
|
* Fri Jul 12 2019 Colin Walters <walters@verbum.org> - 2019.4.28.g44395673-3
|
|
|
|
- Update rpmostree-rust.h in sources
|
|
|
|
|
2019-07-12 21:53:29 +00:00
|
|
|
* Fri Jul 12 2019 Colin Walters <walters@verbum.org> - 2019.4.28.g44395673-2
|
|
|
|
- Update with git snapshot for zstd support
|
|
|
|
|
2019-07-10 14:15:14 +00:00
|
|
|
* 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/
|
|
|
|
|
2019-06-14 14:40:07 +00:00
|
|
|
* 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/
|
|
|
|
|
2019-06-10 22:13:22 +00:00
|
|
|
* Mon Jun 10 22:13:22 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2019.4.10.gc1cc0827-3
|
|
|
|
- Rebuild for RPM 4.15
|
|
|
|
|
2019-06-10 15:42:05 +00:00
|
|
|
* Mon Jun 10 15:42:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2019.4.10.gc1cc0827-2
|
|
|
|
- Rebuild for RPM 4.15
|
|
|
|
|
2019-06-06 19:03:31 +00:00
|
|
|
* Thu Jun 06 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.4.10.gc1cc0827-1
|
|
|
|
- git master snapshot for lockfile
|
|
|
|
https://github.com/projectatomic/rpm-ostree/pull/1745/
|
|
|
|
|
2019-05-28 20:41:22 +00:00
|
|
|
* Tue May 28 2019 Dusty Mabe <dusty@dustymabe.com> - 2019.4-3
|
|
|
|
- Add back in ppc64le and ppc64
|
|
|
|
|
2019-05-23 20:55:13 +00:00
|
|
|
* Thu May 23 2019 Dusty Mabe <dusty@dustymabe.com> - 2019.4-2
|
|
|
|
- Backport patch for db diff --format=json
|
|
|
|
|
2019-05-21 21:34:15 +00:00
|
|
|
* Tue May 21 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.4-1
|
|
|
|
- New upstream version
|
|
|
|
|
2019-05-06 20:55:17 +00:00
|
|
|
* 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
|
|
|
|
|
2019-04-09 13:47:08 +00:00
|
|
|
* Tue Apr 09 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.3.5.g0da9f997-1
|
|
|
|
- git master snapshot to test coreos-continuous tag
|
|
|
|
|
2019-03-27 17:04:59 +00:00
|
|
|
* Wed Mar 27 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.3-1
|
|
|
|
- New upstream version
|
|
|
|
|
2019-02-14 21:18:06 +00:00
|
|
|
* Thu Feb 14 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.2-1
|
|
|
|
- New upstream version
|
|
|
|
|
2019-02-02 11:35:02 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-22 14:38:08 +00:00
|
|
|
* Tue Jan 22 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.1-1
|
|
|
|
- New upstream version
|
|
|
|
|
2018-12-14 21:34:49 +00:00
|
|
|
* Fri Dec 14 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.10-1
|
|
|
|
- New upstream version
|
|
|
|
|
2018-12-04 19:45:04 +00:00
|
|
|
* Tue Dec 04 2018 Jonathan Lebon <jonathan@jlebon.com>
|
|
|
|
- Simplify Rust conditionals
|
|
|
|
|
2018-11-02 15:56:18 +00:00
|
|
|
* Fri Nov 02 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.9-3
|
|
|
|
- Backport patch for https://pagure.io/dusty/failed-composes/issue/956
|
|
|
|
|
2018-10-30 14:24:17 +00:00
|
|
|
* Tue Oct 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2018.9-2
|
|
|
|
- Rebuild for libsolv 0.7
|
|
|
|
|
2018-10-29 01:42:07 +00:00
|
|
|
* Sun Oct 28 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.9-1
|
|
|
|
- New upstream version
|
|
|
|
|
2018-09-10 21:22:26 +00:00
|
|
|
* Tue Sep 11 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.8-1
|
2018-09-10 21:21:09 +00:00
|
|
|
- New upstream version
|
|
|
|
|
2018-08-09 18:02:10 +00:00
|
|
|
* Thu Aug 09 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.7-1
|
|
|
|
- New upstream version
|
|
|
|
|
2018-08-01 14:41:13 +00:00
|
|
|
* Wed Aug 01 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.6.42.gda27b94b-1
|
|
|
|
- git master snapshot for https://bugzilla.redhat.com/show_bug.cgi?id=1565647
|
|
|
|
|
2018-07-30 16:40:59 +00:00
|
|
|
* Mon Jul 30 2018 Colin Walters <walters@verbum.org> - 2018.6-4
|
|
|
|
- Backport patch for https://bugzilla.redhat.com/show_bug.cgi?id=1607223
|
|
|
|
from https://github.com/projectatomic/rpm-ostree/pull/1469
|
2018-07-30 16:40:59 +00:00
|
|
|
- Also https://github.com/projectatomic/rpm-ostree/pull/1461
|
2018-07-30 16:40:59 +00:00
|
|
|
|
2018-07-16 21:30:32 +00:00
|
|
|
* Mon Jul 16 2018 Colin Walters <walters@verbum.org> - 2018.6-3
|
|
|
|
- Make build python3-only compatible for distributions that want that
|
2018-07-14 03:43:39 +00:00
|
|
|
|
2018-06-29 19:37:43 +00:00
|
|
|
* Fri Jun 29 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.6-2
|
|
|
|
- Rebuild for yummy Rusty bitsy
|
|
|
|
|
2018-06-29 18:51:29 +00:00
|
|
|
* Fri Jun 29 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.6-1
|
|
|
|
- New upstream version
|
|
|
|
|
2018-05-15 14:51:08 +00:00
|
|
|
* Tue May 15 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.5-1
|
|
|
|
- New upstream version
|
|
|
|
|
2018-03-26 15:20:32 +00:00
|
|
|
* Mon Mar 26 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.4-1
|
|
|
|
- New upstream version
|
|
|
|
|
2018-03-18 15:21:52 +00:00
|
|
|
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2018.3-4
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-03-07 14:07:31 +00:00
|
|
|
* Wed Mar 07 2018 Jonathan Lebon <jlebon@redhat.com> - 2018.3-3
|
|
|
|
- Add BR on gcc-c++
|
|
|
|
|
2018-03-01 21:03:10 +00:00
|
|
|
* Thu Mar 01 2018 Dusty Mabe <dusty@dustymabe.com> - 2018.3-2
|
|
|
|
- backport treating FUSE as netfs
|
|
|
|
- See https://github.com/projectatomic/rpm-ostree/pull/1285
|
|
|
|
|
2018-03-01 21:44:42 +00:00
|
|
|
* Sun Feb 18 2018 Jonathan Lebon <jlebon@redhat.com> - 2018.3-1
|
2018-02-18 21:46:42 +00:00
|
|
|
- New upstream version (minor bugfix release)
|
|
|
|
|
2018-02-16 21:04:01 +00:00
|
|
|
* Fri Feb 16 2018 Jonathan Lebon <jlebon@redhat.com> - 2018.2-1
|
|
|
|
- New upstream version
|
|
|
|
|
2018-02-09 13:18:29 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-20 02:07:42 +00:00
|
|
|
* Fri Jan 19 2018 Dusty Mabe <dusty@dustymabe.com> - 2018.1-2
|
|
|
|
- Revert the ostree:// formatting in the output.
|
|
|
|
- See https://github.com/projectatomic/rpm-ostree/pull/1136#issuecomment-358122137
|
|
|
|
|
2018-01-15 19:56:57 +00:00
|
|
|
* Mon Jan 15 2018 Colin Walters <walters@verbum.org> - 2018.1-1
|
|
|
|
- https://github.com/projectatomic/rpm-ostree/releases/tag/v2018.1
|
|
|
|
|
2018-02-16 21:11:11 +00:00
|
|
|
* Tue Dec 05 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.11-1
|
2017-12-04 22:21:21 +00:00
|
|
|
- New upstream version
|
|
|
|
|
2017-11-22 16:43:17 +00:00
|
|
|
* Wed Nov 22 2017 Colin Walters <walters@verbum.org> - 2017.10-3
|
|
|
|
- Backport patch for NFS issues
|
|
|
|
- https://pagure.io/atomic-wg/issue/387
|
|
|
|
|
2018-02-16 21:11:11 +00:00
|
|
|
* Sun Nov 12 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.10-2
|
2017-11-13 03:17:49 +00:00
|
|
|
- Backport fix for --repo handling
|
|
|
|
https://github.com/projectatomic/rpm-ostree/pull/1101
|
|
|
|
|
2017-11-02 21:51:59 +00:00
|
|
|
* Thu Nov 02 2017 Colin Walters <walters@verbum.org> - 2017.10-1
|
|
|
|
- https://github.com/projectatomic/rpm-ostree/releases/tag/v2017.10
|
|
|
|
|
2017-09-25 17:22:52 +00:00
|
|
|
* Mon Sep 25 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.9-1
|
|
|
|
- New upstream version
|
|
|
|
|
2017-08-21 21:17:12 +00:00
|
|
|
* Mon Aug 21 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.8-2
|
|
|
|
- Patch to allow metadata_expire=0
|
|
|
|
https://github.com/projectatomic/rpm-ostree/issues/930
|
|
|
|
|
2017-08-18 13:28:19 +00:00
|
|
|
* Fri Aug 18 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.8-1
|
|
|
|
- New upstream version
|
|
|
|
|
2017-08-10 20:13:07 +00:00
|
|
|
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 2017.7-7
|
|
|
|
- Rebuilt for RPM soname bump
|
|
|
|
|
2017-08-10 18:32:36 +00:00
|
|
|
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 2017.7-6
|
|
|
|
- Rebuilt for RPM soname bump
|
|
|
|
|
2017-08-03 07:47:42 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 13:16:23 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-21 16:17:27 +00:00
|
|
|
* Fri Jul 21 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.7-3
|
|
|
|
- Tweak new pkg name to rpm-ostree-libs to be more consistent with the main
|
|
|
|
package name and ostree's ostree-libs.
|
|
|
|
|
2017-07-21 12:52:02 +00:00
|
|
|
* Fri Jul 21 2017 Colin Walters <walters@verbum.org> - 2017.7-2
|
|
|
|
- Enable introspection, rename shared lib to librpmostree
|
|
|
|
Due to an oversight, we were not actually building with introspection.
|
|
|
|
Fix that. And while we are here, split out a shared library package,
|
|
|
|
so that e.g. containers can do `from gi.repository import RpmOstree`
|
2017-07-21 16:17:27 +00:00
|
|
|
without dragging in the systemd service, etc. (RHBZ#1473701)
|
2017-07-21 12:52:02 +00:00
|
|
|
|
2017-07-10 21:22:02 +00:00
|
|
|
* Mon Jul 10 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.7-1
|
|
|
|
- New upstream version
|
|
|
|
|
2017-06-24 14:38:29 +00:00
|
|
|
* Sat Jun 24 2017 Colin Walters <walters@verbum.org>
|
|
|
|
- Update to git snapshot to help debug compose failure
|
|
|
|
|
2017-05-31 14:41:11 +00:00
|
|
|
* Wed May 31 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.6-3
|
|
|
|
- Make sure we don't auto-provide libdnf (RHBZ#1457089)
|
|
|
|
|
2017-05-26 21:30:24 +00:00
|
|
|
* Fri May 26 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.6-2
|
2017-05-26 21:27:56 +00:00
|
|
|
- Bump libostree dep
|
|
|
|
|
2017-05-26 20:56:08 +00:00
|
|
|
* Fri May 26 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.6-1
|
|
|
|
- New upstream version
|
|
|
|
|
2017-04-28 15:17:51 +00:00
|
|
|
* Fri Apr 28 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.5-2
|
|
|
|
- Bump libostree dep and rebuild in override
|
|
|
|
|
2017-04-28 14:30:43 +00:00
|
|
|
* Fri Apr 28 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.5-1
|
|
|
|
- New upstream version
|
|
|
|
|
2017-04-14 22:09:09 +00:00
|
|
|
* Fri Apr 14 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.4-2
|
|
|
|
- Backport patch to allow unprivileged `rpm-ostree status`
|
|
|
|
|
2017-04-13 18:03:33 +00:00
|
|
|
* Thu Apr 13 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.4-1
|
|
|
|
- New upstream version.
|
|
|
|
|
2017-04-07 11:56:37 +00:00
|
|
|
* Fri Apr 07 2017 Colin Walters <walters@verbum.org> - 2017.3-4
|
|
|
|
- Backport patch to add API devices for running on CentOS 7
|
|
|
|
https://github.com/projectatomic/rpm-ostree/issues/727
|
|
|
|
|
2017-03-16 21:29:40 +00:00
|
|
|
* Thu Mar 16 2017 Colin Walters <walters@verbum.org> - 2017.3-3
|
|
|
|
- Add patch to fix f26 altfiles
|
|
|
|
|
2017-03-10 16:55:51 +00:00
|
|
|
* Fri Mar 10 2017 Colin Walters <walters@verbum.org> - 2017.3-2
|
|
|
|
- Backport patch for running in koji
|
|
|
|
|
2017-03-06 19:20:16 +00:00
|
|
|
* Mon Mar 06 2017 Colin Walters <walters@verbum.org> - 2017.3-1
|
|
|
|
- New upstream version
|
|
|
|
Fixes: CVE-2017-2623
|
|
|
|
Resolves: #1422157
|
|
|
|
|
2017-03-03 01:16:47 +00:00
|
|
|
* Fri Mar 03 2017 Colin Walters <walters@verbum.org> - 2017.2-5
|
|
|
|
- Add patch to bump requires for ostree
|
|
|
|
|
2017-02-27 17:09:25 +00:00
|
|
|
* Mon Feb 27 2017 Colin Walters <walters@verbum.org> - 2017.2-4
|
|
|
|
- Add requires on ostree
|
|
|
|
|
2017-02-18 14:00:47 +00:00
|
|
|
* Sat Feb 18 2017 Colin Walters <walters@verbum.org> - 2017.2-3
|
|
|
|
- Add patch for gperf 3.1 compatibility
|
|
|
|
Resolves: #1424268
|
|
|
|
|
2017-02-15 02:58:18 +00:00
|
|
|
* Wed Feb 15 2017 Colin Walters <walters@verbum.org> - 2017.2-2
|
|
|
|
- New upstream version
|
|
|
|
|
2017-02-11 11:50:48 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-27 08:10:11 +00:00
|
|
|
* Fri Jan 27 2017 Colin Walters <walters@verbum.org> - 2017.1-3
|
|
|
|
- Back out netns usage for now for https://pagure.io/releng/issue/6602
|
|
|
|
|
2017-01-22 19:35:29 +00:00
|
|
|
* Sun Jan 22 2017 Colin Walters <walters@verbum.org> - 2017.1-2
|
2017-01-22 19:33:14 +00:00
|
|
|
- New upstream version
|
|
|
|
|
2016-12-12 18:19:30 +00:00
|
|
|
* Mon Dec 12 2016 walters@redhat.com - 2016.13-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-11-26 19:23:12 +00:00
|
|
|
* Sat Nov 26 2016 walters@redhat.com - 2016.12-4
|
|
|
|
- Backport patch to fix install-langs
|
|
|
|
|
2016-11-15 19:40:16 +00:00
|
|
|
* Tue Nov 15 2016 walters@redhat.com - 2016.11-2
|
|
|
|
- New upstream version
|
|
|
|
|
2016-10-24 13:39:57 +00:00
|
|
|
* Mon Oct 24 2016 walters@verbum.org - 2016.11-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-10-07 21:04:26 +00:00
|
|
|
* Fri Oct 07 2016 walters@redhat.com - 2016.10-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-09-09 00:42:46 +00:00
|
|
|
* Thu Sep 08 2016 walters@redhat.com - 2016.9-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-09-08 01:29:45 +00:00
|
|
|
* Thu Sep 08 2016 walters@redhat.com - 2016.8-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-09-01 10:45:52 +00:00
|
|
|
* Thu Sep 01 2016 walters@redhat.com - 2016.7-4
|
|
|
|
- Add requires on fuse https://github.com/projectatomic/rpm-ostree/issues/443
|
|
|
|
|
2016-08-31 20:48:33 +00:00
|
|
|
* Wed Aug 31 2016 Colin Walters <walters@verbum.org> - 2016.7-3
|
|
|
|
- Backport patch for running inside mock
|
|
|
|
|
2016-08-13 14:54:13 +00:00
|
|
|
* Sat Aug 13 2016 walters@redhat.com - 2016.6-3
|
|
|
|
- New upstream version
|
|
|
|
|
2016-08-13 00:06:23 +00:00
|
|
|
* Sat Aug 13 2016 Colin Walters <walters@verbum.org> - 2016.6-2
|
|
|
|
- Backport patches from master to fix non-containerized composes
|
|
|
|
|
2016-08-11 20:36:14 +00:00
|
|
|
* Thu Aug 11 2016 walters@redhat.com - 2016.6-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-07-25 18:28:31 +00:00
|
|
|
* Mon Jul 25 2016 Colin Walters <walters@verbum.org> - 2016.5-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-07-11 20:19:23 +00:00
|
|
|
* Fri Jul 08 2016 walters@verbum.org - 2016.4-2
|
|
|
|
- Require bubblewrap
|
|
|
|
|
2016-07-08 20:27:13 +00:00
|
|
|
* Fri Jul 08 2016 walters@redhat.com - 2016.4-1
|
|
|
|
- New upstream version
|
|
|
|
|
2016-07-07 21:01:20 +00:00
|
|
|
* Thu Jul 07 2016 Colin Walters <walters@verbum.org> - 2016.3.5.g4219a96-1
|
|
|
|
- Backport fixes from https://github.com/projectatomic/rpm-ostree/commits/2016.3-fixes
|
|
|
|
|
2016-06-15 19:52:25 +00:00
|
|
|
* Wed Jun 15 2016 Colin Walters <walters@verbum.org> - 2016.3.3.g17fb980-2
|
|
|
|
- Backport fixes from https://github.com/projectatomic/rpm-ostree/commits/2016.3-fixes
|
|
|
|
|
2016-05-20 13:13:01 +00:00
|
|
|
* Fri May 20 2016 Colin Walters <walters@redhat.com> - 2016.3-2
|
|
|
|
- New upstream version
|
|
|
|
|
2016-03-31 18:02:18 +00:00
|
|
|
* Thu Mar 31 2016 Colin Walters <walters@redhat.com> - 2016.1-3
|
|
|
|
- Backport patch to fix Fedora composes writing data into source file:/// URIs
|
|
|
|
|
2016-03-28 16:10:24 +00:00
|
|
|
* Thu Mar 24 2016 Colin Walters <walters@redhat.com> - 2016.1-2
|
|
|
|
- New upstream version
|
|
|
|
|
2016-02-23 13:58:03 +00:00
|
|
|
* Tue Feb 23 2016 Colin Walters <walters@redhat.com> - 2015.11.43.ga2c052b-2
|
|
|
|
- New git snapshot, just getting some new code out there
|
|
|
|
- We are now bundling a copy of libhif, as otherwise coordinated releases with
|
|
|
|
PackageKit/dnf would be required, and we are not ready for that yet.
|
|
|
|
|
2016-02-10 19:03:18 +00:00
|
|
|
* Wed Feb 10 2016 Matthew Barnes <mbarnes@redhat.com> - 2015.11-3
|
|
|
|
- Fix URL: https://github.com/projectatomic/rpm-ostree
|
|
|
|
|
2016-02-04 22:18:13 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2015.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-15 15:05:25 +00:00
|
|
|
* Tue Dec 15 2015 Colin Walters <walters@redhat.com> - 2015.11-1
|
|
|
|
- New upstream version
|
|
|
|
|
2015-11-21 15:11:47 +00:00
|
|
|
* Sat Nov 21 2015 Colin Walters <walters@redhat.com> - 2015.10-1
|
|
|
|
- New upstream version
|
|
|
|
|
2015-11-09 18:09:14 +00:00
|
|
|
* Mon Nov 09 2015 Colin Walters <walters@redhat.com> - 2015.9-4
|
|
|
|
- Fix files list for -devel, which should in turn fix Anaconda
|
|
|
|
builds which pull in rpm-ostree, but should not have devel bits.
|
|
|
|
|
2015-10-31 01:50:34 +00:00
|
|
|
* Sat Oct 31 2015 Colin Walters <walters@redhat.com> - 2015.9-3
|
|
|
|
- Add patch that should fix bodhis use of --workdir-tmpfs
|
|
|
|
|
2015-09-05 12:11:30 +00:00
|
|
|
* Sat Sep 05 2015 Kalev Lember <klember@redhat.com> - 2015.9-2
|
|
|
|
- Rebuilt for librpm soname bump
|
|
|
|
|
2015-08-26 16:26:09 +00:00
|
|
|
* Wed Aug 26 2015 Colin Walters <walters@redhat.com> - 2015.9-2
|
|
|
|
- New upstream version
|
|
|
|
|
2015-08-04 14:44:18 +00:00
|
|
|
* Tue Aug 04 2015 Colin Walters <walters@redhat.com> - 2015.8-1
|
|
|
|
- New upstream version
|
|
|
|
|
2015-07-27 14:12:22 +00:00
|
|
|
* Mon Jul 27 2015 Colin Walters <walters@redhat.com> - 2015.7-5
|
|
|
|
- rebuilt
|
|
|
|
|
2015-07-20 19:13:32 +00:00
|
|
|
* Mon Jul 20 2015 Colin Walters <walters@redhat.com> - 2015.7-4
|
|
|
|
- Rebuild for CentOS update to libhif
|
|
|
|
|
2015-06-16 02:21:38 +00:00
|
|
|
* Tue Jun 16 2015 Colin Walters <walters@redhat.com> - 2015.7-3
|
|
|
|
- Rebuild to pick up hif_source_set_required()
|
|
|
|
|
2015-06-15 18:18:53 +00:00
|
|
|
* Mon Jun 15 2015 Colin Walters <walters@redhat.com> - 2015.7-2
|
|
|
|
- New upstream version
|
|
|
|
|
2015-06-09 14:17:32 +00:00
|
|
|
* Tue Jun 09 2015 Colin Walters <walters@redhat.com> - 2015.6-2
|
|
|
|
- New upstream version
|
|
|
|
|
2015-05-12 17:53:00 +00:00
|
|
|
* Tue May 12 2015 Colin Walters <walters@redhat.com> - 2015.5-3
|
|
|
|
- Add patch to fix rawhide composes
|
|
|
|
|
2015-05-11 20:09:38 +00:00
|
|
|
* Mon May 11 2015 Colin Walters <walters@redhat.com> - 2015.5-2
|
|
|
|
- New upstream release
|
2015-05-11 20:43:34 +00:00
|
|
|
Adds shared library and -devel subpackage
|
2015-05-11 20:09:38 +00:00
|
|
|
|
2015-04-10 20:56:34 +00:00
|
|
|
* Fri Apr 10 2015 Colin Walters <walters@redhat.com> - 2015.4-2
|
|
|
|
- New upstream release
|
|
|
|
Port to libhif, drops dependency on yum.
|
|
|
|
|
2015-04-09 19:02:13 +00:00
|
|
|
* Thu Apr 09 2015 Colin Walters <walters@redhat.com> - 2015.3-8
|
|
|
|
- Cherry pick f21 patch to disable read only /etc with yum which
|
|
|
|
breaks when run inside docker
|
|
|
|
|
2015-04-08 16:42:10 +00:00
|
|
|
* Wed Apr 08 2015 Colin Walters <walters@redhat.com> - 2015.3-7
|
|
|
|
- Add patch to use yum-deprecated
|
|
|
|
Resolves: #1209695
|
|
|
|
|
2015-02-27 22:38:17 +00:00
|
|
|
* Fri Feb 27 2015 Colin Walters <walters@redhat.com> - 2015.3-5
|
|
|
|
- Drop /usr/bin/atomic, now provided by the "atomic" package
|
|
|
|
|
2015-02-06 13:32:11 +00:00
|
|
|
* Fri Feb 06 2015 Dennis Gilmore <dennis@ausil.us> - 2015.3-4
|
|
|
|
- add git to BuildRequires
|
|
|
|
|
2015-02-05 14:33:51 +00:00
|
|
|
* Thu Feb 05 2015 Colin Walters <walters@redhat.com> - 2015.3-3
|
|
|
|
- Adapt to Hawkey 0.5.3 API break
|
|
|
|
|
2015-02-05 12:52:22 +00:00
|
|
|
* Thu Feb 05 2015 Dennis Gilmore <dennis@ausil.us> - 2015.3-3
|
|
|
|
- rebuild for libhawkey soname bump
|
|
|
|
|
2015-01-23 22:19:23 +00:00
|
|
|
* Fri Jan 23 2015 Colin Walters <walters@redhat.com> - 2015.3-2
|
|
|
|
- New upstream release
|
|
|
|
|
2015-01-08 18:41:21 +00:00
|
|
|
* Thu Jan 08 2015 Colin Walters <walters@redhat.com> - 2015.2-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-12-17 17:36:58 +00:00
|
|
|
* Wed Dec 17 2014 Colin Walters <walters@redhat.com> - 2014.114-2
|
|
|
|
- New upstream release
|
|
|
|
|
2014-11-25 18:40:44 +00:00
|
|
|
* Tue Nov 25 2014 Colin Walters <walters@redhat.com> - 2014.113-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-11-24 03:19:05 +00:00
|
|
|
* Mon Nov 24 2014 Colin Walters <walters@redhat.com> - 2014.112-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-11-17 21:24:50 +00:00
|
|
|
* Mon Nov 17 2014 Colin Walters <walters@redhat.com> - 2014.111-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-11-14 22:52:51 +00:00
|
|
|
* Fri Nov 14 2014 Colin Walters <walters@redhat.com> - 2014.110-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-10-24 20:43:18 +00:00
|
|
|
* Fri Oct 24 2014 Colin Walters <walters@redhat.com> - 2014.109-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-10-04 00:21:45 +00:00
|
|
|
* Sat Oct 04 2014 Colin Walters <walters@redhat.com> - 2014.107-2
|
|
|
|
- New upstream release
|
|
|
|
|
2014-09-08 21:50:54 +00:00
|
|
|
* Mon Sep 08 2014 Colin Walters <walters@redhat.com> - 2014.106-3
|
2014-09-08 20:50:54 +00:00
|
|
|
- New upstream release
|
2014-09-08 21:26:43 +00:00
|
|
|
- Bump requirement on ostree
|
2014-09-08 20:50:54 +00:00
|
|
|
|
2014-08-18 00:18:16 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.105-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-08 02:12:14 +00:00
|
|
|
* Fri Aug 08 2014 Colin Walters <walters@verbum.org> - 2014.105-2
|
|
|
|
- New upstream release
|
2014-07-29 12:57:38 +00:00
|
|
|
|
2014-07-13 20:25:10 +00:00
|
|
|
* Sun Jul 13 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream release
|
|
|
|
|
2014-06-22 22:13:40 +00:00
|
|
|
* Sat Jun 21 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream release
|
|
|
|
- Bump OSTree requirements
|
|
|
|
- Enable hawkey package diff, we have new enough versions
|
|
|
|
of libsolv/hawkey
|
|
|
|
- Enable /usr/bin/atomic symbolic link
|
|
|
|
|
2014-06-10 18:40:16 +00:00
|
|
|
* Tue Jun 10 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream git snapshot
|
|
|
|
|
2014-06-08 02:54:45 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.101-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-31 01:06:09 +00:00
|
|
|
* Fri May 30 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream release
|
|
|
|
|
2014-05-23 22:12:21 +00:00
|
|
|
* Fri May 23 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- Previous autobuilder code is split off into rpm-ostree-toolbox
|
|
|
|
|
2014-04-13 19:16:53 +00:00
|
|
|
* Sun Apr 13 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream release
|
|
|
|
|
2014-04-08 14:36:22 +00:00
|
|
|
* Tue Apr 08 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- Drop requires on yum to allow minimal images without it
|
|
|
|
|
2014-03-31 23:22:53 +00:00
|
|
|
* Mon Mar 31 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream release
|
|
|
|
|
2014-03-22 15:41:31 +00:00
|
|
|
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6.3.g5707fa7-2
|
|
|
|
- Bump ostree version requirement
|
|
|
|
|
2014-03-22 14:30:07 +00:00
|
|
|
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6.3.g5707fa7-1
|
|
|
|
- New git snapshot, add rpm-ostree-sign to file list
|
|
|
|
|
2014-03-22 14:02:38 +00:00
|
|
|
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6-1
|
|
|
|
- New upstream version
|
|
|
|
|
2014-03-11 12:50:13 +00:00
|
|
|
* Fri Mar 07 2014 Colin Walters <walters@verbum.org> - 2014.5-1
|
|
|
|
- Initial package
|
|
|
|
|