mirror of
https://abf.rosa.ru/djam/docker.git
synced 2025-02-24 01:52:48 +00:00
Added rpmlintrc
This commit is contained in:
parent
681f170f46
commit
ae83fcc16f
2 changed files with 3 additions and 0 deletions
2
docker.rpmlintrc
Normal file
2
docker.rpmlintrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# # modifying the dockerinit binary breaks the SHA1 sum check by docker
|
||||||
|
addFilter("unstripped-binary-or-object")
|
|
@ -21,6 +21,7 @@ URL: http://www.docker.com
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
Source0: https://%{import_path}/archive/v%{version}.tar.gz
|
Source0: https://%{import_path}/archive/v%{version}.tar.gz
|
||||||
#Source0: https://%{import_path}/archive/%{commit}.tar.gz
|
#Source0: https://%{import_path}/archive/%{commit}.tar.gz
|
||||||
|
Source100: %{name}.rpmlintrc
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-static-devel
|
BuildRequires: glibc-static-devel
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue