Bug 33812

Summary: Невозможно удалить пакеты с одинаковым %EVR
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: rpmAssignee: placeholder <placeholder>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: alexey.tourbin, at, glebfm, imz, ldv, placeholder, vt
Version: unstable   
Hardware: all   
OS: Linux   

Description Andrey Cherepanov 2017-08-25 11:29:55 MSK
# rpm -q 389-ds-base
389-ds-base-1.3.7.2-alt1.x86_64
389-ds-base-1.3.7.2-alt1.x86_64
# rpm -e 389-ds-base-1.3.7.2-alt1.x86_64
ошибка: "389-ds-base-1.3.7.2-alt1.x86_64" specifies multiple packages:
  389-ds-base-1.3.7.2-alt1.x86_64
  389-ds-base-1.3.7.2-alt1.x86_64

Отличались временем сборки.
Comment 1 alexey.tourbin 2017-08-25 11:58:32 MSK
Try `rpm -ea 389-ds-base'.

--allmatches
Remove  all versions of the package which match PACKAGE_NAME. Normally an error is issued if PACKAGE_NAME matches multiple packages.
Comment 2 Dmitry V. Levin 2017-08-25 13:44:50 MSK
.