← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1597584] Re: error: Installed (but unpackaged) file(s) found: /usr/bin/keystone-all

 

The spec file is not maintained in the upsteam code base, this looks
like an issue from your env or the bug from OSV.

** Changed in: keystone
       Status: New => Opinion

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1597584

Title:
  error: Installed (but unpackaged) file(s) found: /usr/bin/keystone-all

Status in OpenStack Identity (keystone):
  Opinion

Bug description:
  When using the Mitaka version of the source code to compile RPM
  keystone and keystoneclient package,the following error is reported as
  follows;

  keystone problem;
  RPM build errors:
      Installed (but unpackaged) file(s) found:
     /usr/bin/keystone-all

  keystoneclient problem;
  RPM build errors:
      Installed (but unpackaged) file(s) found:
     /usr/bin/keystone

  I found that in the spec file to add the following sentenc, the
  problem can be solved.So I think the default generated spec file
  should have the problem.

  openstack-keystone.spec;
  %{_bindir}/keystone-all

  openstack-keystoneclient.spec;
  %{_bindir}/keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1597584/+subscriptions


References