pspec.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>baselayout</Name>
  6. <Homepage>https://pisilinux.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <IsA>data</IsA>
  15. <Summary>Filesystem baselayout</Summary>
  16. <Description>baselayout creates the Pisi Linux Linux main filesystem hierarchy.</Description>
  17. <Archive sha1sum="01938089490008e73aae63cf8917a848736e2f7c" type="targz">https://sourceforge.net/projects/pisilinux/files/source/baselayout-3.10.1.tar.gz</Archive>
  18. <Patches>
  19. <Patch>group_fstab.patch</Patch>
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>baselayout</Name>
  24. <RuntimeDependencies>
  25. <Dependency>pypolkit</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable" permanent="true">/bin</Path>
  29. <Path fileType="executable" permanent="true">/sbin</Path>
  30. <Path fileType="library" permanent="true">/lib*</Path>
  31. <Path fileType="config" permanent="true">/etc</Path>
  32. <Path fileType="data" permanent="true">/etc/pisilinux-release</Path>
  33. <Path fileType="data" permanent="true">/media</Path>
  34. <Path fileType="data" permanent="true">/boot</Path>
  35. <Path fileType="data" permanent="true">/proc</Path>
  36. <Path fileType="data" permanent="true">/home</Path>
  37. <Path fileType="data" permanent="true">/mnt</Path>
  38. <Path fileType="data" permanent="true">/opt</Path>
  39. <Path fileType="data" permanent="true">/dev</Path>
  40. <Path fileType="data" permanent="true">/run</Path>
  41. <Path fileType="data" permanent="true">/sys</Path>
  42. <Path fileType="data" permanent="true">/srv</Path>
  43. <Path fileType="data" permanent="true">/tmp</Path>
  44. <Path fileType="data" permanent="true">/usr</Path>
  45. <Path fileType="data" permanent="true">/var</Path>
  46. <Path fileType="config">/usr/lib/tmpfiles.d/baselayout.conf</Path>
  47. </Files>
  48. <AdditionalFiles>
  49. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/baselayout.conf">baselayout.conf</AdditionalFile>
  50. <!-- Update these from fedora's setup package -->
  51. <AdditionalFile owner="root" permission="0644" target="/etc/services">services</AdditionalFile>
  52. <AdditionalFile owner="root" permission="0644" target="/etc/protocols">protocols</AdditionalFile>
  53. <AdditionalFile owner="root" permission="0644" target="/etc/sysctl.conf">sysctl.conf</AdditionalFile>
  54. <AdditionalFile owner="root" permission="0644" target="/usr/share/baselayout/inittab.live">inittab.live</AdditionalFile>
  55. <!-- Release file for Pisi Linux, there's another in lsb-release package -->
  56. <AdditionalFile owner="root" permission="0644" target="/etc/pisilinux-release">pisilinux-release</AdditionalFile>
  57. <!-- os-release file for same package need this (fwupd) -->
  58. <AdditionalFile owner="root" permission="0644" target="/etc/os-release">os-release</AdditionalFile>
  59. <!-- Should be dropped after switching to systemd as the only user is COMAR -->
  60. <AdditionalFile owner="root" permission="0644" target="/usr/share/man/man8/start-stop-daemon.8">start-stop-daemon.8</AdditionalFile>
  61. <AdditionalFile owner="root" permission="0644" target="/etc/hostname">01hostname</AdditionalFile>
  62. </AdditionalFiles>
  63. <Provides>
  64. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  65. <COMAR script="package.py">System.Package</COMAR>
  66. <COMAR script="usermgr.py">User.Manager</COMAR>
  67. <COMAR script="stack.py">Network.Stack</COMAR>
  68. </Provides>
  69. </Package>
  70. <History>
  71. <Update release="25">
  72. <Date>2024-04-23</Date>
  73. <Version>3.10.1</Version>
  74. <Comment>Rebuild 2.4</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="24">
  79. <Date>2023-08-25</Date>
  80. <Version>3.10.1</Version>
  81. <Comment>Rebuild 2.3.4</Comment>
  82. <Name>Mustafa Cinasal</Name>
  83. <Email>muscnsl@gmail.com</Email>
  84. </Update>
  85. <Update release="23">
  86. <Date>2023-07-11</Date>
  87. <Version>3.10.1</Version>
  88. <Comment>Rebuild 2.3.3</Comment>
  89. <Name>Mustafa Cinasal</Name>
  90. <Email>muscnsl@gmail.com</Email>
  91. </Update>
  92. <Update release="22">
  93. <Date>2023-03-30</Date>
  94. <Version>3.10.1</Version>
  95. <Comment>Rebuild 2.3.2.</Comment>
  96. <Name>Mustafa Cinasal</Name>
  97. <Email>muscnsl@gmail.com</Email>
  98. </Update>
  99. <Update release="21">
  100. <Date>2023-01-06</Date>
  101. <Version>3.10.1</Version>
  102. <Comment>Rebuild 2.3.1.</Comment>
  103. <Name>Mustafa Cinasal</Name>
  104. <Email>muscnsl@gmail.com</Email>
  105. </Update>
  106. <Update release="20">
  107. <Date>2022-11-20</Date>
  108. <Version>3.10.1</Version>
  109. <Comment>Rebuild.</Comment>
  110. <Name>Mustafa Cinasal</Name>
  111. <Email>muscnsl@gmail.com</Email>
  112. </Update>
  113. <Update release="19">
  114. <Date>2022-10-01</Date>
  115. <Version>3.10.1</Version>
  116. <Comment>Rebuild.For 2.3</Comment>
  117. <Name>Mustafa Cinasal</Name>
  118. <Email>muscnsl@gmail.com</Email>
  119. </Update>
  120. <Update release="18">
  121. <Date>2022-08-21</Date>
  122. <Version>3.10.1</Version>
  123. <Comment>Rebuild.For 2.3</Comment>
  124. <Name>Mustafa Cinasal</Name>
  125. <Email>muscnsl@gmail.com</Email>
  126. </Update>
  127. <Update release="17">
  128. <Date>2022-08-21</Date>
  129. <Version>3.10.1</Version>
  130. <Comment>Rebuild.For 2.3</Comment>
  131. <Name>Ali Cengiz Kurt</Name>
  132. <Email>alicengizkurt@gmail.com</Email>
  133. </Update>
  134. <Update release="16">
  135. <Date>2021-09-07</Date>
  136. <Version>3.10.1</Version>
  137. <Comment>Rebuild</Comment>
  138. <Name>Berk Çakar</Name>
  139. <Email>berk2238@hotmail.com</Email>
  140. </Update>
  141. <Update release="15">
  142. <Date>2021-09-07</Date>
  143. <Version>3.10.1</Version>
  144. <Comment>Rebuild</Comment>
  145. <Name>Berk Çakar</Name>
  146. <Email>berk2238@hotmail.com</Email>
  147. </Update>
  148. <Update release="14">
  149. <Date>2021-06-09</Date>
  150. <Version>3.10.1</Version>
  151. <Comment>Rebuild</Comment>
  152. <Name>Berk Çakar</Name>
  153. <Email>berk2238@hotmail.com</Email>
  154. </Update>
  155. <Update release="13">
  156. <Date>2021-02-12</Date>
  157. <Version>3.10.1</Version>
  158. <Comment>Rebuild.For 2.2</Comment>
  159. <Name>Ali Cengiz Kurt</Name>
  160. <Email>alicengizkurt@gmail.com</Email>
  161. </Update>
  162. <Update release="12">
  163. <Date>2019-12-26</Date>
  164. <Version>3.10.1</Version>
  165. <Comment>Rebuild.</Comment>
  166. <Name>Idris Kalp</Name>
  167. <Email>idriskalp@gmail.com</Email>
  168. </Update>
  169. <Update release="11">
  170. <Date>2019-11-07</Date>
  171. <Version>3.10.1</Version>
  172. <Comment>Rebuild</Comment>
  173. <Name>Safa Arıman</Name>
  174. <Email>safa@ariman.gen.tr</Email>
  175. </Update>
  176. <Update release="10">
  177. <Date>2019-10-28</Date>
  178. <Version>3.10.1</Version>
  179. <Comment>Rebuild for version name</Comment>
  180. <Name>Kamil Atlı</Name>
  181. <Email>suvari@pisilinux.org</Email>
  182. </Update>
  183. <Update release="9">
  184. <Date>2019-10-28</Date>
  185. <Version>3.10.1</Version>
  186. <Comment>Rebuild</Comment>
  187. <Name>Erkan IŞIK</Name>
  188. <Email>erkanisik@pisilinux.org</Email>
  189. </Update>
  190. <Update release="8">
  191. <Date>2019-10-19</Date>
  192. <Version>3.10.1</Version>
  193. <Comment>fix pisi version and name.</Comment>
  194. <Name>Erkan IŞIK</Name>
  195. <Email>erkanisik@pisilinux.org</Email>
  196. </Update>
  197. <Update release="7">
  198. <Date>2018-12-08</Date>
  199. <Version>3.10.1</Version>
  200. <Comment>add new group; input - plugdev.</Comment>
  201. <Name>Ertuğrul Erata</Name>
  202. <Email>ertugrulerata@gmail.com</Email>
  203. </Update>
  204. <Update release="6">
  205. <Date>2018-11-14</Date>
  206. <Version>3.10.1</Version>
  207. <Comment>Rebuild</Comment>
  208. <Name>Ertuğrul Erata</Name>
  209. <Email>ertugrulerata@gmail.com</Email>
  210. </Update>
  211. <Update release="5">
  212. <Date>2018-07-15</Date>
  213. <Version>3.10.1</Version>
  214. <Comment>Rebuild</Comment>
  215. <Name>Ertuğrul Erata</Name>
  216. <Email>ertugrulerata@gmail.com</Email>
  217. </Update>
  218. <Update release="4">
  219. <Date>2018-03-28</Date>
  220. <Version>3.10.1</Version>
  221. <Comment>Version bump for 2.0 Stable.</Comment>
  222. <Name>Ertuğrul Erata</Name>
  223. <Email>ertugrulerata@gmail.com</Email>
  224. </Update>
  225. <Update release="3">
  226. <Date>2017-04-04</Date>
  227. <Version>3.10.1</Version>
  228. <Comment>Version Bump for RC</Comment>
  229. <Name>Ertuğrul Erata</Name>
  230. <Email>ertugrulerata@gmail.com</Email>
  231. </Update>
  232. <Update release="3">
  233. <Date>2017-02-19</Date>
  234. <Version>3.10.1</Version>
  235. <Comment>Version Bump.</Comment>
  236. <Name>Ertuğrul Erata</Name>
  237. <Email>ertugrulerata@gmail.com</Email>
  238. </Update>
  239. <Update release="2">
  240. <Date>2016-04-27</Date>
  241. <Version>3.10.0</Version>
  242. <Comment>Release Bump</Comment>
  243. <Name>PisiLinux Community</Name>
  244. <Email>admin@pisilinux.org</Email>
  245. </Update>
  246. <Update release="1">
  247. <Date>2016-03-06</Date>
  248. <Version>3.10.0</Version>
  249. <Comment>First release</Comment>
  250. <Name>Ertuğrul Erata</Name>
  251. <Email>ertugrulerata@gmail.com</Email>
  252. </Update>
  253. </History>
  254. </PISI>