Accepting request 349022 from filesystems
1 OBS-URL: https://build.opensuse.org/request/show/349022 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=68
This commit is contained in:
parent
9ead88e055
commit
7d7208104a
@ -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
|
||||
|
||||
|
@ -62,6 +62,10 @@ BuildRequires: suse-module-tools
|
||||
BuildRequires: udev
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: zlib-devel
|
||||
%if 0%{?suse_version} >= 1310
|
||||
Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
%endif
|
||||
Supplements: filesystem(btrfs)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -186,6 +190,12 @@ done
|
||||
%postun -n libbtrfs0 -p /sbin/ldconfig
|
||||
|
||||
%if 0%{?suse_version} >= 1310
|
||||
%post
|
||||
%{?regenerate_initrd_post}
|
||||
|
||||
%postun
|
||||
%{?regenerate_initrd_post}
|
||||
|
||||
%posttrans
|
||||
%{?regenerate_initrd_posttrans}
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user