This commit is contained in:
parent
9eae4d261f
commit
0bcb53f4a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,3 +130,4 @@
|
||||
/rpm-ostree-2022.18.tar.xz
|
||||
/rpm-ostree-2022.19.tar.xz
|
||||
/rpm-ostree-2023.1.tar.xz
|
||||
/rpm-ostree-2023.2.tar.xz
|
||||
|
@ -3,16 +3,14 @@
|
||||
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2023.1
|
||||
Release: 4%{?dist}
|
||||
Version: 2023.2
|
||||
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"
|
||||
# in the upstream git. It also contains vendored Rust sources.
|
||||
Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm-ostree-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-daemon-Use-a-socket-in-run-require-non-abstract.patch
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: make
|
||||
@ -243,6 +241,9 @@ $PYTHON autofiles.py > files.devel \
|
||||
%files devel -f files.devel
|
||||
|
||||
%changelog
|
||||
* Tue Mar 07 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.2-1
|
||||
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.2
|
||||
|
||||
* Thu Feb 16 2023 Colin Walters <walters@verbum.org> - 2023.1-4
|
||||
- Cherry pick
|
||||
https://github.com/coreos/rpm-ostree/pull/4308/commits/476afb1d08513cb74cd1d28490c5e028c70f67c2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpm-ostree-2023.1.tar.xz) = 12b4b3f16ab729e30db7928e7124d354739bf6dce2af2a31b11adf9be8702180cd0ee3c9f85ea332ace6fbe39b0c451e4ae2e44c59113636e7fe4f40307c13d8
|
||||
SHA512 (rpm-ostree-2023.2.tar.xz) = d1b145aa17a1d07196f769e3ad3adc0278e4a2e460f391774cfd8e4dca91dcd9ec022718ab68b1c13fc214c0d15c15fc9a802b7730e5b3c6a9118b678b321377
|
||||
|
Loading…
Reference in New Issue
Block a user