- update device_cio_free script

- udpate Requires for ziomon subpackage
This commit is contained in:
Dan Horák 2014-10-09 15:34:45 +02:00
parent cb471f71a7
commit 8161782040
2 changed files with 17 additions and 3 deletions

View File

@ -101,7 +101,6 @@ wait_on_devices()
if [ -w $CIO_SETTLE ]; then
[ $VERBOSE ] && echo "Waiting until all pending CIO requests are processed"
echo 1 > $CIO_SETTLE
udevadm settle
return
fi
@ -249,6 +248,7 @@ if [ "$DEVICE" ]; then
[ $VERBOSE ] && echo "Freeing specific devices"
free_device $DEVICE
wait_on_devices
udevadm settle
exit 0
fi

View File

@ -5,7 +5,7 @@ Name: s390utils
Summary: Utilities and daemons for IBM System/z
Group: System Environment/Base
Version: 1.23.0
Release: 12%{?dist}
Release: 13%{?dist}
Epoch: 2
License: GPLv2 and GPLv2+ and CPL
ExclusiveArch: s390 s390x
@ -593,7 +593,17 @@ fi
License: GPLv2
Summary: S390 ziomon tools
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
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
* 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
- update for -Werror=format-security