diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-06-04 11:35:15 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-06-04 11:35:15 +0200 |
commit | 358a0157d3278bbc753ebedd8fc69de28dfce13f (patch) | |
tree | 489ae1d4bbeaab8c5d77ccfcfc9322ff99f94880 /Tizen:Common | |
parent | 8917bf2823b5376cbb78ab444e2c7417a760258c (diff) | |
download | obs-358a0157d3278bbc753ebedd8fc69de28dfce13f.tar.gz obs-358a0157d3278bbc753ebedd8fc69de28dfce13f.tar.bz2 obs-358a0157d3278bbc753ebedd8fc69de28dfce13f.zip |
Tizen:Common: VMinstall pkg required by new util-linux
util-linux update to 2.25.2 make swapon depend on libsmartcols.
Change-Id: I7a70b3685c46a2a122c54fc41c3841cd621cb30b
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Diffstat (limited to 'Tizen:Common')
-rw-r--r-- | Tizen:Common/_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tizen:Common/_config b/Tizen:Common/_config index 162f8b7..17f037c 100644 --- a/Tizen:Common/_config +++ b/Tizen:Common/_config @@ -366,7 +366,8 @@ Preinstall: smack libsmack libxml2 libmagic libmagic-data Preinstall: libsqlite Preinstall: util-linux -VMinstall: perl libmount libblkid libext2fs libuuid grep libpcre util-linux +VMinstall: perl libmount libblkid libext2fs libuuid grep libpcre util-linux libsmartcols + Required: binutils gcc glibc rpm-build libtool |