Sync from SUSE:SLFO:Main powerpc-utils revision 1c10fd5d9a0f96460c214b2491ed158a
This commit is contained in:
parent
f64e800c72
commit
47ec395597
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 17:34:47 UTC 2025 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
- Drop sysvinit service use (bsc#1236480 jsc#-264).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 08:10:24 UTC 2024 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package powerpc-utils
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -42,7 +42,9 @@ Requires: findutils
|
||||
Requires: gawk
|
||||
Requires: grep
|
||||
Requires: kmod-compat
|
||||
%if 0%{?suse_version} < 1550
|
||||
Requires: systemd-sysvinit
|
||||
%endif
|
||||
Requires: udev
|
||||
Requires: util-linux
|
||||
Recommends: powerpc-utils-python
|
||||
@ -71,6 +73,7 @@ make CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||
%if 0%{?suse_version} < 1550
|
||||
mkdir %{buildroot}/sbin
|
||||
ln -sf %{_sbindir}/lsprop %{buildroot}/sbin/lsprop
|
||||
ln -s service %{buildroot}%{_sbindir}/rcsmt_off
|
||||
%endif
|
||||
install -m 755 %{SOURCE1} %{buildroot}%{_sbindir}/nvsetenv
|
||||
ln -sf serv_config %{buildroot}%{_sbindir}/uspchrp
|
||||
@ -83,8 +86,6 @@ ln -sf drmgr %{buildroot}%{_sbindir}/drslot_chrp_mem
|
||||
ln -sf drmgr %{buildroot}%{_sbindir}/drslot_chrp_hea
|
||||
ln -sf drmgr %{buildroot}%{_sbindir}/drmig_chrp_pmig
|
||||
|
||||
ln -s service %{buildroot}%{_sbindir}/rcsmt_off
|
||||
|
||||
# remove docu installed by make_install as we hand-install them in %%files
|
||||
rm -rf %{buildroot}%{_docdir}/%{name}/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user