lsm5 pushed to docker (master). "fixup auto line breaks while copy-pasting (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 9 18:54:32 UTC 2015


From 9cc7d715b8e8eeea3996fea1e5f4a8e355db7956 Mon Sep 17 00:00:00 2001
From: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date: Tue, 9 Jun 2015 18:54:18 +0000
Subject: fixup auto line breaks while copy-pasting

Signed-off-by: Lokesh Mandvekar <lsm5 at fedoraproject.org>

diff --git a/docker.spec b/docker.spec
index a426d0c..90aeb40 100644
--- a/docker.spec
+++ b/docker.spec
@@ -414,15 +414,13 @@ install -dp %{buildroot}%{_sysconfdir}/%{repo}
 # install d-s-s
 pushd %{repo}-storage-setup-%{dss_commit}
 install -d %{buildroot}%{_bindir}
-install -p -m 755 docker-storage-setup.sh
-%{buildroot}%{_bindir}/docker-storage-setup
+install -p -m 755 %{repo}-storage-setup.sh %{buildroot}%{_bindir}/%{repo}-storage-setup
 install -d %{buildroot}%{_unitdir}
-install -p -m 644 docker-storage-setup.service %{buildroot}%{_unitdir}
+install -p -m 644 %{repo}-storage-setup.service %{buildroot}%{_unitdir}
 install -d %{buildroot}%{dss_libdir}
-install -p -m 644 docker-storage-setup.conf
-%{buildroot}%{dss_libdir}/docker-storage-setup
+install -p -m 644 %{repo}-storage-setup.conf %{buildroot}%{dss_libdir}/%{repo}-storage-setup
 install -d %{buildroot}%{_mandir}/man1
-install -p -m 644 docker-storage-setup.1 %{buildroot}%{_mandir}/man1
+install -p -m 644 %{repo}-storage-setup.1 %{buildroot}%{_mandir}/man1
 popd
 
 %check
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/docker.git/commit/?h=master&id=9cc7d715b8e8eeea3996fea1e5f4a8e355db7956


More information about the scm-commits mailing list