Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
libcontainer and /dev patches
Browse files Browse the repository at this point in the history
- rhatdan/moby1#127 (changes for libcontainer/user)
- rhatdan/moby1#128 (/dev mount from host)

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 committed Oct 12, 2015
1 parent 388b997 commit 2c4a9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ Source7: https://github.com/fedora-cloud/%{repo}-selinux/archive/%{ds_commit}/%{
Source8: https://github.com/projectatomic/%{repo}-storage-setup/archive/%{dss_commit}/%{repo}-storage-setup-%{dss_shortcommit}.tar.gz
# Source9 is the source tarball for docker-utils
Source9: https://github.com/vbatts/%{repo}-utils/archive/%{utils_commit}.tar.gz
Patch0: libcontainer.patch
Patch1: dev.patch
BuildRequires: git
BuildRequires: glibc-static
BuildRequires: go-md2man
Expand Down Expand Up @@ -336,8 +338,6 @@ This package installs %{summary}.

%prep
%autosetup -Sgit -n %{repo}-%{d_commit}

# here keep the new line above otherwise autosetup fails when applying patch
cp %{SOURCE5} .
sed -i 's/$/%{d_dist}/' VERSION

Expand Down

0 comments on commit 2c4a9fc

Please sign in to comment.