pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>initrd</Name>
  6. <Homepage>https://gitlab.com/sulinos/devel/initrd</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A tool for generating initial ramdisk images</Summary>
  14. <Description>Initial ramdisk image creation utility with live boot support.</Description>
  15. <Archive type="targz" sha1sum="247385149150087f20fb0eff65231029f611a15b">https://gitlab.com/sulinos/devel/initrd/-/archive/1.1.4/initrd-1.1.4.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">0001-Adapted-to-Pisi-Linux.patch</Patch>
  18. <Patch level="1">0002-Made-initrd-follow-the-quite-boot-parameter.patch</Patch>
  19. <Patch level="1">0003-Improvements-for-continuous-live-boot.patch</Patch>
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>initrd</Name>
  24. <RuntimeDependencies>
  25. <Dependency>btrfs-progs</Dependency>
  26. </RuntimeDependencies>
  27. <Conflicts>
  28. <Package>mkinitramfs</Package>
  29. <Package>mkinitcpio</Package>
  30. </Conflicts>
  31. <Files>
  32. <Path fileType="executable">/bin/update-initrd</Path>
  33. <Path fileType="library">/lib/initrd</Path>
  34. </Files>
  35. <Provides>
  36. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  37. </Provides>
  38. </Package>
  39. <History>
  40. <Update release="6">
  41. <Date>2020-09-11</Date>
  42. <Version>1.1.4</Version>
  43. <Comment>Rebuild</Comment>
  44. <Name>Berk Çakar</Name>
  45. <Email>berk2238@hotmail.com</Email>
  46. </Update>
  47. <Update release="5">
  48. <Date>2020-09-09</Date>
  49. <Version>1.1.4</Version>
  50. <Comment>Rebuild</Comment>
  51. <Name>Berk Çakar</Name>
  52. <Email>berk2238@hotmail.com</Email>
  53. </Update>
  54. <Update release="4">
  55. <Date>2020-09-08</Date>
  56. <Version>1.1.4</Version>
  57. <Comment>Rebuild</Comment>
  58. <Name>Berk Çakar</Name>
  59. <Email>berk2238@hotmail.com</Email>
  60. </Update>
  61. <Update release="3">
  62. <Date>2020-09-08</Date>
  63. <Version>1.1.4</Version>
  64. <Comment>Rebuild</Comment>
  65. <Name>Berk Çakar</Name>
  66. <Email>berk2238@hotmail.com</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2020-09-06</Date>
  70. <Version>1.1.4</Version>
  71. <Comment>Rebuild</Comment>
  72. <Name>Berk Çakar</Name>
  73. <Email>berk2238@hotmail.com</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2020-09-06</Date>
  77. <Version>1.1.4</Version>
  78. <Comment>First release for Pisi Linux</Comment>
  79. <Name>Berk Çakar</Name>
  80. <Email>berk2238@hotmail.com</Email>
  81. </Update>
  82. </History>
  83. </PISI>