Accepting request 1190301 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1190301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=159
This commit is contained in:
commit
137593000d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 07:57:52 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Avoid empty scriptlets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 20:22:23 UTC 2024 - Bernhard Voelker <mail@bernhard-voelker.de>
|
||||
|
||||
|
@ -239,18 +239,19 @@ install src/{pinky,uptime,users,who} %{buildroot}%{_bindir}/
|
||||
%endif
|
||||
|
||||
# ================================================
|
||||
%post
|
||||
%if "%{name}" == "coreutils" || "%{name}" == "coreutils-single"
|
||||
%post
|
||||
%{?regenerate_initrd_post}
|
||||
%endif
|
||||
|
||||
# ================================================
|
||||
%posttrans
|
||||
%dnl ================================================
|
||||
%if "%{name}" == "coreutils" || "%{name}" == "coreutils-single"
|
||||
%posttrans
|
||||
%{?regenerate_initrd_posttrans}
|
||||
%endif
|
||||
|
||||
# ================================================
|
||||
%dnl ================================================
|
||||
|
||||
%files
|
||||
%if "%{name}" == "coreutils" || "%{name}" == "coreutils-single"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user