1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>initrd</Name>
- <Homepage>https://gitlab.com/sulinos/devel/initrd</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2+</License>
- <IsA>app:console</IsA>
- <Summary>A tool for generating initial ramdisk images</Summary>
- <Description>Initial ramdisk image creation utility with live boot support.</Description>
- <Archive type="targz" sha1sum="247385149150087f20fb0eff65231029f611a15b">https://gitlab.com/sulinos/devel/initrd/-/archive/1.1.4/initrd-1.1.4.tar.gz</Archive>
- <Patches>
- <Patch level="1">0001-Adapted-to-Pisi-Linux.patch</Patch>
- <Patch level="1">0002-Made-initrd-follow-the-quite-boot-parameter.patch</Patch>
- <Patch level="1">0003-Improvements-for-continuous-live-boot.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>initrd</Name>
- <RuntimeDependencies>
- <Dependency>btrfs-progs</Dependency>
- </RuntimeDependencies>
- <Conflicts>
- <Package>mkinitramfs</Package>
- <Package>mkinitcpio</Package>
- </Conflicts>
- <Files>
- <Path fileType="executable">/bin/update-initrd</Path>
- <Path fileType="library">/lib/initrd</Path>
- </Files>
- <Provides>
- <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
- </Provides>
- </Package>
- <History>
- <Update release="6">
- <Date>2020-09-11</Date>
- <Version>1.1.4</Version>
- <Comment>Rebuild</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-09-09</Date>
- <Version>1.1.4</Version>
- <Comment>Rebuild</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2020-09-08</Date>
- <Version>1.1.4</Version>
- <Comment>Rebuild</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2020-09-08</Date>
- <Version>1.1.4</Version>
- <Comment>Rebuild</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-09-06</Date>
- <Version>1.1.4</Version>
- <Comment>Rebuild</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-09-06</Date>
- <Version>1.1.4</Version>
- <Comment>First release for Pisi Linux</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- </History>
- </PISI>
|