Added rpmlintrc

This commit is contained in:
Denis Silakov 2015-06-25 15:50:13 +03:00
parent 681f170f46
commit ae83fcc16f
2 changed files with 3 additions and 0 deletions

2
docker.rpmlintrc Normal file
View file

@ -0,0 +1,2 @@
# # modifying the dockerinit binary breaks the SHA1 sum check by docker
addFilter("unstripped-binary-or-object")

View file

@ -21,6 +21,7 @@ URL: http://www.docker.com
ExclusiveArch: x86_64
Source0: https://%{import_path}/archive/v%{version}.tar.gz
#Source0: https://%{import_path}/archive/%{commit}.tar.gz
Source100: %{name}.rpmlintrc
BuildRequires: gcc
BuildRequires: glibc-static-devel