spec: modify 'Requires' dependencies in rpm spec
authorWonki Kim <wonki_.kim@samsung.com>
Fri, 21 Feb 2020 04:43:27 +0000 (13:43 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 3 Mar 2020 06:59:56 +0000 (15:59 +0900)
commitb115485498951685d7b1437bbb11b339dd906b46
treea177e88c6dec7abebc1fff86947208c060c49c0d
parent295ec534cdcaa55c785595d732f1fae4ab00214b
spec: modify 'Requires' dependencies in rpm spec

Requires means that a dependency which is required while running or installing.
however aurum.spec was defined to requires a result of pkgconfig().
and it means devel package which is a depedency for building.
it may cause mass increasing of image size.

Change-Id: I4ec27bb92355963f1fe9bf7bb619cebfa73c03c7
packaging/aurum.spec