Opened 10 years ago
Closed 10 years ago
#11541 closed bug (fixed)
NetFS .hpkg is not installable.
Reported by: | bbjimmy | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/NetFS | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The new NetFS .hpkg, http://download.haiku-os.org/haiku-repositories/master/x86_gcc2/current/packages/netfs-r1~alpha4_pm_hrev48408-1-x86_gcc2.hpkg requires userlandfs, but userlandfs supplies userland_fs
adding the underscore in the .Packageinfo file resolves the issue and allows the package to be installed.
is: package-attributes:
name: netfs summary: NetFS description: The package contains the NetFS add-on and servers. vendor: Haiku Project packager: The Haiku build system architecture: x86_gcc2 version: hrev1~alpha4_pm_hrev48408-1 copyright: 2001-2014 Haiku, Inc. et al license: MIT provides: netfs = hrev1~alpha4_pm_hrev48408-1 (compatible >= hrev1~alpha1) requires: userlandfs
should be:
package-attributes:
name: netfs summary: NetFS description: The package contains the NetFS add-on and servers. vendor: Haiku Project packager: The Haiku build system architecture: x86_gcc2 version: hrev1~alpha4_pm_hrev48408-1 copyright: 2001-2014 Haiku, Inc. et al license: MIT provides: netfs = hrev1~alpha4_pm_hrev48408-1 (compatible >= hrev1~alpha1) requires: userland_fs
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Replying to bbjimmy: