#1137 Fix some formatting
Merged 2 years ago by tibbs. Opened 2 years ago by oturpe.
oturpe/packaging-committee some-formatting  into  master

Fix some formatting
Otto Urpelainen • 2 years ago  
@@ -639,23 +639,28 @@ 

  === Effect of the UsrMove Fedora Feature

  

  Fedora has merged several directories in `+/+`

- with their counterparts in `+/usr/+`.

+ with their counterparts in `+/usr/+`:

  

- /bin

+ [cols=",,"]

+ |===

+ |Path|Merged with|RPM Macro

  

- /usr/bin aka %\{_bindir}

+ |`+/bin+`

+ |`+/usr/bin+`

+ |`+{_bindir}+`

  

- /sbin

+ |`+/sbin+`

+ |`+/usr/sbin+`

+ |`+%{_sbindir}+`

  

- /usr/sbin aka %\{_sbindir}

+ |`+/lib64+` or `+/lib+`

+ |`+/usr/lib64+` or `+/usr/lib+`

+ |`+%{_libdir}+`

  

- /lib64 or /lib

- 

- /usr/lib64 or /usr/lib aka %\{_libdir}

- 

- /lib

- 

- /usr/lib aka %\{_prefix}/lib

+ |`+/lib+`

+ |`+/usr/lib+`

+ |`+%{_prefix}/lib+`

+ |===

  

  For example, end users will find that `+/bin/sh+`

  is the same file as `+/usr/bin/sh+`.
@@ -825,9 +830,9 @@ 

  Packages SHOULD NOT include file dependencies

  outside of the following directories:

  

- * /usr/bin

- * /usr/sbin

- * /etc

+ * `+/usr/bin+`

+ * `+/usr/sbin+`

+ * `+/etc+`

  

  Please also note that it is not uncommon

  for multiple packages to provide the same directory.

Certain paths were not monospace formatted.
Formatting of UsrMove merged paths table was somehow corrupted,
replaced with a working AsciiDoc table definition.

Pull-Request has been merged by tibbs

2 years ago
Metadata