disable sysusers handling for now
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=647
This commit is contained in:
parent
d834d912d6
commit
20860042c8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 27 15:42:09 CEST 2023 - mls@suse.de
|
||||||
|
|
||||||
|
- disable sysusers handling for now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 11 17:07:14 CEST 2023 - mls@suse.de
|
Wed Oct 11 17:07:14 CEST 2023 - mls@suse.de
|
||||||
|
|
||||||
|
8
rpm.spec
8
rpm.spec
@ -345,6 +345,11 @@ bash %{buildroot}/usr/lib/rpm/find-lang.sh %{buildroot} rpm
|
|||||||
echo -n "%{_target_cpu}-suse-linux-gnueabi" > %{buildroot}/etc/rpm/platform
|
echo -n "%{_target_cpu}-suse-linux-gnueabi" > %{buildroot}/etc/rpm/platform
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# disable sysuser handling for now
|
||||||
|
rm %{buildroot}/usr/lib/rpm/sysusers.sh
|
||||||
|
rm %{buildroot}/usr/lib/rpm/fileattrs/sysusers.attr
|
||||||
|
sed -e '/^%%__systemd_sysusers/s/^/#/' -i %{buildroot}/usr/lib/rpm/macros
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{fillup_only -an services}
|
%{fillup_only -an services}
|
||||||
|
|
||||||
@ -414,9 +419,7 @@ fi
|
|||||||
/usr/lib/rpm/rpmrc
|
/usr/lib/rpm/rpmrc
|
||||||
/usr/lib/rpm/rpmsort
|
/usr/lib/rpm/rpmsort
|
||||||
/usr/lib/rpm/rpmuncompress
|
/usr/lib/rpm/rpmuncompress
|
||||||
/usr/lib/rpm/rpm_macros_provides.sh
|
|
||||||
/usr/lib/rpm/suse
|
/usr/lib/rpm/suse
|
||||||
/usr/lib/rpm/sysusers.sh
|
|
||||||
/usr/lib/rpm/tgpg
|
/usr/lib/rpm/tgpg
|
||||||
%{_libdir}/rpm-plugins
|
%{_libdir}/rpm-plugins
|
||||||
%{_libdir}/librpm.so.*
|
%{_libdir}/librpm.so.*
|
||||||
@ -444,6 +447,7 @@ fi
|
|||||||
/usr/bin/rpmbuild
|
/usr/bin/rpmbuild
|
||||||
/usr/lib/rpm/pkgconfigdeps.sh
|
/usr/lib/rpm/pkgconfigdeps.sh
|
||||||
/usr/lib/rpm/ocamldeps.sh
|
/usr/lib/rpm/ocamldeps.sh
|
||||||
|
/usr/lib/rpm/rpm_macros_provides.sh
|
||||||
/usr/lib/rpm/elfdeps
|
/usr/lib/rpm/elfdeps
|
||||||
/usr/lib/rpm/rpmdeps
|
/usr/lib/rpm/rpmdeps
|
||||||
/usr/bin/rpmspec
|
/usr/bin/rpmspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user