summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2013-05-07 15:19:42 -0700
committerAndy Grover <agrover@redhat.com>2013-05-07 15:19:42 -0700
commitc638d60f67ca437f87b8ca90486d15cc1eba2015 (patch)
tree20bfc591cc0d6119ff6355fe47b84f8fc11f65d1
parent7503eb761600b3c1bae5307f9a86e088e03fe332 (diff)
downloadconfigshell-fb-c638d60f67ca437f87b8ca90486d15cc1eba2015.tar.gz
Fix build scripts for renamed README
Reported-by: bsyd Signed-off-by: Andy Grover <agrover@redhat.com>
-rw-r--r--debian/python-configshell.docs2
-rw-r--r--rpm/python-configshell.spec.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/python-configshell.docs b/debian/python-configshell.docs
index e6bdff7..5686710 100644
--- a/debian/python-configshell.docs
+++ b/debian/python-configshell.docs
@@ -1,4 +1,4 @@
-README
+README.md
COPYING
doc/html
examples/myshell
diff --git a/rpm/python-configshell.spec.tmpl b/rpm/python-configshell.spec.tmpl
index 75f7906..6068e71 100644
--- a/rpm/python-configshell.spec.tmpl
+++ b/rpm/python-configshell.spec.tmpl
@@ -39,6 +39,6 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%{python_sitelib}
/usr/share/doc/python-configshell-doc-%{version}
-%doc examples COPYING README
+%doc examples COPYING README.md
%changelog