FS#35514 - pacman -U allows installing packages without a pkgrel
Attached to Project:
Pacman
Opened by Andrew Gregory (andrewgregory) - Tuesday, 28 May 2013, 03:35 GMT
Last edited by Allan McRae (Allan) - Tuesday, 15 October 2013, 02:47 GMT
Opened by Andrew Gregory (andrewgregory) - Tuesday, 28 May 2013, 03:35 GMT
Last edited by Allan McRae (Allan) - Tuesday, 15 October 2013, 02:47 GMT
|
Details
Summary and Info:
pacman -U will happily install a package with a version with no release but then can't read the resulting db entry because it requires the directory to include the release number. Steps to Reproduce: cat <<PKGINFO > .PKGINFO pkgname = test pkgver = 1 PKGINFO bsdtar -cf test.pkg.tar .PKGINFO sudo pacman -U test.pkg.tar pacman -Qi test |
This task depends upon
Closed by Allan McRae (Allan)
Tuesday, 15 October 2013, 02:47 GMT
Reason for closing: Fixed
Additional comments about closing: git commit e049bb8b
Tuesday, 15 October 2013, 02:47 GMT
Reason for closing: Fixed
Additional comments about closing: git commit e049bb8b
Confirming what is minimally required currently and checking for that in upgrade operations is a good idea!