mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Update
This commit is contained in:
parent
bd2f98ecd9
commit
f017d58e06
2 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
Version 2.5.2
|
||||
16-06-2015
|
||||
20-06-2015
|
||||
|
||||
[Feature] - Support blacklist packages by repository priority.
|
||||
Added instead wget, curl and aria2c as downloader.
|
||||
Added support download jdk from "sbo" repository.
|
||||
|
||||
[Updated] - Update resolve dependencies classes.
|
||||
- Fix add and remove packages from blacklist and queue.
|
||||
|
|
|
@ -1155,6 +1155,15 @@ Add or remove packages in blacklist file manually from
|
|||
live555
|
||||
faac
|
||||
|
||||
Note: you can use "*" to match more packages like:
|
||||
|
||||
*lib* \\ all packages inlcude string "lib"
|
||||
*lib \\ all packages ends with string "lib"
|
||||
lib* \\ all packages starts with string "lib"
|
||||
|
||||
slack:*multilib* \\ all packages include string "multilib" from Slackware
|
||||
\\ repository. Useful to ignore multilib when upgrade
|
||||
\\ Slackware distribution.
|
||||
|
||||
Print package description:
|
||||
|
||||
|
|
Loading…
Reference in a new issue