Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#### From [ESSENTIAL KAOS Public Repository](https://pkgs.kaos.st)

```bash
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install rbbuild
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install rbbuild
```

#### Using Makefile and Git
Expand Down
11 changes: 11 additions & 0 deletions SOURCES/defs/jruby-10.0.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# -- [RBdef] --
# UPDATED 15/Apr/2025 14:38:46 by Anton Novojilov <andy@essentialkaos.com>

deps(rpm): make gcc gcc-c++ jre21
deps(deb): make gcc build-essentials openjdk-11

[default]
package: "jruby-10.0.0.0" "https://s3.amazonaws.com/jruby.org/downloads/10.0.0.0/jruby-bin-10.0.0.0.tar.gz" "6c3fdec21aee16343f3735eb5940a59bc0d6a26e" jruby

[essentialkaos]
package: "jruby-10.0.0.0" "https://ruby.kaos.st/jruby-10.0.0.0.tzst" "983f07c277d1ede901b627ae65335759c11f9a33" jruby
5 changes: 4 additions & 1 deletion rbbuild-defs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: Def files for rbbuild utility
Name: rbbuild-defs
Version: 2.0.12
Version: 2.0.13
Release: 0%{?dist}
License: Apache License, Version 2.0
Vendor: ESSENTIAL KAOS
Expand Down Expand Up @@ -51,6 +51,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Tue Apr 15 2025 Anton Novojilov <andy@essentialkaos.com> - 2.0.13-0
- Added jruby-10.0.0.0

* Mon Apr 14 2025 Anton Novojilov <andy@essentialkaos.com> - 2.0.12-0
- Added 3.1.7
- Added 3.1.7-jemalloc
Expand Down