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
138 lines (134 loc) · 5.67 KB
/
Copy pathpspec.xml
File metadata and controls
138 lines (134 loc) · 5.67 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>linux</Name>
<Homepage>http://www.kernel.org</Homepage>
<Packager>
<Name>Süleyman POYRAZ</Name>
</Packager>
<License>GPLv2</License>
<IsA>kernel</IsA>
<PartOf>kernel.linux</PartOf>
<Summary>The Linux kernel (the core of the Linux operating system) for Sulin</Summary>
<Description>kernel contains the Linux kernel, the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc.</Description>
<Archive sha1sum="b565a7606d9d91eef1e331d96e46adb83c544a23">https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.7.2.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</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>bc</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>xmlto</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>linux</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>linux-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>
</Files>
</Package>
<Package>
<Name>linux-headers</Name>
<BuildType>libcheaders</BuildType>
<BuildDependencies>
<Dependency>rsync</Dependency>
</BuildDependencies>
<PartOf>system.devel</PartOf>
<Summary>Header files for the Linux kernel for use by glibc</Summary>
<Description>kernel-headers includes the C header files that specify the interface between the Linux kernel and userspace libraries and programs. The header files define structures and constants that are needed for building most standard programs and are also needed for rebuilding the glibc package.</Description>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2020-05-06</Date>
<Version>5.7.2</Version>
<Comment>Bir kernel de benden olsun.</Comment>
<Name>Furkan Karcıoğlu</Name>
</Update>
<Update release="9">
<Date>2020-05-06</Date>
<Version>5.6.10</Version>
<Comment>Bir kernel de benden olsun.</Comment>
<Name>Furkan Karcıoğlu</Name>
</Update>
<Update release="8">
<Date>2020-04-24</Date>
<Version>5.6.4</Version>
<Comment>Imsakin ilk kerneli derlendi.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="7">
<Date>2020-04-23</Date>
<Version>5.5.1</Version>
<Comment>23 nisan kutlu olsun... Headers sıkıntısı giderildi.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="6">
<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="5">
<Date>2019-12-14</Date>
<Version>5.4.2</Version>
<Comment>Package is rebuilded and released up.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="4">
<Date>2019-12-13</Date>
<Version>5.4.2</Version>
<Comment>Version bump to 5.4.2</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="3">
<Date>2019-11-21</Date>
<Version>5.3.8</Version>
<Comment>Kernel rebuilded</Comment>
<Type package="kernel">security</Type>
<Name>Süleyman POYRAZ</Name>
</Update>
<Update release="2">
<Date>2019-11-15</Date>
<Version>5.3.8</Version>
<Comment>Kernel version to 5.3.8</Comment>
<Type package="kernel">security</Type>
<Name>Süleyman POYRAZ</Name>
</Update>
<Update release="1">
<Date>2019-09-12</Date>
<Version>5.2.14</Version>
<Comment>First release</Comment>
<Type package="kernel">security</Type>
<Name>Süleyman POYRAZ</Name>
</Update>
</History>
</INARY>