Skip to content

Commit

Permalink
Update PURL-TYPES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo committed Oct 7, 2022
1 parent e1e7425 commit 16b5996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PURL-TYPES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ os
- Both ``name`` and ``namespace`` are not case-sensitive and must be lowercased.
- For rolling or testing distributions, the ``version`` should be set to the rolling channel identifier or branch name. Such as ``edge`` for alpine, or ``sid`` for debian. In case no such identifier is available, no version should be set.
- For MacOS, the namespace should be set to ``apple`` and the name as ``macos``. The version string should match the ``ProductVersion`` returned by the ``sw_vers`` command.
- For Windows, the namespace should be set to ``microsoft`` and the name as ``windows``. For special editions, the name should be hyphenated with the ``windows`` prefix, for eg: ``windows-server``, ``windows-embedded``, ``windows-mobile`` etc. Version should match the ``Version`` as returned by the ``winver`` command.
- For Windows, the namespace should be set to ``microsoft`` and the name as ``windows``. For special editions, the name should be hyphenated with the ``windows`` prefix, for eg: ``windows-server``, ``windows-embedded``, ``windows-mobile`` etc. Version should match the ``Version`` as returned by the ``ver`` command.
- Optional qualifiers may include:

- ``arch``: key for a package architecture
Expand Down

0 comments on commit 16b5996

Please sign in to comment.