Bug 3824

Summary: Requires: dialog OR newt
Product: Sisyphus Reporter: Andrey Rahmatullin <wrar>
Component: alsa-utilsAssignee: Michael Shigorin <mike>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: mike, shrek
Version: unstable   
Hardware: all   
OS: Linux   
Bug Depends on: 4051, 4052    
Bug Blocks:    
Attachments:
Description Flags
Вот патч. none

Description Andrey Rahmatullin 2004-03-12 22:28:22 MSK
/usr/sbin/alsaconf:

[...]
if which dialog > /dev/null; then
  DIALOG=dialog
else
  if which whiptail > /dev/null; then
[...]
    DIALOG=whiptail_wrapper
  else
    echo "Error, dialog or whiptail not found."
[...]


Therefore "Requires: newt" isn't correct. Alsaconf works good without newt and 
with dialog.

But I don't know how to set this requirement :(  Newt && dialog could Provides: 
smth. virtual, but I think it isn't a good idea to do this for one program 
(alsaconf).
Comment 1 Michael Shigorin 2004-03-25 19:03:21 MSK
fixes are welcome ;-)
Comment 2 inger@altlinux.org 2004-06-23 18:05:48 MSD
стоит вообще пользоваться только одним нормальным диалогом. newt когда-нибудь исчезнет из Сизифа со 
своим подобием dialog. 
 
Comment 3 Andrey Rahmatullin 2004-06-24 10:12:07 MSD
Миша, пересобери с dialog.
Comment 4 Andrey Rahmatullin 2004-06-26 11:48:56 MSD
Created attachment 445 [details]
Вот патч.

Плюс в спек придется добавить Requires: dialog (зависимость не ловится).
Comment 5 Michael Shigorin 2004-06-26 12:44:42 MSD
applying in 1.0.5-alt2, thanks
Comment 6 Andrey Rahmatullin 2004-06-29 18:08:24 MSD
Патч упомянут в спеке, но не приложен.
Comment 7 Michael Shigorin 2004-06-29 18:10:59 MSD
whooopps
Comment 8 Michael Shigorin 2004-07-03 23:12:33 MSD
alsa-utils-1.0.5-alt3