Update rpm-ostree to 2022.8
This commit is contained in:
parent
e0621785e0
commit
7b593d9491
Binary file not shown.
@ -3,12 +3,12 @@
|
|||||||
%global __provides_exclude_from ^%{_libdir}/%{name}/.*$
|
%global __provides_exclude_from ^%{_libdir}/%{name}/.*$
|
||||||
|
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2022.1
|
Version: 2022.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Hybrid image/package system
|
Summary: Hybrid image/package system
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/projectatomic/rpm-ostree
|
URL: https://github.com/coreos/rpm-ostree
|
||||||
Source0: https://github.com/coreos/rpm-ostree/archive/v%{version}.tar.xz#/%{name}-%{version}.tar.xz
|
Source0: https://github.com/coreos/rpm-ostree/releases/download/v2022.8/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
%if %{with rust}
|
%if %{with rust}
|
||||||
|
|
||||||
@ -31,8 +31,8 @@ BuildRequires: gtk-doc gperf gnome-common /usr/bin/g-ir-scanner ostree-devel c
|
|||||||
BuildRequires: polkit-devel json-glib-devel rpm-devel libarchive-devel systemd-devel
|
BuildRequires: polkit-devel json-glib-devel rpm-devel libarchive-devel systemd-devel
|
||||||
BuildRequires: libcap-devel libcurl-devel librepo-devel expat-devel check-devel
|
BuildRequires: libcap-devel libcurl-devel librepo-devel expat-devel check-devel
|
||||||
BuildRequires: pkgconfig(libsolv) gcc gcc-c++
|
BuildRequires: pkgconfig(libsolv) gcc gcc-c++
|
||||||
BuildRequires: chrpath json-c-devel libmodulemd-devel sqlite-devel cppunit-devel
|
BuildRequires: chrpath jq glib2-devel sqlite-devel json-c-devel cppunit-devel
|
||||||
BuildRequires: glib2-devel gpgme-devel libsolv-tools make python3-devel python3-sphinx swig libsmartcols-devel
|
BuildRequires: libmodulemd-devel libsmartcols-devel gettext gpgme-devel make
|
||||||
|
|
||||||
Requires: ostree bubblewrap fuse
|
Requires: ostree bubblewrap fuse
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ Header files for rpm-ostree.
|
|||||||
%{?rusttoolset} %make_build
|
%{?rusttoolset} %make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{?rusttoolset} %make_install
|
%{?rusttoolset} %make_install INSTALL="install -p -c"
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
chrpath -d %{buildroot}%{_libdir}/librpmostree-1.so.1.0.0
|
chrpath -d %{buildroot}%{_libdir}/librpmostree-1.so.1.0.0
|
||||||
@ -92,6 +92,7 @@ install -pm 0644 src/daemon/org.projectatomic.rpmostree1.conf %{buildroot}/etc/d
|
|||||||
%{_libdir}/rpm-ostree/*
|
%{_libdir}/rpm-ostree/*
|
||||||
%{_libdir}/girepository-1.0/*
|
%{_libdir}/girepository-1.0/*
|
||||||
%{_libexecdir}/rpm-ostree*
|
%{_libexecdir}/rpm-ostree*
|
||||||
|
%{_libexecdir}/libostree/*
|
||||||
%{_prefix}/lib/systemd/system/*
|
%{_prefix}/lib/systemd/system/*
|
||||||
%{_datadir}/dbus-1/system-services
|
%{_datadir}/dbus-1/system-services
|
||||||
%{_datadir}/polkit-1/actions/*.policy
|
%{_datadir}/polkit-1/actions/*.policy
|
||||||
@ -113,6 +114,9 @@ install -pm 0644 src/daemon/org.projectatomic.rpmostree1.conf %{buildroot}/etc/d
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 07 2022 fushanqing <fushanqing@kylinos.cn> - 2022.8-1
|
||||||
|
- Update rpm-ostree to 2022.8
|
||||||
|
|
||||||
* Wed Jan 19 2022 SimpleUpdate Robot <tc@openeuler.org> - 2022.1-1
|
* Wed Jan 19 2022 SimpleUpdate Robot <tc@openeuler.org> - 2022.1-1
|
||||||
- Upgrade to version 2022.1
|
- Upgrade to version 2022.1
|
||||||
|
|
||||||
|
|||||||
4
rpm-ostree.yaml
Normal file
4
rpm-ostree.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: coreos/rpm-ostree
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user