Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11033616
D4075.id10620.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D4075.id10620.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libm.so.6
diff --git a/files/0001-Add-Solus-liability-waiver.patch b/files/0001-Add-Solus-liability-waiver.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-Add-Solus-liability-waiver.patch
@@ -0,0 +1,25 @@
+From d70387c00855448e1467740d81464e7993b7ab1f Mon Sep 17 00:00:00 2001
+From: James Lee <jamesl33info@gmail.com>
+Date: Mon, 29 Oct 2018 16:45:39 +0000
+Subject: [PATCH] Add Solus liability waiver
+
+---
+ intel-undervolt.conf | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/intel-undervolt.conf b/intel-undervolt.conf
+index 5ea90c7..3753b68 100644
+--- a/intel-undervolt.conf
++++ b/intel-undervolt.conf
+@@ -1,3 +1,9 @@
++# DISCLAIMER - Solus/The Solus team do not condone the use of intel-undervolt
++# without doing proper research beforehand. If done incorrectly you could
++# permanently damage your hardware. Solus and/or The Solus team take no
++# responsibility for any damage caused to your hardware from the incorrect
++# use of the intel-undervolt software.
++
+ # CPU Undervolting
+ # Usage: apply ${index} ${display_name} ${undervolt_value}
+ # Example: apply 2 'CPU Cache' -25.84
+--
+2.19.1
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,19 @@
+name : intel-undervolt
+version : 1.5
+release : 1
+source :
+ - https://github.com/kitsunyan/intel-undervolt/archive/1.5.tar.gz : cf30fb2651eee8bb15e89be7964157ebe0aeeb1bb518ec1706cd508b147348f4
+license : GPL-3.0-or-later
+component : system.utils
+summary : Intel CPU undervolting tool
+description: |
+ intel-undervolt is a tool for undervolting Haswell and newer Intel CPUs
+ using MSR. DISCLAIMER - Solus and/or The Solus team take no responsibility
+ for any damage caused to your hardware from the incorrect use of the
+ intel-undervolt software.
+setup : |
+ %patch -p1 < $pkgfiles/0001-Add-Solus-liability-waiver.patch
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,43 @@
+<PISI>
+ <Source>
+ <Name>intel-undervolt</Name>
+ <Packager>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Intel CPU undervolting tool</Summary>
+ <Description xml:lang="en">intel-undervolt is a tool for undervolting Haswell and newer Intel CPUs
+using MSR. DISCLAIMER - Solus and/or The Solus team take no responsibility
+for any damage caused to your hardware from the incorrect use of the
+intel-undervolt software.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>intel-undervolt</Name>
+ <Summary xml:lang="en">Intel CPU undervolting tool</Summary>
+ <Description xml:lang="en">intel-undervolt is a tool for undervolting Haswell and newer Intel CPUs
+using MSR. DISCLAIMER - Solus and/or The Solus team take no responsibility
+for any damage caused to your hardware from the incorrect use of the
+intel-undervolt software.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="config">/etc/intel-undervolt.conf</Path>
+ <Path fileType="executable">/usr/bin/intel-undervolt</Path>
+ <Path fileType="library">/usr/lib/systemd/system/intel-undervolt-loop.service</Path>
+ <Path fileType="library">/usr/lib/systemd/system/intel-undervolt.service</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-10-29</Date>
+ <Version>1.5</Version>
+ <Comment>Packaging update</Comment>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 3:53 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800920
Default Alt Text
D4075.id10620.diff (4 KB)
Attached To
Mode
D4075: Initial packaging of intel-undervolt
Attached
Detach File
Event Timeline
Log In to Comment