Accepting request 349016 from home:tiwai:branches:filesystems
- Fix missing dependency on coreutils for initrd macros (boo#958562) - Call missing initrd macro at post / postun (boo#958562) OBS-URL: https://build.opensuse.org/request/show/349016 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=226
This commit is contained in:
parent
9bf4b4f12c
commit
aef9eb52a5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 10 16:04:16 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix missing dependency on coreutils for initrd macros (boo#958562)
|
||||||
|
- Call missing initrd macro at post / postun (boo#958562)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 24 00:00:00 CET 2015 - dsterba@suse.cz
|
Tue Nov 24 00:00:00 CET 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -62,6 +62,10 @@ BuildRequires: suse-module-tools
|
|||||||
BuildRequires: udev
|
BuildRequires: udev
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
%if 0%{?suse_version} >= 1310
|
||||||
|
Requires(post): coreutils
|
||||||
|
Requires(postun): coreutils
|
||||||
|
%endif
|
||||||
Supplements: filesystem(btrfs)
|
Supplements: filesystem(btrfs)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -186,6 +190,12 @@ done
|
|||||||
%postun -n libbtrfs0 -p /sbin/ldconfig
|
%postun -n libbtrfs0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
|
%post
|
||||||
|
%{?regenerate_initrd_post}
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%{?regenerate_initrd_post}
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
%{?regenerate_initrd_posttrans}
|
%{?regenerate_initrd_posttrans}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user