File update-alternatives.changes of Package update-alternatives
278
1
-------------------------------------------------------------------
2
Fri Feb 11 09:13:45 UTC 2022 - pgajdos@suse.com
3
4
- break bash <-> update-alternatives cycle by coolo's rewrite
5
of %post in lua [bsc#1195654]
6
7
-------------------------------------------------------------------
8
Tue Jan 16 10:54:19 UTC 2018 - tchvatal@suse.com
9
10
- Update to 1.19.0.4:
11
* No changes in update-alternatives just match step with dpkg
12
- Drop patch 0001-In-case-of-equal-priority-rather-update.patch
13
* Causes issues on too eagerly regenerating stuff bsc#1075971
14
* Reason for this patch should no longer be needed as all python
15
packages are singlespec
16
* Also drop the post override
17
18
-------------------------------------------------------------------
19
Wed Nov 22 11:06:33 UTC 2017 - dimstar@opensuse.org
20
21
- Migrate u-a data from /var/lib/rpm instead of relying on dbpath:
22
no u-a version ever installed files explicitly into dbpath, but
23
always hard specified /var/lib/rpm. The fact that RPM moved its
24
database is irrelevant to update-alternatives. In case RPM moved
25
it's database, our files are still accessible via the
26
/var/lib/rpm symlink being put in place.
27
- Drop the arbitrary depenency on a specific rpm version: the idea
28
was to ensure to have an rpm with the new dbpath location in
29
place. For one, the dependency does not work as intended, and
30
2nd, as the migration now happens explicitly from the old u-a
31
admindir without relying on dbpath, is no longer needed.
32
33
-------------------------------------------------------------------
34
Mon Nov 20 14:50:53 UTC 2017 - mpluskal@suse.com
35
36
- Move update alternatives database to new location
37
- Update rpm requirements to avoid unnecessary builds
38
39
-------------------------------------------------------------------
40
Tue Nov 7 19:57:49 UTC 2017 - mpluskal@suse.com
41
42
- Use dbpath macro for locationg rpm state directory
43
- Require exactly same version of rpm we had when building to make
44
sure dbpath matches
45
46
-------------------------------------------------------------------
47
Wed Aug 9 10:43:10 UTC 2017 - tchvatal@suse.com
48
49
- Silence the update-alternatives regen output wrt bsc#1050848
50
it causes more confusion than benefits
51
52
-------------------------------------------------------------------
53
Mon Mar 27 12:38:32 UTC 2017 - tchvatal@suse.com
54
55
- Update to 1.18.23:
56
* Various small fixes and memleaks removed
57
- Make sure to generate manpage
58
- Refresh patch update-alternatives-suse.patch
59
60
-------------------------------------------------------------------
61
Wed Sep 7 12:41:35 UTC 2016 - tchvatal@suse.com
62
63
- Version update to 1.18.10:
64
* Various few fixes, see changelog file in the package
65
* Refresh patch update-alternatives-suse.patch
66
* Remove patch dpkg-sparc.diff
67
68
-------------------------------------------------------------------
69
Wed Sep 7 12:31:05 UTC 2016 - tchvatal@suse.com
70
71
- Use ls . instead of * to avoid error when nothing is in alternatives
72
directory
73
74
-------------------------------------------------------------------
75
Tue May 31 11:47:57 UTC 2016 - tchvatal@suse.com
76
77
- Require touch in post phase bnc#982336
78
79
-------------------------------------------------------------------
80
Fri May 13 12:03:28 UTC 2016 - tchvatal@suse.com
81
82
- Provide alternatives binary and alternatives = %{version} symbol
83
84
-------------------------------------------------------------------
85
Wed Apr 6 18:20:13 UTC 2016 - tchvatal@suse.com
86
87
- Fix bnc#969171 by updating even with equal priority
88
* 0001-In-case-of-equal-priority-rather-update.patch
89
- Try to autorefresh all the alternatives in post in case some of
90
them were broken
91
92
-------------------------------------------------------------------
93
Wed Apr 6 12:05:23 UTC 2016 - tchvatal@suse.com
94
95
- The logfile for update-alternatives is /var/log/alternatives.log
96
so stop using update-alternatives.log file which is empty
97
98
-------------------------------------------------------------------
99
Fri Mar 25 09:47:24 UTC 2016 - tchvatal@suse.com
100
101
- Update to the 1.18.4:
102
* Rebase patch update-alternatives-suse.patch
103
* Touch the gost file in post
104
105
-------------------------------------------------------------------
106
Fri Jun 5 07:44:29 UTC 2015 - tchvatal@suse.com
107
108
- Adjust to the new manpage location
109
110
-------------------------------------------------------------------
111
Thu Jun 4 11:15:32 UTC 2015 - tchvatal@suse.com
112
113
- Verion bump to 1.18.1:
114
* Bump to latest upstream release
115
* Plenty of fixes with too long changelog, see changelog file in
116
documentation
117
* Also fixes bnc#926749 CVE-2015-0840
118
* Refresh patch:
119
+ update-alternatives-suse.patch
120
121
-------------------------------------------------------------------
122
Wed Apr 1 12:57:51 UTC 2015 - tchvatal@suse.com
123
124
- Cleanup with spec-cleaner
125
126
-------------------------------------------------------------------
127
Wed Apr 1 12:55:43 UTC 2015 - tchvatal@suse.com
128
129
- Update to 1.11.24:
130
* Translation updates
131
* Various small fixes
132
133
-------------------------------------------------------------------
134
Tue Feb 17 13:38:47 UTC 2015 - p.drouand@gmail.com
135
136
- Update to version 1.17.23
137
+ Use a matching group instead of ${^MATCH} in s/// in dselect build script.
138
+ Skip tar extractor tests if tar is not GNU tar >= 1.27.
139
+ Reset the trigger cycle tracking on unsatisfied dependencies during
140
trigger processing. Closes: bdo#771730
141
+ Fix out-of-bounds buffer read accesses when parsing field and trigger
142
names or checking package ownership of conffiles and directories.
143
+ Add versioned Breaks on packages creating trigger cycles. Namely auctex,
144
apt-cudf, ccache, cups, distcc, fusionforge-plugin-mediawiki, gap-core,
145
gxine, hoogle, icecc, libjs-protoaculous, mcollective, pypy, wordpress
146
and xfonts-traditional.
147
+ Update translations
148
- Remove unapplied patches; SLE11 support is disabled in project home
149
+ dpkg-pod2man-no-utf8.patch
150
+ dpkg-old-File-Path.patch
151
+ dpkg-old-Test-More.patch
152
- Remove obsolete patches
153
* dpkg-ppc64le.diff
154
* dpkg-archive_tar_format_gnu.patch
155
* dpkg-archtable-suse.patch
156
- Rename updated patch
157
pdate-alternatives-1.16.8-suse.patch > pdate-alternatives-suse.patch
158
- Clean up a bit specfile
159
160
-------------------------------------------------------------------
161
Mon May 12 13:57:59 UTC 2014 - tchvatal@suse.com
162
163
- Use SUSE not SuSE.
164
165
-------------------------------------------------------------------
166
Mon Dec 2 21:27:10 UTC 2013 - dvaleev@suse.com
167
168
- add dpkg-ppc64le.diff (adds ppc64le architecture)
169
170
-------------------------------------------------------------------
171
Wed Jul 3 09:57:49 UTC 2013 - jengelh@inai.de
172
173
- Add dpkg-sparc.diff to unbreak compilation on sparcv9 build
174
175
-------------------------------------------------------------------
176
Mon Mar 25 20:35:24 UTC 2013 - frank.lichtenheld@sophos.com
177
178
- update to 1.16.10
179
* Fix update-alternatives test suite to behave correctly on non-Debian
180
binary paths. Known to be affecting at least Gentoo and Mac OS X.
181
* Do not leak subcall command arguments in update-alternatives.
182
* Fix segfault on update-alternatives when passing --slave without any
183
action at all. lp#1037431
184
185
-------------------------------------------------------------------
186
Thu Sep 27 21:58:39 UTC 2012 - frank.lichtenheld@sophos.com
187
188
- update to 1.16.8
189
190
-------------------------------------------------------------------
191
Fri Jul 6 23:15:06 UTC 2012 - frank.lichtenheld@sophos.com
192
193
- update to 1.16.7
194
* Print master and slave alternarive link names in update-alternatives
195
--query and always print alternative link in --config. Closes: #679010
196
* Check parsed integers for invalid or no digit errors in
197
update-alternatives. Check all parsed integers for out of range
198
errors. On "update-alternatives --install" only warn for now on
199
out of range priorities and clamp the values
200
201
-------------------------------------------------------------------
202
Wed Jun 6 08:22:03 UTC 2012 - coolo@suse.com
203
204
- fix the reworked patch
205
206
-------------------------------------------------------------------
207
Mon May 21 03:34:58 UTC 2012 - i@marguerite.su
208
209
- update to 1.16.3
210
- reworked patch
211
212
-------------------------------------------------------------------
213
Sun Jan 29 21:29:58 UTC 2012 - frank.lichtenheld@sophos.com
214
215
- update to 1.15.8.12
216
* no changes, just keep in sync with deb
217
218
-------------------------------------------------------------------
219
Sat Nov 26 00:24:49 UTC 2011 - frank.lichtenheld@sophos.com
220
221
- update to 1.15.8.11
222
- remove unused tarballs and patches
223
224
-------------------------------------------------------------------
225
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
226
227
- Remove redundant tags/sections from specfile
228
(cf. packaging guidelines)
229
- Use %_smp_mflags for parallel build
230
231
-------------------------------------------------------------------
232
Thu Mar 17 15:30:58 UTC 2011 - mvyskocil@suse.cz
233
234
- update to 1.15.8.10 - bug fix release
235
- build it in the same source tree as package deb
236
237
-------------------------------------------------------------------
238
Mon Mar 14 13:13:50 UTC 2011 - mvyskocil@suse.cz
239
240
- update to 1.15.8.5
241
* update-alternatives is now implemented in C
242
- fix bnc#647151 - update-alternatives: false claim in the description
243
* removed jpackage only part, as it's now don't have any sense
244
245
-------------------------------------------------------------------
246
Thu Feb 17 15:18:25 UTC 2011 - mvyskocil@suse.cz
247
248
- fix bnc#669716 - update-alternatives corrupt
249
the pack/unpack removal code broke the java update-alternatives file
250
251
-------------------------------------------------------------------
252
Mon Jul 21 16:22:46 CEST 2008 - mvyskocil@suse.cz
253
254
- fix of enhancenment request[bnc#261246] - update-alternatives should support --set
255
- update to the 1.14.19
256
257
-------------------------------------------------------------------
258
Tue Nov 6 18:53:00 CET 2007 - mvyskocil@suse.cz
259
260
- fix the manual link state after --install and --remove commands [#334783]
261
262
-------------------------------------------------------------------
263
Wed Jan 25 21:48:53 CET 2006 - mls@suse.de
264
265
- converted neededforbuild to BuildRequires
266
267
-------------------------------------------------------------------
268
Thu Sep 29 00:10:28 CEST 2005 - dmueller@suse.de
269
270
- add norootforbuild
271
272
-------------------------------------------------------------------
273
Wed Sep 1 21:10:06 CEST 2004 - skh@suse.de
274
275
- Initial package version 1.8.3
276
277
278