Bug 18636 - Не работает Hold
Summary: Не работает Hold
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: apt (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Ivan Zakharyaschev
QA Contact: qa-sisyphus
URL:
Keywords:
: 22805 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-25 14:46 MSK by Roman
Modified: 2020-08-19 14:01 MSK (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman 2009-01-25 14:46:25 MSK
При обновлении с branch4.1 до 5.0 не получается поставить пакеты на hold
Конфиг apt.conf
/*                                                                                                            
 * This is the main configuration file for the APT suite of tools,                                            
 * see apt.conf(5) for details.                                                                               
 */                                                                                                           

// See apt-cdrom(8) for details.
Acquire::CDROM::Copy-All "false";
Acquire::CDROM::mount "/media/cdrom";

RPM
{
        Allow-Duplicated {
                // Old-style kernels.
                "^(NVIDIA_)?(kernel|alsa)[0-9]*(-adv|-linus)?($|-up|-smp|-secure|-custom|-enterprise|-BOOT|-tape|-aureal)";
                // New-style kernels.
                "^kernel-(image|modules)-.*";
        };
        Hold {
                // Old-style kernels.
                "^(kernel|alsa)[0-9]+-source";
                "^openoffice.org";
                "^openoffice.org-kde";
                "^openoffice.org-langpack-ru";
        };
};
Версия пакета apt-0.5.15lorg2-alt20
Comment 1 Sergey V Turchin 2017-11-14 15:39:28 MSK
*** Bug 22805 has been marked as a duplicate of this bug. ***