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

ensure all dirs owned by a package #1

Closed alaniwi closed 3 years ago

alaniwi commented 5 years ago

Removing the jasmin-sci-* leaves some empty dirs under /opt/rh/jasmin-sci (because they are not owned by any package but just created automatically as parent dirs in RPM install). Create a jasmin-sci-filesystem package that owns all these empty directories.

alaniwi commented 5 years ago

Examples:

file /opt/rh/jasmin-sci/root/usr/lib/pkgconfig is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/icons/hicolor/128x128 is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/icons/hicolor/128x128/apps is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/icons/hicolor/scalable is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/icons/hicolor/scalable/apps is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/mo_unpack is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/locale/pt_BR is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/locale/pt_BR/LC_MESSAGES is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/locale/ko is not owned by any package
file /opt/rh/jasmin-sci/root/usr/share/locale/ko/LC_MESSAGES is not owned by any package

etc....

alaniwi commented 3 years ago

fix ready to deploy