123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cgmanager</Name>
- <Homepage>https://github.com/lxc/cgmanager</Homepage>
- <Packager>
- <Name>Aydın Demirel</Name>
- <Email>aydin.demirel@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <IsA>app:console</IsA>
- <Summary>Central cgroup management daemon</Summary>
- <Description>CGManager is a central privileged daemon that manages all your cgroups for you through a simple DBus API.</Description>
- <Archive sha1sum="52c0a05c64deb0053b737f736fe63660c469fb15" type="targz">https://github.com/lxc/cgmanager/archive/v0.42.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>popt-devel</Dependency>
- <Dependency>libnih-devel</Dependency>
- <Dependency>pam-devel</Dependency>
- <Dependency>help2man</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>cgmanager</Name>
- <RuntimeDependencies>
- <Dependency>libnih</Dependency>
- <Dependency>pam</Dependency>
- <Dependency>popt</Dependency>
- <Dependency>dbus</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/libexec/cgmanager/cgm-release-agent</Path>
- <Path fileType="library">/lib/security</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/cgmanager</Path>
- <Path fileType="library">/usr/lib/libcgmanager*</Path>
- </Files>
- <Provides>
- <COMAR script="service.py">System.Service</COMAR>
- </Provides>
- </Package>
- <Package>
- <Name>cgmanager-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">cgmanager</Dependency>
- <Dependency>libnih-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2020-09-01</Date>
- <Version>0.42</Version>
- <Comment>fixed "Unknown subsys name 'subsystems'" error</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2020-02-01</Date>
- <Version>0.42</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-13</Date>
- <Version>0.41</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-01-15</Date>
- <Version>0.41</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-28</Date>
- <Version>0.39</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-08</Date>
- <Version>0.39</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-09-10</Date>
- <Version>0.39</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|