This repository was archived by the owner on Aug 23, 2022. It is now read-only.
forked from Zaryob/SulinRepository
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpspec.xml
More file actions
92 lines (89 loc) · 3.91 KB
/
Copy pathpspec.xml
File metadata and controls
92 lines (89 loc) · 3.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>libre</Name>
<Homepage>http://www.kernel.org</Homepage>
<Packager>
<Name>Ali Rıza Keskin</Name>
</Packager>
<License>GPLv2</License>
<IsA>kernel</IsA>
<PartOf>kernel.linux</PartOf>
<Summary>The Linux libre kernel (the core of the Linux operating system) for Sulin</Summary>
<Description>kernel contains the Linux kernel, the core of any Linux operating system. ddtionally libre kernel is a cleant up version of original kernel. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc.</Description>
<Archive sha1sum="0ee4d2984a41192c0df93a42bb217af7f9e615c4">http://linux-libre.fsfla.org/pub/linux-libre/releases/5.7.2-gnu/linux-libre-5.7.2-gnu.tar.xz</Archive>
<AdditionalFiles>
<AdditionalFile permission="0755" target="generate-module-list">scripts/generate-module-list</AdditionalFile>
<AdditionalFile permission="0755" target=".config">configs/kernel-x86_64-config-5.7.2-gnu</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>bc</Dependency>
<Dependency>cpio</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>diffutils</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>xz-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libre</Name>
<Files>
<Path fileType="executable" permanent="true">/boot</Path>
<Path fileType="library" permanent="true">/lib/modules</Path>
<Path fileType="data">/etc/kernel</Path>
</Files>
<BuildFlags>
<Flag>noDelta</Flag>
</BuildFlags>
</Package>
<Package>
<Name>libre-module-headers</Name>
<Summary>Kernel header files for external module building</Summary>
<Description>kernel-module-headers includes the C header files and the necessary Kbuild files for being able to build external kernel modules.</Description>
<Files>
<Path fileType="header">/usr/src</Path>
<Path fileType="header">/tmp-headers*</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-04-24</Date>
<Version>5.7.2</Version>
<Comment>Package is rebuilded and released up.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="4">
<Date>2020-04-24</Date>
<Version>5.6.4</Version>
<Comment>Package is rebuilded and released up.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="3">
<Date>2020-02-02</Date>
<Version>5.5.1</Version>
<Comment>Package is rebuilded and released up.</Comment>
<Name>Ali Rıza KESKİN</Name>
</Update>
<Update release="2">
<Date>2019-12-15</Date>
<Version>5.4.0</Version>
<Comment>Package is rebuilded and released up.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="1">
<Date>2019-12-08</Date>
<Version>5.4.0</Version>
<Comment>First release of libre kernel.</Comment>
<Type package="kernel">security</Type>
<Name>Süleyman POYRAZ</Name>
</Update>
</History>
</INARY>