Skip to content

Commit

Permalink
Merge pull request #69 from rabbitmq/erlang-rpm_68
Browse files Browse the repository at this point in the history
Remove the Crypto patch
  • Loading branch information
michaelklishin committed Dec 29, 2018
2 parents a5f57f7 + 5c3766f commit 4f567b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ SOURCES
SPECS
tmp
dist
docker/build-dir
docker/build-dir-*
docker/docker-centos-*
*~
.sw?
.*.sw?
Expand Down
3 changes: 0 additions & 3 deletions erlang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Patch2: otp-0002-Remove-rpath.patch
Patch3: otp-0003-Do-not-install-C-sources.patch
# Do not install erlang sources
Patch7: otp-0007-Do-not-install-erlang-sources.patch
# crypto patch
Patch8: otp-0008-crypto.patch

# BuildRoot not strictly needed since F10, but keep it for spec file robustness
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Expand Down Expand Up @@ -72,7 +70,6 @@ syntax_tools and xmerl.
%patch2 -p1 -b .Remove_rpath
%patch3 -p1 -b .Do_not_install_C_sources
%patch7 -p1 -F1 -b .Do_not_install_erlang_sources
%patch8 -p1 -b .Crypto


# remove shipped zlib sources
Expand Down
13 changes: 0 additions & 13 deletions otp-0008-crypto.patch

This file was deleted.

0 comments on commit 4f567b6

Please sign in to comment.