diff --git a/brltty.spec b/brltty.spec index 7846703..66ecb2b 100644 --- a/brltty.spec +++ b/brltty.spec @@ -1,6 +1,6 @@ Name: brltty Version: 3.7.2 -Release: 2%{?dist} +Release: 2.1%{?dist} License: GPL Group: System Environment/Daemons URL: http://mielke.cc/brltty/ @@ -90,12 +90,10 @@ done if $install then device="$(set -- ${devices} && echo "${1}")" - echo -n "Creating screen inspection device ${device}..." mkdir -p "${device%/*}" mknod -m o= "${device}" c 7 128 chmod 660 "${device}" chown root.tty "${device}" - echo "done." fi exit 0 @@ -127,6 +125,9 @@ exit 0 %doc Documents/BrlAPIref-HTML %changelog +* Tue Jan 30 2007 Tomas Janousek - 3.7.2-2.1 +- quiet postinstall scriptlet, really fixes #224570 + * Tue Jan 30 2007 Tomas Janousek - 3.7.2-2 - failsafe postinstall script, fixes #224570 - makefile fix - debuginfo extraction now works