Page MenuHomeSolus

D596.diff
No OneTemporary

D596.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1 +1,2 @@
libc.so.6
+libsensors.so.4
diff --git a/actions.py b/actions.py
deleted file mode 100644
--- a/actions.py
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#!/usr/bin/python
-
-
-from pisi.actionsapi import shelltools, get, autotools, pisitools
-
-
-def setup():
- autotools.configure("--sysconfdir=/etc/sysstat")
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodir("/var/log/sa")
diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<PISI>
- <Name>system.utils</Name>
-</PISI>
-
diff --git a/files/colorsysstat.sh b/files/colorsysstat.sh
new file mode 100644
--- /dev/null
+++ b/files/colorsysstat.sh
@@ -0,0 +1,2 @@
+# Color sysstat output
+export S_COLORS=${S_COLORS-auto}
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,39 @@
+name : sysstat
+version : 11.6.0
+release : 2
+source :
+ - https://pagesperso-orange.fr/sebastien.godard/sysstat-11.6.0.tar.xz : 122172f5730162efd80e74fbbc0eeee8facfe10b30f38fe4b8f0693588474ee4
+license : GPL-2.0
+component : system.utils
+summary : System performance tools for the Linux operating system
+description: |
+ The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
+ pidstat, cifsiostat and sa tools for Linux.
+ The sar command collects and reports system activity information.
+ The information collected by sar can be saved in a file in a binary
+ format for future inspection. The statistics reported by sar concern
+ I/O transfer rates, paging activity, process-related activities,
+ interrupts, network activity, memory and swap space utilization, CPU
+ utilization, kernel activities and TTY statistics, among others. Both
+ UP and SMP machines are fully supported.
+ The sadf command may be used to display data collected by sar in
+ various formats (CSV, XML, etc.).
+ The iostat command reports CPU utilization and I/O statistics for disks.
+ The tapestat command reports statistics for tapes connected to the system.
+ The mpstat command reports global and per-processor statistics.
+ The pidstat command reports statistics for Linux tasks (processes).
+ The cifsiostat command reports I/O statistics for CIFS file systems.
+builddeps :
+ - lm_sensors-devel
+setup : |
+ %configure --sysconfdir=/etc/sysstat \
+ --enable-copy-only \
+ --enable-install-cron \
+ --with-systemdsystemunitdir=%libdir%/systemd/system
+build : |
+ %make
+install : |
+ %make_install
+
+ mkdir -p $installdir/usr/share/defaults/etc/profile.d
+ install -m 644 $pkgfiles/colorsysstat.sh $installdir/usr/share/defaults/etc/profile.d
diff --git a/pspec.xml b/pspec.xml
deleted file mode 100644
--- a/pspec.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE PISI SYSTEM "http://www.solusos.com/standard/pisi-spec.dtd">
-<PISI>
- <Source>
- <Name>sysstat</Name>
- <Homepage>http://sebastien.godard.pagesperso-orange.fr/</Homepage>
- <Packager>
- <Name>Justin Krehel</Name>
- <Email>justin@solusos.com</Email>
- </Packager>
- <Summary>utilities to monitor system performance and usage activity</Summary>
- <Description> sysstat is a package that has utilities to monitor system performance and usage activity. Many of these tools can be used via cron to collect reports.</Description>
- <License>GPLv2</License>
- <Archive sha1sum="e59ef29e9dea494e8eef7274e6f2336e2281eee9" type="targz">http://perso.orange.fr/sebastien.godard/sysstat-10.0.5.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>ncurses-devel</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>sysstat</Name>
- <RuntimeDependencies>
- <Dependency>ncurses</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/sysconfig</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/var/log/sa</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="1">
- <Date>03-23-2013</Date>
- <Version>10.0.5</Version>
- <Comment>Add sysstat to repositories</Comment>
- <Name>Justin Krehel</Name>
- <Email>justin@solusos.com</Email>
- </Update>
- </History>
-</PISI>
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,79 @@
+<PISI>
+ <Source>
+ <Name>sysstat</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">System performance tools for the Linux operating system</Summary>
+ <Description xml:lang="en">The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
+pidstat, cifsiostat and sa tools for Linux.
+The sar command collects and reports system activity information.
+The information collected by sar can be saved in a file in a binary
+format for future inspection. The statistics reported by sar concern
+I/O transfer rates, paging activity, process-related activities,
+interrupts, network activity, memory and swap space utilization, CPU
+utilization, kernel activities and TTY statistics, among others. Both
+UP and SMP machines are fully supported.
+The sadf command may be used to display data collected by sar in
+various formats (CSV, XML, etc.).
+The iostat command reports CPU utilization and I/O statistics for disks.
+The tapestat command reports statistics for tapes connected to the system.
+The mpstat command reports global and per-processor statistics.
+The pidstat command reports statistics for Linux tasks (processes).
+The cifsiostat command reports I/O statistics for CIFS file systems.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>sysstat</Name>
+ <Summary xml:lang="en">System performance tools for the Linux operating system</Summary>
+ <Description xml:lang="en">The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
+pidstat, cifsiostat and sa tools for Linux.
+The sar command collects and reports system activity information.
+The information collected by sar can be saved in a file in a binary
+format for future inspection. The statistics reported by sar concern
+I/O transfer rates, paging activity, process-related activities,
+interrupts, network activity, memory and swap space utilization, CPU
+utilization, kernel activities and TTY statistics, among others. Both
+UP and SMP machines are fully supported.
+The sadf command may be used to display data collected by sar in
+various formats (CSV, XML, etc.).
+The iostat command reports CPU utilization and I/O statistics for disks.
+The tapestat command reports statistics for tapes connected to the system.
+The mpstat command reports global and per-processor statistics.
+The pidstat command reports statistics for Linux tasks (processes).
+The cifsiostat command reports I/O statistics for CIFS file systems.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="config">/etc/sysconfig/sysstat</Path>
+ <Path fileType="config">/etc/sysconfig/sysstat.ioconf</Path>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib64/sa/sa1</Path>
+ <Path fileType="library">/usr/lib64/sa/sa2</Path>
+ <Path fileType="library">/usr/lib64/sa/sadc</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/sysstat-collect.service</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/sysstat-collect.timer</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/sysstat-summary.service</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/sysstat-summary.timer</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/sysstat.service</Path>
+ <Path fileType="data">/usr/share/defaults/etc/profile.d/colorsysstat.sh</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/var/log/sa</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="2">
+ <Date>2017-08-18</Date>
+ <Version>11.6.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 8, 6:42 PM (3 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792866
Default Alt Text
D596.diff (9 KB)

Event Timeline