Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Adding a patch to django for FIPS compatibility #32

Merged
merged 1 commit into from
Jun 8, 2018

Conversation

daviddavis
Copy link
Contributor

Also, bumping the django version to the latest 1.11.z release.

fixes #3639
https://pulp.plan.io/issues/3639

@pcreech
Copy link
Member

pcreech commented Jun 8, 2018

The scratch build failed:

http://koji.katello.org/koji/taskinfo?taskID=103211

in the build log, you can see the patch failed to apply:

http://koji.katello.org/kojifiles/work/tasks/3211/103211/build.log

Typcially patches need to be offset with a -p to work in a spec file, especially for git diff patches (since they have a/, b/ at the start of the paths). In python-kombu, we use a -p1 at the end of %autosetup, that should also work in this case:

https://github.com/pulp/pulp-packaging/blob/master/packages/python-kombu/python-kombu.spec#L68

Also, bumping the django version to the latest 1.11.z release.

fixes #3639
https://pulp.plan.io/issues/3639
@pcreech
Copy link
Member

pcreech commented Jun 8, 2018

scratch build successfull, merging

http://koji.katello.org/koji/taskinfo?taskID=103241

@pcreech pcreech merged commit 918573a into pulp:master Jun 8, 2018
@pcreech
Copy link
Member

pcreech commented Jun 8, 2018

release build succeeded

http://koji.katello.org/koji/taskinfo?taskID=103252

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants