mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-25 06:11:26 +00:00
add additional modules to devel
This commit is contained in:
parent
bf89babc75
commit
61dd9c9890
@ -25,5 +25,6 @@ if [ $? -eq 0 ]; then
|
||||
pushd "${TARGET_DIR}/latest-Rocky-$SHORT-8/compose/$SHORT" || { echo "Could not switch."; exit 1; }
|
||||
echo "Moving i386 to i686"
|
||||
mv i386 i686
|
||||
ln -s i686 i386
|
||||
popd || { echo "Could not switch."; exit 1; }
|
||||
fi
|
||||
|
BIN
shared/.additional_and_filter_packages.conf.swp
Normal file
BIN
shared/.additional_and_filter_packages.conf.swp
Normal file
Binary file not shown.
@ -8,8 +8,8 @@
|
||||
<arch>x86_64</arch>
|
||||
<arch>i386</arch>
|
||||
</arches>
|
||||
<!-- Build Modules -->
|
||||
<modules>
|
||||
<!-- Build Modules -->
|
||||
<module>gimp:2.8</module>
|
||||
<module>go-toolset:rhel8</module>
|
||||
<module>httpd:2.4</module>
|
||||
@ -31,6 +31,15 @@
|
||||
<module>subversion:1.10</module>
|
||||
<module>swig:3.0</module>
|
||||
<module>virt:rhel</module>
|
||||
<!-- Dependent Modules -->
|
||||
<module>nginx:1.14</module>
|
||||
<module>perl:5.24</module>
|
||||
<module>perl:5.26</module>
|
||||
<module>perl:5.30</module>
|
||||
<module>perl:5.32</module>
|
||||
<module>python27:2.7</module>
|
||||
<!-- Avoid buildroot packages with these -->
|
||||
<module>python36:3.6</module>
|
||||
</modules>
|
||||
</variant>
|
||||
</variants>
|
||||
|
Loading…
Reference in New Issue
Block a user