diff --git a/thrift.rpmlintrc b/thrift.rpmlintrc new file mode 100644 index 0000000..f29f4bc --- /dev/null +++ b/thrift.rpmlintrc @@ -0,0 +1 @@ +addFilter("E: non-versioned-file-in-library-package.*/usr/include/") diff --git a/thrift.spec b/thrift.spec index 232cd00..4d10757 100644 --- a/thrift.spec +++ b/thrift.spec @@ -75,6 +75,8 @@ Source2: https://raw.github.com/apache/%{name}/%{version}/bootstrap.sh Source3: https://repo1.maven.org/maven2/org/apache/thrift/libfb303/%{version}/libfb303-%{version}.pom +Source4: %{name}.rpmlintrc + # this patch is adapted from Gil Cattaneo's thrift-0.7.0 package Patch0: %{name}-%{version}-buildxml.patch # for fb303, excise maven ant tasks; build against system libraries; etc.