rpm-software-management / spec-cleaner

spec-cleaner
BSD 3-Clause "New" or "Revised" License
28 stars 34 forks source link

Replace legacy packageand() with 'and' expression #254

Closed kstreitova closed 5 years ago

kstreitova commented 5 years ago

Starting with rpm-4.13, RPM is able to process boolean expressions in all dependency tokens so 'packageand(pkgA:pkgB)' can be replaced by '(pkgA and pkgB)' statement. (Closes #241).

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.02%) to 94.476% when pulling a888a9905b66ace554efc23f33a3a99381814321 on kstreitova:packageand into cba5ae0aaaeb3c1f979f41e3f0acdf42c4d46b6a on openSUSE:master.