dnf-plugin-tui: upgrade 1.2 -> 1.3

2021/09/08:
Release v1.3.
1.When installing with package list, add the function of detecting whether the package exists.
2.Added the function of generating installed package info csv file.
3.Delete the pseudo directory in each init phase.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2021-09-14 05:15:38 +08:00
committed by Khem Raj
parent c508760614
commit 11a40c1d91
@@ -4,8 +4,8 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master " SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master "
SRCREV = "6d3fab9b9559b6a483fe668e39c29126cdbb58d8" SRCREV = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc"
PV = "1.2" PV = "1.3"
SRC_URI:append:class-target = " file://oe-remote.repo.sample" SRC_URI:append:class-target = " file://oe-remote.repo.sample"