cedadev / extra-sci-packages

A set of RPM packages to supplement Jaspy to provide an scientific analysis environment for CentOS7
1 stars 0 forks source link

make the jasmin-sci-eccodes2_27 RPM own the package-specific directories #30

Closed alaniwi closed 5 months ago

alaniwi commented 5 months ago

A very minor issue, but

Tweak the file list for eccodes to own the whole of /opt/rh/jasmin-sci/root/opt/eccodes2.27.1 rather than selected files, or at least to explicitly include certain directories:

/opt/rh/jasmin-sci/root/opt/eccodes2.27.1
/opt/rh/jasmin-sci/root/opt/eccodes2.27.1/bin
/opt/rh/jasmin-sci/root/opt/eccodes2.27.1/include
/opt/rh/jasmin-sci/root/opt/eccodes2.27.1/lib64
/opt/rh/jasmin-sci/root/opt/eccodes2.27.1/lib64/cmake
/opt/rh/jasmin-sci/root/opt/eccodes2.27.1/lib64/pkgconfig
/opt/rh/jasmin-sci/root/opt/eccodes2.27.1/share

so that they end up owned by that RPM rather than the "filesystem" RPM.

(Need to bump version also for filesystem when rebuilding.)