0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch 1.1 KB

1234567891011121314151617181920212223242526272829
  1. From 8dab19e27e7d8c81cf3fec4413172a7597c9da44 Mon Sep 17 00:00:00 2001
  2. From: Luke Shumaker <lukeshu@parabola.nu>
  3. Date: Wed, 25 May 2016 12:28:30 -0400
  4. Subject: [PATCH 4/7] FSDG: os-release: Default ID to "gnu-linux" instead of
  5. "linux"
  6. As far as I can tell, no code in this repository actually uses the ID
  7. field, so this is just a man page change.
  8. ---
  9. man/os-release.xml | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/man/os-release.xml b/man/os-release.xml
  12. index 1c069275c8..272258b4e1 100644
  13. --- a/man/os-release.xml
  14. +++ b/man/os-release.xml
  15. @@ -123,7 +123,7 @@
  16. <listitem><para>A lower-case string (no spaces or other characters outside of 0–9, a–z, ".", "_"
  17. and "-") identifying the operating system, excluding any version information and suitable for
  18. processing by scripts or usage in generated filenames. If not set, a default of
  19. - <literal>ID=linux</literal> may be used.</para>
  20. + <literal>ID=gnu-linux</literal> may be used.</para>
  21. <para>Examples: <literal>ID=fedora</literal>, <literal>ID=debian</literal>.</para></listitem>
  22. </varlistentry>
  23. --
  24. 2.18.0