Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 695946 Details for
Bug 888939
Should install nova.bash_completion
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
avoid dependecy on bash-completion
0001-avoid-dependecy-on-bash-completion.patch (text/plain), 2.02 KB, created by
Alan Pevec
on 2013-02-10 23:42:57 UTC
(
hide
)
Description:
avoid dependecy on bash-completion
Filename:
MIME Type:
Creator:
Alan Pevec
Created:
2013-02-10 23:42:57 UTC
Size:
2.02 KB
patch
obsolete
>From b426928ae35fc717453497589e446bc55b826d73 Mon Sep 17 00:00:00 2001 >From: Alan Pevec <apevec@redhat.com> >Date: Mon, 11 Feb 2013 00:40:56 +0100 >Subject: [PATCH] avoid dependecy on bash-completion > >Related: rhbz: 888939 >--- > python-novaclient.spec | 15 +++++++++++---- > 1 file changed, 11 insertions(+), 4 deletions(-) > >diff --git a/python-novaclient.spec b/python-novaclient.spec >index e8574e8..d2f8119 100644 >--- a/python-novaclient.spec >+++ b/python-novaclient.spec >@@ -1,7 +1,7 @@ > Name: python-novaclient > Epoch: 1 > Version: 2.10.0 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Python API and CLI for OpenStack Nova > > Group: Development/Languages >@@ -50,8 +50,12 @@ sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py > %{__python} setup.py install -O1 --skip-build --root %{buildroot} > mv %{buildroot}/usr/novaclient/versioninfo %{buildroot}%{python_sitelib}/novaclient/versioninfo > >-mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d >-install -pm 644 tools/nova.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/nova >+#mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d >+#install -pm 644 tools/nova.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/nova >+# rhbz 888939#c7: bash-completion is not in RHEL >+mkdir -p %{buildroot}%{_sysconfdir}/profile.d >+install -pm 644 tools/nova.bash_completion %{buildroot}%{_sysconfdir}/profile.d/nova.sh >+ > > # Delete tests > rm -fr %{buildroot}%{python_sitelib}/tests >@@ -68,12 +72,15 @@ rm -fr html/.doctrees html/.buildinfo > %{_bindir}/nova > %{python_sitelib}/novaclient > %{python_sitelib}/*.egg-info >-%{_sysconfdir}/bash_completion.d >+%{_sysconfdir}/profile.d/nova.sh > > %files doc > %doc html > > %changelog >+* Mon Feb 11 2013 Alan Pevec <apevec@redhat.com> 2.10.0-3 >+- avoid dependecy on bash-completion >+ > * Fri Dec 21 2012 Alan Pevec <apevec@redhat.com> 2.10.0-2 > - Include bash_completion file (#872544) (Alvaro Lopez Ortega) > - Add dependency on python-iso8601 (#881515) >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 888939
: 695946