fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

Introduce javapackages-filesystem package #54

Closed mizdebsk closed 6 years ago

mizdebsk commented 6 years ago

JDK packages require javapackages-tools because it owns directories into which JDK install their files. But javapackages-tools requires default system Java (currently java-1.8.0-openjdk-headless). This means that installing non-default JDK (such as 9 or 10) can pull in OpenJDK 8 as a dependency.

This PR attempts to improve the situation by introducing minimal filesystem package, which JDK packages will be able to require instead of javapackages-tools.

CC @judovana

codecov-io commented 6 years ago

Codecov Report

Merging #54 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   90.12%   90.12%           
=======================================
  Files          43       43           
  Lines        3150     3150           
=======================================
  Hits         2839     2839           
  Misses        311      311

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8123855...9f97153. Read the comment docs.

mizdebsk commented 6 years ago

Rebased. The package successfully builds and it can be installed without problems - tested on rawhide-test.fedorainfracloud.org.