Package usrmerge: Information

  • Default inline alert: Version in the repository: 0.7-alt1

Source package: usrmerge
Version: 0.6-alt1
Latest version according to Repology
Build time:  Apr 11, 2024, 04:49 AM in the task #344906
Category: Other
Report package bug
License: MIT
Summary: transition to merged usr
Description: 
A toolset to merge /bin, /sbin, /lib, /lib64 with their counterparts
under /usr, as safely as possible.

List of rpms provided by this srpm:
usrmerge (x86_64, ppc64le, i586, aarch64)
usrmerge-block (noarch)
usrmerge-debuginfo (x86_64, ppc64le, i586, aarch64)
usrmerge-ensure (noarch)
usrmerge-hier-convert (noarch)

Maintainer: Arseny Maslennikov

List of contributors:
Arseny Maslennikov


    1. gcc
    2. make

Last changed


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.
April 9, 2024 Arseny Maslennikov 0.5-alt1
- 0.4 -> 0.5; see commit history for details.
  Notably:
  + Taught hier-convert to fix symlinks in unmerged dirs pointing
    to a location which usrmerge maps to itself. (Closes: 49472)
- Introduced new subpackages:
  + usrmerge-block;
  + usrmerge-ensure.
March 25, 2024 Arseny Maslennikov 0.4-alt1
- 0.3 -> 0.4; see commit history for details.
  Notably:
  + Added a resolution rule for byte-for-byte equivalent symlinks.
    (Closes: 49533)