-
Notifications
You must be signed in to change notification settings - Fork 20
/
change.log
222 lines (104 loc) · 4.81 KB
/
change.log
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
1.0.0
* #3: generate --output flag is required
* #6: improve --output flag description
* documentation: add (json file tokens description)[https://github.com/mh-cbon/go-bin-rpm#json-tokens]
* Added new field: AutoReqProv
To disable automatic dependency processing,
set the root field "auto-req-prov" to "no"
References:
https://wiki.linuxfoundation.org/en/RpmExamples
http://ftp.rpm.org/max-rpm/s1-rpm-depend-auto-depend.html
- mh-cbon <[email protected]>
- solvingJ <[email protected]>
-- mh-cbon <[email protected]>; Thu, 24 Aug 2017 20:40:45 +0200
0.0.16
* utils: updated utility scripts
* spec generation: the spec generation does not fail anymore if the build area does not exists,
this helps to preview the spec file
* travis: update deploy token
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 20 Apr 2017 15:07:15 +0200
0.0.16-beta1
* release: do not build/upload binaries
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 20 Apr 2017 13:12:10 +0200
0.0.16-beta
* travis: update deploy token
* utils: updated utility scripts
* spec generation: the spec generation does not fail anymore if the build area does not exists, this helps to preview the spec file
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 20 Apr 2017 12:52:24 +0200
0.0.15
* travis: fix missing assets
* packaging: trick the build script to be able to build go-bin-rpm itself
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Sat, 30 Jul 2016 17:22:30 +0200
0.0.14
* travis: update build file, add deb/rpm repositories setup
* source repository: use token when downloading assets
* source repository: fix description reading of rpm package
* source repository: fix base arch escaping in the creation of the repo file
* support: add centralized script to generate packages and repository
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Sat, 30 Jul 2016 00:56:43 +0200
0.0.13
* rpmbuild: fix src file when copying rpmbuild file result
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Sat, 23 Jul 2016 14:50:01 +0200
0.0.12
* fix int to string conversion
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Sat, 23 Jul 2016 14:29:37 +0200
0.0.11
* spec file: fix version field, it must not contain prerelease or metadata
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Sat, 23 Jul 2016 14:14:36 +0200
0.0.10
* rpm: fix changelog command to generate rpm changelog
* changelog: fix changelog format
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Sat, 23 Jul 2016 13:12:06 +0200
0.0.9
* Spec file generator: Version field must not contain prerelease information,
if the version contains a prerelease information,
the value is now recorded into Release field.
* glide: add semver dependency
* packaging: add deb package support
* travis: updated changelog url installer
* README: install section
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Sat, 23 Jul 2016 13:00:33 +0200
0.0.8
* docker: Fix docker.sh example file
* README: fix dockersh example
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Fri, 15 Jul 2016 20:54:33 +0200
0.0.7
* travis: update build script
* README: update travis section
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 14 Jul 2016 19:13:33 +0200
0.0.6
* travis: update build script
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 14 Jul 2016 17:21:54 +0200
0.0.5
* travis: fix deploy section
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 14 Jul 2016 16:21:47 +0200
0.0.4
* travis: fix deploy section
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 14 Jul 2016 16:11:32 +0200
0.0.3
* travis: fix deploy section
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 14 Jul 2016 16:01:41 +0200
0.0.2
* release: fix package name
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 14 Jul 2016 15:51:46 +0200
0.0.1
* Initial release
- mh-cbon <[email protected]>
-- mh-cbon <[email protected]>; Thu, 14 Jul 2016 15:41:28 +0200