File libfshfs.changes of Package failed_libfshfs

Repair summary for package failed_libfshfs

Root cause:
- rpmbuild failed with: "error: line 60: %files devel : package libfshfs-devel does not exist".
- The spec used incorrect %files package selectors: "%files -n %name-tools" and "%files -n %name-devel" used an incorrect macro syntax (%name) which was not expanded as intended, causing rpmbuild to interpret the section as "%files devel" and report missing package.

Fix applied (minimal):
- Edited file: libfshfs.spec
- Replaced the incorrect %files lines to use the proper macro expansion: "%files -n %{name}-tools" and "%files -n %{name}-devel".
- Also normalized the main library %files selector to "%files -n %{lname}" to ensure consistent macro use.

Files modified:
- temp_workspace/failed_libfshfs/libfshfs.spec (full file content replaced; only the minimal macro fixes applied.)
- temp_workspace/failed_libfshfs/libfshfs.changes (this log).

Verification:
- The spec file now uses correct %{name} and %{lname} macro forms for %files -n directives, which should resolve the rpmbuild package-not-exist error.

Notes:
- No source archive was extracted; packaging was not required.
- Next step: trigger rebuild on OBS to confirm the package now builds successfully.
openSUSE Build Service is sponsored by