This commit is contained in:
parent
57924cbc72
commit
f2ad9a0151
@ -4,7 +4,7 @@
|
|||||||
Summary: Hybrid image/package system
|
Summary: Hybrid image/package system
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2022.8
|
Version: 2022.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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"
|
||||||
@ -107,6 +107,11 @@ BuildRequires: pkgconfig(modulemd-2.0) >= %{libmodulemd_version}
|
|||||||
BuildRequires: pkgconfig(smartcols)
|
BuildRequires: pkgconfig(smartcols)
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
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
|
||||||
|
|
||||||
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
||||||
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
||||||
@ -207,8 +212,9 @@ $PYTHON autofiles.py > files \
|
|||||||
'%{_sysconfdir}/rpm-ostreed.conf' \
|
'%{_sysconfdir}/rpm-ostreed.conf' \
|
||||||
'%{_prefix}/lib/systemd/system/*' \
|
'%{_prefix}/lib/systemd/system/*' \
|
||||||
'%{_libexecdir}/rpm-ostree*' \
|
'%{_libexecdir}/rpm-ostree*' \
|
||||||
|
'%{_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 \
|
||||||
@ -230,7 +236,7 @@ $PYTHON autofiles.py > files.devel \
|
|||||||
|
|
||||||
%files devel -f files.devel
|
%files devel -f files.devel
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 20 2022 Colin Walters <walters@verbum.org> - 2022.8-2
|
* Wed Apr 20 2022 Colin Walters <walters@verbum.org> - 2022.8-1
|
||||||
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.8
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.8
|
||||||
|
|
||||||
* Mon Apr 11 2022 Colin Walters <walters@verbum.org> - 2022.7-2
|
* Mon Apr 11 2022 Colin Walters <walters@verbum.org> - 2022.7-2
|
||||||
|
Loading…
Reference in New Issue
Block a user