- Rebuild the initrd if this package changes (and we are not
building the -mini version) Rev filesystems/71 Md5 3a7ec38eaa7828e236031627b3abefb7 2016-07-25 11:02:06 dirkmueller 414763
This commit is contained in:
parent
20fdd33417
commit
5174483182
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 23 18:24:39 UTC 2016 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Rebuild the initrd if this package changes (and we are not
|
||||||
|
building the -mini version)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 20 14:58:12 UTC 2016 - jack@suse.cz
|
Mon Jun 20 14:58:12 UTC 2016 - jack@suse.cz
|
||||||
|
|
||||||
|
@ -32,6 +32,9 @@ BuildRequires: pkg-config
|
|||||||
%if 0%{?suse_version} > 1220
|
%if 0%{?suse_version} > 1220
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} >= 1310
|
||||||
|
BuildRequires: suse-module-tools
|
||||||
|
%endif
|
||||||
# Define info macros if missing (for Fedora builds)
|
# Define info macros if missing (for Fedora builds)
|
||||||
%if 0%{!?%install_info_prereq:1}
|
%if 0%{!?%install_info_prereq:1}
|
||||||
%define install_info_prereq info
|
%define install_info_prereq info
|
||||||
@ -285,12 +288,19 @@ done
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if ! %{build_mini}
|
%if ! %{build_mini}
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
||||||
|
%{?regenerate_initrd_post}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if ! %{build_mini}
|
%if ! %{build_mini}
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
||||||
|
%{?regenerate_initrd_post}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if ! %{build_mini}
|
||||||
|
%posttrans
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_mini}
|
%if %{build_mini}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user