forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=913
This commit is contained in:
parent
25decd71c4
commit
06ebe2df23
@ -75,6 +75,9 @@ BuildRequires: pkgconfig(mount) >= 2.26
|
|||||||
%ifarch %ix86 x86_64 x32 %arm ppc64le s390x
|
%ifarch %ix86 x86_64 x32 %arm ppc64le s390x
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
|
BuildRequires: gnu-efi
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
||||||
BuildRequires: pkgconfig(libsepol)
|
BuildRequires: pkgconfig(libsepol)
|
||||||
Conflicts: sysvinit
|
Conflicts: sysvinit
|
||||||
@ -96,9 +99,6 @@ BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
|||||||
BuildRequires: pkgconfig(libmicrohttpd)
|
BuildRequires: pkgconfig(libmicrohttpd)
|
||||||
BuildRequires: pkgconfig(libqrencode)
|
BuildRequires: pkgconfig(libqrencode)
|
||||||
BuildRequires: pkgconfig(usbutils) >= 0.82
|
BuildRequires: pkgconfig(usbutils) >= 0.82
|
||||||
%ifarch %{ix86} x86_64
|
|
||||||
BuildRequires: gnu-efi
|
|
||||||
%endif
|
|
||||||
# the buildignore is important for bootstrapping
|
# the buildignore is important for bootstrapping
|
||||||
#!BuildIgnore: udev
|
#!BuildIgnore: udev
|
||||||
Requires: udev >= 172
|
Requires: udev >= 172
|
||||||
@ -1143,7 +1143,9 @@ exit 0
|
|||||||
%{_bindir}/networkctl
|
%{_bindir}/networkctl
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/busctl
|
%{_bindir}/busctl
|
||||||
|
%if !0%{?bootstrap}
|
||||||
%{_bindir}/bootctl
|
%{_bindir}/bootctl
|
||||||
|
%endif
|
||||||
%{_bindir}/kernel-install
|
%{_bindir}/kernel-install
|
||||||
%{_bindir}/hostnamectl
|
%{_bindir}/hostnamectl
|
||||||
%{_bindir}/localectl
|
%{_bindir}/localectl
|
||||||
|
@ -70,6 +70,9 @@ BuildRequires: pkgconfig(mount) >= 2.26
|
|||||||
%ifarch %ix86 x86_64 x32 %arm ppc64le s390x
|
%ifarch %ix86 x86_64 x32 %arm ppc64le s390x
|
||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
|
BuildRequires: gnu-efi
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
BuildRequires: pkgconfig(libselinux) >= 2.1.9
|
||||||
BuildRequires: pkgconfig(libsepol)
|
BuildRequires: pkgconfig(libsepol)
|
||||||
Conflicts: sysvinit
|
Conflicts: sysvinit
|
||||||
@ -91,9 +94,6 @@ BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
|||||||
BuildRequires: pkgconfig(libmicrohttpd)
|
BuildRequires: pkgconfig(libmicrohttpd)
|
||||||
BuildRequires: pkgconfig(libqrencode)
|
BuildRequires: pkgconfig(libqrencode)
|
||||||
BuildRequires: pkgconfig(usbutils) >= 0.82
|
BuildRequires: pkgconfig(usbutils) >= 0.82
|
||||||
%ifarch %{ix86} x86_64
|
|
||||||
BuildRequires: gnu-efi
|
|
||||||
%endif
|
|
||||||
# the buildignore is important for bootstrapping
|
# the buildignore is important for bootstrapping
|
||||||
#!BuildIgnore: udev
|
#!BuildIgnore: udev
|
||||||
Requires: udev >= 172
|
Requires: udev >= 172
|
||||||
@ -1138,7 +1138,9 @@ exit 0
|
|||||||
%{_bindir}/networkctl
|
%{_bindir}/networkctl
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/busctl
|
%{_bindir}/busctl
|
||||||
|
%if !0%{?bootstrap}
|
||||||
%{_bindir}/bootctl
|
%{_bindir}/bootctl
|
||||||
|
%endif
|
||||||
%{_bindir}/kernel-install
|
%{_bindir}/kernel-install
|
||||||
%{_bindir}/hostnamectl
|
%{_bindir}/hostnamectl
|
||||||
%{_bindir}/localectl
|
%{_bindir}/localectl
|
||||||
|
Loading…
Reference in New Issue
Block a user