File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,8 @@ run dnf install -y --skip-broken \
36
36
nodejs npm createrepo mock rpmdevtools
37
37
run dnf --disablerepo=\* --enablerepo=baseos groupinstall -y " Development Tools"
38
38
39
- run ln -sf /etc/mock/eol/centos+epel-7-aarch64.cfg /etc/mock/centos+epel-7-aarch64.cfg
40
39
41
40
KEYSERVERS=(
42
- hkp://keyserver.pgp.com
43
41
hkp://keys.gnupg.net
44
42
ha.pool.sks-keyservers.net
45
43
hkp://p80.pool.sks-keyservers.net:80
74
72
run curl --fail -sSLo /tmp/rvm.sh https://get.rvm.io
75
73
run bash /tmp/rvm.sh stable
76
74
source /usr/local/rvm/scripts/rvm
77
- RUBY=3.1.2
75
+ RUBY=3.1.6
78
76
run rvm install ruby-$RUBY || cat /usr/local/rvm/log/* _ruby-$RUBY /make.log
79
77
rvm use ruby-$RUBY
80
78
rvm --default ruby-$RUBY
@@ -85,7 +83,7 @@ header "Miscellaneous"
85
83
run sed -i ' s/Defaults requiretty//' /etc/sudoers
86
84
run cp /pra_build/sudoers.conf /etc/sudoers.d/app
87
85
run chmod 440 /etc/sudoers.d/app
88
-
86
+ sed -ie ' s/\(account required pam_unix.so\)/\1 broken_shadow/g ' /etc/pam.d/system-auth
89
87
run usermod -a -G mock app
90
88
run sudo -u app -H rpmdev-setuptree
91
89
You can’t perform that action at this time.
0 commit comments