This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Github .
Bug 989424 - RFE: support spaces in Provides
Summary: RFE: support spaces in Provides
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Panu Matilainen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 578256
TreeView+ depends on / blocked
 
Reported: 2013-07-29 09:06 UTC by Daniel Mach
Modified: 2023-11-22 09:56 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-22 09:44:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github   rpm-software-management rpm issues 2776 0 None open RFE: support whitespace in manually specified dependencies 2023-11-22 09:56:04 UTC

Description Daniel Mach 2013-07-29 09:06:41 UTC
I wanted to add extra Provides to the system-release package, for example:
Provides: system-release(codename): Schrödinger’s Cat
I did not get what I expected...


Provides: system-release(codename): Schrödinger’s Cat
->
error: line 20: Illegal char in: Provides:       system-release(codename) = Schrödinger’s Cat


Provides: system-release(codename): Schrodingers Cat
->
system-release(codename) = Schrödinger’s
Cat


Provides:       system-release(codename) = "Schrodingers Cat"
error: line 20: Illegal char '"' in: Provides:       system-release(codename) = "Schrodingers Cat"



I know my use case is not typical, but still I think it should be considered valid. Provides should be able to cope with almost any characters, considering they're properly escaped or quoted.

Comment 1 Harald Hoyer 2014-08-13 10:12:47 UTC
Please also allow:

Provides: "/usr/bin/foo - bar - 1.0"

Comment 2 Panu Matilainen 2023-11-22 09:44:31 UTC
This isn't Fedora specific, moving upstream: https://github.com/rpm-software-management/rpm/issues/2776


Note You need to log in before you can comment on or make changes to this bug.