Skip to content

Commit adbf550

Browse files
committed
Update RApache for R-4.5
1 parent f20b2e0 commit adbf550

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docker/centos-7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ RUN \
2626

2727
RUN \
2828
cd ~ && \
29-
wget --quiet https://github.com/jeffreyhorner/rapache/archive/v1.2.9.tar.gz -O rapache-1.2.9.tar.gz && \
30-
tar xzvf rapache-1.2.9.tar.gz rapache-1.2.9/rpm/rapache.spec --strip-components 2 && \
31-
mv -f rapache-1.2.9.tar.gz ~/rpmbuild/SOURCES/ && \
29+
wget --quiet https://github.com/jeffreyhorner/rapache/archive/v1.2.11.tar.gz -O rapache-1.2.11.tar.gz && \
30+
tar xzvf rapache-1.2.11.tar.gz rapache-1.2.11/rpm/rapache.spec --strip-components 2 && \
31+
mv -f rapache-1.2.11.tar.gz ~/rpmbuild/SOURCES/ && \
3232
mv -f rapache.spec ~/rpmbuild/SPECS/ && \
3333
rpmbuild -ba ~/rpmbuild/SPECS/rapache.spec
3434

docker/fedora/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ RUN \
1919

2020
RUN \
2121
cd ~ && \
22-
wget --quiet https://github.com/jeffreyhorner/rapache/archive/v1.2.9.tar.gz -O rapache-1.2.9.tar.gz && \
23-
tar xzvf rapache-1.2.9.tar.gz rapache-1.2.9/rpm/rapache.spec --strip-components 2 && \
24-
mv -f rapache-1.2.9.tar.gz ~/rpmbuild/SOURCES/ && \
22+
wget --quiet https://github.com/jeffreyhorner/rapache/archive/v1.2.11.tar.gz -O rapache-1.2.11.tar.gz && \
23+
tar xzvf rapache-1.2.11.tar.gz rapache-1.2.11/rpm/rapache.spec --strip-components 2 && \
24+
mv -f rapache-1.2.11.tar.gz ~/rpmbuild/SOURCES/ && \
2525
mv -f rapache.spec ~/rpmbuild/SPECS/ && \
2626
rpmbuild -ba ~/rpmbuild/SPECS/rapache.spec
2727

docker/rocky-8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN \
2525

2626
RUN \
2727
cd ~ && \
28-
wget --quiet https://github.com/jeffreyhorner/rapache/archive/v1.2.9.tar.gz -O rapache-1.2.9.tar.gz && \
29-
tar xzvf rapache-1.2.9.tar.gz rapache-1.2.9/rpm/rapache.spec --strip-components 2 && \
30-
mv -f rapache-1.2.9.tar.gz ~/rpmbuild/SOURCES/ && \
28+
wget --quiet https://github.com/jeffreyhorner/rapache/archive/v1.2.11.tar.gz -O rapache-1.2.11.tar.gz && \
29+
tar xzvf rapache-1.2.11.tar.gz rapache-1.2.11/rpm/rapache.spec --strip-components 2 && \
30+
mv -f rapache-1.2.11.tar.gz ~/rpmbuild/SOURCES/ && \
3131
mv -f rapache.spec ~/rpmbuild/SPECS/ && \
3232
rpmbuild -ba ~/rpmbuild/SPECS/rapache.spec
3333

docker/rocky-9/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN \
2525

2626
RUN \
2727
cd ~ && \
28-
wget --quiet https://github.com/jeffreyhorner/rapache/archive/v1.2.9.tar.gz -O rapache-1.2.9.tar.gz && \
29-
tar xzvf rapache-1.2.9.tar.gz rapache-1.2.9/rpm/rapache.spec --strip-components 2 && \
30-
mv -f rapache-1.2.9.tar.gz ~/rpmbuild/SOURCES/ && \
28+
wget --quiet https://github.com/jeffreyhorner/rapache/archive/v1.2.11.tar.gz -O rapache-1.2.11.tar.gz && \
29+
tar xzvf rapache-1.2.11.tar.gz rapache-1.2.11/rpm/rapache.spec --strip-components 2 && \
30+
mv -f rapache-1.2.11.tar.gz ~/rpmbuild/SOURCES/ && \
3131
mv -f rapache.spec ~/rpmbuild/SPECS/ && \
3232
rpmbuild -ba ~/rpmbuild/SPECS/rapache.spec
3333

0 commit comments

Comments
 (0)