You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
%define debug_package %{nil}
|
|
%define _build_id_links none
|
|
%define _disable_source_fetch 0
|
|
|
|
%define component_name ps4jb-git
|
|
|
|
Name: %{component_name}
|
|
Version: 52c9858
|
|
Release: alt1
|
|
License: GPLv3
|
|
Summary: This is an Offline full chain exploit for PS4 firmware 6.72, 7.02, 7.55 & 9.00 with 100% Success Rate
|
|
Group: System/Other
|
|
Packager: Vadim Morozov <vadim@morozoff.pro>
|
|
|
|
#BuildRequires: cmake make gcc gcc-c++
|
|
#Provides: crule-icon-theme = 0.0.%{version}-%{release}
|
|
Requires: node npm
|
|
|
|
Source0: https://github.com/DarkModderVC/PS4JB.git
|
|
|
|
%description
|
|
This is an Offline full chain exploit for PS4 firmware 6.72, 7.02, 7.55 & 9.00 with 100% Success Rate
|
|
|
|
%prep
|
|
%setup -qn PS4JB-master
|
|
|
|
%build
|
|
|
|
|
|
%install
|
|
|
|
cp -R * %buildroot%/usr/share/ps4jb
|
|
|
|
|
|
%files
|
|
%buildroot%/usr/share/ps4jb/*
|
|
|
|
%post
|
|
npm install -g serve
|
|
echo "Creating systemd service for PS4JB"
|
|
touch /lib/systemd/system/ps4jb.service
|
|
echo -e "#!/bin/bash\nnpm serve /usr/share/ps4jb" /usr/bin/ps4jb
|
|
echo -e "[Unit]\nPS4 Exploit Host\n[Service]\nStartLimitInterval=5\nStartLimitBurst=10\nExecStart=/usr/bin/ps4jb\n[Install]\nWantedBy=multi-user.target\n">/lib/systemd/system/ps4jb.service
|
|
systemctl enable ps4jb.service
|
|
systemctl daemon-reload
|
|
service ps4jb start
|
|
|
|
%changelog
|
|
* Sun May 14 2022 Vadim Morozov <vadim@morozoff.pro>
|
|
- Initial build
|