Release 2021.10
https://github.com/coreos/rpm-ostree/releases/tag/v2021.10
This commit is contained in:
parent
58055fdfbc
commit
afbd11e61d
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@
|
||||
/rpm-ostree-2021.6.tar.xz
|
||||
/rpm-ostree-2021.7.tar.xz
|
||||
/rpm-ostree-2021.9.tar.xz
|
||||
/rpm-ostree-2021.10.tar.xz
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2021.9
|
||||
Release: 2%{?dist}
|
||||
Version: 2021.10
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/coreos/rpm-ostree
|
||||
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
||||
@ -31,18 +31,10 @@ BuildRequires: rust
|
||||
# flip the rpmdb default to be bdb.
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 8
|
||||
%bcond_with zchunk
|
||||
%define rpmdb_default "--enable-bdb-rpmdb-default"
|
||||
%else
|
||||
%bcond_without zchunk
|
||||
%endif
|
||||
|
||||
# See https://fedoraproject.org/wiki/Changes/Sqlite_Rpmdb
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1938928
|
||||
# https://github.com/openshift/os/issues/552
|
||||
%if 0%{?fedora} <= 33
|
||||
%define rpmdb_default "--enable-bdb-rpmdb-default"
|
||||
%endif
|
||||
|
||||
# For the autofiles bits below
|
||||
BuildRequires: /usr/bin/python3
|
||||
# We always run autogen.sh
|
||||
@ -229,6 +221,10 @@ $PYTHON autofiles.py > files.devel \
|
||||
|
||||
%files devel -f files.devel
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Aug 19 2021 Colin Walters <walters@verbum.org> - 2021.9-2
|
||||
- https://github.com/coreos/rpm-ostree/releases/tag/v2021.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpm-ostree-2021.9.tar.xz) = af840d3aff18912920c52fe77e52ce744b7e860cd36ae73f22abe258466359db597499cea40ecab9b297eb58bebd9582f44a5bcd3533434954f7b7451a9ae0c8
|
||||
SHA512 (rpm-ostree-2021.10.tar.xz) = 16dde1e37cd5958eb8e90d77f9c0967bd8f7b9464c0b56116fd5b1df5ff38c69d994b453c53187c33d7c44c05329f49d271a919a1575a493caaf0bffc5a6e34d
|
||||
|
Loading…
Reference in New Issue
Block a user