diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..4b13b82 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,5 @@ +from Config import addFilter + + +addFilter('spelling-error.*ejabberd') +addFilter('unstripped-binary-or-object.*priv/bin/epam') diff --git a/erlang-epam.spec b/erlang-epam.spec index 33fda42..65c2c8f 100644 --- a/erlang-epam.spec +++ b/erlang-epam.spec @@ -19,6 +19,7 @@ Patch0: 0001-Load-epam-from-the-package-s-own-path-rather-than-ej.patch BuildRequires: autoconf BuildRequires: automake +BuildRequires: gcc BuildRequires: erlang-rebar BuildRequires: pam-devel