Commit 5b0abf8e authored by Andrey Cherepanov's avatar Andrey Cherepanov

Add repack rules for ivanti-base-agent and ivanti-cba8

parent 6e9a09bb
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
REQUIRES="mono-full,libgtk-sharp2"
subst '/^Name:/i %filter_from_requires /(libcrypto.so/d' $SPEC
subst 's/%{pkg_gid}/${pkg_gid}/' $SPEC
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
REQUIRES="mono-full,libgtk-sharp2"
subst '/^Name:/i %filter_from_requires /(lib\\(crypto\\|ssl\\).so/d' $SPEC
subst '/^Name:/i %filter_from_requires \\,/etc/sysconfig/cba,d' $SPEC
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment