forked from pool/multipath-tools
Accepting request 222431 from Base:System
- Install kpartx rules with correct prefix for dracut - filter for missing property in get_refwwid() (bnc#862250) - Double uevent stacksize yet again (bnc#855379) - do not fail discovery on individual devices (bnc#860850) - Prefer deprecated 'getuid' callout (bnc#861534) - Skip paths with empty wwid (bnc#861534) - correctly terminate string in strlcpy() (bnc#861534) - Don't chop const strings - Fixup typo in Makefile - display uevent sequence number on 'show daemon' (forwarded request 222359 from hreinecke) OBS-URL: https://build.opensuse.org/request/show/222431 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=57
This commit is contained in:
commit
193b8d921e
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e6605ceaaf02ffb4384acefe6240cf579d8ae61968cd908e719fa8a14d0d785
|
||||
size 14123
|
||||
oid sha256:9cf96fcf4f538e31f314caeeb98e788aeee85a2ede5506dd2f7ea0b0b09d0dd9
|
||||
size 17577
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f13cf1eb84e94e83b2019e68f7965526903c13e94246db43965d181668a0a6f9
|
||||
size 184024
|
||||
oid sha256:0521c2a9d48411f725a4ed62f72c61ac7bcd557f438a7364ae8b764eb3215436
|
||||
size 185499
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 14:55:28 CET 2014 - hare@suse.de
|
||||
|
||||
- Install kpartx rules with correct prefix for dracut
|
||||
- filter for missing property in get_refwwid() (bnc#862250)
|
||||
- Double uevent stacksize yet again (bnc#855379)
|
||||
- do not fail discovery on individual devices (bnc#860850)
|
||||
- Prefer deprecated 'getuid' callout (bnc#861534)
|
||||
- Skip paths with empty wwid (bnc#861534)
|
||||
- correctly terminate string in strlcpy() (bnc#861534)
|
||||
- Don't chop const strings
|
||||
- Fixup typo in Makefile
|
||||
- display uevent sequence number on 'show daemon'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 16:32:33 CET 2014 - hare@suse.de
|
||||
|
||||
|
@ -101,10 +101,6 @@ make CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" LIB=%{_lib} SYSTEMDPATH=%{_sysdir}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib} SYSTEMDPATH=%{_sysdir} install
|
||||
# Compability with older versions
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_sysdir}/udev/rules.d
|
||||
mv $RPM_BUILD_ROOT/etc/udev/rules.d/kpartx.rules $RPM_BUILD_ROOT/%{_sysdir}/udev/rules.d/70-kpartx.rules
|
||||
mv $RPM_BUILD_ROOT/etc/udev/rules.d/kpartx-compat.rules $RPM_BUILD_ROOT/%{_sysdir}/udev/rules.d/71-kpartx-compat.rules
|
||||
mkdir -p $RPM_BUILD_ROOT/var/cache/multipath/
|
||||
rm $RPM_BUILD_ROOT/%_lib/libmpathpersist.so
|
||||
|
||||
@ -176,8 +172,8 @@ fi
|
||||
%defattr(-,root,root)
|
||||
/sbin/kpartx
|
||||
%dir /%{_sysdir}/udev
|
||||
%config /%{_sysdir}/udev/rules.d/70-kpartx.rules
|
||||
%config /%{_sysdir}/udev/rules.d/71-kpartx-compat.rules
|
||||
%config /%{_sysdir}/udev/rules.d/66-kpartx.rules
|
||||
%config /%{_sysdir}/udev/rules.d/67-kpartx-compat.rules
|
||||
/%{_sysdir}/udev/kpartx_id
|
||||
%{_mandir}/man8/kpartx.8*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user