Package usrmerge-hier-convert: Information

    Binary package: usrmerge-hier-convert
    Version: 0.7-alt1
    Architecture: noarch
    Build time:  Apr 30, 2024, 10:24 AM
    Source package: usrmerge
    Category: System/Base
    Report package bug
    License: MIT
    Summary: Hierarchy conversion script
    Description: 
    A script which merges /bin, /sbin, /lib, /liblib64 with their counterparts
    under /usr, as safely as possible.
    
    This package contains the script which converts the hierarchy layout.
    It is intended to be called from a filetrigger or in rpm pretrans stage, but
    can be invoked directly by an administrator who knows what they are doing.

    Maintainer: Arseny Maslennikov

    List of contributors:
    Arseny Maslennikov

    Last changed


    April 29, 2024 Arseny Maslennikov 0.7-alt1
    - 0.6 -> 0.7; see commit history for details.
      Notably:
      + Fixed handling of certain symlinks displaced by the conversion.
    - Removed the usrmerge-block subpackage. It did not work as-is anyway. :)
    April 11, 2024 Arseny Maslennikov 0.6-alt2
    - Fixed output of usrmerge-ensure scripts when standard output is a file.
    April 11, 2024 Arseny Maslennikov 0.6-alt1
    - 0.5 -> 0.6; see commit history for details.
      Notably:
      + Made hier-convert to call fsync(2) just after the conversion.