Accepting request 928761 from home:dfaggioli:Virtualization
- Add libprotobuf-c-devel as an explicit dependency, for fixing the build; - Get rid of rpmlintrc, as it's no longer needed. OBS-URL: https://build.opensuse.org/request/show/928761 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/crun?expand=0&rev=10
This commit is contained in:
parent
765bc91827
commit
95f9d78cf4
@ -1,2 +0,0 @@
|
|||||||
# the warning is a false positive, as the call to chdir is actually there
|
|
||||||
addFilter (".*missing-call-to-chdir-with-chroot.*")
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 2 08:58:05 UTC 2021 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
- Add libprotobuf-c-devel as an explicit dependency, for fixing
|
||||||
|
the build;
|
||||||
|
- Get rid of rpmlintrc, as it's no longer needed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 23 15:22:18 UTC 2021 - Dario Faggioli <dfaggioli@suse.com>
|
Mon Aug 23 15:22:18 UTC 2021 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@ Name: crun
|
|||||||
Version: 0.21
|
Version: 0.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: crun-rpmlintrc
|
|
||||||
URL: https://github.com/containers/crun
|
URL: https://github.com/containers/crun
|
||||||
# We always run autogen.sh
|
# We always run autogen.sh
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -32,6 +31,7 @@ BuildRequires: git-core
|
|||||||
BuildRequires: glibc-devel-static
|
BuildRequires: glibc-devel-static
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
|
BuildRequires: libprotobuf-c-devel
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user