File attr.changes of Package attr
433
1
-------------------------------------------------------------------
2
Tue Mar 20 13:10:52 CET 2018 - kukuk@suse.de
3
4
- Use %license instead of %doc [bsc#1082318]
5
6
-------------------------------------------------------------------
7
Mon May 11 07:33:07 UTC 2015 - pgajdos@suse.com
8
9
- remove man5/attr.5, it is now part of man-pages
10
http://lwn.net/Articles/643559/
11
12
-------------------------------------------------------------------
13
Tue Sep 23 15:52:35 UTC 2014 - jengelh@inai.de
14
15
- Reduce size of filelist by using wildcards;
16
remove %doc (some locations are always %doc),
17
remove %attr (files already have proper permissions)
18
19
-------------------------------------------------------------------
20
Tue Jun 18 08:14:36 UTC 2013 - coolo@suse.com
21
22
- remove gpg-offline from bootstrap packages
23
24
-------------------------------------------------------------------
25
Sun Jun 16 21:53:46 UTC 2013 - jengelh@inai.de
26
27
- Update to new upstream release 2.4.47
28
* This release fixes two functional bugs related to tree walking
29
and the return code from getfattr. Also, a number of build system
30
problems were fixed.
31
- Remove config-guess-sub-update.patch (no longer applies),
32
attr-syscalls.patch (resolved differently upstream),
33
builddefs.in.diff (replaced by logic in specfile)
34
- Signature verification
35
36
-------------------------------------------------------------------
37
Wed Mar 20 13:02:40 UTC 2013 - mmeister@suse.com
38
39
- Added url as source.
40
Please see http://en.opensuse.org/SourceUrls
41
42
-------------------------------------------------------------------
43
Tue Feb 5 09:45:34 UTC 2013 - schwab@suse.de
44
45
- Remove unused autoconf and automake build requires
46
47
-------------------------------------------------------------------
48
Sat Feb 2 21:08:57 UTC 2013 - schwab@suse.de
49
50
- Add attr-syscalls.patch:
51
Define attr syscall numbers for aarch64
52
53
-------------------------------------------------------------------
54
Sat Feb 2 20:30:27 UTC 2013 - schwab@suse.de
55
56
- Add config-guess-sub-update.patch:
57
Update confg.guess/sub for aarch64
58
59
-------------------------------------------------------------------
60
Fri Feb 1 12:01:33 UTC 2013 - coolo@suse.com
61
62
- update license to new format
63
64
-------------------------------------------------------------------
65
Tue Dec 20 11:27:17 UTC 2011 - coolo@suse.com
66
67
- add autoconf as buildrequire to avoid implicit dependency
68
69
-------------------------------------------------------------------
70
Fri Oct 14 12:12:20 UTC 2011 - afaerber@suse.com
71
72
- Add libattr-devel-static package
73
74
-------------------------------------------------------------------
75
Fri Sep 16 18:35:52 UTC 2011 - jengelh@medozas.de
76
77
- Enable libattr-devel for all baselib arches
78
- Implement shlib package (libattr1)
79
80
-------------------------------------------------------------------
81
Wed May 18 09:32:06 UTC 2011 - coolo@novell.com
82
83
- make shared library executable
84
85
-------------------------------------------------------------------
86
Tue Apr 19 18:06:35 UTC 2011 - bphilips@novell.com
87
88
- upgrade to 2.4.46
89
- Fix tests
90
91
-------------------------------------------------------------------
92
Sat Apr 16 00:16:15 UTC 2011 - bphilips@novell.com
93
94
- upgrade to 2.4.45
95
- OPTIONS in man pages should be a section heading, not a subsection heading
96
- getfattr: encode NULs properly with --encoding=text
97
- setfattr.1: document supported encodings of values
98
- convert the man pages into html
99
- attr_parse_attr_conf: eliminate a double free
100
- attr_parse_attr_conf: eliminate a memory leak
101
- quote: pull in string.h for strchr prototype
102
- libattr: fix memory leak in attr_copy_action()
103
104
-------------------------------------------------------------------
105
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
106
107
- use %_smp_mflags
108
109
-------------------------------------------------------------------
110
Sat Dec 12 17:43:30 CET 2009 - jengelh@medozas.de
111
112
- add baselibs.conf as a source
113
- adjust baselibs.conf for SPARC
114
115
-------------------------------------------------------------------
116
Mon Oct 26 15:48:06 CET 2009 - meissner@suse.de
117
118
- fixed implicit strchr() call
119
120
-------------------------------------------------------------------
121
Sun Sep 27 21:36:26 CEST 2009 - crrodriguez@suse.de
122
123
- do not package static libraries
124
- fix -devel package dependencies
125
126
-------------------------------------------------------------------
127
Sat Aug 1 04:23:29 CEST 2009 - bphilips@novell.com
128
129
- Version bump to 2.4.44
130
- Stop quoting nonprintable characters in the getfattr output
131
- More license updates
132
133
-------------------------------------------------------------------
134
Thu Feb 12 23:25:28 PST 2009 - bphilips@suse.de
135
136
- Improve unit test harness
137
138
-------------------------------------------------------------------
139
Tue Jan 6 14:09:13 PST 2009 - bphilips@suse.de
140
141
- Fix tests and add make target
142
- Version bump to get fix for getfattr -P bnc#457660
143
144
-------------------------------------------------------------------
145
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
146
147
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
148
(bnc#437293)
149
150
-------------------------------------------------------------------
151
Tue Nov 11 16:53:59 CET 2008 - ro@suse.de
152
153
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
154
155
-------------------------------------------------------------------
156
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
157
158
- obsolete old -XXbit packages (bnc#437293)
159
160
-------------------------------------------------------------------
161
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
162
163
- added baselibs.conf file to build xxbit packages
164
for multilib support
165
166
-------------------------------------------------------------------
167
Sat Oct 27 18:16:49 CEST 2007 - agruen@suse.de
168
169
- Don't exhaust the number of file descriptors in the path walking
170
code, and make sure each directory is only visited once.
171
172
-------------------------------------------------------------------
173
Fri Oct 26 02:10:44 CEST 2007 - agruen@suse.de
174
175
- A large jump to the current upstream version 2.4.39.
176
- Fix the upstream path walking code.
177
- Remove the ea-conv script; this is not relevant anymore since
178
years.
179
180
-------------------------------------------------------------------
181
Wed Apr 25 16:20:42 CEST 2007 - agruen@suse.de
182
183
- Fix the permissions of /etc/xattr.conf.
184
185
-------------------------------------------------------------------
186
Mon Oct 16 17:55:45 CEST 2006 - agruen@suse.de
187
188
- Ignore Beagle index data when copying files.
189
190
-------------------------------------------------------------------
191
Wed Oct 4 15:26:41 CEST 2006 - agruen@suse.de
192
193
- /etc/xattr.conf: Allow to configure which attributes to skip
194
when copying, and which attributes contain file permissions.
195
196
-------------------------------------------------------------------
197
Sat Mar 18 09:12:03 CET 2006 - aj@suse.de
198
199
- Remove .la package that was introduced in last change and breaks
200
build of many packages.
201
202
-------------------------------------------------------------------
203
Fri Mar 17 19:09:00 CET 2006 - agruen@suse.de
204
205
- Fix symlinks in the -devel package (149945, Nathan Scott).
206
207
-------------------------------------------------------------------
208
Tue Mar 7 15:34:22 CET 2006 - agruen@suse.de
209
210
- xfs-cmds-25263a-fix-list_attr-segfault: Fix a possible segfault
211
in the attr_list compat function (155746).
212
213
-------------------------------------------------------------------
214
Sat Feb 18 18:37:35 CET 2006 - agruen@suse.de
215
216
- Add xfs-cmds-25211a-skip-DMF-attributes-on-copy-also patch from
217
SGI (151782).
218
219
-------------------------------------------------------------------
220
Wed Jan 25 21:29:56 CET 2006 - mls@suse.de
221
222
- converted neededforbuild to BuildRequires
223
224
-------------------------------------------------------------------
225
Fri Jan 13 19:20:08 CET 2006 - mjancar@suse.cz
226
227
- update to 2.4.28
228
* Implement the IRIX list_attr interfaces
229
230
-------------------------------------------------------------------
231
Wed Nov 2 15:17:07 CET 2005 - schwab@suse.de
232
233
- Use RPM_OPT_FLAGS.
234
235
-------------------------------------------------------------------
236
Fri Aug 26 13:53:35 CEST 2005 - agruen@suse.de
237
238
- Update to version 2.4.24: integrates two patches we had
239
separately before; add a missing space in an error message;
240
an error path fix in setfattr. No API/ABI changes in libattr.
241
242
-------------------------------------------------------------------
243
Fri Aug 19 16:49:59 CEST 2005 - kukuk@suse.de
244
245
- Move devel files from / to /usr
246
- Don't generate filelist dynamic (fix broken attr statements)
247
248
-------------------------------------------------------------------
249
Mon Jun 6 14:08:08 CEST 2005 - agruen@suse.de
250
251
- Bump version number to 2.4.23.
252
253
-------------------------------------------------------------------
254
Thu Jun 2 18:47:31 CEST 2005 - agruen@suse.de
255
256
- reduce-verboseness.diff: attr_copy_{fd,file}: Don't report an
257
error for each attribute copy that fails with ENOSYS, but report
258
such failures only once (85646).
259
260
-------------------------------------------------------------------
261
Mon Feb 21 11:38:15 CET 2005 - agruen@suse.de
262
263
- Update to version 2.4.22. Various fixes.
264
265
-------------------------------------------------------------------
266
Fri Aug 13 18:00:01 CEST 2004 - mjancar@suse.cz
267
268
- update to 2.4.16
269
270
-------------------------------------------------------------------
271
Tue Jan 27 10:11:29 CET 2004 - kukuk@suse.de
272
273
- Don't include man2/*xattr.2 manual pages, use the copy from
274
the man-pages package (so we have documentation for the glibc
275
functions, too).
276
277
-------------------------------------------------------------------
278
Sat Jan 10 21:22:37 CET 2004 - adrian@suse.de
279
280
- build as user
281
282
-------------------------------------------------------------------
283
Thu Jan 1 15:14:58 CET 2004 - agruen@suse.de
284
285
- Update to version 2.4.12. Bug fix in directory tree walking
286
code.
287
288
-------------------------------------------------------------------
289
Wed Oct 22 08:30:45 CEST 2003 - kukuk@suse.de
290
291
- Fix provides/requires for update case
292
293
-------------------------------------------------------------------
294
Thu Aug 28 13:26:04 CEST 2003 - agruen@suse.de
295
296
- Fix a bug with error handling while walking directory trees.
297
298
-------------------------------------------------------------------
299
Thu Aug 28 01:48:43 CEST 2003 - ro@suse.de
300
301
- fix patch-depth in specfile
302
303
-------------------------------------------------------------------
304
Wed Aug 27 00:50:55 CEST 2003 - agruen@suse.de
305
306
- Fix SIGSEGV if the quote function.
307
308
-------------------------------------------------------------------
309
Fri Aug 15 14:22:46 CEST 2003 - agruen@suse.de
310
311
- Update to 2.4.8: Fixes SIGSEGV if the quote/unquote functions
312
are passed NULL arguments.
313
314
-------------------------------------------------------------------
315
Sat Jul 26 20:30:17 CEST 2003 - agruen@suse.de
316
317
- Update to 2.4.6 + additional patch to be merged upstream.
318
319
-------------------------------------------------------------------
320
Mon Jun 16 19:09:14 CEST 2003 - jderfina@suse.cz
321
322
- File list fixed.
323
324
-------------------------------------------------------------------
325
Wed Apr 16 12:46:06 CEST 2003 - jderfina@suse.cz
326
327
- Update to 2.4.2
328
329
-------------------------------------------------------------------
330
Sun Apr 6 21:28:21 CEST 2003 - agruen@suse.de
331
332
- Update to 2.4.1.
333
334
-------------------------------------------------------------------
335
Thu Feb 27 05:20:41 CET 2003 - agruen@suse.de
336
337
- Fix broken attr_copy_check_permissions() function.
338
339
-------------------------------------------------------------------
340
Wed Feb 26 14:31:57 CET 2003 - agruen@suse.de
341
342
- Update to attr-2.4.0 which has our patches integrated.
343
344
-------------------------------------------------------------------
345
Mon Feb 24 12:11:20 CET 2003 - agruen@suse.de
346
347
- Increment libattr library version to 1.1.0.
348
- Fix [#24244] (prevent accidental acl copying on xfs).
349
- Add symbol level versioning for libattr.
350
351
-------------------------------------------------------------------
352
Thu Feb 13 21:57:56 CET 2003 - agruen@suse.de
353
354
- Fix an interface declaration in in the error_context.h header.
355
356
-------------------------------------------------------------------
357
Wed Jan 22 16:30:49 CET 2003 - agruen@suse.de
358
359
- Update to attr-2.2.0
360
- Add EA copying functions patch
361
- Let mls@suse.de add the following package alias in Autobuild
362
for building packages against older releases:
363
libattr-devel -> attr-devel [for <= 8.1]
364
365
-------------------------------------------------------------------
366
Tue Jan 21 14:02:36 CET 2003 - agruen@suse.de
367
368
- Remove (Prereq: /sbin/ldconfig) tag, and use %run_ldconfig
369
in %post and %postun instead.
370
- attr-devel was renamed to libattr-devel: add missing
371
`Obsoletes: attr-devel' tag to libattr-devel.
372
373
-------------------------------------------------------------------
374
Fri Dec 13 16:30:03 CET 2002 - schwab@suse.de
375
376
- Fix filelist generation.
377
378
-------------------------------------------------------------------
379
Thu Dec 12 17:56:03 CET 2002 - jderfina@suse.cz
380
381
- upgrading to version 2.1.1
382
- spliting attr to attr (binaries), libattr (libraries, only this package is
383
needed for other packages) and libattr-devel (development stuff). This
384
spliting follows SGI's release.
385
386
-------------------------------------------------------------------
387
Thu Sep 5 13:32:18 CEST 2002 - agruen@suse.de
388
389
- Update to version 2.0.11: Adds support for m68k and alpha, minor
390
corrections (see attr-2.0.11/doc/CHANGES for details).
391
392
-------------------------------------------------------------------
393
Thu Aug 15 10:06:57 CEST 2002 - agruen@suse.de
394
395
- Remove the suse_update_config macro and the config.* stuff.
396
(According to ro@suse.de this is not necessary.)
397
- Change the documentation path in builddefs.in instead of in
398
configure.in.
399
- Update to version 2.0.9
400
401
-------------------------------------------------------------------
402
Thu Jun 20 09:39:30 CEST 2002 - lmuelle@suse.de
403
404
- Remove DESTDIR patch, use DIST_ROOT of package instead
405
- Update to version 2.0.8
406
407
-------------------------------------------------------------------
408
Wed Jun 12 17:37:03 CEST 2002 - ro@suse.de
409
410
- fix for ppc64 (it's called powerpc64 in configure)
411
412
-------------------------------------------------------------------
413
Tue May 21 10:59:48 CEST 2002 - coolo@suse.de
414
415
- build also on archs without xattr syscalls
416
417
-------------------------------------------------------------------
418
Mon May 13 13:56:09 CEST 2002 - sf@suse.de
419
420
- changed configure.in to use */lib64 as pkg_slib_dir and
421
pkg_lib_dir on architectures with lib and lib64
422
423
-------------------------------------------------------------------
424
Wed Apr 24 17:52:15 MEST 2002 - mls@suse.de
425
426
- support for mips architecture
427
428
-------------------------------------------------------------------
429
Mon Feb 25 22:34:59 CET 2002 - ro@suse.de
430
431
- initial package (split from xfstools spec)
432
433