forked from pool/coreutils
Accepting request 294832 from home:elvigia:branches:Base:System
- If coreutils changes, for consistency, we must regenerate the initrd. - If coreutils changes, for consistency, we must regenerate the initrd. OBS-URL: https://build.opensuse.org/request/show/294832 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=253
This commit is contained in:
parent
fb26fed49d
commit
060558900d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:18:31 UTC 2015 - crrodriguez@opensuse.org
|
||||
|
||||
- If coreutils changes, for consistency, we must regenerate
|
||||
the initrd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 15:26:50 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -41,6 +41,7 @@ BuildRequires: libcap-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: perl
|
||||
BuildRequires: suse-module-tools
|
||||
BuildRequires: xz
|
||||
%if %{suse_version} > 1320
|
||||
BuildRequires: gcc-PIE
|
||||
@ -270,6 +271,13 @@ echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1
|
||||
%post
|
||||
%if "%{name}" == "coreutils"
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
|
||||
%{?regenerate_initrd_post}
|
||||
%endif
|
||||
|
||||
# ================================================
|
||||
%posttrans
|
||||
%if "%{name}" == "coreutils"
|
||||
%{?regenerate_initrd_posttrans}
|
||||
%endif
|
||||
|
||||
# ================================================
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:18:31 UTC 2015 - crrodriguez@opensuse.org
|
||||
|
||||
- If coreutils changes, for consistency, we must regenerate
|
||||
the initrd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 15:26:50 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -41,6 +41,7 @@ BuildRequires: libcap-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: perl
|
||||
BuildRequires: suse-module-tools
|
||||
BuildRequires: xz
|
||||
%if %{suse_version} > 1320
|
||||
BuildRequires: gcc-PIE
|
||||
@ -270,6 +271,13 @@ echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1
|
||||
%post
|
||||
%if "%{name}" == "coreutils"
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
|
||||
%{?regenerate_initrd_post}
|
||||
%endif
|
||||
|
||||
# ================================================
|
||||
%posttrans
|
||||
%if "%{name}" == "coreutils"
|
||||
%{?regenerate_initrd_posttrans}
|
||||
%endif
|
||||
|
||||
# ================================================
|
||||
|
Loading…
Reference in New Issue
Block a user