- update device_cio_free script
- udpate Requires for ziomon subpackage
This commit is contained in:
parent
cb471f71a7
commit
8161782040
@ -101,7 +101,6 @@ wait_on_devices()
|
|||||||
if [ -w $CIO_SETTLE ]; then
|
if [ -w $CIO_SETTLE ]; then
|
||||||
[ $VERBOSE ] && echo "Waiting until all pending CIO requests are processed"
|
[ $VERBOSE ] && echo "Waiting until all pending CIO requests are processed"
|
||||||
echo 1 > $CIO_SETTLE
|
echo 1 > $CIO_SETTLE
|
||||||
udevadm settle
|
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -249,6 +248,7 @@ if [ "$DEVICE" ]; then
|
|||||||
[ $VERBOSE ] && echo "Freeing specific devices"
|
[ $VERBOSE ] && echo "Freeing specific devices"
|
||||||
free_device $DEVICE
|
free_device $DEVICE
|
||||||
wait_on_devices
|
wait_on_devices
|
||||||
|
udevadm settle
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ Name: s390utils
|
|||||||
Summary: Utilities and daemons for IBM System/z
|
Summary: Utilities and daemons for IBM System/z
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Version: 1.23.0
|
Version: 1.23.0
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2 and GPLv2+ and CPL
|
License: GPLv2 and GPLv2+ and CPL
|
||||||
ExclusiveArch: s390 s390x
|
ExclusiveArch: s390 s390x
|
||||||
@ -593,7 +593,17 @@ fi
|
|||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: S390 ziomon tools
|
Summary: S390 ziomon tools
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: perl lsscsi coreutils blktrace >= 1.0.1
|
Requires: blktrace
|
||||||
|
Requires: coreutils
|
||||||
|
Requires: device-mapper-multipath
|
||||||
|
Requires: gawk
|
||||||
|
Requires: grep
|
||||||
|
Requires: lsscsi
|
||||||
|
Requires: procps-ng
|
||||||
|
Requires: rsync
|
||||||
|
Requires: sed
|
||||||
|
Requires: tar
|
||||||
|
Requires: util-linux
|
||||||
|
|
||||||
%description ziomon
|
%description ziomon
|
||||||
Tool set to collect data for zfcp performance analysis and report.
|
Tool set to collect data for zfcp performance analysis and report.
|
||||||
@ -736,6 +746,10 @@ User-space development files for the s390/s390x architecture.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2014 Dan Horák <dan[at]danny.cz> - 2:1.23.0-13
|
||||||
|
- update device_cio_free script
|
||||||
|
- udpate Requires for ziomon subpackage
|
||||||
|
|
||||||
* Wed Jun 11 2014 Dan Horák <dan[at]danny.cz> - 2:1.23.0-12
|
* Wed Jun 11 2014 Dan Horák <dan[at]danny.cz> - 2:1.23.0-12
|
||||||
- update for -Werror=format-security
|
- update for -Werror=format-security
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user