jchaloup pushed to kubernetes (f21). "Add api and README.md to kubernetes-unit-test (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 16:27:59 UTC 2015


From 092a2699676f956ba65ed13bd1d7084daf5acd79 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup at redhat.com>
Date: Tue, 5 May 2015 17:47:17 +0200
Subject: Add api and README.md to kubernetes-unit-test - related: #1211266


diff --git a/kubernetes.spec b/kubernetes.spec
index 99440ac..ee22c4e 100644
--- a/kubernetes.spec
+++ b/kubernetes.spec
@@ -16,7 +16,7 @@
 
 Name:		kubernetes
 Version:	0.16.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:        Container cluster management
 License:        ASL 2.0
 URL:            %{import_path}
@@ -328,7 +328,8 @@ done
 
 # place files for unit-test rpm
 install -d -m 0755 %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/
-for d in _output Godeps cmd examples hack pkg plugin third_party test; do
+cp -pav README.md %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/.
+for d in _output Godeps api cmd examples hack pkg plugin third_party test; do
   cp -a $d %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/
 done
 
@@ -402,6 +403,10 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Tue May 05 2015 jchaloup <jchaloup at redhat.com> - 0.16.2-2
+- Add api and README.md to kubernetes-unit-test
+  related: #1211266
+
 * Tue May 05 2015 jchaloup <jchaloup at redhat.com> - 0.16.2-1
 - Bump to upstream 72048a824ca16c3921354197953fabecede5af47
   related: #1211266
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kubernetes.git/commit/?h=f21&id=092a2699676f956ba65ed13bd1d7084daf5acd79


More information about the scm-commits mailing list