Opened 22 months ago

Closed 22 months ago

Last modified 20 months ago

#18159 closed enhancement (fixed)

fuse3-3.15.0

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (6)

comment:1 by Douglas R. Reno, 22 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 22 months ago

Improved support for some less common systems (32 bit, alternative libcs)
Unsupported mount options are no longer silently accepted.
auto_unmount is now compatible with allow_other.

comment:3 by Xi Ruoyao, 22 months ago

I cannot run the tests now, the error is:

ModuleNotFoundError: No module named 'looseversion'

in reply to:  3 comment:4 by Xi Ruoyao, 22 months ago

Replying to Xi Ruoyao:

I cannot run the tests now, the error is:

ModuleNotFoundError: No module named 'looseversion'

Workaround:

python3 -m venv --system-site-packages testenv &&
source testenv/bin/activate &&
pip3 install looseversion &&
python3 /usr/bin/pytest
deactivate

comment:5 by Douglas R. Reno, 22 months ago

Resolution: fixed
Status: assignedclosed

comment:6 by Bruce Dubbs, 20 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.