File python3-libmount.changes of Package util-linux
4873
1
-------------------------------------------------------------------
2
Tue Jan 22 22:29:00 CET 2019 - sbrabec@suse.com
3
4
- Update to version 2.33.1:
5
* agetty fixes (drop util-linux-agetty-smart-reload-10.patch,
6
util-linux-agetty-smart-reload-11.patch,
7
util-linux-agetty-smart-reload-12.patch).
8
* Other minor fixes and documentation updates.
9
10
-------------------------------------------------------------------
11
Mon Dec 10 19:08:35 CET 2018 - sbrabec@suse.com
12
13
- Drop rfkill-block@.service and rfkill-unblock@.service that
14
functionally conflict with systemd-rfkill@.service
15
(boo#1092820#c13).
16
17
-------------------------------------------------------------------
18
Tue Nov 20 00:41:09 CET 2018 - sbrabec@suse.com
19
20
- Update to version 2.33 (FATE#326844):
21
* choom: new command to adjust and display the current OOM-killer
22
score.
23
* libsmartcols has been improved to differentiate between
24
numbers, booleans and strings in JSON output.
25
* fstrim(8): trim all mounted filesystems from /etc/fstab
26
(-A|--fstab), new command line option --dry-run.
27
* hwclock(8) new command line option --delay.
28
* mount umount, libmount allow to mount and umount filesystem in
29
another namespace.
30
* rename(1) new command line option --interactive.
31
* setarch(8) does not require architecture when modify
32
personality like ADDR_NO_RANDOMIZE. The architecture argument
33
is optional now.
34
* command su(1) new command line option --whitelist-environment.
35
* setpriv(1) new command line option --reset-env and --pdeathsig.
36
* fdisk(8), sfdisk(8): print disk model name to simplify device
37
identification.
38
* column --table-empty-lines" allows to use empty lines in
39
formatted output.
40
* wipefs improved to postpone BLKRRPART ioctl until all magic
41
strings are wiped.
42
* script(1) extended to store more information about terminal
43
size and type to the typescript header. New command line
44
option --output-limit.
45
* libblkid provides BitLocker and basic APFS detection now.
46
* lsblk is possible to execute against /sys and /proc dumps with
47
--sysroot is specified.
48
* agetty(8) reload issue only if it is really needed
49
(bsc#1085196).
50
* cal(1) has been improved and extended.
51
* libblkid has been extended to support LUKS2, Micron mpool, VDO
52
and Atari partition table.
53
* rfkill(8) has been moved to /usr/sbin.
54
* dmesg(1) provides better support for multi-line messages, new
55
command line option --force-prefix.
56
* fallocate(1) --dig-holes is faster and more effect now.
57
* fdisk(8) provides access to Protective MBR accessible from main
58
menu. Sun label support has been improved.
59
* lscpu(1) provides more details about ARM CPUs now
60
(FATE#326453).
61
* lsmem(1) supports memory zone awareness now (FATE#324252,
62
drop util-linux-lsmem-memory-zone-1.patch,
63
util-linux-lsmem-memory-zone-2.patch,
64
util-linux-lsmem-memory-zone-3.patch).
65
* lsns(8) provides netnsid and nsfs columns now.
66
* rtcwake(8) waits stdin to settle down before entering a system
67
sleep.
68
* Many fixes and improvements, see
69
https://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32-ReleaseNotes
70
https://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32.1-ReleaseNotes
71
https://www.kernel.org/pub/linux/utils/util-linux/v2.33/v2.33-ReleaseNotes
72
(drop util_linux_bigendian.patch, util-linux-cramfs.patch,
73
util-linux-fincore-count.patch,
74
util-linux-sysfs-nvme-devno.patch, util-linux-lscpu-loop.patch,
75
util-linux-libmount-umount-a-segfault.patch,
76
util-linux-libmount-mount-a-nfs-bind-mount.patch,
77
util-linux-lscpu-chcpu-new-cpu-macros.patch,
78
util-linux-chcpu-cpu-count.patch,
79
util-linux-bash-completion-umount-CVE-2018-7738.patch).
80
- agetty: Fixes for reload issue only if it is really needed
81
(bsc#1085196, util-linux-agetty-smart-reload-10.patch,
82
util-linux-agetty-smart-reload-11.patch,
83
util-linux-agetty-smart-reload-12.patch).
84
- agetty BEHAVIOR CHANGE: Terminal switches to character mode when
85
entering logname; echo is generated by the agetty itself.
86
(In past, logname echo was generated locally by the terminal,
87
using the canonical line editing mode.)
88
89
-------------------------------------------------------------------
90
Fri Oct 26 17:24:46 CEST 2018 - sbrabec@suse.com
91
92
- Fix runstatedir path (to /run) (boo#1113188#c1).
93
94
-------------------------------------------------------------------
95
Fri Oct 12 14:06:56 CEST 2018 - sbrabec@suse.com
96
97
- Create empty /etc/issue.d for the new agetty feature.
98
99
-------------------------------------------------------------------
100
Tue Jul 3 16:27:27 CEST 2018 - sbrabec@suse.com
101
102
- Switch python-libmount to python3-libmount.
103
104
-------------------------------------------------------------------
105
Tue Jun 19 16:13:43 CEST 2018 - sbrabec@suse.com
106
107
- Fix local vulnerability using embeded shell commands in
108
a mountpoint name (bsc#1084300, CVE-2018-7738,
109
util-linux-bash-completion-umount-CVE-2018-7738.patch).
110
111
-------------------------------------------------------------------
112
Tue May 22 11:54:13 UTC 2018 - tchvatal@suse.com
113
114
- Do not run rfkill-block@.service and rfkill-unblock@service as it
115
is just template without parameter bsc#1092820 bsc#1093176
116
117
-------------------------------------------------------------------
118
Thu May 10 17:22:14 CEST 2018 - sbrabec@suse.com
119
120
- Fix lscpu and chcpu on systems with >1024 cores
121
(bnc#1091164, util-linux-lscpu-chcpu-new-cpu-macros.patch).
122
- Fix CPU count in chcpu
123
(bnc#1091164, util-linux-chcpu-cpu-count.patch).
124
125
-------------------------------------------------------------------
126
Thu Apr 19 19:30:25 CEST 2018 - sbrabec@suse.com
127
128
- Backport three upstream patches:
129
* Fix crash loop in lscpu
130
(bsc#1072947, util-linux-lscpu-loop.patch).
131
* Fix possible segfault of umount -a
132
(util-linux-libmount-umount-a-segfault.patch).
133
* Fix mount -a on NFS bind mounts (bsc#1080740,
134
util-linux-libmount-mount-a-nfs-bind-mount.patch).
135
136
-------------------------------------------------------------------
137
Thu Apr 12 17:09:30 CEST 2018 - sbrabec@suse.com
138
139
- Integrate pam_keyinit pam module (boo#1081947, su-l.pamd,
140
runuser-l.pamd, runuser.pamd).
141
142
-------------------------------------------------------------------
143
Wed Apr 4 04:12:56 CEST 2018 - sbrabec@suse.com
144
145
- su.default: Set ALWAYS_SET_PATH default to "yes" (bsc#353876#c7);
146
add one-time wrapper forcing ALWAYS_SET_PATH on upgrade.
147
148
-------------------------------------------------------------------
149
Tue Mar 20 13:02:18 CET 2018 - kukuk@suse.de
150
151
- Use %license instead of %doc [bsc#1082318]
152
153
-------------------------------------------------------------------
154
Fri Feb 9 15:08:22 CET 2018 - sbrabec@suse.com
155
156
- Fix lsblk on NVMe
157
(bsc#1078662, util-linux-sysfs-nvme-devno.patch).
158
159
-------------------------------------------------------------------
160
Wed Jan 31 20:34:56 CET 2018 - sbrabec@suse.com
161
162
- Update to version 2.31.1:
163
* blkid: Add support for LUKS2 and new LABEL attributes.
164
* move rfkill to /usr/sbin (boo#1076134).
165
* fsck.cramfs: Fix bus error on broken file system.
166
* hwclock: add iso-8601 overflow check
167
* libmount:
168
* Allow MNT_FORCE and MNT_DETACH at umount
169
* add nsfs between pseudo filesystems
170
* lscpu: Treat read failure on Xen Hypervisor properties as
171
non-fatal
172
* sha1: endian fixes (affects util_linux_bigendian.patch)
173
* documentation updates
174
* other fixes and improvements
175
- Fix regressions in 2.31.1:
176
* sha1 on s390* (update util_linux_bigendian.patch)
177
* fsck.cramfs on ppc64le (util-linux-cramfs.patch)
178
* fincore/count (disable, util-linux-fincore-count.patch)
179
180
-------------------------------------------------------------------
181
Sun Jan 21 20:15:00 UTC 2018 - jengelh@inai.de
182
183
- Combine %service_* calls again.
184
185
-------------------------------------------------------------------
186
Thu Jan 18 01:54:42 UTC 2018 - bwiedemann@suse.com
187
188
- Provide /usr/sbin/rfkill from rfkill package (boo#1076134)
189
190
-------------------------------------------------------------------
191
Tue Jan 16 16:26:48 UTC 2018 - normand@linux.vnet.ibm.com
192
193
- Add util_linux_bigendian.patch solve two failing tests on ppc64
194
(sha1, uuid/oids)
195
196
-------------------------------------------------------------------
197
Fri Jan 12 13:49:36 CET 2018 - sbrabec@suse.com
198
199
- Integrate rfkill-block@.service and rfkill-unblock@.service from
200
rfkill package (boo#1074250#c4).
201
- Remove unneeded release based conflicts and obsolescences
202
(boo#1074250#c18).
203
- Remove sysvinit requirement.
204
205
-------------------------------------------------------------------
206
Mon Jan 1 10:32:51 UTC 2018 - antoine.belvire@opensuse.org
207
208
- Fix Obsoletes for rfkill (boo#1074250).
209
210
-------------------------------------------------------------------
211
Mon Dec 18 15:30:56 CET 2017 - sbrabec@suse.com
212
213
- Update bash completion conflict to cover rfkill file conflict.
214
215
-------------------------------------------------------------------
216
Mon Dec 4 17:28:04 CET 2017 - sbrabec@suse.com
217
218
- lsmem: Add support for zone awareness (bsc#1065471, FATE#324252,
219
util-linux-lsmem-memory-zone-1.patch,
220
util-linux-lsmem-memory-zone-2.patch,
221
util-linux-lsmem-memory-zone-3.patch).
222
- Drop util-linux-losetup-Add-support-for-setting-logical-blocksize.patch.
223
Different implementations exists in the new kernel, and it has
224
a conflicting implementation in util-linux.
225
226
-------------------------------------------------------------------
227
Mon Nov 20 17:29:11 CET 2017 - sbrabec@suse.com
228
229
- Update to version 2.31:
230
* New utilities: uuidparse, rfkill.
231
* su has been refactored and extended to create pseudo terminal
232
(new option --pty, CVE-2016-2779, bsc#968674). This new
233
EXPERIMENTAL feature provides better isolation between root's
234
terminal and an unprivileged su.
235
* libuuid: Improved to match
236
* libuuid, uuidgen: support hash-based UUIDs v3 (md5) and v5
237
(sha1) as specified by RFC-4122. Provide UUID templates for
238
dns, url, oid, or x500.
239
* libblkid: Extended support for DM-integrity, HPE (aka
240
extended-XFS) and UBI superblock. New API to hide already
241
detected signatures.
242
* libfdisk: New API to modify grain, make possible to completely
243
disable dialog driven partitioning.
244
* libsmartcols: New API to move columns.
245
* column: --table-header-repeat to repeat table headers.
246
* libfdisk: Use BLKPG ioctls to inform the kernel about changes.
247
* fdisk: Improved ^C and ^D behavior.
248
* cfdisk: Dialog to resize partition.
249
* look: Follow the WORDLIST environment variable.
250
* losetup: Added support for --sector-size (FATE#319010).
251
* script: Follow the usual semantics for stop/continue signals.
252
* setpriv: New command line options --ambient-caps and
253
--init-groups.
254
* hwclock: Reduce system shutdown times, log --systz when using
255
libaudit.
256
* Other bug fixes.
257
- Drop upstreamed util-linux-use-tinfow.patch.
258
- Refreshed make-sure-sbin-resp-usr-sbin-are-in-PATH.diff.
259
260
-------------------------------------------------------------------
261
Thu Sep 21 14:41:01 UTC 2017 - jengelh@inai.de
262
263
- Update RPM categories and summaries.
264
Do not ignore errors from useradd.
265
266
-------------------------------------------------------------------
267
Tue Sep 19 14:11:49 CEST 2017 - sbrabec@suse.com
268
269
- Link against tinfow instead of tinfo
270
(bsc#1056171, util-linux-use-tinfow.patch).
271
272
-------------------------------------------------------------------
273
Fri Sep 15 07:17:45 UTC 2017 - werner@suse.de
274
275
- Ensure libreadline usage as well as _GNU_SOURCE
276
277
-------------------------------------------------------------------
278
Tue Sep 12 12:35:34 CEST 2017 - sbrabec@suse.com
279
280
- Fix prerequirement of groups tty and uuidd (boo#1057937).
281
282
-------------------------------------------------------------------
283
Thu Jul 20 13:51:20 UTC 2017 - sweet_f_a@gmx.de
284
285
- Update to version 2.30.1:
286
Bugfix release, more details at:
287
https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.1-ReleaseNotes
288
- Drop upstreamed patch
289
util-linux-lscpu-cleanup-DMI-detection-return-codes.patch
290
291
-------------------------------------------------------------------
292
Mon Jul 3 12:38:36 UTC 2017 - schwab@suse.de
293
294
- Make sure group tty is defined
295
296
-------------------------------------------------------------------
297
Sun Jun 11 12:12:44 UTC 2017 - lnussel@suse.de
298
299
- don't conflict with sysvinit-tools in Tumblweed anymore. Needed for Leap 15
300
which wants to use a different release number scheme (lp150.x which produces
301
lower numbers than the conflict).
302
303
-------------------------------------------------------------------
304
Thu Jun 8 21:21:12 UTC 2017 - sweet_f_a@gmx.de
305
306
- Update to version 2.30:
307
* Many changes and improvements, most notably:
308
* The libblkid library has been improved for hybrid CDROM/DVD
309
media.
310
* The deprecated command tailf has been removed. Use "tail -f"
311
from coreutils.
312
* blkzone -- NEW COMMAND to run zone commands on block devices
313
that support Zoned Block Commands (ZBC) or Zoned-device ATA
314
Commands (ZAC).
315
* fincore -- NEW COMMAND to count pages of file contents in
316
core (memory).
317
* lsmem -- NEW COMMAND to list the ranges of available memory
318
with their online status.
319
* The command fallocate -- supports an "insert range" operation
320
now.
321
* The command "column -t|--table" has been modified to use
322
libsmartcols. It now provides nearly all of that library's
323
functionality from the command line.
324
* Security issues:
325
* hwclock - no longer makes any internal permission checks. The
326
System Administrator must set proper permissions to control
327
user access to the RTC. It is NOT recommended to use SUID.
328
* CVE-2016-2779 - This security issue is NOT FIXED yet.
329
* More details at:
330
https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes
331
- Drop upstreamed patch
332
arm64-lscpu-use-sysfs-for-table-access-if-available.patch
333
- Refreshed patch
334
util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
335
- fix compiler warnings for mkzimage_cmdline
336
337
-------------------------------------------------------------------
338
Thu Jun 8 16:28:41 UTC 2017 - msuchanek@suse.com
339
340
- When when hypervisor_decode_sysfw fails continue with other
341
detection methods (bsc#1042991, bsc#1039360, bsc#1033718)
342
+ util-linux-lscpu-cleanup-DMI-detection-return-codes.patch
343
344
-------------------------------------------------------------------
345
Wed Apr 12 09:19:21 UTC 2017 - agraf@suse.com
346
347
- Prefer sysfs exported SMBIOS3 tables in lscu (bsc#1033718)
348
+ arm64-lscpu-use-sysfs-for-table-access-if-available.patch
349
350
-------------------------------------------------------------------
351
Thu Apr 6 17:35:34 CEST 2017 - sbrabec@suse.com
352
353
- To cover release numbers of both SLE12 SP3 and Leap 42.3, relax
354
release based conflict with bash-completion from 13.1 to 10.
355
356
-------------------------------------------------------------------
357
Tue Apr 4 14:51:09 UTC 2017 - sweet_f_a@gmx.de
358
359
- fix util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
360
--logical-blocksize was behaving like --nooverlap
361
362
-------------------------------------------------------------------
363
Fri Mar 17 17:18:28 CET 2017 - sbrabec@suse.com
364
365
- Conflict with old systemd-presets-branding to ensure correct
366
preset migration (boo#1029775, bsc#1012850).
367
368
-------------------------------------------------------------------
369
Thu Mar 16 22:44:12 CET 2017 - sbrabec@suse.com
370
371
- Drop "codepage" fstab migration needed for SuSE Linux < 9.1
372
(bsc#51950 (suse#36950)).
373
374
-------------------------------------------------------------------
375
Tue Feb 28 17:27:58 CET 2017 - sbrabec@suse.com
376
377
- Keep dependency on insserv and fillup for compatibilitiy reasons
378
in Leap 42.3. Too many poorly written packages depend on it.
379
(Marked as "sysv compatibility hack".)
380
381
-------------------------------------------------------------------
382
Wed Feb 22 22:00:05 UTC 2017 - sweet_f_a@gmx.de
383
384
- Update to version 2.29.2:
385
* su(1) security issue CVE-2017-2616 (bsc#1023041)
386
* minor bugfixes and enhancements
387
388
-------------------------------------------------------------------
389
Fri Feb 10 10:40:23 UTC 2017 - fbui@suse.com
390
391
- presets are managed by the branding presets package (bsc#1012850)
392
393
The default activation state is defined by the branding preset
394
package.
395
396
This also get rid of the only use of the rpm preset macros so we can
397
kill them.
398
399
-------------------------------------------------------------------
400
Wed Feb 8 18:16:22 CET 2017 - sbrabec@suse.com
401
402
- Merge SLE12 SP3 changes to make the package compatible with
403
Tumbleweed, SLE12 SP3 and Leap 42.3.
404
- Drop patch tests-script-race-on-force-only.patch from SLE12 SP3
405
and Leap 42.3. Upstream has a different workaround.
406
https://github.com/karelzak/util-linux/issues/296
407
- INCOMPATIBLE CHANGE for SLE12 SP3 and Leap 42.3:
408
losetup -L changes its meaning from SLE12 SP1&SP2 specific
409
--logical-blocksize to the upstream --nooverlap).
410
--logical-blocksize can be used only with long option
411
(bsc#966891).
412
- Include SLE12 + Leap 42 exclusive feature, implemented by
413
hare@suse.de:
414
* losetup: Add support for setting logical blocksizes
415
(bsc#931634, FATE#319010)
416
+ util-linux-losetup-Add-support-for-setting-logical-blocksize.patch
417
SLE12 & Leap 42 specific changes:
418
* Fix for SLE12: bsc#956540, SLE12 SP1: bsc#953691, Leap 42.1:
419
boo#954482, was obsoleted by the systemd update, and skipped.
420
* Remove --enable-ncurses that is intended to force non-wide
421
ncurses (boo#978993).
422
* Make release-dependent conflict with old sysvinit-tools SLE
423
specific, as it is required only for SLE 11 upgrade,
424
and breaks openSUSE staging builds (boo#994399).
425
* Obsolete these patches, now upstreamed:
426
* Drop upstreamed patches
427
(tests-script-race-on-force-only.patch,
428
util-linux-libmount-ignore-redundant-slashes.patch,
429
util-linux-sfdisk-show-pt-geometry-1.patch,
430
util-linux-sfdisk-show-pt-geometry-2.patch,
431
util-linux-sfdisk-show-pt-geometry-3.patch,
432
util-linux-libblkid-partition-loop.patch,
433
util-linux-libblkid-wipe-offset.patch,
434
util-linux-mount-reuse-loop-1.patch,
435
util-linux-mount-reuse-loop-2.patch,
436
util-linux-mount-reuse-loop-3.patch,
437
util-linux-mount-reuse-loop-4.patch,
438
util-linux-loop-reuse-01.patch, util-linux-loop-reuse-02.patch,
439
util-linux-loop-reuse-03.patch, util-linux-loop-reuse-04.patch,
440
util-linux-loop-reuse-05.patch, util-linux-loop-reuse-06.patch,
441
util-linux-loop-reuse-07.patch, util-linux-loop-reuse-08.patch,
442
util-linux-loop-reuse-09.patch, util-linux-loop-reuse-10.patch,
443
util-linux-loop-reuse-12.patch, util-linux-loop-reuse-13.patch,
444
util-linux-loop-reuse-14.patch, util-linux-loop-reuse-15.patch,
445
util-linux-loop-reuse-16.patch, util-linux-loop-reuse-17.patch,
446
util-linux-loop-reuse-18.patch, util-linux-loop-reuse-19.patch,
447
util-linux-loop-reuse-20.patch,
448
util-linux-libmount-cifs-is_mounted.patch).
449
* Refreshed patches
450
(make-sure-sbin-resp-usr-sbin-are-in-PATH.diff,
451
util-linux-losetup-Add-support-for-setting-logical-blocksize.patch).
452
453
-------------------------------------------------------------------
454
Tue Feb 7 20:07:55 CET 2017 - sbrabec@suse.com
455
456
- Update to version 2.29.1:
457
* lscpu: add aarch64 specific names
458
* lubmount: Disable disable ro/rw mtab checks (bsc#1012632)
459
* More details at:
460
https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ReleaseNotes
461
462
-------------------------------------------------------------------
463
Tue Feb 7 18:31:04 CET 2017 - sbrabec@suse.com
464
465
- Replace raw initscript by a systemd service doing the same thing.
466
Based on previous work of fcrozat@suse.com (FATE#321122).
467
468
-------------------------------------------------------------------
469
Thu Jan 5 12:34:33 UTC 2017 - sweet_f_a@gmx.de
470
471
- don't install bash-completions for uninstalled binaries (chfn,
472
chsh, newgrp, pg)
473
- for now remove procps dependency which is only needed for tests
474
because it pulls systemd
475
476
-------------------------------------------------------------------
477
Thu Dec 15 09:26:01 UTC 2016 - fbui@suse.com
478
479
- Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd)
480
481
libsystemd-* libs were deprecated and are gone now.
482
483
-------------------------------------------------------------------
484
Wed Dec 7 16:12:55 CET 2016 - sbrabec@suse.com
485
486
- Remove no more supported --enable-libmount-force-mountinfo.
487
There is --enable-libmount-support-mtab, disabled by default,
488
exactly as we need.
489
490
-------------------------------------------------------------------
491
Tue Nov 8 15:11:37 UTC 2016 - sweet_f_a@gmx.de
492
493
- Update to version 2.29 (FATE#322090)
494
* cal: possible to specify month by name (e.g. "cal January
495
2017") and use relative placeholders (cal "+1 month")
496
* fdisk(8) allows to wipe newly created partitions; the feature
497
is possible to control by new command line option
498
--wipe-partitions[==auto|never|default].
499
* findmnt --verify: the command scans /etc/fstab and tries to
500
verify the configuration.
501
* mount(8) now rejects requests to create another device and
502
mount filesystem for the same backing file. The command
503
`losetup --nooverlap` reuses loop device if already exists
504
for the same backing file. All the functionality calculate
505
with offset and sizelimit options of course, so it's fine to
506
have multiple regions (partitions) in the same image file and
507
mount all of them in the same time. The restriction is that
508
the regions should not overlap.
509
* lscpu supports the "drawer" topology for IBM S/390.
510
* sfdisk: Support for deprecated --show-pt-geometry (bsc#990531).
511
* libmount: various issues with cifs mount
512
(bsc#982331, bsc#987176).
513
* libblkid: Prevent infinite loop DoS while parsing DOS partition
514
tables (bsc#988361, CVE-2016-5011).
515
* More details at:
516
http://karelzak.blogspot.de/2016/10/util-linux-v229-whats-new.html
517
https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29-ReleaseNotes
518
- refresh make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
519
520
-------------------------------------------------------------------
521
Wed Sep 7 12:43:31 UTC 2016 - sweet_f_a@gmx.de
522
523
- Update to version 2.28.2, bugfix release, see
524
https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.2-ReleaseNotes
525
526
-------------------------------------------------------------------
527
Thu Aug 11 13:24:34 UTC 2016 - sweet_f_a@gmx.de
528
529
- Update to version 2.28.1, bugfix release, see
530
https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes
531
- Remove util-linux-libblkid-wipe-offset.patch (upstream)
532
- use the new configure option --enable-libuuid-force-uuidd
533
instead of sed'ing configure.ac
534
535
-------------------------------------------------------------------
536
Thu Aug 11 10:21:35 UTC 2016 - olaf@aepfle.de
537
538
- Install klogconsole with read permissions (bnc#990837)
539
540
-------------------------------------------------------------------
541
Mon Jul 11 07:29:18 UTC 2016 - dimstar@opensuse.org
542
543
- BuildIgnore util-linux: it's part of VMInstall, hence part of
544
every package build. util-linux itself can be built without its
545
own presence though. Helps with some rare bootstrap issues (when
546
librtas changes soname for example).
547
- Drop usage of gpg-offline: this has long been migrated to a
548
source service that checks signatures on checkin already (osc
549
service lr source_validatory).
550
551
-------------------------------------------------------------------
552
Mon Jun 13 11:37:33 UTC 2016 - dimstar@opensuse.org
553
554
- Do not BuildRequires bash-completion: this is tempting, but it
555
pulls bash-completion and its entire dependency stack into Ring0,
556
which is inacceptable. Pass the correct path
557
(%{_datdir}/bash-completion/completions) via
558
--with-bashcompletiondir to configure.
559
560
-------------------------------------------------------------------
561
Thu May 19 14:29:27 CEST 2016 - sbrabec@suse.com
562
563
- blkid: Wipe corect area for probes with offset (bsc#976141,
564
util-linux-libblkid-wipe-offset.patch).
565
566
-------------------------------------------------------------------
567
Tue Apr 26 18:24:40 CEST 2016 - sbrabec@suse.com
568
569
- Remove incorrect --with-bashcompletiondir that breaks
570
bash-completion, use path in bash-completion.pc instead
571
(boo#977259).
572
573
-------------------------------------------------------------------
574
Fri Apr 22 16:41:34 CEST 2016 - sbrabec@suse.com
575
576
- Add librtas-devel to BuildRequires on Power platforms. Needed for
577
proper function of lscpu (bsc#975082).
578
579
-------------------------------------------------------------------
580
Wed Apr 13 21:29:00 UTC 2016 - sweet_f_a@gmx.de
581
582
- fix build for openSUSE >= 13.1 (inclusive SLE 12)
583
- drop build for openSUSE < 13.1
584
- remove old build conditions: sysvinit_tools, enable_su and
585
enable_eject
586
- cosmetics: reorder configure options
587
588
-------------------------------------------------------------------
589
Wed Apr 13 09:53:21 UTC 2016 - sweet_f_a@gmx.de
590
591
- Update to version 2.28 (bsc#974301):
592
* Many changes and improvements, most notably:
593
* Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID
594
signatures when creating a new disk label in interactive
595
mode. See --wipe[=auto|never|always].
596
* lsns -- this NEW COMMAND lists information about all
597
currently accessible namespaces or about the given namespace.
598
* The command sfdisk supports new operations --delete,
599
--move-data and --reorder.
600
* The command blkdiscard supports a new option --zeroout to
601
zero-fill rather than discard a specified area.
602
* The command cal supports a new option --span to span the date
603
when displaying multiple months.
604
* The command chrt supports the DEADLINE scheduling class and
605
the new options --sched-runtime --sched-period and
606
--sched-deadline.
607
* The command logger supports RFC 5424 structured data through
608
the new options --sd-id and --sd-param.
609
* The command losetup supports a new option --direct-io.
610
* The command lsblk allows to sort output by unprinted columns.
611
* The command mount applies the nofail mount option to
612
ENOMEDIUM errors.
613
* The commands nsenter and unshare support a new option
614
--cgroup for work with cgroups namespaces (CLONE_NEWCGROUP).
615
* The library libmount has been improved to properly detect
616
already mounted btrfs subvolumes (bsc#947494, bsc#972684).
617
* The library libsmartcols has been massively improved to print
618
table ranges, multi-line cells, table titles and to support
619
continuous printing.
620
* The package build system and code have been improved to be
621
more portable to non-Linux systems (BSD, OSX).
622
* The package does not provide fallback solutions for
623
openat-family functions anymore.
624
* The python binding for libsmartcols is available in separate
625
project at https://github.com/ignatenkobrain/python-smartcols
626
* Other bug fixes (bsc#970404, bsc#975082, FATE#318444).
627
* Security issue: CVE-2016-2779 is NOT FIXED yet.
628
- Remove old util-linux-noenc-suse.patch
629
630
-------------------------------------------------------------------
631
Tue Dec 1 10:27:17 UTC 2015 - sweet_f_a@gmx.de
632
633
- enable last binary
634
635
-------------------------------------------------------------------
636
Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
637
638
- Update to version 2.27.1, bugfix release, see
639
https://www.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes
640
(fixes bsc#950778, FATE#320552).
641
642
-------------------------------------------------------------------
643
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
644
645
- Change condition for known fail markers from test for armv6 and aarch64
646
architecture to test for qemu user-space build
647
648
-------------------------------------------------------------------
649
Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
650
651
- Update to version 2.27:
652
* Many changes and improvements, most notably:
653
* lsipc: new command
654
* unshare provides a new option --propagation=
655
* mount(8) supports read-only binds in one (not atomic) step by
656
"bind,ro".
657
* GNU readline support in fdisk and sfdisk.
658
* JSON support in libsmartcols and findmnt, losetup, lsblk,
659
lslocks, sfdisk and lsipc.
660
* script has been massively improved to be more robust and less
661
complex (bsc#888678, bsc#930236).
662
* sulogin supports locked root accounts by --force
663
(bsc#968733, bsc#963399).
664
* colors support by default. It is possible to change this
665
with --disable-colors-default.
666
* more information in cfdisk
667
* fdisk provides new commands 'F' and 'i'
668
* cal supports the new options --twelve and --months <n>
669
* rtcwake supports a news option --list-modes and --date, no
670
support RTC_ALM_READ and RTC_ALM_SET fallbacks any more.
671
* Many fixes, most notably:
672
* fsck: now supports -r {fd} (bsc#923777, bsc#903738)
673
* Fix fsck -C {fd} parsing (bsc#923777, bsc#903738)
674
* better handling of multi-path devices
675
(bsc#880468, bsc#924994)
676
* flock: improve timeout handling (bsc#926945)
677
* lsblk: display mountpoint even for top-level device
678
(bsc#943415)
679
* colcrt: fix buffer overflow (bsc#949754, CVE-2015-5218)
680
681
-------------------------------------------------------------------
682
Wed Aug 19 21:18:11 CEST 2015 - sbrabec@suse.com
683
684
- Add licenses.
685
686
-------------------------------------------------------------------
687
Tue Aug 4 20:31:55 CEST 2015 - sbrabec@suse.com
688
689
- Add %systemd_preset_pre and %systemd_preset_posttrans that will
690
do one shot presetting of uuidd.service on upgrade.
691
(bnc#900935#c46, FATE#318949, FATE#317727).
692
- Remove one shot presetting hacks.
693
694
-------------------------------------------------------------------
695
Mon May 25 16:26:01 UTC 2015 - crrodriguez@opensuse.org
696
697
- Build with --enable-libmount-force-mountinfo the rationale is
698
identical to the following commit message --> http://bit.ly/1eqf5GO
699
The default behaviour is undesirable and fragile when using
700
systemd.
701
702
-------------------------------------------------------------------
703
Fri May 1 11:30:09 UTC 2015 - sweet_f_a@gmx.de
704
705
- Update to util-linux-2.26.2:
706
* many fixes, most notable for logger, *fdisks and mount
707
* (lib)mount, add support for MS_LAZYTIME
708
- disable libmount/lock test to avoid random timeouts
709
- socat is needed for logger tests
710
711
-------------------------------------------------------------------
712
Fri Mar 13 15:57:56 UTC 2015 - sweet_f_a@gmx.de
713
714
- Update to util-linux-2.26.1:
715
* cal(1): do not segfault when TERM is not defined or wrong
716
(bnc#903440)
717
* logger(1): major fixes and enhancements
718
* agetty(8): support /usr/lib/os-release too
719
* some more fixes, mostly minor ones, see ReleaseNotes
720
- re-enable fixed tests (fdisk/bsd, ppc64le)
721
722
-------------------------------------------------------------------
723
Wed Feb 25 20:43:28 CET 2015 - sbrabec@suse.cz
724
725
- Update to util-linux-2.26:
726
* based on the git master branch of util-linux, remove backported
727
patches (util-linux-libblkid-unsafe-chars.patch,
728
util-linux-libblkid-overflow.patch)
729
* zramctl(8): this NEW COMMAND allows to control /dev/zramN
730
devices
731
* agetty(8): supports new option --reload to force already
732
running agetty processes to reprint the /etc/issue file
733
* cfdisk(8), sfdisk(8) and fdisk(8): support sfdisk-compatible
734
scripts; it's possible to save your partitioning layout to text
735
files and (re)use it in all fdisks
736
* fdisk(8), sfdisk(8): support new command-line option "--output
737
<list>" to specify output columns for --list or print commands,
738
do not abort when fdisk -l when device cannot be opened
739
[bnc#886790], [bnc#893712], [bnc#890351]
740
* nsenter(1): has been updated to work with the latest kernel
741
changes in user namespaces supports new command-line option
742
--preserve-credentials
743
* unshare(1): has been updated to work with the latest kernel
744
changes in user namespaces supports new command-line option
745
"--setgroups=<deny|allow>"
746
* swapon(8): supports new command-line option "-o <list>" with
747
the same semantics as -o for mount(8); it's now possible to
748
specify swap options on the command line by the same string as
749
in fstab
750
* fdformat(8): supports new command-line options --from and --to
751
to specify tracks and --repair for broken floppies
752
* getopt(1): has been updated to the latest version (originally
753
maintained outside of util-linux) and refactored
754
* ldattach(8): has been improved to support GSM0710 and intro
755
modem commands
756
* logger(1): supports new command-line option --id= to specify
757
PID (or another ID) allows to specify --rfc3164 or --rfc5424
758
syslog protocols
759
* lscpu: recognizes Unisys s-Par as hypervisor (FATE#318231)
760
* libfdisk: the library is distributed as a shared library with a
761
stable API and a standard header file
762
* libmount: provides a new simple API to monitor mount-table
763
changes (including changes in userspace mount options)
764
* libmount: Fix mount point lookup (and mount -a) if the path
765
contains // (bsc#931955).
766
- Fix lack of I18N support in util-linux-systemd (mis-compilation).
767
768
-------------------------------------------------------------------
769
Sun Feb 22 17:15:41 UTC 2015 - crrodriguez@opensuse.org
770
771
- Build with FULL RELRO.
772
773
-------------------------------------------------------------------
774
Tue Feb 10 15:26:55 UTC 2015 - sweet_f_a@gmx.de
775
776
- define upstream source for klogconsole to remove patches
777
* klogconsole-quiet.patch
778
* klogconsole.diff
779
- remove openSUSE 13.1 specific eject permissions, did not worked
780
anyway since eject-fpie.patch was removed
781
- always call autoreconf, not only for splitted packages, skip
782
autopoint (gettext)
783
784
-------------------------------------------------------------------
785
Fri Feb 6 17:01:02 UTC 2015 - dimstar@opensuse.org
786
787
- Do not try to unregister an info file (ipc.info.gz) which we do
788
not own. Already in May 2011, we stopped registering it: "do not
789
register ipc.info.gz (not provided by this package)".
790
791
-------------------------------------------------------------------
792
Wed Feb 4 19:08:43 CET 2015 - sbrabec@suse.cz
793
794
- libblkid: care about unsafe chars and possible buffer overflow
795
in cache (CVE-2014-9114, util-linux-libblkid-unsafe-chars.patch,
796
util-linux-libblkid-overflow.patch, bsc#907434)
797
798
-------------------------------------------------------------------
799
Thu Jan 29 14:13:41 UTC 2015 - sweet_f_a@gmx.de
800
801
- Update to version 2.25.2: mostly minor fixes
802
(including boo#908742)
803
- re-enable utmpdump and ipcs tests for all archs
804
805
-------------------------------------------------------------------
806
Thu Jan 15 17:15:47 UTC 2015 - schwab@linux-m68k.org
807
808
- Use util-linux:/bin/logger as split-provide,
809
/usr/lib/systemd/system/fstrim.service didn't exist in 13.1
810
811
-------------------------------------------------------------------
812
Sat Jan 10 02:24:25 UTC 2015 - jengelh@inai.de
813
814
- Remove pam_securetty.so from /etc/pam.d/login. By definition,
815
local logins are always secure. Remote logins actually use
816
/etc/pam.d/remote by way of `/bin/login -h` (such as rlogind).
817
This solves the problem that root logins are erroneously rejected
818
when using kmscon(8) or `machinectl login`, because they use
819
ptys.
820
821
-------------------------------------------------------------------
822
Tue Nov 11 10:57:12 UTC 2014 - schwab@suse.de
823
824
- Remove known fail marker for fdisk/bsd on ppc, ppc64, s390, s390x
825
826
-------------------------------------------------------------------
827
Fri Oct 17 21:18:43 CEST 2014 - sbrabec@suse.cz
828
829
- Fix mis-compilation of libuuid without uuidd support
830
(bnc#900935).
831
- Fix uuidd socket activation (bnc#900935).
832
- Remove obsolete sysvinit script for uuidd.
833
- Remove no more needed uuidd permissions stuff.
834
- Replace PreReq for obsolete pwdutils by names of binaries.
835
- Add fstrim service scripts and rcfstrim helper.
836
837
-------------------------------------------------------------------
838
Mon Sep 8 21:04:34 CEST 2014 - sbrabec@suse.cz
839
840
- Install runuser and runuser-l PAM file
841
(runuser.pamd, bnc#892079, bnc#894833).
842
843
-------------------------------------------------------------------
844
Wed Sep 3 16:21:57 CEST 2014 - sbrabec@suse.cz
845
846
- Update to version 2.25.1:
847
* bug fixes (removed util-linux-bash-completion-blockdev.patch,
848
util-linux-slash-in-format-string.patch)
849
* translation updates
850
* correct support for plurals
851
* gpt: use real sector size to set PTMAGIC_OFFSET
852
* gpt: add Microsoft Storage Spaces GUID
853
* libmount: use -t for type.subtype in helpers API
854
* erase all traces of the long-obsolete xiafs
855
856
-------------------------------------------------------------------
857
Tue Aug 26 12:15:02 UTC 2014 - schwab@suse.de
858
859
- Always mark ipcs/limits and misc/setarch as known failure
860
861
-------------------------------------------------------------------
862
Tue Aug 26 07:43:16 UTC 2014 - pgajdos@suse.com
863
864
- fix parsing of slash in the format string [bnc#889934] (internal)
865
- added patches:
866
* util-linux-slash-in-format-string.patch
867
868
-------------------------------------------------------------------
869
Thu Aug 21 18:34:59 CEST 2014 - sbrabec@suse.cz
870
871
- Remove hacks for format_spec_file and source_validator
872
(bnc#891152, bnc#891829).
873
- Use macro defined summary that passes both SLE and openSUSE
874
check-in QA scripts (invented by Ruediger Oertel).
875
876
-------------------------------------------------------------------
877
Fri Aug 8 22:17:29 CEST 2014 - sbrabec@suse.cz
878
879
- Update to version 2.25
880
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
881
* based on the git master branch of util-linux
882
* many fixes (including bnc#869355, bnc#871951 and
883
bnc#871698#c49)
884
* new Python binding sub-package for libmount: python-libmount
885
* new library: libsmartcols
886
* new commands: lslogins, setpriv
887
* add fstrim systemd timer
888
* better systemd integration
889
* DROPPED command:
890
* cytune: Upstream decided to remove tool untested for years
891
that supports this old hardware.
892
- Dropped patches included in the upstream:
893
(*git) Included with no changes
894
(+git) Included with improvements
895
(!git) Included with differences
896
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
897
* agetty-fooled-on-serial-line-due-plymouth.patch,
898
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
899
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
900
* sulogin-does-not-find-any-console.patch (*624b204)
901
* util-linux-setarch-uname26.patch (*f6eb160)
902
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
903
* util-linux-lscpu-improve-hypervisor-detection.patch
904
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
905
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
906
hypervisor, as it breaks standard behavior. Use standard output
907
instead! (FATE#310255)
908
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
909
* blkid-convert-superblocks-to-new-calling-convention.patch
910
(+37f4060)
911
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
912
* util-linux-hwclock-drift-check.patch (*f196fd1)
913
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
914
- Dropped obsolete patch:
915
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
916
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
917
(upstream fixed it in a different way)
918
* util-linux-HACK-boot.localfs.diff
919
(MOUNT_PRINT_SOURCE is no more referenced)
920
- Ported and renamed:
921
* util-linux-2.23.1-noenc-suse.diff
922
-> util-linux-noenc-suse.patch
923
- Split spec file to three stages:
924
* util-linux.spec: Everything that do not need python or systemd.
925
* util-linux-systemd.spec: Stuff that needs systemd:
926
util-linux-systemd and uuidd
927
NOTE: Not building systemd-less variants of utilities.
928
* python-libmount.spec: Just python-libmount
929
- Move bash-completion files to correct packages.
930
- Add patch util-linux-bash-completion-blockdev.patch.
931
- Add hacks to prevent damaging of spec files by format_spec_file
932
(bnc#891152, also edited util-linux-rpmlintrc).
933
934
-------------------------------------------------------------------
935
Sat Jul 26 11:44:57 UTC 2014 - dimstar@opensuse.org
936
937
- Really fix devel-static requires (libblkid-devel-static).
938
939
-------------------------------------------------------------------
940
Sat Jul 26 09:39:30 UTC 2014 - coolo@suse.com
941
942
- fix requires of devel-static packages
943
944
-------------------------------------------------------------------
945
Thu Jul 24 18:45:53 CEST 2014 - dsterba@suse.cz
946
947
- enable build of libmount-devel-static, libuuid-devel-static and
948
libblkid-devel-static
949
950
-------------------------------------------------------------------
951
Tue May 27 21:17:40 UTC 2014 - sweet_f_a@gmx.de
952
953
- use nologin from upstream (was added in 2.24)
954
- remove unknown configure options
955
- remove unused and outdated suse READMEs
956
- require bc for checks
957
958
-------------------------------------------------------------------
959
Fri May 16 15:10:53 UTC 2014 - sweet_f_a@gmx.de
960
961
- Prevent excessive clock drift calculations (bnc#871698,
962
util-linux-prevent-excessive-clock-drift-calculations.patch),
963
committed by sbrabec@suse.cz
964
965
-------------------------------------------------------------------
966
Thu May 8 08:15:04 UTC 2014 - werner@suse.de
967
968
- Modify patch support-other-tty-lines-not-vconsole.patch to
969
make it work on virtual console
970
- Modify patch agetty-on-s390-on-dev-3270-tty1-line.patch
971
to add the missed 3270 support upstream
972
973
-------------------------------------------------------------------
974
Wed May 7 14:12:32 UTC 2014 - werner@suse.de
975
976
- Add patch support-other-tty-lines-not-vconsole.patch
977
to be able to support console lines like xvc and hvc
978
979
-------------------------------------------------------------------
980
Thu Apr 24 11:33:36 UTC 2014 - sweet_f_a@gmx.de
981
982
- Update to util-linux-2.24.2:
983
addpart:
984
* minor man page improvements
985
blockdev:
986
* Some minor corrections to the manual
987
build-sys:
988
* don't connect _DEPENDENCIES and _LIBADD
989
* fix .h.in usage in libblkid and libmount
990
* libmount/python/__init__.py is always a dist file
991
chcpu:
992
* cleanup return codes
993
* cleanup stdout/stderr usage
994
delpart:
995
* minor man page improvements
996
dmesg:
997
* -w output not line-buffered
998
* don't report EPIPE
999
docs:
1000
* update AUTHORS file
1001
fallocate:
1002
* Clarify that space can also be deallocated
1003
fdformat:
1004
* Some minor change to the manual
1005
fdisk:
1006
* don't colorize "foo " prefixes
1007
flock:
1008
* use nfs4 fallback on EBADF too
1009
fsck:
1010
* Some typographical corrections to the manual
1011
fsck.minix:
1012
* A few typographical corrections to the manual
1013
fstrim:
1014
* add hint to man page
1015
getopt:
1016
* getopt.1 The usual doc dir is /usr/share/doc, not .../docs
1017
hwclock:
1018
* fix possible hang and other set_hardware_clock_exact() issues
1019
include/closestream:
1020
* don't wipe errno on EPIPE
1021
ipcs:
1022
* cleanup jumplabel stlyes
1023
* fix ipc_msg_get_info fallback case
1024
* fix ipc_sem_get_info fallback case
1025
* fix ipc_shm_get_info fallback case
1026
* fix memleak in ipc_*_get_info functions
1027
isosize:
1028
* A few typographical changes to the manual
1029
last:
1030
* fix minor typos in the man page
1031
lib/sysfs:
1032
* make dirent d_type usage more robust
1033
libblkid:
1034
* add extra checks to XFS prober
1035
libfdisk:
1036
* fix logical partition reorder command
1037
* make qsort_r() optional
1038
* properly implement read-only mode
1039
libmount:
1040
* FS id and parent ID could be zero
1041
* accept (deleted) path suffix in mountinfo file
1042
* initialize *root to NULL in mnt_table_get_root_fs
1043
login:
1044
* fix minor typos in the man page
1045
losetup:
1046
* wait for udev
1047
lscpu:
1048
* cleanup, use _PATH_SYS_CPU/NODE
1049
* don't abort if cache size is unknown
1050
* don't assume filesystem supports d_type when searching for NUMA nodes
1051
* read_hypervisor_dmi only fallback to memory scan on x86/x86_64
1052
mkfs:
1053
* Some typographical changes to the manual
1054
mkfs.bfs:
1055
* One typographical correction to the manual
1056
mkfs.cramfs:
1057
* Some typographical corrections to the manual
1058
mkfs.minix:
1059
* Some typographical changes in the manual
1060
mkswap:
1061
* Some minor typographical corrections to the manual
1062
more:
1063
* improve formatting and wording of man page and help text
1064
mount:
1065
* apply "nofail" to MNT_ERR_NOSOURCE libmount error
1066
* fix --all and nofail return code
1067
* mount.8 Some typographical and prefix corrections to the manual
1068
* remove obsolete and confusing statement from mount.8
1069
* update mount.8 about barrier mount options defaults
1070
nologin:
1071
* minor man page improvements
1072
nsenter:
1073
* fix set{gid,uid} order,drop supplementary groups
1074
partx:
1075
* Improve the typesetting of the manual
1076
* make dirent d_type usage more robust
1077
po:
1078
* merge changes
1079
* update cs.po (from translationproject.org)
1080
* update da.po (from translationproject.org)
1081
* update de.po (from translationproject.org)
1082
raw:
1083
* Improve the typesetting of the manual
1084
renice:
1085
* correct max priority in renice man page
1086
runuser:
1087
* fix minor typos in the man page
1088
script:
1089
* Also flush writes to timing file.
1090
* time from end of read() call partially fixes #58
1091
scriptreplay:
1092
* no need to skip first time value or last bytes fixes #58
1093
setarch:
1094
* Fix ppc64le architectures
1095
setpriv:
1096
* Fix --apparmor-profile
1097
su:
1098
* don't use kill(0, ...) when propagate signal
1099
* fix minor typos in the man page
1100
sulogin:
1101
* minor man page improvements
1102
swaplabel:
1103
* Improve the typesetting of the manual
1104
* wrong version number in check
1105
switch_root:
1106
* make dirent d_type usage more robust
1107
* verify initramfs by f_type, not devno
1108
tests:
1109
* add fdisk 'f' command MBR test
1110
* add lscpu dump for ppc cpu with no cache size
1111
* clean up backport
1112
* cleanup, remove unused lscpu output
1113
* update Py parse mountinfo test
1114
* update libmount tabdiff tests
1115
* use old output format
1116
umount:
1117
* fix typo in usage
1118
* more robust success message for --all
1119
unshare:
1120
* include libmount.h to provide missing MS_* defines
1121
utmpdump:
1122
* minor man page improvements
1123
vipw:
1124
* minor man page improvements
1125
- remove tty3270-on-serial-line-of-s390.patch (was already upstream
1126
since 2.24.1)
1127
- remove barrier_documentation.patch (applied upstream)
1128
- rebase blkid-convert-superblocks-to-new-calling-convention.patch
1129
1130
-------------------------------------------------------------------
1131
Thu Apr 17 22:43:31 CEST 2014 - sbrabec@suse.cz
1132
1133
- Enable socket activation needed by systemd service (bnc#872807).
1134
1135
-------------------------------------------------------------------
1136
Fri Apr 11 16:45:03 CEST 2014 - sbrabec@suse.cz
1137
1138
- libblkid: Drop the broken ext2/ext3/ext4 discrimination logic
1139
(util-linux-libblkid-ext-probe.patch, bnc#864703).
1140
1141
-------------------------------------------------------------------
1142
Fri Apr 11 16:27:11 CEST 2014 - hare@suse.de
1143
1144
- Abort blkid probing on I/O errors (bnc#859062,
1145
blkid-stop-scanning-on-I-O-error.patch,
1146
blkid-convert-superblocks-to-new-calling-convention.patch,
1147
http://www.spinics.net/lists/util-linux-ng/msg08976.html)
1148
1149
-------------------------------------------------------------------
1150
Tue Apr 1 18:49:26 UTC 2014 - sweet_f_a@gmx.de
1151
1152
- remove unnecessarily added patches from SLE11:
1153
* util-linux-update-default-commit-interval.patch, openSUSE has
1154
never changed the default and neither will SLE12
1155
* sfdisk-warn-about-2TB-limit.patch, fixed by upstream years ago
1156
* umount-avoid-readlink.patch, this patch only affects unused
1157
code and the used code does not have this bug
1158
- edit util-linux-lscpu-improve-hypervisor-detection.patch to not
1159
change the default behaviour of "lscpu -p" as documented in it's
1160
man page. Now this patch only affects the summary output.
1161
1162
-------------------------------------------------------------------
1163
Mon Mar 17 22:36:58 CET 2014 - sbrabec@suse.cz
1164
1165
- Merge fixes and features from SLE11 (bnc#831868):
1166
* Detect squashfs version <= 3 as squashfs3 and version >= 4 as
1167
squashfs. (mszeredi@suse.cz,
1168
util-linux-ng-2.16-squashfs3-detect.patch, bnc#666893)
1169
* add sfdisk-warn-about-2TB-limit.patch (puzel@novell.com,
1170
bnc#495657)
1171
* Document barrier option in mount.8 (jack@suse.cz,
1172
hvogel@suse.de,
1173
util-linux-ng-2.19.1-barrier_documentation.patch, bnc#489740)
1174
* lscpu: improve hypervisor detection (puzel@novell.com,
1175
fate#310255)
1176
- util-linux-lscpu-improve-hypervisor-detection.patch
1177
* umount: avoid calling readlink on mountpoints if not necessary
1178
- add: umount-avoid-readlink.patch (puzel@suse.com, bnc#794529)
1179
* fix file conflict between util-linux and s390-32
1180
(puzel@suse.com, bnc#805684)
1181
* util-linux-update-default-commit-interval.patch:
1182
mount(8): update default commit interval (puzel@suse.com,
1183
bnc#809480)
1184
* Obsolete no more packaged uuid-runtime.
1185
- Add uname26 (util-linux-setarch-uname26.patch, FATE#313476).
1186
1187
-------------------------------------------------------------------
1188
Thu Mar 6 09:43:34 UTC 2014 - werner@suse.de
1189
1190
- Modify the patches
1191
agetty-fooled-on-serial-line-due-plymouth.patch
1192
sulogin-fooled-on-tty-line-due-plymouth.patch
1193
to be able to disable plymouth if not already terminated due to
1194
a hanging network service (bnc#866860)
1195
1196
-------------------------------------------------------------------
1197
Sun Feb 9 21:20:31 UTC 2014 - andreas.stieger@gmx.de
1198
1199
- util-linux 2.24.1
1200
- agetty:
1201
* support the special terminal on first serial line on a S/390
1202
- blkdiscard:
1203
* BLKSSZGET fills in an int, not a uint64
1204
- blkid:
1205
* escape quotes in the output
1206
* simple typo
1207
- blockdev:
1208
* don't use HDIO_GETGEO
1209
- build-sys:
1210
* add --with-smack to config-gen.d
1211
* fstrim depends on libmount
1212
- chsh, chfn:
1213
* add info about non-local support to the man pages
1214
- dmesg:
1215
* fix --raw zero timestamp for kmsg
1216
- docs:
1217
* add patching process to howto-contribute.txt
1218
* update AUTHORS file
1219
* update links to http //git.kernel.org/ web repository views
1220
-fdisk:
1221
* don't care about partition type
1222
* fix printf stuff
1223
* fix usage(), -l [<disk>]
1224
- flock:
1225
* Change the 'exit status' man page section to make more sense
1226
- fsck:
1227
* add ext4 to list of filesystems with progress bars in fsck man page
1228
- fstrim:
1229
* add --all to discard all filesystem
1230
* cleanup usage()
1231
- lib/path:
1232
* add path_strdup()
1233
- libblkid:
1234
* (nilfs2) check also backup superblock
1235
* detect alone PMBR
1236
* fix memory leak in blkid_parse_tag_string()
1237
* fix swap-area version
1238
- libfdisk:
1239
* (dos) be more verbose when change bootable flag
1240
* (dos) fix free part counter
1241
* (dos) warn on type 0
1242
* (gpt) add /home GUID
1243
* (gpt) improve and cleanup recovery code
1244
* (gpt) recover from corrupted primary/backup PT
1245
* (sgi) generate partname according to partition position
1246
* (sun) fix end sectors with +1 error
1247
- libmount:
1248
* add efivarfs to the list of pseudo filesystems
1249
* add mnt_tag_is_valid()
1250
* cleanup fix_optstr() regards to selinux and smack
1251
* fix typo in smack path
1252
* remove smackfs* option when SMACK not enabled
1253
- lsblk:
1254
* fix -D segfault
1255
- lscpu:
1256
* sort NUMA nodes to keep output human readable
1257
* support discontinuous NUMA nodes
1258
* support non sequentially numbering of CPUs
1259
- man:
1260
* Syntax and spelling fixes
1261
- mkfs.minix:
1262
* fix fscanf() format string [coverity scan]
1263
- mkswap:
1264
* fix compiler warning [-Wunused-variable]
1265
* remove cruft from the man page
1266
- mount:
1267
* add note about "noauto" to --all description
1268
* correct mount man page default iso9660 permission
1269
* fix man mount page type
1270
* improve -s man mage info
1271
* make NAME=value tags usable for non-root
1272
* mount.8 fix grammar
1273
* update man page ext3/4 mount options
1274
- partx:
1275
* fix --update ranges and out of order tables
1276
- po:
1277
* merge changes
1278
* update da.po (from translationproject.org)
1279
* update de.po (from translationproject.org)
1280
* update pt_BR.po (from translationproject.org)
1281
* update zh_CN.po (from translationproject.org)
1282
- pylibmount:
1283
* correctly import from pylibmount.so
1284
* import directly from pylibmount in tests
1285
* remove unncessary subdirectory
1286
- script:
1287
* don't call TIOCGWINSZ in signal handler
1288
* restore errno in signal handler
1289
* use poll() rather then O_NONBLOCK
1290
- setpriv:
1291
* simplify usage()
1292
- setterm:
1293
* fix -dump man page info
1294
- sulogin:
1295
* use dirent->d_type when scans /dev
1296
- taskset:
1297
* fix PERMISSIONS section of taskset man page
1298
- tests:
1299
* update blkid swap tests
1300
* update build-sys tests
1301
* update lscpu tests
1302
- textual:
1303
* small inprovements to usage and man page of fstrim
1304
- umount:
1305
* fix umount by tag for non-roots
1306
- unshare:
1307
* add more hints about mount namespaces to the man page
1308
- wipefs:
1309
* call BLKRRPART when erase partition table
1310
- removed patches:
1311
* blkdiscard-BLKSSZGET-fills-in-an-int.patch, applied upstream
1312
- modified patches:
1313
* tty3270-on-serial-line-of-s390.patch, one hunk applied
1314
upstream
1315
1316
------------------------------------------------------------------
1317
Fri Feb 7 15:59:20 UTC 2014 - werner@suse.de
1318
1319
- Add patch sulogin-does-not-find-any-console.patch to enable sulogin
1320
to find suitable console device even if first is not usable (bnc#862078)
1321
1322
-------------------------------------------------------------------
1323
Thu Feb 6 10:03:30 UTC 2014 - werner@suse.de
1324
1325
- Avoid that hanging plymouth locks terminal lines that is
1326
add patch sulogin-fooled-on-tty-line-due-plymouth.patch and
1327
modify patch agetty-fooled-on-serial-line-due-plymouth.patch
1328
to remove any lock which had been left over.
1329
1330
-------------------------------------------------------------------
1331
Tue Feb 4 10:24:02 UTC 2014 - werner@suse.de
1332
1333
- Modify patch agetty-on-s390-on-dev--3270-tty1-line.patch and
1334
patch tty3270-on-serial-line-of-s390.patch to handle 3270
1335
terminals
1336
- Really do not verify /usr/bin/eject
1337
1338
-------------------------------------------------------------------
1339
Mon Feb 3 16:16:36 UTC 2014 - werner@suse.de
1340
1341
- Add patch agetty-on-s390-on-dev--3270-tty1-line.patch
1342
to let agetty detect /dev/3270/tty1 as device not as baud rate
1343
1344
-------------------------------------------------------------------
1345
Tue Jan 28 09:37:57 UTC 2014 - speilicke@suse.com
1346
1347
- Don't verify /usr/bin/eject, it lost the SUID bit and was dropped
1348
from /etc/permissions (bnc#824406)
1349
1350
-------------------------------------------------------------------
1351
Thu Jan 23 12:40:06 UTC 2014 - werner@suse.de
1352
1353
- Change patch agetty-fooled-on-serial-line-due-plymouth.patch
1354
to sleep instead of sending breaks to terminal (bnc#774126).
1355
1356
-------------------------------------------------------------------
1357
Mon Jan 13 10:45:54 CET 2014 - fcrozat@suse.com
1358
1359
- Ensure localstatedir value used by configure is /run (changed to that
1360
value upstream since 2012).
1361
1362
-------------------------------------------------------------------
1363
Fri Jan 10 13:08:45 UTC 2014 - werner@suse.de
1364
1365
- Add patch
1366
agetty-fooled-on-serial-line-due-plymouth.patch
1367
even with TTYReset=no it seems with systemd or plymouth the termios
1368
flags become changed from under the first agetty on a serial system
1369
console as the flags are locked (bnc#774126).
1370
1371
-------------------------------------------------------------------
1372
Tue Dec 10 16:10:27 UTC 2013 - sweet_f_a@gmx.de
1373
1374
- Update to util-linux-2.24
1375
+ Release highlights (2.24)
1376
fdisk(8):
1377
* the code has been completely refactored and moved to libfdisk
1378
(the library does not have a stable API yet)
1379
* user interface has been unified for all label types and it
1380
supports colors
1381
* GPT disk UUID, partition UUID and partition name modification
1382
is supported now
1383
pylibmount:
1384
* this new library provides PYTHON BINDINGS for libmount;
1385
use --with-python[=2|3] to enable the bindings
1386
last(1) and lastb(1):
1387
* the NEW IMPLEMENTATION has been merged from sysvinit to
1388
util-linux and extended; now it supports command line options
1389
--present, --since, and --time-format
1390
* use --enable-deprecated-last to enable the old util-linux
1391
last(1) implementation
1392
swapon(8):
1393
* the option --discard= and fstab mount option discard= allow
1394
to explicitly specify 'pages' or 'once' discard policy. If no
1395
policy is selected, the default behavior is to enable both.
1396
See swapon.8 man page for more details.
1397
libblkid and blkid(8):
1398
* supports LOGUUID= for external logs (e.g. extN and XFS)
1399
* generates a pseudo PARTUUID= for MBR partitions (based on MBR
1400
Id, Linux kernel supports the same concept for root= command
1401
line option)
1402
agetty(8):
1403
* supportes new issue file \S escape code to read information
1404
from /etc/os-release
1405
* the option -L allows to completely control CLOCAL flag
1406
dmesg(1):
1407
* supports new command line option --time-format to specify
1408
time format
1409
* supports new iso-8601 time format
1410
hexdump(1):
1411
* supports long options now
1412
wall(1):
1413
* the command is compatible with sysvinit implementation now
1414
logger(1):
1415
* supports new command line option --prio-prefix when logging
1416
stdin
1417
lscpu(1):
1418
* allows to detect more hypervisor types and provides info
1419
about Max and Min CPU Mhz
1420
unshare(8):
1421
* supports new command line options --fork and --mount-proc for
1422
pid namespaces
1423
wipefs(8):
1424
* now wipes superblocks with incorrect checksums too
1425
* supports new command line option --backup to backup erased
1426
data to $HOME/wipefs-<devname>-<offset>.bak
1427
nologin(8):
1428
* this command has been merged into util-linux, the command
1429
politely refuses a login.
1430
- Removed following patches now upstream
1431
* eject-scsi-check-host_status-and-driver_status.patch
1432
* more-fix-buffer-overflow.patch
1433
* more-check-for-buffer-size-when-write-multibyte-char.patch
1434
* more-guarantee-space-for-multibyte.patch
1435
- Removed following patch because now pkg-config does that
1436
* fdisk-tinfo.patch
1437
- Refreshed following patches with updating version string
1438
* util-linux-2.23.1-fdisk_remove_bogus_warnings.patch
1439
- Added enable_last condition in case we don't want to use the last
1440
binary from sysvinit-tools in future
1441
- Upstream moved getopt examples from datadir to docdir but we keep
1442
the old location because we would need to fix the manpage first.
1443
1444
-------------------------------------------------------------------
1445
Fri Nov 29 13:46:21 UTC 2013 - werner@suse.de
1446
1447
- Add patch
1448
tty3270-on-serial-line-of-s390.patch
1449
to better support the first and second serial line on s390/x
1450
1451
-------------------------------------------------------------------
1452
Sun Nov 3 12:53:34 UTC 2013 - schwab@linux-m68k.org
1453
1454
- blkdiscard-BLKSSZGET-fills-in-an-int.patch: Fix type mismatch in
1455
blkdiscard
1456
1457
-------------------------------------------------------------------
1458
Fri Oct 25 18:52:01 CEST 2013 - sbrabec@suse.cz
1459
1460
- Drop SUID flag for eject (bnc#824406).
1461
1462
-------------------------------------------------------------------
1463
Wed Oct 9 10:00:55 UTC 2013 - schwab@suse.de
1464
1465
- No *fdisk on m68k
1466
1467
-------------------------------------------------------------------
1468
Wed Oct 2 18:55:22 CEST 2013 - sbrabec@suse.cz
1469
1470
- Safely migrate su config files from coreutils to util-linux
1471
(bnc#814626#c18).
1472
1473
-------------------------------------------------------------------
1474
Fri Sep 27 21:58:03 UTC 2013 - mgorse@suse.com
1475
1476
- Add more-check-for-buffer-size-when-write-multibyte-char.patch and
1477
more-guarantee-space-for-multibyte.patch -- check for buffer space with
1478
multi-byte chars (BNC#829720).
1479
1480
-------------------------------------------------------------------
1481
Fri Sep 27 16:58:40 UTC 2013 - mgorse@suse.com
1482
1483
- Add more-fix-buffer-overflow.patch (bnc#829720).
1484
1485
-------------------------------------------------------------------
1486
Fri Sep 13 07:06:19 UTC 2013 - werner@suse.de
1487
1488
- Avoid build require gpg-offline twice
1489
1490
-------------------------------------------------------------------
1491
Wed Sep 11 20:54:24 CEST 2013 - sbrabec@suse.cz
1492
1493
- Update to version 2.23.2:
1494
nsenter(1):
1495
* this NEW COMMAND provides command line interface to setns()
1496
Linux syscall and allows to run program with namespaces of
1497
other processes
1498
unshare(1):
1499
* supports new PID and USER namespaces
1500
fdisk(8):
1501
* provides experimental support for GUID Partition Table (GPT),
1502
the implementation is still not complete and some (unimportant)
1503
features are missing.
1504
* ~50% of fdisk code has been refactored, this task is going to
1505
be complete in the next release. The goal is to have libfdisk
1506
shared between all fdisks.
1507
partx(8):
1508
* supports new "update" command (implemented by
1509
BLKPG_RESIZE_PARTITION ioctl)
1510
mount(8):
1511
* supports new userspace mount option x-mount.mkdir[=<mode>] to
1512
create mountpoints on demand
1513
* the support for propagation flags has been improved, now the
1514
flags could be specified in /etc/fstab and used together with
1515
regular mount options. It's also possible to specify more
1516
propagation flags together. This EXPERIMENTAL feature is
1517
implemented by additional mount(2) syscalls, because Linux does
1518
not allow to use propagation flags with another options or more
1519
flags together.
1520
umount(8):
1521
* supports new command line option --recursive to recursively
1522
unmount all sub-mounts for the specified mountpoint * supports
1523
new command line option --all-targets to unmount all
1524
mountpoints in the current namespace for the specified
1525
filesystem * the options --recursive and --all-targets could be
1526
used together
1527
dmesg(1):
1528
* supports new command line options --color, --human and
1529
--nopager, the --human option enables relative times, colors and
1530
pager support.
1531
su(1):
1532
* supports new command line options --group and --supp-group to
1533
specify primary and supplementary groups
1534
chfn(1) and chsh(1):
1535
* the commands could be linked with libuser to support non-local
1536
accounts modification (e.g. LDAP, etc).
1537
kill(1):
1538
* the command has been improved to be compatible with procps
1539
version, the procps version is deprecated now, the util-linux
1540
version is enabled by default.
1541
blkdiscard(8):
1542
* this NEW COMMAND discard sectors on a device (for example on
1543
SSD disks)
1544
sulogin(8):
1545
* provides multi-console feature from SysVinit
1546
findmnt(8):
1547
* provides new columns FREQ, PASSNO, ID, OPT-FIELDS, PROPAGATION
1548
lslocks(8):
1549
* provides new column BLOCKER and detects blocked locks
1550
lsblk(8):
1551
* supports new command line option --scsi and new columns HCTL,
1552
TRANsport VENDOR and REVision
1553
swapon(8) and losetup(8):
1554
* the commands prints basic overview by default if no option
1555
specified
1556
column(1):
1557
* supports new command line option --output-separator to specify
1558
table output delimiter
1559
rename(1):
1560
* supports new command line option --symlink to rename symlink
1561
target
1562
hwclock(8):
1563
* supports new command line option --compare to periodically
1564
compare the Hardware Clock to the System Time (based on
1565
adjtimex -c)
1566
ipcs(1):
1567
* supports new command line options --bytes and --human
1568
wipefs(1):
1569
* supports new command line option --force to force erase on used
1570
devices
1571
- Removed upstreamed patches (mkfs.bfs_cleanup_64bit.patch-Patch,
1572
mkfs.bfs_cleanup_endian.patch)
1573
1574
-------------------------------------------------------------------
1575
Mon Jul 1 13:43:23 UTC 2013 - mail@bernhard-voelker.de
1576
1577
- Correct condition for Conflicts of sysvinit-tools.
1578
1579
-------------------------------------------------------------------
1580
Mon Jul 1 07:08:46 UTC 2013 - werner@suse.de
1581
1582
- Correct version in source URL path.
1583
1584
-------------------------------------------------------------------
1585
Fri Jun 28 17:42:14 CEST 2013 - sbrabec@suse.cz
1586
1587
- Fix Provides and Obsoletes of eject.
1588
- Conflict with old coreutils and sysvinit-tools with conflicting
1589
files to guarantee seamless upgrade.
1590
- Remove Provides and Obsoletes of packages that do not exist since
1591
SuSE Linux 8.
1592
- Include upstreamed patch from SUSE eject package:
1593
Check eject host_status and driver_status when using SG_IO
1594
(eject-scsi-check-host_status-and-driver_status.patch,
1595
bnc#358033).
1596
1597
-------------------------------------------------------------------
1598
Wed Jun 19 10:58:17 UTC 2013 - coolo@suse.com
1599
1600
- rely on systemd-rpm-macros instead of the full thing
1601
1602
-------------------------------------------------------------------
1603
Wed Jun 12 21:02:28 UTC 2013 - mail@bernhard-voelker.de
1604
1605
- util-linux.spec: remove previously added "moving-su-trickery" again
1606
as a su-less coreutils packet is in Base:Build and Factory now.
1607
1608
-------------------------------------------------------------------
1609
Fri Jun 7 00:13:25 UTC 2013 - mail@bernhard-voelker.de
1610
1611
- util-linux.spec: work around su(1) PAM problems based on su(1)
1612
being provided by both the coreutils and the util-linux package.
1613
Fix macro typo in %post and %verifyscript sections related to su(1):
1614
s/sysvinit_tools/enable_su/
1615
1616
-------------------------------------------------------------------
1617
Thu Jun 6 08:27:43 UTC 2013 - werner@suse.de
1618
1619
- Add make-sure-sbin-resp-usr-sbin-are-in-PATH.diff, that is include
1620
the old "let `su' handle /sbin and /usr/sbin in path"
1621
- Provide the new eject utility to avoid file conflict with old
1622
eject package
1623
1624
-------------------------------------------------------------------
1625
Wed Jun 5 12:30:45 UTC 2013 - werner@suse.de
1626
1627
- Update to util-linux-2.23.1
1628
+ Release highlights (2.22)
1629
su(1):
1630
* has been merged from coreutils into util-linux
1631
* utils-linux version uses /etc/pam.d/su-l PAM config file for --login
1632
(e.g. "su -") session.
1633
sulogin(8):
1634
* has been merged from sysvinit into util-linux
1635
utmpdump(1):
1636
* has been merged from sysvinit into util-linux
1637
eject(1):
1638
* has been merged from inactive upstream from sf.net and Fedora into util-linux
1639
* supports new options --manualeject, --force and --no-partitions-unmount
1640
lslocks(1)
1641
* this NEW COMMAND prints local system locks and it's replacement to very
1642
long time unmaintained lslk(1)
1643
wdctl(8):
1644
* this NEW COMMAND shows hardware watchdog status
1645
libuuid:
1646
* does NOT EXECUTE uuidd on demand, the daemon has to be started by
1647
init scripts / systemd
1648
uuidd:
1649
* supports socket activation (for systemd)
1650
* supports new options -no-fork, --no-pid and --socket-activation
1651
+ Release highlights (2.23)
1652
blkdiscard(8):
1653
* this NEW COMMAND discard sectors on a device (for example on SSD disks)
1654
sulogin(8):
1655
* provides multi-console feature from SysVinit
1656
- Removed following patches now upstream
1657
* 0001-Test-for-secure_getenv-too.patch
1658
* 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch
1659
* add-canonicalize_path_restricted.patch
1660
* fdiskbsdlabel.patch
1661
* libmount-add-MNT_ERR_LOOPDEV.patch
1662
* libmount-add-special-MNT_ERR-codes.patch
1663
* libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch
1664
* login-close-tty-before-vhangup.patch
1665
* mount-new-add-loopdev-specific-error-message.patch
1666
* mount-new-allow-sloppy-for-non-root.patch
1667
* mount-new-improve-error-messages.patch
1668
* mount-new-use-MNT_ERR-for-error-messages.patch
1669
* mount-sanitize-paths-from-non-root-users.patch
1670
* util-linux-2.21.2-noenc.diff
1671
* umount-sanitize-paths-from-non-root-users.patch
1672
- Removed following patch which otherwise cause to break build
1673
* util-linux-2.20-libmount-deps.patch
1674
- Refreshed following patches with updating version string
1675
* util-linux-2.23.1-fdisk_remove_bogus_warnings.patch
1676
* util-linux-2.23.1-noenc-suse.diff
1677
- Add util-linux-2.23.1-eject-fpie.patch to compile and link eject
1678
with PIE
1679
1680
-------------------------------------------------------------------
1681
Wed May 29 11:45:04 UTC 2013 - ihno@suse.com
1682
1683
- fixing mkfs.bfs to make it 64bit and endian clean.
1684
adding the patches mkfs.bfs_cleanup_64bit.patch and
1685
mkfs.bfs_cleanup_endian.patch
1686
1687
-------------------------------------------------------------------
1688
Sun Mar 17 20:39:47 UTC 2013 - jengelh@inai.de
1689
1690
- Split "which", "time" and "adjtimex" off util-linux
1691
1692
-------------------------------------------------------------------
1693
Sat Feb 16 17:48:29 UTC 2013 - schwab@suse.de
1694
1695
- fdiskbsdlabel.patch:
1696
Fix fdisk compilation on aarch64
1697
1698
-------------------------------------------------------------------
1699
Tue Feb 5 14:32:49 UTC 2013 - crrodriguez@opensuse.org
1700
1701
- 0001-Test-for-secure_getenv-too.patch:
1702
Current glibc in 12.3/factory no longer exports internal
1703
function __secure_getenv() but has secure_getenv() instead.
1704
1705
-------------------------------------------------------------------
1706
Mon Jan 7 13:26:15 UTC 2013 - puzel@suse.com
1707
1708
- add-canonicalize_path_restricted.patch,
1709
mount-sanitize-paths-from-non-root-users.patch,
1710
umount-sanitize-paths-from-non-root-users.patch:
1711
prevent leaking information about existence of folders
1712
(bnc#797002, CVE-2013-0157)
1713
1714
-------------------------------------------------------------------
1715
Fri Dec 28 04:30:58 UTC 2012 - crrodriguez@opensuse.org
1716
1717
- 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch
1718
Use OS byteswapping macros, this patch is functionally identical
1719
to the version submitted upstream with the exception it excludes
1720
code that target non-linux systems.
1721
1722
-------------------------------------------------------------------
1723
Wed Sep 19 19:41:10 UTC 2012 - jslaby@suse.com
1724
1725
- login: close tty before vhangup (bnc#778842)
1726
login-close-tty-before-vhangup.patch
1727
1728
-------------------------------------------------------------------
1729
Fri Jun 22 09:37:20 CEST 2012 - kukuk@suse.de
1730
1731
- Remove pam_lastlog from login.pamd, login is doing it itself.
1732
[bnc#768067]
1733
1734
-------------------------------------------------------------------
1735
Wed Jun 20 09:22:50 UTC 2012 - lnussel@suse.de
1736
1737
- add a hack for boot.localfs to determine the devices to wait for
1738
1739
-------------------------------------------------------------------
1740
Fri Jun 15 12:57:06 UTC 2012 - puzel@suse.com
1741
1742
- improve error messages from new mount (bnc#767208)
1743
- backport patches from upstream git:
1744
- mount-new-add-loopdev-specific-error-message.patch
1745
- mount-new-use-MNT_ERR-for-error-messages.patch
1746
- libmount-add-special-MNT_ERR-codes.patch
1747
- mount-new-improve-error-messages.patch
1748
- libmount-add-MNT_ERR_LOOPDEV.patch
1749
1750
-------------------------------------------------------------------
1751
Fri Jun 15 10:07:26 UTC 2012 - lnussel@suse.de
1752
1753
- remove encryption options completely as upstream will do that as
1754
well in the next release (bnc#748879).
1755
1756
-------------------------------------------------------------------
1757
Thu Jun 14 13:04:40 UTC 2012 - puzel@suse.com
1758
1759
- fix automount with quota (rh#825836)
1760
- mount-new-allow-sloppy-for-non-root.patch
1761
- fix wrong mount options for CIFS mounts (bnc#766157)
1762
- libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch
1763
1764
-------------------------------------------------------------------
1765
Thu May 31 10:04:23 UTC 2012 - sweet_f_a@gmx.de
1766
1767
- require binutils-devel because "which" wants to find libiberty.a
1768
- remove which-lib64.patch because it's broken and couldn't find
1769
libiberty.a whithin /usr/lib64
1770
- which doesn't need autoreconf anymore
1771
1772
-------------------------------------------------------------------
1773
Tue May 29 09:28:55 UTC 2012 - puzel@suse.com
1774
1775
- switch to new libmount-based mount(8)
1776
1777
-------------------------------------------------------------------
1778
Fri May 25 12:12:09 UTC 2012 - puzel@suse.com
1779
1780
- update to util-linux-2.21.2
1781
- bugfix release
1782
- drop sfdisk-fix-calculation-due-to-type-mismatch.patch
1783
(fixed upstream)
1784
1785
-------------------------------------------------------------------
1786
Fri May 25 12:03:07 UTC 2012 - puzel@suse.com
1787
1788
- build with RPM_OPT_FLAGS again (removed by mistake)
1789
1790
-------------------------------------------------------------------
1791
Thu Apr 12 09:09:05 UTC 2012 - puzel@suse.com
1792
1793
- fix miscalculation in sfdisk on ix86 (bnc#754789)
1794
- add sfdisk-fix-calculation-due-to-type-mismatch.patch
1795
1796
-------------------------------------------------------------------
1797
Sat Mar 31 11:09:38 UTC 2012 - puzel@suse.com
1798
1799
- update to util-linux-2.21.1
1800
- bugfix release
1801
1802
-------------------------------------------------------------------
1803
Fri Mar 16 09:56:21 UTC 2012 - fcrozat@suse.com
1804
1805
- Fix Obsoletes / Provides for login.
1806
1807
-------------------------------------------------------------------
1808
Tue Mar 13 16:38:34 CET 2012 - kukuk@suse.de
1809
1810
- Enable /bin/login and obsolete old fork now merged back
1811
(not moved to /usr/bin until all problems are solved to
1812
avoid that root is not able to login).
1813
1814
-------------------------------------------------------------------
1815
Tue Mar 6 21:18:56 UTC 2012 - rschweikert@suse.com
1816
1817
- keep binaries in /usr tree (UsrMerge project)
1818
1819
-------------------------------------------------------------------
1820
Tue Feb 21 13:46:25 UTC 2012 - puzel@suse.com
1821
1822
- update to util-linux-2.21
1823
chcpu(8):
1824
- new command
1825
prlimit(1):
1826
- new command
1827
losetup(8):
1828
- the command has been rewritten, features:
1829
* supports 64bit ioctls only
1830
* losetup -a does not require root permissions
1831
* uses new /dev/loop-control kernel API
1832
* supports new command line option --partscan to enable
1833
kernel partition table parser
1834
agetty(8):
1835
- supports new command line options --nohints to disable hints
1836
about Num, Caps and Scroll Locks
1837
- supports new command line option --remote to add a hostname
1838
to the login(1) command line
1839
dmesg(1):
1840
- supports new command line options --file to read the log from
1841
a file rather than from kernel buffer
1842
fallocate(8):
1843
- supports new command line options --punch-hole to punch holes
1844
in the file
1845
findmnt(8):
1846
- supports alternative location of the fstab file
1847
ipcrm(8):
1848
- supports new command line option --all to remove all resources
1849
lscpu(1):
1850
- supports new command line options --all, --offline and
1851
--online to list all, offline or online CPUs
1852
- supports s390 topology description (polarization, books, ...)
1853
partx(8):
1854
- supports partitioned loop devices
1855
wipefs(8):
1856
- allows to zap partition tables
1857
- supports new command line option "--type <list>" to wipe only
1858
specified filesystems, RAIDs or partition table types
1859
libblkid:
1860
- provides new function blkid_do_wipe() to remove all
1861
signatures from the given block device.
1862
- disable elvtune (works only with 2.4 kernel)
1863
- drop patches which are upstream now:
1864
- drop fsck-use-FS-blacklist-for-non-all-mode-too.patch
1865
- drop util-linux-dmesg-fix-printing-of-multibyte-characters.patch
1866
- libmount-ignore-tailing-slash-in-netfs-source-paths.patch
1867
- libmount-fix-chdir-to-parent-for-restricted-user-umo.patch
1868
- update to adjtimex-1.29
1869
- use fdupes to symlink duplicate manpages
1870
- disabled make check for time (noop)
1871
- libraries back to %{_libdir}, /usr merge project (by
1872
crrodriguez@opensuse.org)
1873
- drop cryptoloop support (provided by dm-crypt)
1874
- util-linux-2.17.1-mount_losetup_crypto.patch
1875
1876
-------------------------------------------------------------------
1877
Tue Feb 7 14:48:23 UTC 2012 - jengelh@medozas.de
1878
1879
- Remove redundant tags/sections
1880
1881
-------------------------------------------------------------------
1882
Sun Dec 25 22:19:44 UTC 2011 - coolo@suse.com
1883
1884
- do not call %suse_update_config
1885
1886
-------------------------------------------------------------------
1887
Mon Nov 21 15:13:56 UTC 2011 - aj@suse.de
1888
1889
- add fdisk-tinfo.patch to fix build with newer curses.
1890
1891
-------------------------------------------------------------------
1892
Tue Nov 15 13:15:19 UTC 2011 - coolo@suse.com
1893
1894
- add libtool as buildrequire to avoid implicit dependency
1895
1896
-------------------------------------------------------------------
1897
Wed Nov 9 08:27:17 UTC 2011 - puzel@suse.com
1898
1899
- add libmount-ignore-tailing-slash-in-netfs-source-paths.patch and
1900
libmount-fix-chdir-to-parent-for-restricted-user-umo.patch:
1901
fix umounting network filesystems as plain user (bnc#728480)
1902
1903
-------------------------------------------------------------------
1904
Tue Nov 8 09:36:41 UTC 2011 - puzel@suse.com
1905
1906
- add fsck-use-FS-blacklist-for-non-all-mode-too.patch (bnc#728645)
1907
1908
-------------------------------------------------------------------
1909
Wed Nov 2 09:37:12 UTC 2011 - puzel@suse.com
1910
1911
- add util-linux-dmesg-fix-printing-of-multibyte-characters.patch
1912
(bnc#725993)
1913
1914
-------------------------------------------------------------------
1915
Thu Oct 20 13:01:22 UTC 2011 - puzel@suse.com
1916
1917
- update to util-linux-2.20.1
1918
- bugfix release
1919
- drop patches (in upstream):
1920
- util-linux-sfdisk-manpage-fix.patch
1921
- util-linux-lib-sysfs-deinit.patch
1922
- fdisk-dont-shorten-long-path-to-disk.patch
1923
1924
-------------------------------------------------------------------
1925
Wed Oct 12 09:26:40 UTC 2011 - puzel@suse.com
1926
1927
- add fdisk-dont-shorten-long-path-to-disk.patch (bnc#722959)
1928
1929
-------------------------------------------------------------------
1930
Tue Oct 4 11:32:11 UTC 2011 - uli@suse.com
1931
1932
- cross-build fix: use %__cc, %configure macros
1933
- set bindir explicitly when installing
1934
- (cross-?)build fix: disable build dependency on SELINUX_LIBS
1935
in libmount
1936
1937
-------------------------------------------------------------------
1938
Tue Sep 13 09:10:43 UTC 2011 - puzel@suse.com
1939
1940
- add util-linux-lib-sysfs-deinit.patch (bnc#714151)
1941
1942
-------------------------------------------------------------------
1943
Mon Aug 29 14:57:57 UTC 2011 - puzel@suse.com
1944
1945
- update to util-linux-2.20
1946
- cleanups, bugfixes
1947
- build with --enable-ddate
1948
- add util-linux-sfdisk-manpage-fix.patch
1949
1950
-------------------------------------------------------------------
1951
Thu Aug 25 14:12:15 UTC 2011 - rguenther@novell.com
1952
1953
- BuildIgnore pwdutils.
1954
1955
-------------------------------------------------------------------
1956
Wed Aug 17 10:37:20 UTC 2011 - puzel@novell.com
1957
1958
- update to util-linux-2.20-rc2
1959
- bugfixes
1960
- drop patches:
1961
- util-linux-fix-manpages.patch
1962
- util-linux-wall-build-with-pie.patch
1963
- util-linux-2.20-rc1-agetty-fixes.patch
1964
- util-linux-2.20-rc1-hexdump-segfault.patch
1965
- util-linux-2.20-rc-fix-dmesg.patch
1966
1967
-------------------------------------------------------------------
1968
Wed Aug 10 13:42:33 UTC 2011 - puzel@novell.com
1969
1970
- add util-linux-2.20-rc1-hexdump-segfault.patch (bnc#710877)
1971
1972
-------------------------------------------------------------------
1973
Wed Aug 10 12:20:41 UTC 2011 - puzel@novell.com
1974
1975
- add util-linux-2.20-rc-fix-dmesg.patch (bnc#710417)
1976
1977
-------------------------------------------------------------------
1978
Wed Aug 10 11:06:15 UTC 2011 - puzel@novell.com
1979
1980
- add util-linux-2.20-rc1-agetty-fixes.patch (bnc#711240)
1981
1982
-------------------------------------------------------------------
1983
Mon Aug 1 13:44:21 UTC 2011 - puzel@novell.com
1984
1985
- update to util-linux-2.20-rc1
1986
- Release highlights
1987
agetty(8):
1988
- mingetty features have been merged to agetty
1989
chrt(1), taskset(1):
1990
- supports new command line option "--all-tasks" to set or
1991
retrieve the scheduling attributes of all the tasks (threads)
1992
for a given PID
1993
dmesg(1):
1994
- supports new command line options: --clear, --console-on,
1995
--console-off, --ctime, --decode, --facility=<list>,
1996
--level=<list>, --show-delta, --notime, --kernel and
1997
--userspace
1998
fdisk(8):
1999
- improved dialogs to be more user-friendly
2000
findmnt(8), partx(8), lsblk(8)
2001
- support new command line option "--pairs" to enable
2002
key="value" output format
2003
findmnt(8):
2004
- supports new command line options "--poll" and "--timeout" to
2005
monitor /proc/self/mountinfo changes
2006
ionice(1):
2007
- supports human-readable scheduling class names, for example:
2008
ionice -c best-effort $PID
2009
kill(1):
2010
- supports new command line option "-q <sigval>" to use
2011
sigqueue(2)
2012
- supports real-time signals in formats RT<n>, RTMIN+<n> and
2013
RTMAX-<n>
2014
lsblk(8):
2015
- supports new columns
2016
- supports new command line option "-D" to print device discard
2017
topology
2018
lscpu(8):
2019
- improved support for s390 boxes
2020
mkfs.minix:
2021
- supports minix version 3
2022
simpleinit:
2023
- this set of deprecated utils has been REMOVED
2024
wall(1):
2025
- support new command line option "--timeout" to specify write
2026
timeout to terminals in seconds.
2027
- add util-linux-fix-manpages.patch
2028
- add util-linux-wall-build-with-pie.patch
2029
- package /sbin/rcuuidd
2030
2031
-------------------------------------------------------------------
2032
Tue May 3 09:39:37 UTC 2011 - puzel@novell.com
2033
2034
- update to util-linux-2.19.1
2035
- numerous bugfixes, including (bnc#690486 and bnc#690488)
2036
- drop umount-by-imgname.patch (merged upstream)
2037
- cleanup: do not register ipc.info.gz (not provided by
2038
this package)
2039
2040
-------------------------------------------------------------------
2041
Thu Apr 14 16:27:27 UTC 2011 - puzel@novell.com
2042
2043
- merge util-linux-2.17.1-losetup-honor-documented-c-option and
2044
util-linux-2.17.1-mount_losetup_crypto.patch)
2045
2046
-------------------------------------------------------------------
2047
Mon Feb 21 16:28:38 UTC 2011 - puzel@novell.com
2048
2049
- add umount-by-imgname.patch (bnc#666161)
2050
2051
-------------------------------------------------------------------
2052
Thu Feb 10 11:01:40 UTC 2011 - puzel@novell.com
2053
2054
- update to util-linux-2.19
2055
- uuid fixes
2056
- cleanups, documentation and translation updates
2057
- drop util-linux-2.19-rc1-loop-offset.diff (fixed in upstream, by
2058
different patch)
2059
2060
-------------------------------------------------------------------
2061
Wed Jan 26 11:47:55 UTC 2011 - puzel@novell.com
2062
2063
- update to util-linux-2.19-rc3
2064
- bugfixes
2065
2066
-------------------------------------------------------------------
2067
Tue Jan 25 09:29:15 UTC 2011 - lnussel@suse.de
2068
2069
- don't mess with /etc/mtab in %post. aaa_base does that for us
2070
already.
2071
2072
-------------------------------------------------------------------
2073
Fri Jan 21 12:34:35 UTC 2011 - lnussel@suse.de
2074
2075
- fix parsing offset= followed by more options (bnc#666150)
2076
2077
-------------------------------------------------------------------
2078
Tue Jan 18 09:47:11 UTC 2011 - bwiedemann@novell.com
2079
2080
- fix bnc#664873
2081
2082
-------------------------------------------------------------------
2083
Thu Jan 6 16:43:46 UTC 2011 - puzel@novell.com
2084
2085
- update to util-linux-2.19-rc1
2086
- important changes:
2087
* lsblk(8):
2088
- this NEW COMMAND lists information about all or selected block
2089
devices in tree-like format.
2090
* partx(8):
2091
- this command has been rewritten to use libblkid for partition
2092
tables parsing. It supports aix, bsd, dos, gpt, mac, minix,
2093
sgi, solaris_x86, sun, ultrix and unixware now.
2094
- supports new command line option "--show" to list partitions in
2095
new format
2096
- prints UUID and name for GPT and mac partitions
2097
* findmnt(8):
2098
- supports new command line option "--submounts" to list all
2099
submounts for selected mountpoint(s)
2100
* agetty(8):
2101
- supports new command line options "-c" and "-s" to reuse
2102
already initialized tty cflags and existing baud rate
2103
* mount(8), umount(8):
2104
- could be linked with libmount (--enable-libmount-mount) to
2105
manage userspace mount options outside /etc/mtab on systems
2106
where the file is a symlink to /proc/mounts. (EXPERIMENTAL,
2107
enabled in openSUSE package)
2108
* losetup(8), mount(8):
2109
- uses /sys/dev/block/<device>/loop/backing_file rather than
2110
loopdev ioctls (requires kernel >= 2.6.37)
2111
* fsck(8):
2112
- supports new command line option "-l" to lock whole-disk device
2113
by exclusive flock(2). This option is recommended when more
2114
fsck(8) instances are executed in the same time.
2115
* rtcwake(8):
2116
- supports new mode "show" to print the current RTC alarm time
2117
* fstrim(8):
2118
- this NEW COMMAND allows to discard unused blocks on a mounted
2119
filesystem (wrapper for FITRIM ioctl)
2120
* swapon(8):
2121
- supports new options "discard" and "nofail"
2122
2123
- in post, replace /etc/mtab with a symlink to /proc/mounts/self
2124
- drop following patches (in upstream)
2125
- util-linux-swapon-btrfs-limitations
2126
- util-linux-agetty-s-option.patch
2127
- util-linux-fsck-l-option.patch
2128
- util-linux-2.18-no-canonicalize-fix.patch
2129
- util-linux-swapon-canonicalize-swap-device.patch
2130
- fix uuidd Summary and Description
2131
- build with --enable-libmount-mount (new option)
2132
- use set_permissions macros
2133
- run spec-cleaner
2134
2135
-------------------------------------------------------------------
2136
Tue Dec 14 16:11:34 UTC 2010 - puzel@novell.com
2137
2138
- add util-linux-swapon-canonicalize-swap-device.patch
2139
(bnc#641142)
2140
2141
-------------------------------------------------------------------
2142
Thu Dec 2 17:09:08 CET 2010 - mszeredi@suse.cz
2143
2144
- mount: don't canonicalize "spec" with --no-canonicalize option
2145
[bnc#651598]
2146
2147
-------------------------------------------------------------------
2148
Thu Dec 2 15:23:36 CET 2010 - mszeredi@suse.cz
2149
2150
- add Provides: util-linux(fake+no-canonicalize) [bnc#651598]
2151
2152
-------------------------------------------------------------------
2153
Tue Nov 30 12:19:53 UTC 2010 - puzel@novell.com
2154
2155
- update util-linux-2.17.1-mount_losetup_crypto.patch (bnc#655804)
2156
2157
-------------------------------------------------------------------
2158
Fri Nov 26 19:10:27 CET 2010 - kay.sievers@novell.com
2159
2160
- add Provides: fsck-with-dev-lock
2161
2162
-------------------------------------------------------------------
2163
Thu Nov 25 13:37:43 CET 2010 - kay.sievers@novell.com
2164
2165
- add 'fsck -l' option needed for systemd
2166
2167
-------------------------------------------------------------------
2168
Tue Nov 16 16:08:48 UTC 2010 - cristian.rodriguez@opensuse.org
2169
2170
- disable silent rules
2171
2172
-------------------------------------------------------------------
2173
Thu Nov 11 10:36:35 CET 2010 - kay.sievers@novell.com
2174
2175
- add 'agetty' -s option needed for systemd's serial console setup
2176
2177
-------------------------------------------------------------------
2178
Tue Sep 28 11:42:46 UTC 2010 - aj@suse.de
2179
2180
- uuidd rc file already creates /var/run/uuidd, mark it as %ghost
2181
in spec file.
2182
2183
-------------------------------------------------------------------
2184
Fri Jul 9 06:23:27 UTC 2010 - puzel@novell.com
2185
2186
- update to util-linux-ng-2.18
2187
- do not provide rdev, ramsize, vidmode and rootflags commands
2188
anymore
2189
- fdisk does not use cylinders as display units by default
2190
- libmount: new library; its API is still officially unstable
2191
- new commands: findmnt, fsfreeze, swaplabel
2192
- blkid: new option "-i" to print I/O limits
2193
- full release notes:
2194
https://www.kernel.org/pub/linux/utils/util-linux/v2.18/v2.18-ReleaseNotes
2195
- update to adjtimex-1.28
2196
- update to which-2.20
2197
- drop util-linux-2.14.1-mount_skip_sync.patch (fixed upstream)
2198
- drop util-linux-addpart-use-atoll.patch (fixed upstream)
2199
- drop util-linux-mount-detect-ro-mount.patch (fixed upstream)
2200
- drop adjtimex-1.20-nosyscall.diff (fixed upstream)
2201
- cleanup specfile a bit
2202
2203
-------------------------------------------------------------------
2204
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
2205
2206
- use %_smp_mflags
2207
2208
-------------------------------------------------------------------
2209
Thu Jun 24 23:24:41 CEST 2010 - jeffm@suse.de
2210
2211
- document btrfs limitation with swapfiles (bnc#616617)
2212
2213
-------------------------------------------------------------------
2214
Tue Jun 22 16:48:29 UTC 2010 - bg@novell.com
2215
2216
- hppa specific binaries are parisc{,32,64}
2217
2218
-------------------------------------------------------------------
2219
Tue Jun 1 14:23:23 UTC 2010 - puzel@novell.com
2220
2221
- do not run uuidd as root, but uuidd:uuidd (bnc#604168)
2222
2223
-------------------------------------------------------------------
2224
Fri May 28 13:24:43 UTC 2010 - puzel@novell.com
2225
2226
- add util-linux-mount-detect-ro-mount.patch (bnc#481123)
2227
2228
-------------------------------------------------------------------
2229
Tue May 11 13:58:49 UTC 2010 - puzel@novell.com
2230
2231
- add util-linux-addpart-use-atoll.patch (bnc#603328)
2232
2233
-------------------------------------------------------------------
2234
Tue Apr 6 13:22:37 UTC 2010 - hvogel@novell.com
2235
2236
- update to version 2.17.2
2237
- fix small typo in v2.17.1-ReleaseNotes
2238
- fix -b <sectorsize> fdisk
2239
- fix typo in ionice
2240
- fix display of device size, fix infinite loop when probe chain
2241
bails out early, more robust minix probing, remove "0x" prefix
2242
from DRBD UUID, reset BLKID_TINY_DEV flag in
2243
blkid_probe_set_device, support alignment_offset=-1 in libblkid
2244
- fix cpuid opcode detection in lscpu
2245
- more explicitly explain fstab usage in mount.8, posix option
2246
of vfat is obsolete, properly ignore comments in
2247
/etc/filesystems in mount
2248
- update ja.po, pl.po, update vi.po
2249
- remove " (deleted)" from filenames from /proc/swaps
2250
- cleanup usage() and man page of wipefs
2251
2252
-------------------------------------------------------------------
2253
Wed Mar 10 23:11:42 CET 2010 - jeffm@suse.de
2254
2255
- Properly honor documented -c option (bnc#583677)
2256
2257
-------------------------------------------------------------------
2258
Tue Mar 2 09:53:04 UTC 2010 - lnussel@suse.de
2259
2260
- drop freeramdisk (bnc#584565)
2261
- drop hostid (bnc#584562)
2262
2263
-------------------------------------------------------------------
2264
Tue Feb 23 12:46:07 UTC 2010 - lnussel@suse.de
2265
2266
- new version 2.17.1
2267
- new commands: wipefs, unshare, fallocate
2268
- fdisk: DOS-compatible mode marked deprecated
2269
- honor nofail option in fsck
2270
- libblkid overhaul
2271
- lots of bug fixes
2272
- fix self-obsoletes
2273
- compile suid programs using -fpie
2274
- drop -DCONFIG_SMP for s390 as it doesn't seem to be used anyways
2275
2276
-------------------------------------------------------------------
2277
Sun Dec 13 15:19:16 CET 2009 - jengelh@medozas.de
2278
2279
- add baselibs.conf as a source
2280
2281
-------------------------------------------------------------------
2282
Sun Dec 6 15:07:33 CET 2009 - jengelh@medozas.de
2283
2284
- enabled parallel build
2285
2286
-------------------------------------------------------------------
2287
Mon Nov 30 17:05:38 CET 2009 - meissner@suse.de
2288
2289
- exclude sparc correctly -> %sparc bnc#559180
2290
2291
-------------------------------------------------------------------
2292
Sun Nov 15 14:04:48 CET 2009 - meissner@suse.de
2293
2294
- refreshed patches with fuzz=0
2295
2296
-------------------------------------------------------------------
2297
Mon Oct 26 17:45:53 UTC 2009 - crrodriguez@opensuse.org
2298
2299
- fsck during boot up fails with Too many open files [bnc#503008]
2300
2301
-------------------------------------------------------------------
2302
Tue Oct 20 12:14:24 CEST 2009 - dmueller@suse.de
2303
2304
- fix typo in baselibs.conf change
2305
2306
-------------------------------------------------------------------
2307
Tue Oct 13 11:23:07 UTC 2009 - aj@suse.de
2308
2309
- Fix requires of 32-bit devel packages.
2310
2311
-------------------------------------------------------------------
2312
Tue Sep 29 12:58:37 UTC 2009 - hvogel@novell.com
2313
2314
- finaly remove the mount mtab locking patch:
2315
* util-linux-2.14.1-mount_race.patch
2316
It causes too much regressions.
2317
2318
-------------------------------------------------------------------
2319
Mon Jul 13 14:21:07 CEST 2009 - kay.sievers@novell.com
2320
2321
- update to final 2.16 release
2322
- fix libdir issues in pkgconfig files
2323
- fix location of uuidd run directory
2324
- improve libuuid handling if uuidd is installed but not setuid
2325
- add blkid.conf file to:
2326
- disable the sequential /dev scanner
2327
- move cache to /dev/.blkid.tab to get file out of /etc
2328
and prevent the cache file to survive a reboot
2329
2330
-------------------------------------------------------------------
2331
Wed Jul 8 13:14:42 CEST 2009 - meissner@novell.com
2332
2333
- added baselibs.conf for libblkid* and libuuid*
2334
2335
-------------------------------------------------------------------
2336
Sun Jun 28 21:36:57 CEST 2009 - kay.sievers@novell.com
2337
2338
- update to version 2.16
2339
- switch from libvolume_id to new libblkid
2340
- provide fsck
2341
- provide libblkid
2342
- provide libuuid
2343
- provide setarch
2344
- provide separate uuidd package
2345
- remove patches:
2346
util-linux-2.14.1-lscpu.patch (upstream)
2347
util-linux-2.14.1-lscpu_add_hypervisor_detection.patch (upstream)
2348
util-linux-2.14.1-lscpu_sysroot_option.patch (upstream)
2349
util-linux-2.14.1-sys-utils_lscpu_exit.patch (upstream)
2350
util-linux-2.14.2-schedutils_fix_email.patch (upstream)
2351
util-linux-2.12r-fdisk_cyl.patch (upstream)
2352
util-linux-2.14.1-mount_swap_pagesize.patch (--fixpg option)
2353
util-linux-2.14.2-schedutils_ionice_enosys.patch (-t option)
2354
util-linux-2.14.1-hwclock_adjust_and_hctosys.patch (--systz)
2355
2356
-------------------------------------------------------------------
2357
Thu Apr 16 14:55:22 CEST 2009 - werner@suse.de
2358
2359
- Move /usr/sbin/adjtimex to /sbin/adjtimex to be able to check the
2360
kernel time variables even without /usr mounted
2361
2362
-------------------------------------------------------------------
2363
Mon Feb 16 12:35:00 CET 2009 - mkoenig@suse.de
2364
2365
- remove util-linux-2.14.1-fdisk_cylinder.patch
2366
fixed upstream
2367
2368
-------------------------------------------------------------------
2369
Thu Feb 12 17:12:28 CET 2009 - mkoenig@suse.de
2370
2371
- update to version 2.14.2
2372
chrt:
2373
* support CFS SCHED_IDLE priority and document it
2374
fdisk:
2375
* cannot create partition with starting beyond 1 TB
2376
* remove obsolete information from man page
2377
hwclock:
2378
* remove "cli" and "sti" from i386 CMOS code
2379
* remove x86_64-specific bogon
2380
losetup:
2381
* add warning about read-only mode
2382
* missing EBUSY error hint message
2383
more:
2384
* minor fixes to magic()
2385
mount:
2386
* add i_version support
2387
* add info about /proc/mounts to mount.1
2388
* add info about semantics of read-only mount to mount.8
2389
* add rootcontext= SELinux mount option
2390
* clean up SPEC canonicalization
2391
* create separate section for fs-independent options in mount.8
2392
* finalize support of quoted LABELs/UUIDs
2393
* mtab created multiple times with -a option
2394
* suggest to use blockdev --setro rather than losetup
2395
- catch ENOSYS in ionice to allow execution in virtualized
2396
environments which don't support ioprio_{get,set} calls [bnc#444637]
2397
- umount: fix suid check for user mounted loop devices [bnc#461732]
2398
- fix doc [bnc#456375]
2399
- remove patches:
2400
util-linux-2.13.1-fdisk_cfdisk_yesno.patch
2401
util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch
2402
util-linux-2.14.1-disk-utils_mkfs.minix_file_size_detection.patch
2403
util-linux-2.14.1-fdisk_missing_include.patch
2404
util-linux-2.14.1-mount_loop_ro_fix.patch
2405
2406
-------------------------------------------------------------------
2407
Sat Feb 7 18:28:58 CET 2009 - schwab@suse.de
2408
2409
- Fix info dir entry for which.
2410
2411
-------------------------------------------------------------------
2412
Wed Jan 7 15:42:38 CET 2009 - mkoenig@suse.de
2413
2414
- fix locking problem for external mount helpers when type
2415
is not given [bnc#459839]
2416
2417
-------------------------------------------------------------------
2418
Tue Dec 2 12:23:37 CET 2008 - mkoenig@suse.de
2419
2420
- raw: do not stat the raw devices when binding, since they
2421
are created dynamically [bnc#450675]
2422
2423
-------------------------------------------------------------------
2424
Thu Nov 27 01:27:19 CET 2008 - dmueller@suse.de
2425
2426
- mount: fix hang on trying to find a free loop device
2427
if one of them has a stale nfs handle mounted (bnc#449646)
2428
2429
-------------------------------------------------------------------
2430
Mon Nov 24 15:24:11 CET 2008 - mkoenig@suse.de
2431
2432
- mount: fix locking patch to not break -n [bnc#447937]
2433
2434
-------------------------------------------------------------------
2435
Thu Nov 20 18:08:33 CET 2008 - mkoenig@suse.de
2436
2437
- mount: enhance mount/umount mtab locking and lock the whole
2438
read mtab/syscall/write mtab process to avoid mtab corruption
2439
with highly concurrent mount/umount calls [bnc#444966]
2440
- add arch/powerpc/boot/addnote.c from kernel 2.6.27
2441
as /usr/bin/chrp-addnote [bnc#443859]
2442
- umount: skip sync() in umount -a if no umount happened [bnc#447036]
2443
- hwclock: allow --adjust and --hctosys simultaneously [bnc#441106]
2444
2445
-------------------------------------------------------------------
2446
Fri Nov 7 14:50:00 CET 2008 - mkoenig@suse.de
2447
2448
- fdisk: support +cylinder notation [bnc#441871]
2449
- check for EACCES when using ro fallback when loop mounting
2450
a readonly image
2451
- fix uninitialized variable in swapon pagesize detection
2452
2453
-------------------------------------------------------------------
2454
Mon Oct 27 17:33:01 CET 2008 - mkoenig@suse.de
2455
2456
- fdisk: add missing includes [bnc#438670]
2457
2458
-------------------------------------------------------------------
2459
Thu Oct 23 17:58:28 CEST 2008 - mkoenig@suse.de
2460
2461
- swapon: add swap pagesize detection [bnc#433028]
2462
- lscpu: fix return code [bnc#437367]
2463
- mkfs.minix: fix device size detection [bnc#437980]
2464
- lscpu: update to most recent version for hypervisor detection
2465
2466
-------------------------------------------------------------------
2467
Thu Oct 2 11:10:11 CEST 2008 - mkoenig@suse.de
2468
2469
- add lscpu tool from current util-linux-ng git,
2470
needed for fate#303051
2471
- replace hypervisor detection tool with the solution blessed by
2472
upstream, which adds hv detection as lscpu feature [fate#303051]
2473
2474
-------------------------------------------------------------------
2475
Wed Sep 24 11:28:07 CEST 2008 - mkoenig@suse.de
2476
2477
- add new tool /bin/hypervisor for x86, x86_64
2478
from Ky Srinivasan <ksrinivasan@novell.com>
2479
to detect the presence of a hypervisor [fate#303051]
2480
2481
-------------------------------------------------------------------
2482
Wed Sep 10 15:58:52 CEST 2008 - mkoenig@suse.de
2483
2484
- update to version 2.14.1
2485
* fdisk: don't check for GPT when asked for disk size only
2486
* losetup: remove unnecessary minor number check
2487
* rtcwake: prefer RTC_WKALM_SET over RTC_ALM_SET
2488
* scriptreplay: new implementation is out-of-sync
2489
* selinux: is_selinux_enabled() returns 0, 1 and -1
2490
* umount: improve "-d" option for autoclear loops
2491
- remove patch
2492
util-linux-2.14-loop_autoclear.patch
2493
2494
-------------------------------------------------------------------
2495
Wed Aug 20 15:20:06 CEST 2008 - mkoenig@suse.de
2496
2497
- enable SELinux support [fate#303662]
2498
2499
-------------------------------------------------------------------
2500
Mon Aug 18 18:13:10 CEST 2008 - mrueckert@suse.de
2501
2502
- remove outdated options in the fillup_and_insserv call
2503
2504
-------------------------------------------------------------------
2505
Mon Aug 18 12:36:39 CEST 2008 - mkoenig@suse.de
2506
2507
- raw: fix init script tags
2508
2509
-------------------------------------------------------------------
2510
Mon Jul 7 15:13:24 CEST 2008 - mkoenig@suse.de
2511
2512
- update which to version 2.19
2513
* Upgraded code from bash to version 3.2. This DOES has influence
2514
on how Which behaves under certain circumstances.
2515
* When the environment variable HOME is not set, the home directory
2516
is now read from /etc/passwd or set to '/' if no home directory
2517
could be found (this now matches the tilde lib used in bash)
2518
* Changed the license to GPLv3
2519
* Add support for shells that output '{' on the same line as the
2520
function name in the output of 'declare -f' (ie zsh).
2521
- fix build
2522
2523
-------------------------------------------------------------------
2524
Wed Jul 2 15:47:08 CEST 2008 - mkoenig@suse.de
2525
2526
- replace util-linux-2.14-mount_ignore_ENXIO_in_del_loop.patch
2527
with upstream version
2528
util-linux-2.14-loop_autoclear.patch
2529
2530
-------------------------------------------------------------------
2531
Fri Jun 27 17:05:46 CEST 2008 - schwab@suse.de
2532
2533
- Fix lib64 check.
2534
2535
-------------------------------------------------------------------
2536
Wed Jun 25 14:26:49 CEST 2008 - mkoenig@suse.de
2537
2538
- update to version 2.14
2539
most important changes:
2540
* new command ldattach
2541
mount:
2542
* support auto-destruction of loop devices
2543
losetup:
2544
* new option -j
2545
* supports unlimited number of loop devices
2546
* new option --sizelimit to set data end
2547
* option -s (short form of --show) now deprecated
2548
mkswap:
2549
* new option -U to set UUID explicitly
2550
fdisk:
2551
* calculate partition size in 2^N [bnc#381270]
2552
hwclock:
2553
* new option --adjfile to override default /etc/adjtime
2554
- readd scriptreplay, implemented now in C
2555
- add retry for mount if ENOMEDIUM is returned [bnc#390204]
2556
- ignore ENXIO in del_loop, because they might have been
2557
auto-destructed
2558
- removed patches:
2559
util-linux-2.13.1-canonicalize_loopfile_name.patch
2560
util-linux-2.13.1-mkfs.minix_add_sectorsize_check.patch
2561
util-linux-2.13.1-mkfs.minix_device_size_cleanup.patch
2562
util-linux-2.13.1-mount_getfs_fix.patch
2563
util-linux-2.13.1-prevent_loop_mounting_the_same_file_twice.patch
2564
util-linux-2.13-fdisk_cfdisk_ncursesw.patch
2565
util-linux-mount_opt_nofail.patch
2566
util-linux-ng-2.13-swapon-swsuspend.patch
2567
2568
-------------------------------------------------------------------
2569
Thu Apr 3 17:11:53 CEST 2008 - mkoenig@suse.de
2570
2571
- cfdisk: accept english answer [bnc#369043]
2572
- use upstream getfs fix
2573
2574
-------------------------------------------------------------------
2575
Wed Mar 26 22:05:42 CET 2008 - coolo@suse.de
2576
2577
- actually require the split out package
2578
2579
-------------------------------------------------------------------
2580
Sun Mar 23 11:13:13 CET 2008 - coolo@suse.de
2581
2582
- splitting out 60% of the size of the package:
2583
creating lang subpackage
2584
2585
-------------------------------------------------------------------
2586
Wed Feb 13 10:21:42 CET 2008 - bg@suse.de
2587
2588
- don't try to package parisc*.8 manual pages
2589
2590
-------------------------------------------------------------------
2591
Mon Feb 11 17:49:04 CET 2008 - mkoenig@suse.de
2592
2593
- update to version 2.13.1 again
2594
- fix broken util-linux-2.13.1-getfs_fix.patch
2595
2596
-------------------------------------------------------------------
2597
Sun Feb 10 18:11:07 CET 2008 - lrupp@suse.de
2598
2599
- revert to 2.13.0.1+git20071121
2600
breaks current 'mount' call in Buildservice
2601
2602
-------------------------------------------------------------------
2603
Thu Feb 7 12:41:25 CET 2008 - mkoenig@suse.de
2604
2605
- update to version 2.13.1:
2606
mount:
2607
* -L|-U segfault when label or uuid doesn't exist
2608
* chain of symlinks to fstab causes use of pointer after free
2609
* don't call canonicalize(SPEC) for cifs, smbfs and nfs
2610
* improve error message when helper program not present
2611
losetup:
2612
* fix errno usage
2613
mkswap:
2614
* possible to crash with SELinux relabeling support
2615
sfdisk:
2616
* allow partitioning drives of over 2^31 sectors
2617
hwclock:
2618
* check for ENODEV
2619
- mount: fix problem with device canonicalization when using
2620
persistent name in fstab but call mount with real bd name
2621
- patches merged:
2622
util-linux-2.13-mount_fd_leak.patch
2623
2624
-------------------------------------------------------------------
2625
Tue Dec 18 15:55:19 CET 2007 - mkoenig@suse.de
2626
2627
- add temporary workaround for broken RTC update interrupts
2628
[#338419]
2629
2630
-------------------------------------------------------------------
2631
Mon Dec 3 11:03:57 CET 2007 - ro@suse.de
2632
2633
- remove "arch", in coreutils now
2634
2635
-------------------------------------------------------------------
2636
Thu Nov 29 17:51:17 CET 2007 - lnussel@suse.de
2637
2638
- update crypto patch
2639
* fix mount buffer overflow when reading the passphrase (#332148)
2640
* add loop_fish2 compatability code to losetup/mount again (#332095)
2641
* change default hash size for 128bit keys to sha256 again
2642
2643
2644
-------------------------------------------------------------------
2645
Wed Nov 21 13:43:31 CET 2007 - mkoenig@suse.de
2646
2647
- update to git20071121:
2648
add sector size check for mkfs.minix [#308256]
2649
fix canonicalization for cifs [#338375]
2650
- provide Short-Description for raw init script
2651
- add rpmlintrc
2652
2653
-------------------------------------------------------------------
2654
Tue Nov 20 17:49:35 CET 2007 - mkoenig@suse.de
2655
2656
- fix raw path in init script
2657
2658
-------------------------------------------------------------------
2659
Tue Nov 6 16:11:02 CET 2007 - mkoenig@suse.de
2660
2661
- update to 2.13.0.1+git20071106
2662
- prevent loop mounting the same file twice [#240653]
2663
- merged upstream:
2664
util-linux-2.13-mount_helper_fix.patch
2665
util-linux-2.13-hwclock_rtc_option.patch
2666
2667
-------------------------------------------------------------------
2668
Thu Oct 4 22:24:04 CEST 2007 - bg@suse.de
2669
2670
- don't use parisc, parisc32 and parisc64.
2671
2672
-------------------------------------------------------------------
2673
Mon Oct 1 17:08:06 CEST 2007 - mkoenig@suse.de
2674
2675
- update to version 2.13
2676
merged upstream:
2677
util-linux-2.12r-disk_utils_mkfs_open_exclusive.patch
2678
util-linux-2.13-loop.patch
2679
util-linux-2.13-mount_create_mtab.patch
2680
util-linux-2.13-schedutils_error_handling.patch
2681
util-linux-2.13-sys_utils_build_rdev_x86_64.patch
2682
- fix hwclock --rtc option [#326106]
2683
- fix setuid/setgid mixup and error checking [#327022]
2684
2685
-------------------------------------------------------------------
2686
Fri Sep 14 11:24:33 CEST 2007 - mkoenig@suse.de
2687
2688
- link cfdisk against libncursesw instead libncurses to fix
2689
broken utf-8 characters [#307353]
2690
2691
-------------------------------------------------------------------
2692
Wed Aug 29 12:22:21 CEST 2007 - mkoenig@suse.de
2693
2694
- fix fd leaks in previous patch
2695
2696
-------------------------------------------------------------------
2697
Tue Aug 28 16:42:04 CEST 2007 - lnussel@suse.de
2698
2699
- add support for specifying the key length and password hash
2700
algorithm [#304861]
2701
2702
-------------------------------------------------------------------
2703
Fri Aug 24 14:09:19 CEST 2007 - mkoenig@suse.de
2704
2705
- avoid duplicates of root fs if defined with LABEL in fstab
2706
[#297959]
2707
- fix ionice error handling [#301675]
2708
2709
-------------------------------------------------------------------
2710
Thu Aug 16 18:34:30 CEST 2007 - ssommer@suse.de
2711
2712
- free loop devices when mount fails [#297172]
2713
2714
-------------------------------------------------------------------
2715
Wed Jul 25 18:43:42 CEST 2007 - mkoenig@suse.de
2716
2717
- update to git20070725
2718
- removed patches (merged upstream):
2719
util-linux-2.12r-mount_mount.8_xfs_update.patch
2720
util-linux-2.12r-sys_utils_readprofile_mapfile.patch
2721
util-linux-2.12r-disk_utils_mkswap_fix.patch
2722
util-linux-2.13-schedutils_ionice_idle.patch
2723
2724
-------------------------------------------------------------------
2725
Tue Jul 17 10:44:18 CEST 2007 - mkoenig@suse.de
2726
2727
- updated to version 2.13-rc2:
2728
* add wakertc
2729
- cleanup ionice usage [#270251]
2730
- enable hwclock audit support [#280113]
2731
- removed patches (merged/fixed upstream)
2732
util-linux-login_utils_wall.patch
2733
util-linux-mount_mount.8-acl.patch
2734
util-linux-2.12r-mount_mtab_update.patch
2735
util-linux-2.13-schedutils_chrt.patch
2736
util-linux-2.13-sys_utils_arch.patch
2737
util-linux-2.12a-mount_mountpointwithcolon.patch
2738
util-linux-2.12a-mount_procswapcheck.patch
2739
util-linux-2.12q-mount_umount2_not_static.patch
2740
2741
-------------------------------------------------------------------
2742
Fri Jul 13 12:31:56 CEST 2007 - mkoenig@suse.de
2743
2744
- replace hotplug with nofail option and fix it to not use
2745
syscall reserved values.
2746
- removed patch
2747
util-linux-2.11z-hwclock_geteuid.patch
2748
it is intentional that suid hwclock capabilities are limited
2749
- removed patch (fixed upstream)
2750
util-linux-2.12q-mount_--move.patch
2751
2752
-------------------------------------------------------------------
2753
Mon Jul 9 11:34:33 CEST 2007 - mkoenig@suse.de
2754
2755
- add libuuid-devel to BuildRequires to let mkswap use UUIDs
2756
2757
-------------------------------------------------------------------
2758
Thu Jul 5 16:08:58 CEST 2007 - mkoenig@suse.de
2759
2760
- use %config(noreplace) for /etc/filesystems
2761
- Keep rdev stuff for x86_64
2762
util-linux-2.13-sys_utils_build_rdev_x86_64.patch
2763
- removed patches (merged upstream)
2764
util-linux-2.12r-misc_utils_cal_formatting.patch
2765
util-linux-2.12q-sys_utils_ionice.patch
2766
2767
-------------------------------------------------------------------
2768
Thu Jul 5 11:59:30 CEST 2007 - mkoenig@suse.de
2769
2770
- update to 2.13-rc1:
2771
* mount fixes
2772
* agetty: add 'O' escape code to display domain name
2773
* blockdev: add BLKFRAGET/BLKFRASET ioctls
2774
* fdisk: many significant improvements and fixes to Sun label handling
2775
* update po files
2776
- removed patches (merged upstream):
2777
util-linux-2.11q-fdisk_fs_mac.patch
2778
util-linux-2.12r-fdisk_fdiskwrap.patch
2779
util-linux-2.12r-mount_racy_loop.patch
2780
util-linux-2.13-misc_utils_cal_ncurses.patch
2781
util-linux-2.13-mount_volumeid_label.patch
2782
- use %find_lang
2783
2784
-------------------------------------------------------------------
2785
Thu Jun 21 14:50:58 CEST 2007 - mkoenig@suse.de
2786
2787
- use encoded label names with volume_id [#232929]
2788
util-linux-2.13-mount_volumeid_label.patch
2789
2790
-------------------------------------------------------------------
2791
Thu Jun 14 10:52:25 CEST 2007 - mkoenig@suse.de
2792
2793
- mkzimage_cmdline: activate commandline if used with -s [#279935]
2794
2795
-------------------------------------------------------------------
2796
Wed Jun 13 12:33:59 CEST 2007 - mkoenig@suse.de
2797
2798
- schedutils: let chrt accept pid 0 for current process and
2799
fix some documentation bugs [#266879]
2800
util-linux-2.13-schedutils_chrt.patch
2801
2802
-------------------------------------------------------------------
2803
Wed Jun 6 16:15:43 CEST 2007 - mkoenig@suse.de
2804
2805
- update to git20070530
2806
- removed patches
2807
util-linux-2.13-mount_volume_id.patch
2808
util-linux-2.12r-mount_by_uuid.patch
2809
util-linux-2.13-build_gnu_source.patch
2810
- fix build with ncurses
2811
2812
-------------------------------------------------------------------
2813
Tue Jun 5 17:01:48 CEST 2007 - mkoenig@suse.de
2814
2815
- update to git20070509
2816
mount: NFS code removed (use mount.nfs{,4} from nfs-utils)
2817
- remove sm-notify (nfs-utils)
2818
- removed patches
2819
util-linux-2.11u-mount_nfs_mount_acl.patch
2820
util-linux-2.12-mount_base_nfsv4.patch
2821
util-linux-2.12-mount_mountfallback.patch
2822
util-linux-2.12-mount_nfs_tcp.patch
2823
util-linux-2.12q-mount_strict_aliasing.patch
2824
util-linux-2.12r-mount_nfs_remount_options.patch
2825
util-linux-2.12r-mount_rpcsec_gss.patch
2826
util-linux-2.12r-mount_sec_manpage.patch
2827
util-linux-2.12r-mount_umount_nosysfs.patch
2828
util-linux-2.13-mount_nfs_timeo.patch
2829
util-linux-mount_nfs.8.patch
2830
util-linux-mount_warn_nfsudp.patch
2831
2832
-------------------------------------------------------------------
2833
Tue Jun 5 14:34:49 CEST 2007 - pth@suse.de
2834
2835
- Update to which-2.16, mainly because regenerating configure
2836
with newer autotools works.
2837
- Fix the patch for AC_CHECK_STATICLIB
2838
- Our distribution doesn't install libiberty.a, so pass
2839
--disable-iberty to configure of which to not use a libiberty from
2840
somewhere else.
2841
2842
-------------------------------------------------------------------
2843
Mon Jun 4 17:06:47 CEST 2007 - pth@suse.de
2844
2845
- Make configure of which search for static libs in lib64 subdirs.
2846
2847
-------------------------------------------------------------------
2848
Mon Apr 23 16:49:00 CEST 2007 - mkoenig@suse.de
2849
2850
- update to git20070412
2851
- remove chkdupexe and scriptreplay to get rid of the
2852
perl dependency [#265757]
2853
util-linux-2.13-build_no_perl_dependency.patch
2854
- upstream integration of umount helper support [#252089]
2855
- merged patches:
2856
util-linux-2.13-misc_utils_add_man_scriptreplay.patch
2857
util-linux-2.13-tests_missing_include.patch
2858
2859
-------------------------------------------------------------------
2860
Mon Apr 16 17:20:16 CEST 2007 - mkoenig@suse.de
2861
2862
- fix initialization of offset in
2863
util-linux-2.12r-mount_racy_loop.patch [#264225]
2864
2865
-------------------------------------------------------------------
2866
Tue Apr 10 17:25:34 CEST 2007 - mkoenig@suse.de
2867
2868
- update to version git20070330 of new forked development tree
2869
- removed Suse crypto patches for losetup [FATE#302001]
2870
- removed binaries:
2871
/bin/guessfstype
2872
/sbin/sln
2873
/usr/bin/setfdprm
2874
- removed obsolete patches:
2875
* guessfstype2.patch
2876
* loop-AES-v3.0a-util-linux-2.12p.diff
2877
* mount-nfs-nonreserved
2878
* stupid-programmer.diff
2879
* util-linux-nodiratime.diff
2880
* util-linux-2.12-multipleraw.diff
2881
* util-linux-2.12-enablereplaybuild.diff
2882
* util-linux-2.12-mount_guessfstype.diff
2883
* util-linux-2.12h-mtablock.diff
2884
* util-linux-2.12i-x86_64intel.diff
2885
* util-linux-2.12q-null.diff
2886
* util-linux-2.12r.diff
2887
* util-linux-2.12r-fdisk_llseek.patch
2888
* util-linux-2.12r-mount-doubleslashessourceprefix-cifs.diff
2889
* util-linux-2.12r-mount_external_prog_on_guess.patch
2890
* util-linux-2.12r-nonfsmountfallback.diff
2891
* util-linux-2.12r-pagesize.patch
2892
* util-linux-2.12r-partx_enable.patch
2893
* util-linux-2.12r-partx_gpt_warning.patch
2894
- add patches:
2895
* util-linux-2.13-misc_utils_add_man_scriptreplay.patch
2896
install man page for scriptreplay
2897
* util-linux-2.13-tests_missing_include.patch
2898
fix missing header in tests/mnt_test_sysinfo.c
2899
* util-linux-2.13-sys_utils_arch.patch
2900
keep /bin/arch
2901
* util-linux-2.13-build_gnu_source.patch
2902
build with _GNU_SOURCE
2903
* util-linux-2.13-build_fix_intel_check.patch
2904
detect also x86_64 as INTEL architecture
2905
- rename patches to identify them clearly by subsystem
2906
- schedutils now part of util-linux itself
2907
2908
-------------------------------------------------------------------
2909
Wed Apr 4 12:55:40 CEST 2007 - mkoenig@suse.de
2910
2911
- add Supplements line [FATE#301966]
2912
2913
-------------------------------------------------------------------
2914
Mon Mar 26 15:49:09 CEST 2007 - rguenther@suse.de
2915
2916
- add ncurses-devel and zlib-devel BuildRequires
2917
2918
-------------------------------------------------------------------
2919
Thu Mar 15 17:24:34 CET 2007 - mkoenig@suse.de
2920
2921
- mount: Let swapon automatically reinitialize a suspended
2922
swap partition [#254437]
2923
2924
-------------------------------------------------------------------
2925
Thu Mar 9 11:00:11 CET 2007 - mkoenig@suse.de
2926
2927
- mount: fix mtablock patch to avoid mtab corruption [#226783]
2928
2929
-------------------------------------------------------------------
2930
Thu Mar 8 17:27:22 CET 2007 - mkoenig@suse.de
2931
2932
- partx: fix warning for too long literal
2933
2934
-------------------------------------------------------------------
2935
Wed Mar 7 16:58:08 CET 2007 - rguenther@suse.de
2936
2937
- fix changelog entry order
2938
2939
-------------------------------------------------------------------
2940
Tue Feb 27 10:58:46 CET 2007 - mkoenig@suse.de
2941
2942
- fix missing return code in
2943
util-linux-2.12r-losetup_password.patch
2944
- mount: fix race condition in mount -o loop [#242750]
2945
2946
-------------------------------------------------------------------
2947
Mon Feb 12 17:22:45 CET 2007 - mkoenig@suse.de
2948
2949
- remove legacy warnings from fdisk [#241372]
2950
2951
-------------------------------------------------------------------
2952
Fri Feb 2 13:27:31 CET 2007 - mkoenig@suse.de
2953
2954
- do not use O_EXCL for mkfs.cramfs [#241466]
2955
2956
-------------------------------------------------------------------
2957
Wed Jan 31 12:06:55 CET 2007 - mkoenig@suse.de
2958
2959
- let mkfs tools open with O_EXCL [#238687]
2960
2961
-------------------------------------------------------------------
2962
Tue Dec 12 11:04:07 CET 2006 - mkoenig@suse.de
2963
2964
- provide different return codes for losetup with encryption
2965
for empty and too short passwords. [#197493]
2966
2967
-------------------------------------------------------------------
2968
Tue Dec 5 18:13:32 CET 2006 - mkoenig@suse.de
2969
2970
- default swap to V1 in any case [#205956]
2971
patch: util-linux-2.12r-mkswap_fix.patch
2972
- do not append addr option with each nfs remount [#130625]
2973
patch: util-linux-2.12r-nfs_remount_options.patch
2974
- add README.largedisk about fdisk partition size constraints
2975
[#153657]
2976
2977
-------------------------------------------------------------------
2978
Tue Nov 7 13:09:45 CET 2006 - mkoenig@suse.de
2979
2980
- enable partx [#214992]
2981
2982
-------------------------------------------------------------------
2983
Tue Oct 10 18:17:42 CEST 2006 - mkoenig@suse.de
2984
2985
- Round up partition end LBA to a cylinder boundary during
2986
add_partition() [#174892]
2987
- Fix readprofile on ppc64 [#179122]
2988
- Fix cal formatting bug [#203469]
2989
2990
-------------------------------------------------------------------
2991
Mon Oct 9 12:27:33 CEST 2006 - mkoenig@suse.de
2992
2993
- Fix llseek issues.
2994
- swapon.c: Do not use PAGE_SIZE macro.
2995
2996
-------------------------------------------------------------------
2997
Mon Aug 21 12:10:01 CEST 2006 - mkoenig@suse.de
2998
2999
- Added sysfs to list of filesystems not to unmount with
3000
umount -a, resolves #190385
3001
3002
-------------------------------------------------------------------
3003
Mon Jun 12 14:08:25 CEST 2006 - kay.sievers@suse.de
3004
3005
- use libvolume_id from provided as a rpm by udev 094
3006
3007
-------------------------------------------------------------------
3008
Wed May 17 23:48:27 CEST 2006 - jeffm@suse.com
3009
3010
- Fixed support for calling external programs w/o -t <type>,
3011
it would add mtab twice [#176582]
3012
3013
-------------------------------------------------------------------
3014
Mon Apr 24 14:33:20 CEST 2006 - hvogel@suse.de
3015
3016
- document xfs dmapi mount options better [#158955]
3017
3018
-------------------------------------------------------------------
3019
Fri Apr 21 15:48:16 CEST 2006 - olh@suse.de
3020
3021
- add mkzimage_cmdline to edit CHRP zImage kernel cmdline (168313)
3022
3023
-------------------------------------------------------------------
3024
Tue Apr 18 16:09:46 CEST 2006 - hvogel@suse.de
3025
3026
- fix number of supported raw devices [#165570]
3027
3028
-------------------------------------------------------------------
3029
Wed Mar 29 13:54:32 CEST 2006 - olh@suse.de
3030
3031
- clearify comments about mac disk label handling in fdisk
3032
3033
-------------------------------------------------------------------
3034
Tue Mar 28 17:53:46 CEST 2006 - hvogel@suse.de
3035
3036
- more fixes for the fdiskwrap patch [#160822]
3037
3038
-------------------------------------------------------------------
3039
Tue Mar 21 11:35:26 CET 2006 - okir@suse.de
3040
3041
- Update nfs(5) manpage to document security flavors [#159368]
3042
3043
-------------------------------------------------------------------
3044
Mon Mar 20 12:14:18 CET 2006 - hvogel@suse.de
3045
3046
- fix numbers of supported raw devices to match the kernel
3047
[#158203]
3048
- make NFSv3 client support RPCSEC_GSS [#158401]
3049
- fix that if the user doesn't specify -t <fstype>
3050
mount.fstype will never be called. [#155147]
3051
3052
-------------------------------------------------------------------
3053
Fri Mar 10 12:07:10 CET 2006 - hvogel@suse.de
3054
3055
- Fix init.d/raw script to parse device names with , in them
3056
correctly [#155653]
3057
3058
-------------------------------------------------------------------
3059
Thu Mar 9 12:28:04 CET 2006 - hare@suse.de
3060
3061
- Fix potential security hole in libvolume_id (#133256)
3062
3063
-------------------------------------------------------------------
3064
Mon Mar 6 12:03:35 CET 2006 - hvogel@suse.de
3065
3066
- patch fdiskmaclabel.h too
3067
3068
-------------------------------------------------------------------
3069
Thu Mar 2 15:49:06 CET 2006 - hvogel@suse.de
3070
3071
- axboe made fdisk not wrap at 2TB [#153657]
3072
3073
-------------------------------------------------------------------
3074
Fri Feb 17 15:25:39 CET 2006 - lmuelle@suse.de
3075
3076
- Use cifs instead of smbfs if the source starts with // and we do not set a
3077
different fs type.
3078
3079
-------------------------------------------------------------------
3080
Sun Feb 12 12:40:21 CET 2006 - olh@suse.de
3081
3082
- cosmetic fix for option_hotplug declaration
3083
fix unininitalized string for unknown filesystems (#148855)
3084
3085
-------------------------------------------------------------------
3086
Fri Feb 10 14:00:48 CET 2006 - hvogel@suse.de
3087
3088
- mount should not put / in the mtab twice if mount -f / is called
3089
[#148409]
3090
- fix hostid printf [#149163]
3091
3092
-------------------------------------------------------------------
3093
Wed Feb 1 03:58:58 CET 2006 - olh@suse.de
3094
3095
- dont invent our own MS_FLAGS (#147132)
3096
3097
-------------------------------------------------------------------
3098
Wed Feb 1 02:20:17 CET 2006 - ro@suse.de
3099
3100
- fix typo in previous change, binary negation is "~"
3101
3102
-------------------------------------------------------------------
3103
Fri Jan 27 13:02:36 CET 2006 - sscheler@suse.de
3104
3105
- fixed mount hotplug option (#143352). now we don't send the
3106
MS_HOTPLUG flag to the kernel any longer, because the kernel
3107
doesn't know this option (EINVAL) and actually doesn't need to
3108
know about it.
3109
3110
-------------------------------------------------------------------
3111
Fri Jan 27 12:55:29 CET 2006 - olh@suse.de
3112
3113
- remove clock symlink, hwclock exists since 7 years
3114
3115
-------------------------------------------------------------------
3116
Fri Jan 27 11:46:17 CET 2006 - olh@suse.de
3117
3118
- lsprop and nvsetenv moved to powerpc-utils [#144758]
3119
3120
-------------------------------------------------------------------
3121
Thu Jan 26 13:06:51 CET 2006 - hvogel@suse.de
3122
3123
- Make nfsboot world readable [#145418]
3124
3125
-------------------------------------------------------------------
3126
Wed Jan 25 21:31:03 CET 2006 - mls@suse.de
3127
3128
- converted neededforbuild to BuildRequires
3129
3130
-------------------------------------------------------------------
3131
Tue Jan 24 17:06:22 CET 2006 - mmj@suse.de
3132
3133
- Remove faulty nfs fallback code [#139019]
3134
3135
-------------------------------------------------------------------
3136
Mon Jan 16 11:25:28 CET 2006 - mmj@suse.de
3137
3138
- Add patch for nsetenv to fix short reads/short writes [#142546]
3139
3140
-------------------------------------------------------------------
3141
Wed Jan 11 12:46:28 CET 2006 - mmj@suse.de
3142
3143
- Update sm-notify [#141542]
3144
3145
-------------------------------------------------------------------
3146
Wed Jan 4 13:52:31 CET 2006 - mmj@suse.de
3147
3148
- Update to 2.12r including since 2.12q:
3149
o cfdisk: fix a segfault with ReiserFS partitions
3150
o umount: disallow -r option for non-root users
3151
3152
-------------------------------------------------------------------
3153
Tue Nov 22 11:49:39 CET 2005 - mmj@suse.de
3154
3155
- install proper renice manpage [#132470]
3156
3157
-------------------------------------------------------------------
3158
Tue Nov 15 17:01:34 CET 2005 - uli@suse.de
3159
3160
- umount2 is not static (only fails on ARM, surprisingly)
3161
- added ARM ionice syscalls
3162
3163
-------------------------------------------------------------------
3164
Fri Nov 11 10:42:35 CET 2005 - hare@suse.de
3165
3166
- Fix reverse-mapping of by-UUID and by-LABEL mounts.
3167
3168
-------------------------------------------------------------------
3169
Thu Nov 10 09:04:17 CET 2005 - hare@suse.de
3170
3171
- Fix a mishandling of by-UUID mounts.
3172
- Use libvolume_id from udev.
3173
3174
-------------------------------------------------------------------
3175
Sat Oct 22 17:55:16 CEST 2005 - mmj@suse.de
3176
3177
- Increase lsprop.c max property size to 4k [#128155]
3178
3179
-------------------------------------------------------------------
3180
Mon Oct 10 12:44:05 CEST 2005 - mmj@suse.de
3181
3182
- Add -fno-strict-aliasing to nfsmount_xdr.c
3183
3184
-------------------------------------------------------------------
3185
Mon Oct 3 09:55:56 CEST 2005 - mmj@suse.de
3186
3187
- Teach the mount manual page about nodiratime [#118987]
3188
3189
-------------------------------------------------------------------
3190
Thu Sep 29 12:42:03 CEST 2005 - mmj@suse.de
3191
3192
- Patch from jakub007@go2.pl to make mount --move update
3193
/etc/mtab correctly [#115129]
3194
3195
-------------------------------------------------------------------
3196
Tue Sep 13 14:16:58 CEST 2005 - mmj@suse.de
3197
3198
- Only allow root to pass -r to umount [#116741]
3199
3200
-------------------------------------------------------------------
3201
Mon Sep 5 13:18:27 CEST 2005 - mmj@suse.de
3202
3203
- MAC -> Mac [#104081]
3204
3205
-------------------------------------------------------------------
3206
Fri Sep 2 13:48:17 CEST 2005 - mmj@suse.de
3207
3208
- Don't package manual executable [#114849]
3209
3210
-------------------------------------------------------------------
3211
Thu Sep 1 10:56:25 CEST 2005 - mmj@suse.de
3212
3213
- Add patch for device-mapper mount by label support [#75966]
3214
3215
-------------------------------------------------------------------
3216
Thu Sep 1 00:12:39 CEST 2005 - ro@suse.de
3217
3218
- provide and obsolete schedutils
3219
3220
-------------------------------------------------------------------
3221
Tue Aug 23 18:00:01 CEST 2005 - hvogel@suse.de
3222
3223
- update ionice patch by axboe so that ionice will complain about
3224
missing sys_ioprio_set support, but it will still
3225
execute the process.
3226
3227
-------------------------------------------------------------------
3228
Mon Aug 22 17:06:42 CEST 2005 - hvogel@suse.de
3229
3230
- Fix rpm verify output [#105807]
3231
(ghost entry for /var/lib/nfs/state)
3232
3233
-------------------------------------------------------------------
3234
Mon Aug 22 16:27:16 CEST 2005 - schwab@suse.de
3235
3236
- Fix stupid buffer overflow bug in cfdisk [#66020].
3237
3238
-------------------------------------------------------------------
3239
Wed Aug 17 12:59:24 CEST 2005 - hare@suse.de
3240
3241
- Add option 'hotplug' to mount (#104405)
3242
3243
-------------------------------------------------------------------
3244
Mon Aug 15 16:33:48 CEST 2005 - schwab@suse.de
3245
3246
- Always build with RPM_OPT_FLAGS.
3247
3248
-------------------------------------------------------------------
3249
Thu Aug 11 14:41:18 CEST 2005 - mmj@suse.de
3250
3251
- Patch from Patrick Kirsch to make fdisk detect MAC-fs [#104081]
3252
3253
-------------------------------------------------------------------
3254
Wed Aug 3 20:50:59 CEST 2005 - mmj@suse.de
3255
3256
- Merge schedutils to here (it's happened upstream already)
3257
3258
-------------------------------------------------------------------
3259
Tue Aug 2 08:47:47 CEST 2005 - mmj@suse.de
3260
3261
- Support for s390 and s390x
3262
3263
-------------------------------------------------------------------
3264
Mon Aug 1 20:04:13 CEST 2005 - mmj@suse.de
3265
3266
- It's not __ppc_ and __ppc64__ but __powerpc__ and __powerpc64__
3267
3268
-------------------------------------------------------------------
3269
Mon Aug 1 12:17:39 CEST 2005 - mmj@suse.de
3270
3271
- Add ionice binary from Jens Axboe
3272
3273
-------------------------------------------------------------------
3274
Wed Jun 29 11:26:31 CEST 2005 - mmj@suse.de
3275
3276
- Document load and clearly issues about NFS over UDP [#80263]
3277
- Don't compile with -fsigned-char [#93886]
3278
3279
-------------------------------------------------------------------
3280
Tue May 31 13:26:05 CEST 2005 - okir@suse.de
3281
3282
- Added NFSv4 support
3283
3284
-------------------------------------------------------------------
3285
Mon May 9 17:27:59 CEST 2005 - hvogel@suse.de
3286
3287
- move hashalot and cryptsetup tools to util-linux-crypto
3288
3289
-------------------------------------------------------------------
3290
Tue Apr 12 16:13:57 CEST 2005 - mmj@suse.de
3291
3292
- bump TCP timeo to 600 [#76198]
3293
3294
-------------------------------------------------------------------
3295
Tue Mar 29 13:43:31 CEST 2005 - mmj@suse.de
3296
3297
- Add awareness of twofishSL92 [#74359]
3298
- Update hashalot to version 0.3
3299
3300
-------------------------------------------------------------------
3301
Mon Mar 14 15:30:49 CET 2005 - okir@suse.de
3302
3303
- Changed sm-notify to recognize host names as well as addresses.
3304
3305
-------------------------------------------------------------------
3306
Thu Mar 10 11:28:21 CET 2005 - mmj@suse.de
3307
3308
- Don't strip anything explicitly
3309
- Don't compile with -fno-strict-aliasing [#66020]
3310
3311
-------------------------------------------------------------------
3312
Fri Feb 4 14:48:27 CET 2005 - schwab@suse.de
3313
3314
- Fix stupid programmer.
3315
3316
-------------------------------------------------------------------
3317
Mon Jan 24 17:01:51 CET 2005 - meissner@suse.de
3318
3319
- implicit strcmp / strerror in setctsid fixed.
3320
- 0 -> NULL in an execl
3321
3322
-------------------------------------------------------------------
3323
Fri Jan 21 14:37:21 CET 2005 - mmj@suse.de
3324
3325
- Sleep after inserting the raw module to make sure it's ready [#49807]
3326
- Update to 2.12q including since 2.12p:
3327
o New upstream maintainer - Adrian Bunk <bunk_at_stusta_dot_de>
3328
o sfdisk: add -G option
3329
o Updated translations
3330
3331
-------------------------------------------------------------------
3332
Tue Jan 18 17:04:30 CET 2005 - okir@suse.de
3333
3334
- Updated sm-notify; try not to stall bootup my moving the NSM
3335
state update after we've backgrounded (#49072).
3336
3337
-------------------------------------------------------------------
3338
Mon Jan 10 14:45:12 CET 2005 - mmj@suse.de
3339
3340
- Update adjtimex to 1.20
3341
- Update to util-linux-2.12p including since 2.12i:
3342
o cfdisk: fix number of new partition when partitions not in disk order
3343
o fdisk: fix Sun label handling in sector mode
3344
o mkfs: never truncate filename (not that that ever happened)
3345
o more: fix redraw flaw
3346
o lomount: revert patch from 2.12j
3347
o lptune.8: -T option is obsolete
3348
o mkswap, mkswap.8, swapon: support labels
3349
o umount: allow user unmounting repeatedly mounted nfs mounts
3350
o cfdisk: recognize JFS, support reiserfs labels
3351
o mount: fix option parsing bug
3352
o mount.8: several updates
3353
o swapon.8: document -v option
3354
o Makefile: remove cat-id-tbl.c upon make clean
3355
o fdisk: fixed a bug that would cause a non-update of a sun disklabel
3356
o fdisk: use sectorsize instead of 512 for SGI
3357
o hwclock: actually use HAVE_tm_gmtoff
3358
o swapon: fix priority handling
3359
o umount: refuse to unmount an empty string
3360
o configure, MCONFIG: detect gcc 3.4.0 and use -mtune option
3361
o configure: do not run ./conftest (for cross compilation)
3362
o fsck.cramfs: try to get correct PAGE_CACHE_SIZE
3363
o losetup: try to give better error messages
3364
o readprofile: default map file is /boot/System.map
3365
o rdev.8: added historical info on ramdisk
3366
o cal: highlight today
3367
o lomount: stop reading passwd at NUL, fix lo_encrypt key_size
3368
o losetup: add -f option to find an unused loop device
3369
o more: code cleanup
3370
o mount: add "group" mount option
3371
o sfdisk: fix 2.6.8 BLKRRPART ioctl damage
3372
o swapon: let swapon -a skip the swapfiles marked "noauto"
3373
o umount: fix problem with empty mtab
3374
o umount: use special umount program if it exists
3375
o new flock binary
3376
o New messages
3377
3378
-------------------------------------------------------------------
3379
Tue Nov 30 11:02:32 CET 2004 - mmj@suse.de
3380
3381
- Install ramsize, rdev, rootflags and vidmode on x86-64 [#48633]
3382
3383
-------------------------------------------------------------------
3384
Fri Nov 12 15:01:36 CET 2004 - schwab@suse.de
3385
3386
- Don't install *fdisk on ia64.
3387
3388
-------------------------------------------------------------------
3389
Fri Nov 12 14:50:24 CET 2004 - ro@suse.de
3390
3391
- correct permissions handling for wall and write
3392
3393
-------------------------------------------------------------------
3394
Tue Nov 9 16:00:23 CET 2004 - mmj@suse.de
3395
3396
- Fix segfault with mount -l [#48029]
3397
3398
-------------------------------------------------------------------
3399
Fri Nov 5 11:36:16 CET 2004 - mmj@suse.de
3400
3401
- Update to util-linux-2.12i including:
3402
o MCONFIG: fix build conditions
3403
o chfn, chsh: add error checking
3404
o cytune: use local header cyclades.h
3405
o fdisk: fix default SGI volume header size
3406
o fstab.c: use strsignal() instead of sys_siglist[]
3407
o hwclock: use <sys/io.h> when available on i386
3408
o hwclock: dont try KDGHWCLK on archs other than __m68k__
3409
o sfdisk: correct typo in __attribute__used nonsense
3410
o sfdisk: use PACKED on __arm__
3411
o sfdisk: fix warning printout
3412
3413
-------------------------------------------------------------------
3414
Thu Nov 4 08:37:19 CET 2004 - mmj@suse.de
3415
3416
- Update to util-linux-2.12h including:
3417
o cfdisk: avoid crash if no partition table
3418
o elvtune: tell user that this only works on 2.4 kernels
3419
o lomount: clear passwords after use
3420
o mount: accept comments (specified by comment=) in fstab
3421
o mount: support ocfs, ocfs2
3422
o [u]mount: be more careful with malloc, try to avoid OOM with
3423
many mounts
3424
o sfdisk: __attribute__used nonsense to support gcc 3.4
3425
o shutdown: do not unmount various virtual filesystems
3426
o mount.8: added recent ext2 mount options
3427
o mount: support jfs mount-by-label, improve reiserfs support
3428
o sfdisk: remove strange "ends in a digit" heuristic
3429
o *fdisk: use common disksize() routine
3430
3431
-------------------------------------------------------------------
3432
Tue Oct 19 10:24:13 CEST 2004 - mmj@suse.de
3433
3434
- Add patch from SGI for fdisk label [#47368]
3435
3436
-------------------------------------------------------------------
3437
Tue Sep 28 11:18:50 CEST 2004 - mmj@suse.de
3438
3439
- And another one [#46201]
3440
3441
-------------------------------------------------------------------
3442
Wed Sep 15 23:11:56 CEST 2004 - mmj@suse.de
3443
3444
- Add patch from Andries to fix cfdisk [#44996]
3445
3446
-------------------------------------------------------------------
3447
Tue Sep 7 07:32:39 CEST 2004 - mmj@suse.de
3448
3449
- Update to util-linux-2.12c including:
3450
o mount.8: added recent ext2 mount options
3451
o mount: support jfs mount-by-label, improve reiserfs support
3452
o sfdisk: remove strange "ends in a digit" heuristic
3453
o *fdisk: use common disksize() routine [#44678]
3454
3455
-------------------------------------------------------------------
3456
Wed Aug 25 12:54:00 CEST 2004 - mmj@suse.de
3457
3458
- Update to util-linux-2.12b including:
3459
o chsh: improved error message
3460
o dmesg: ask kernel proper buffer size
3461
o losetup: handle 64-bit offsets
3462
o blockdev: also report BLKGETSIZE64 result [#43464]
3463
o blockdev, elvtune, fdisk: handle new kernel _IOR,_IOW defines
3464
o fdisk: remove strange "ends in a digit" heuristic
3465
o fdisk: also list Solaris as possible type for 0x82
3466
o mount: added --rbind option
3467
o mount: use blkid library
3468
o mount: support reiserfs mount by label
3469
o mount: attempt to use the right definition of dev_t in struct
3470
loopinfo
3471
o mount.8: jfs mount options added
3472
o readprofile: new -s option
3473
o rename.1: added ref to mmv.1
3474
o replay: renamed to scriptreplay; correct typos
3475
o script: do not use locale for time delay floating point number
3476
format
3477
o sfdisk: error messages to stderr
3478
o New Catalan, Dutch, Finnish, French, German, Spanish, Swedish,
3479
Turkish, Ukrainian messages
3480
- Update the loop-AES patch, thanks to Sumit Bose
3481
- Change the minimum password length to 8 chars
3482
3483
-------------------------------------------------------------------
3484
Tue Aug 24 08:03:24 CEST 2004 - mmj@suse.de
3485
3486
- Fix signed/unsigned bug in lsprop [#44048]
3487
3488
-------------------------------------------------------------------
3489
Wed Aug 18 15:56:01 CEST 2004 - mmj@suse.de
3490
3491
- Readd patch that got lost to make fdisk -l work better with
3492
RAID controllers [#43485]
3493
3494
-------------------------------------------------------------------
3495
Mon Aug 9 11:06:34 CEST 2004 - mmj@suse.de
3496
3497
- Add an improved version of the dmesg bufsize patch.
3498
3499
-------------------------------------------------------------------
3500
Tue Jun 22 15:50:05 CEST 2004 - mmj@suse.de
3501
3502
- Add patch to try and guess a filesystem type before blindly
3503
assuming it's nfs because of the colon [#42097]
3504
3505
-------------------------------------------------------------------
3506
Mon Jun 14 19:21:08 CEST 2004 - agruen@suse.de
3507
3508
- Formatting error in mount.8 manual page.
3509
3510
-------------------------------------------------------------------
3511
Wed Jun 9 15:17:47 CEST 2004 - mmj@suse.de
3512
3513
- Add patch from Olaf Kirch to make protocol selection for mount
3514
independent of protocol selection for NFS, and picks what is
3515
available (preferring TCP over UDP) [#41735]
3516
3517
-------------------------------------------------------------------
3518
Wed Jun 9 12:10:03 CEST 2004 - mls@suse.de
3519
3520
- add '-f' option to setctsid
3521
3522
-------------------------------------------------------------------
3523
Thu May 27 15:07:13 CEST 2004 - okir@suse.de
3524
3525
- sm-notify now binds to a reserved port
3526
3527
-------------------------------------------------------------------
3528
Sat May 15 16:15:00 CEST 2004 - mmj@suse.de
3529
3530
- Add documentation about raw device handling [#39037]
3531
3532
-------------------------------------------------------------------
3533
Mon May 10 14:40:43 CEST 2004 - mmj@suse.de
3534
3535
- Make dmesg dump entire buffer. Patch from Andries/odabrunz [#39761]
3536
3537
-------------------------------------------------------------------
3538
Wed May 6 10:05:16 CEST 2004 - mmj@suse.de
3539
3540
- Also check if the device is the same when doing swapon. Could be
3541
the same block device with 2 different names [#39436]
3542
3543
-------------------------------------------------------------------
3544
Wed May 5 11:12:47 CEST 2004 - mmj@suse.de
3545
3546
- Do a /sbin/modprobe raw when invoking raw devices [#39037]
3547
3548
-------------------------------------------------------------------
3549
Tue Apr 20 09:28:09 CEST 2004 - mmj@suse.de
3550
3551
- Update to 2.12a including:
3552
o fdisk: fix for kernels 2.4.15-2.4.17
3553
o fdisk: fix when all partitions are in use
3554
o hwclock: add a timeout when waiting for a clock update
3555
o ipcs: compilation fix
3556
o ipcs: shminfo.shmall gives pages
3557
o mount: efs support
3558
o partx: bigendian fix
3559
o readprofile: support for 64-bit addresses
3560
o setterm: fix klogctl error message
3561
o setterm.1: clarification
3562
o sfdisk: fix check for is_ide_cdrom_or_tape
3563
o umount: skip proc, devfs, devpts on umount -a
3564
3565
-------------------------------------------------------------------
3566
Mon Apr 19 11:52:54 CEST 2004 - mmj@suse.de
3567
3568
- Add patch for unlimited raw devices [#39037]
3569
3570
-------------------------------------------------------------------
3571
Thu Apr 15 11:08:50 CEST 2004 - mmj@suse.de
3572
3573
- Make sm-notify be more quiet when nothing wrong, and log to sys-
3574
log when something is.
3575
3576
-------------------------------------------------------------------
3577
Tue Apr 6 14:45:36 CEST 2004 - mmj@suse.de
3578
3579
- Don't use startproc for sm-notify [#38481]
3580
3581
-------------------------------------------------------------------
3582
Mon Apr 5 14:55:39 CEST 2004 - mmj@suse.de
3583
3584
- Removing elvtune alltogether was a bit drastic, since it of
3585
course works fine with 2.4 kernels. So print a warning in case
3586
the BLKELVGET ioctl returns something indicating 2.6 kernels.
3587
3588
-------------------------------------------------------------------
3589
Thu Apr 1 19:50:47 CEST 2004 - mmj@suse.de
3590
3591
- Don't package elvtune anymore since it's obsolete now that io
3592
scheduler can be tuned in /sys/block/hdX/queue/iosched/* [#37869]
3593
3594
-------------------------------------------------------------------
3595
Wed Mar 31 11:19:28 CEST 2004 - mmj@suse.de
3596
3597
- Apply util-linux-2.12a fixes for hwclock and readprofile. The
3598
hwclock bit is a timout fix which hopefully fixes [#35877]
3599
- Move sm-notify to here from nfs-utils [#36737]
3600
3601
-------------------------------------------------------------------
3602
Mon Mar 29 13:26:20 CEST 2004 - mmj@suse.de
3603
3604
- Adjust warnings about Crypto-API
3605
3606
-------------------------------------------------------------------
3607
Sun Mar 28 11:00:24 CEST 2004 - mmj@suse.de
3608
3609
- Add patch to make script allways use the same LC_NUMERIC [#35476]
3610
3611
-------------------------------------------------------------------
3612
Fri Mar 26 21:38:27 CET 2004 - od@suse.de
3613
3614
- Add setctsid by Werner Fink [#37177]
3615
3616
-------------------------------------------------------------------
3617
Fri Mar 26 15:07:00 CET 2004 - mmj@suse.de
3618
3619
- Mount option "code" is now "codepage" so update /etc/fstab in
3620
postinstall [#36950]
3621
3622
-------------------------------------------------------------------
3623
Fri Mar 26 11:49:01 CET 2004 - mmj@suse.de
3624
3625
- Remove false statement in nfs.5 about the linux kernel not
3626
supporting nfs over tcp [#37060]
3627
3628
-------------------------------------------------------------------
3629
Wed Mar 17 21:41:17 CET 2004 - mmj@suse.de
3630
3631
- Use correct permissions for README.hashalot [#36303]
3632
3633
-------------------------------------------------------------------
3634
Mon Mar 8 10:51:46 CET 2004 - mmj@suse.de
3635
3636
- Enable build of replay [#35434]
3637
3638
-------------------------------------------------------------------
3639
Wed Feb 25 14:07:15 CET 2004 - mmj@suse.de
3640
3641
- Use loop-AES-v2.0f-util-linux-2.12.diff instead of losetup patch
3642
added earlier. Thanks Sumit Bose!
3643
3644
-------------------------------------------------------------------
3645
Thu Feb 19 09:54:03 CET 2004 - mmj@suse.de
3646
3647
- Add cryptsetup script from Christophe Saout, for usage with the
3648
new dm-crypt.
3649
3650
-------------------------------------------------------------------
3651
Mon Feb 16 15:32:57 CET 2004 - mmj@suse.de
3652
3653
- Add losetup patch and hashalot program from Ben Slusky
3654
3655
-------------------------------------------------------------------
3656
Sun Feb 1 14:11:51 CET 2004 - kukuk@suse.de
3657
3658
- Remove newgrp again (will use POSIX conform version)
3659
3660
-------------------------------------------------------------------
3661
Fri Jan 16 13:26:55 CET 2004 - kukuk@suse.de
3662
3663
- Add pam-devel to neededforbuild
3664
3665
-------------------------------------------------------------------
3666
Mon Jan 12 11:31:47 CET 2004 - mmj@suse.de
3667
3668
- Adjust the nfs.5 manual page to reflect we're mounting nfs over
3669
tcp pr. default.
3670
- Collapse two similar patches 2 one.
3671
3672
-------------------------------------------------------------------
3673
Fri Dec 19 16:43:39 CET 2003 - garloff@suse.de
3674
3675
- Fix by okir for previous patch.
3676
3677
-------------------------------------------------------------------
3678
Fri Dec 19 11:19:43 CET 2003 - garloff@suse.de
3679
3680
- Add patch to fallback to UDP if TCP NFS mount fails.
3681
3682
-------------------------------------------------------------------
3683
Tue Dec 2 09:03:32 CET 2003 - mmj@suse.de
3684
3685
- Make patch to guess if a CD is a CD-Extra [#30316]
3686
- Adjust patch that moves ext2/3 in front of vfat
3687
- Regenerate patches (filename still tells when they were added)
3688
3689
-------------------------------------------------------------------
3690
Tue Nov 18 13:57:28 CET 2003 - mmj@suse.de
3691
3692
- Mount NFS over TCP pr. default [#33018]
3693
3694
-------------------------------------------------------------------
3695
Thu Nov 13 14:43:39 CET 2003 - mmj@suse.de
3696
3697
- Update to util-linux-2.12 including:
3698
o losetup: -p option specifies fd for passphrase
3699
o fdisk: sgi layout fix
3700
o mount: -p option specifies fd for passphrase
3701
o mount: recognize some PCDOS floppies
3702
o umount: in "umount name", first try to interpret "name" as a mount point
3703
o translations updates for several languages
3704
o cfdisk: localize the Y/N answer, improve printing localized messages
3705
o cfdisk: make various variables long long - some disks are close to 2 TB
3706
o cfdisk: use BLKGETSIZE64
3707
o fdisk: make various variables unsigned to lengthen the life of 32-bit vars
3708
o fdisk: some sgi fixes
3709
o fdisk: k=1000, K=1024
3710
o fdisk: removed last occurrences of HDIO_REQ
3711
o fdisk: use BLKGETSIZE64
3712
o hwclock: fix rtc test
3713
o login: set a timeout on printing the timeout message
3714
o md5: x86_64 fix
3715
o more: POSIX fixes
3716
o mount: do not supply MS_MGC_VAL when there are conflicting flags
3717
o mount: ncp and smb are called smbfs and ncpfs - global change
3718
o mount: add support for xvm mount by label
3719
o mount: correct hfs magic recognition
3720
o mount: keep original umask - it influences the mount call
3721
o raw.8: documented unbinding of raw devices
3722
o readprofile: fixed off-by eight error
3723
o script: add -c option
3724
o sfdisk.8: added an example of partitioning with logical partitions
3725
o sfdisk: only add a AA55 signature for DOS-type partition tables
3726
o tailf: new
3727
3728
-------------------------------------------------------------------
3729
Tue Oct 21 15:49:01 CEST 2003 - mmj@suse.de
3730
3731
- Correct permissions
3732
3733
-------------------------------------------------------------------
3734
Tue Oct 21 14:53:54 CEST 2003 - ja@suse.cz
3735
3736
- added support for cryptoloop in 2.6.x kernels.
3737
3738
-------------------------------------------------------------------
3739
Wed Oct 15 13:20:54 CEST 2003 - mmj@suse.de
3740
3741
- Don't build as root
3742
3743
-------------------------------------------------------------------
3744
Mon Oct 13 21:44:43 CEST 2003 - kukuk@suse.de
3745
3746
- Enable newgrp
3747
3748
-------------------------------------------------------------------
3749
Thu Oct 2 11:31:14 CEST 2003 - kukuk@suse.de
3750
3751
- Fix compiling with kernel 2.6.0-test6 header files
3752
3753
-------------------------------------------------------------------
3754
Tue Aug 12 15:27:20 CEST 2003 - mmj@suse.de
3755
3756
- Update to pmac-utils-2.1 sources and only include nvsetenv
3757
3758
-------------------------------------------------------------------
3759
Tue Aug 12 12:38:18 CEST 2003 - mmj@suse.de
3760
3761
- Add mount_guessfstype support for PCDOS [#27814]
3762
3763
-------------------------------------------------------------------
3764
Wed Jun 18 16:16:15 CEST 2003 - ak@suse.de
3765
3766
- support noreserved option for NFS (#27428)
3767
3768
-------------------------------------------------------------------
3769
Thu Jun 5 14:06:51 CEST 2003 - mmj@suse.de
3770
3771
- Rearrange the specfile wrt. archs
3772
3773
-------------------------------------------------------------------
3774
Tue May 13 11:20:26 CEST 2003 - mmj@suse.de
3775
3776
- Use %defattr
3777
- Remove files we don't package
3778
3779
-------------------------------------------------------------------
3780
Wed May 7 15:38:56 CEST 2003 - mmj@suse.de
3781
3782
- Rearrange the do_guess_fstype() code to look for ext2/3 before
3783
vfat [#26581]
3784
3785
-------------------------------------------------------------------
3786
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
3787
3788
- fix install_info --delete call and move from preun to postun
3789
3790
-------------------------------------------------------------------
3791
Mon Apr 14 15:12:27 CEST 2003 - pthomas@suse.de
3792
3793
- Get rid of the syscall for adjtimex in selective cases and
3794
just call the glibc wrapper. Fixes build on s390.
3795
3796
-------------------------------------------------------------------
3797
Mon Apr 14 10:35:38 CEST 2003 - pthomas@suse.de
3798
3799
- Use geteuid instead of getuid in hwclock to enable making
3800
hwclock suid root.
3801
3802
-------------------------------------------------------------------
3803
Mon Apr 7 15:40:54 CEST 2003 - mmj@suse.de
3804
3805
- Only delete info entries when removing last version.
3806
3807
-------------------------------------------------------------------
3808
Thu Mar 13 11:29:54 CET 2003 - mmj@suse.de
3809
3810
- Apply patch to make sfdisk not destroy BSD slices [#25093]
3811
3812
-------------------------------------------------------------------
3813
Mon Mar 3 16:19:04 CET 2003 - mmj@suse.de
3814
3815
- Remove superflous umask(033); calls [#23292]
3816
3817
-------------------------------------------------------------------
3818
Mon Mar 3 12:27:01 CET 2003 - ro@suse.de
3819
3820
- add missing info dir entries
3821
3822
-------------------------------------------------------------------
3823
Tue Feb 18 14:29:45 CET 2003 - agruen@suse.de
3824
3825
- Add description of the effect of `mount -t nfs -o noacl' on
3826
the use of the GETACL and SETACL remote procedure calls to
3827
the nfs(5) manual page.
3828
3829
-------------------------------------------------------------------
3830
Mon Feb 17 15:44:28 CET 2003 - mmj@suse.de
3831
3832
- It's called smbfs not smb [#23697]
3833
3834
-------------------------------------------------------------------
3835
Thu Feb 13 06:17:02 CET 2003 - mmj@suse.de
3836
3837
- Readd patch for passphrase timeout that got lost [#23527]
3838
3839
-------------------------------------------------------------------
3840
Fri Feb 7 12:24:12 CET 2003 - mmj@suse.de
3841
3842
- The install_info macros need PreReq: %install_info_prereq
3843
3844
-------------------------------------------------------------------
3845
Fri Feb 7 01:30:53 CET 2003 - ro@suse.de
3846
3847
- added install_info macros
3848
3849
-------------------------------------------------------------------
3850
Tue Feb 4 22:34:10 CET 2003 - ro@suse.de
3851
3852
- don't package /bin/kill (part of coreutils now)
3853
3854
-------------------------------------------------------------------
3855
Tue Feb 4 12:40:00 CET 2003 - meissner@suse.de
3856
3857
- Include tarball with pmac-utils manpages, so we do not need
3858
sgmltool and all its dependents.
3859
3860
-------------------------------------------------------------------
3861
Wed Jan 29 11:52:19 CET 2003 - mmj@suse.de
3862
3863
- Update to util-linux-2.11z including:
3864
* Translation updates
3865
* mount: fix LABEL= handling for user umount, don't abort on read
3866
error with photocds and add dmask and fmask vfat mount options
3867
* setterm: accept devfs name
3868
* simpleinit: security: refuse initctl_fd if FD_CLOEXEC fails
3869
* umount: allow user umount after mount by label or uuid
3870
3871
-------------------------------------------------------------------
3872
Wed Jan 22 15:10:24 CET 2003 - sf@suse.de
3873
3874
- removed last patch, added new (correct) patch
3875
3876
-------------------------------------------------------------------
3877
Wed Jan 22 12:48:30 CET 2003 - sf@suse.de
3878
3879
- removed eliminate_doubles() from mkfs.cramfs.c
3880
for x86_64, as it segfaults.
3881
(makes the images slightly larger, about 10%)
3882
3883
-------------------------------------------------------------------
3884
Tue Jan 21 14:51:29 CET 2003 - mmj@suse.de
3885
3886
- Added description of ISO mount options to mount.8 [#22915]
3887
3888
-------------------------------------------------------------------
3889
Mon Dec 2 12:21:38 CET 2002 - mmj@suse.de
3890
3891
- Update the ReiserFS patch from Chris Mason
3892
3893
-------------------------------------------------------------------
3894
Fri Nov 29 10:38:02 CET 2002 - mmj@suse.de
3895
3896
- Fix missing #include <errno.h>
3897
3898
-------------------------------------------------------------------
3899
Thu Nov 28 15:03:05 CET 2002 - mmj@suse.de
3900
3901
- Make readprofile also try to locate the System.map in
3902
/boot/System.map-`uname -r` [#22168]
3903
3904
-------------------------------------------------------------------
3905
Wed Nov 27 11:01:52 CET 2002 - mmj@suse.de
3906
3907
- Update to util-linux-2.11y including:
3908
o Translation updates
3909
o fdisk,cfdisk: cosmetic fixes
3910
o mount,umount: fix LABEL= handling for non-root [#17322]
3911
o more: kill external help file
3912
o simpleinit: security: refuse initctl_fd if setting FD_CLOEXEC
3913
fails (patch we had, now folded upstream)
3914
3915
-------------------------------------------------------------------
3916
Wed Nov 20 12:19:33 CET 2002 - mmj@suse.de
3917
3918
- Update to util-linux-2.11x including:
3919
o Translation updates for several languages
3920
o cfdisk: correct error printout
3921
o fdisk: allow addition of a new partition when logicals all used
3922
but primary free
3923
o hwclock: detect systime jumps backward during setting hwclock
3924
o Merge of the cramfs bloksize patch
3925
o mount: new --rbind flag, for recursive loopback mounts
3926
o mount, umount: new -O option
3927
o setpwnam.c: open temp pw file with O_EXCL
3928
o simpleinit: fix for "spawn too fast"
3929
o swapon: new -e option
3930
3931
-------------------------------------------------------------------
3932
Tue Nov 19 20:12:02 CET 2002 - mmj@suse.de
3933
3934
- Fix multistring assignment in adjtimex
3935
3936
-------------------------------------------------------------------
3937
Mon Nov 11 11:26:14 CET 2002 - ro@suse.de
3938
3939
- changed neededforbuild <sp> to <opensp>
3940
- changed neededforbuild <sp-devel> to <>
3941
3942
-------------------------------------------------------------------
3943
Thu Oct 31 14:59:11 CET 2002 - mmj@suse.de
3944
3945
- Add -b option to mkfs.cramfs (needed for biarch architectures)
3946
3947
-------------------------------------------------------------------
3948
Thu Oct 31 00:40:09 CET 2002 - ro@suse.de
3949
3950
- hack time to build on alpha
3951
3952
-------------------------------------------------------------------
3953
Tue Oct 22 16:13:36 CEST 2002 - mmj@suse.de
3954
3955
- Add correction to the ReiserFS patch that fixes the case where it
3956
was possible but unlikely to detect a logged copy of a super on a
3957
dedicated logging device as the real thing. From Chris Mason.
3958
3959
-------------------------------------------------------------------
3960
Tue Oct 22 14:13:30 CEST 2002 - mmj@suse.de
3961
3962
- Update to util-linux-2.11w including:
3963
o fdisk and cfdisk fixes
3964
o more bigendian fix
3965
o translation updates
3966
o > 2GB swapspace
3967
o mount umask, cramfs and ocfs stuff
3968
3969
-------------------------------------------------------------------
3970
Tue Oct 8 17:13:18 CEST 2002 - mmj@suse.de
3971
3972
- Only enable below patch on ix86 and x86_64
3973
3974
-------------------------------------------------------------------
3975
Mon Oct 7 16:35:24 CEST 2002 - mmj@suse.de
3976
3977
- Make small bugfix to below patch
3978
3979
-------------------------------------------------------------------
3980
Sat Oct 5 01:27:51 CEST 2002 - mmj@suse.de
3981
3982
- Apply patch to enable > 2GB swap (redhat) [#20533]
3983
3984
-------------------------------------------------------------------
3985
Wed Oct 2 15:27:47 CEST 2002 - mmj@suse.de
3986
3987
- Add one-liner security fix to mount and umount.
3988
3989
-------------------------------------------------------------------
3990
Mon Sep 23 09:47:33 CEST 2002 - mmj@suse.de
3991
3992
- Readd fix for klogconsole that got lost [#19834]
3993
3994
-------------------------------------------------------------------
3995
Fri Sep 13 12:55:24 CEST 2002 - mmj@suse.de
3996
3997
- Added patch from Oracle to mount ocfs by label [#19262]
3998
3999
-------------------------------------------------------------------
4000
Thu Sep 12 18:06:21 CEST 2002 - mmj@suse.de
4001
4002
- more: Do not cast char * to int and back [#18896]
4003
4004
-------------------------------------------------------------------
4005
Sat Aug 31 17:58:26 CEST 2002 - olh@suse.de
4006
4007
- add mount_cramfs_be.diff to allow mount -oloop cramfsfile loopdir
4008
4009
-------------------------------------------------------------------
4010
Mon Aug 26 16:56:52 CEST 2002 - mmj@suse.de
4011
4012
- Make mode not 666 when writing /etc/mtab [#18342]
4013
4014
-------------------------------------------------------------------
4015
Mon Aug 26 13:21:30 CEST 2002 - meissner@suse.de
4016
4017
- quieten klogconsole if the console does not support TIOCLINUX [#12516]
4018
4019
-------------------------------------------------------------------
4020
Thu Aug 22 15:05:32 CEST 2002 - mmj@suse.de
4021
4022
- Added patch from Andreas Gruenbacher for nfs-access-acl [#18183]
4023
4024
-------------------------------------------------------------------
4025
Wed Aug 21 10:33:05 CEST 2002 - mmj@suse.de
4026
4027
- Fixed an mtab locking bug with patch from Olaf Kirch [#17637]
4028
4029
-------------------------------------------------------------------
4030
Mon Aug 19 16:46:54 CEST 2002 - mmj@suse.de
4031
4032
- Updated reiserfs patch from Chris Mason
4033
- Added patch for mount.8, thanks Andreas Gruenbacher
4034
4035
-------------------------------------------------------------------
4036
Thu Aug 15 19:56:31 CEST 2002 - mmj@suse.de
4037
4038
- Correct PreReq:
4039
4040
-------------------------------------------------------------------
4041
Mon Aug 5 10:45:05 CEST 2002 - mmj@suse.de
4042
4043
- Update to 2.11u which includes:
4044
o Danish, German, Spanish, Swedish and Turkish updates.
4045
o configure: for fsck.cramfs, mkfs.cramfs: add test for libz
4046
o text-utils/Makefile: pg fix
4047
o agetty: use same test as login does to find utmp entry
4048
o fdisk: fix for fdisk on empty disk
4049
o mount updates
4050
4051
-------------------------------------------------------------------
4052
Tue Jul 23 21:10:27 CEST 2002 - schwab@suse.de
4053
4054
- Fix mkfs.cramfs for architectures with non-4k pages.
4055
4056
-------------------------------------------------------------------
4057
Wed Jul 17 00:34:49 CEST 2002 - mmj@suse.de
4058
4059
- Merged base into util-linux
4060
4061
-------------------------------------------------------------------
4062
Mon Jul 15 10:23:51 CEST 2002 - mmj@suse.de
4063
4064
- Added JFSv2 patch from Christoph Hellwig for volume label. Does
4065
for JFS, what below patch does for ReiserFS.
4066
4067
-------------------------------------------------------------------
4068
Sun Jul 14 19:04:16 CEST 2002 - adrian@suse.de
4069
4070
- fix ul-2.10m-sgi-fdisk.diff patch to apply again
4071
4072
-------------------------------------------------------------------
4073
Thu Jul 11 10:36:16 CEST 2002 - mmj@suse.de
4074
4075
- Added patch from Chris Mason for volume label on reiserfs
4076
4077
-------------------------------------------------------------------
4078
Wed Jul 10 15:31:53 CEST 2002 - olh@suse.de
4079
4080
- add mkfs.cramfs and fsck.cramfs to file list
4081
4082
-------------------------------------------------------------------
4083
Wed Jul 10 15:12:48 CEST 2002 - mmj@suse.de
4084
4085
- Fixed nfs.5 to tell nfsver defaults to 3 [#16815]
4086
4087
-------------------------------------------------------------------
4088
Mon Jul 8 21:16:07 CEST 2002 - mmj@suse.de
4089
4090
- Update to 2.11t which includes
4091
* fdformat: remove test on major
4092
* fdisk, hwclock and swap polishing
4093
* Lots of translations
4094
* cramfs tools includes from the kernel
4095
* swap{on,off} honours /proc/swaps
4096
* mount small fixups
4097
4098
-------------------------------------------------------------------
4099
Fri Jul 5 11:10:06 CEST 2002 - kukuk@suse.de
4100
4101
- Use %ix86 macro
4102
4103
-------------------------------------------------------------------
4104
Mon Jul 1 14:23:38 CEST 2002 - bk@suse.de
4105
4106
- get raw built on s390 and s390x
4107
- remove %ifarchs s390 s390x for fdisk(needed for SCSI disks)
4108
4109
-------------------------------------------------------------------
4110
Mon Jun 17 10:52:49 CEST 2002 - mmj@suse.de
4111
4112
- Added a fix for simpleinit exploit.
4113
4114
-------------------------------------------------------------------
4115
Thu Jun 13 17:01:38 CEST 2002 - olh@suse.de
4116
4117
- disable hwclock ppc patch, maybe obsolete with recent kernels
4118
4119
-------------------------------------------------------------------
4120
Thu May 16 12:57:53 CEST 2002 - mmj@suse.de
4121
4122
- Added manpage guessfstype(8)
4123
4124
-------------------------------------------------------------------
4125
Thu May 9 19:07:21 CEST 2002 - mmj@suse.de
4126
4127
- Updated to util-linux-2.11r, including translations, x86-64 sup-
4128
port and small bugfixes.
4129
4130
-------------------------------------------------------------------
4131
Sat Apr 13 14:19:46 CEST 2002 - mmj@suse.de
4132
4133
- Updated to util-linux-2.11q, includes bugfixes.
4134
- util-linux-mkswap.patch for ia64 was folded into mainline
4135
4136
-------------------------------------------------------------------
4137
Fri Apr 12 16:49:38 CEST 2002 - stepan@suse.de
4138
4139
- added x86-64 support.
4140
4141
-------------------------------------------------------------------
4142
Thu Apr 4 20:06:09 CEST 2002 - ihno@suse.de
4143
4144
- corrected printf to report shared memories sizes bigger than
4145
2 GByte correct (Bug #15585). It was reportet on s390x, but
4146
should effect other 64-Bit systems as well.
4147
4148
-------------------------------------------------------------------
4149
Tue Mar 19 13:41:04 MET 2002 - mmj@suse.de
4150
4151
- Updated to 2.11o. The hexdump patch have been dropped since it
4152
was folded to mainline util-linux.
4153
4154
-------------------------------------------------------------------
4155
Fri Mar 15 12:08:15 CET 2002 - schwab@suse.de
4156
4157
- Fix mkswap for ia64.
4158
4159
-------------------------------------------------------------------
4160
Mon Mar 4 16:21:41 MET 2002 - draht@suse.de
4161
4162
- permissions fixes for write(1) and wall(1)
4163
4164
-------------------------------------------------------------------
4165
Fri Feb 1 14:46:45 CET 2002 - mmj@suse.de
4166
4167
- Moved /usr/bin/logger to /bin/logger (needed by sysconfig)
4168
4169
-------------------------------------------------------------------
4170
Mon Jan 28 13:59:26 CET 2002 - mmj@suse.de
4171
4172
- Added the guessfstype binary from msvec/fehr
4173
4174
-------------------------------------------------------------------
4175
Thu Jan 24 10:16:37 CET 2002 - ro@suse.de
4176
4177
- modified fillup_and_insserv call (perl-hack not needed here)
4178
4179
-------------------------------------------------------------------
4180
Mon Jan 21 17:08:17 CET 2002 - mmj@suse.de
4181
4182
- Merge NetBSD hexdump changes, fixes bugzilla #12801
4183
4184
-------------------------------------------------------------------
4185
Thu Jan 10 14:18:21 CET 2002 - ro@suse.de
4186
4187
- removed ACTIVATE_RAW_DEV
4188
4189
-------------------------------------------------------------------
4190
Mon Dec 31 19:05:45 UTC 2001 - adrian@suse.de
4191
4192
- add patch for mips to create SGI partition tables with fdisk
4193
4194
-------------------------------------------------------------------
4195
Tue Dec 18 16:50:34 CET 2001 - bjacke@suse.de
4196
4197
- add adjtimex
4198
4199
-------------------------------------------------------------------
4200
Mon Dec 10 18:22:06 CET 2001 - mmj@suse.de
4201
4202
- Update to util-linux-2.11n
4203
4204
-------------------------------------------------------------------
4205
Tue Nov 20 14:48:25 CET 2001 - mmj@suse.de
4206
4207
- Added a patch to 'wall' to remove unwanted newline (#12181)
4208
4209
-------------------------------------------------------------------
4210
Wed Nov 7 14:15:51 CET 2001 - kukuk@suse.de
4211
4212
- Remove unneeded SPARC patch for hwclock
4213
4214
-------------------------------------------------------------------
4215
Sat Oct 13 20:59:29 CEST 2001 - kukuk@suse.de
4216
4217
- Update to util-linux 2.11l
4218
4219
-------------------------------------------------------------------
4220
Wed Sep 12 00:13:22 MEST 2001 - garloff@suse.de
4221
4222
- Fixed some dutch translations. (bug #10276)
4223
4224
-------------------------------------------------------------------
4225
Mon Sep 10 19:31:57 CEST 2001 - olh@suse.de
4226
4227
- marry fdisk and AIX label again...
4228
add lsprop for ppc
4229
dumps the device tree in a human readable format
4230
4231
-------------------------------------------------------------------
4232
Mon Sep 3 09:50:11 CEST 2001 - kukuk@suse.de
4233
4234
- Update to version 2.11i:
4235
- blockdev: corrected ioctl numbers
4236
- cal: fixed for multibyte locales
4237
- line: new
4238
- mount: added vxfs magic
4239
4240
-------------------------------------------------------------------
4241
Sat Sep 1 19:08:46 CEST 2001 - kukuk@suse.de
4242
4243
- Let mount follow symlinks again
4244
4245
-------------------------------------------------------------------
4246
Wed Aug 29 16:00:18 CEST 2001 - kukuk@suse.de
4247
4248
- Add new option to losetup manual page
4249
4250
-------------------------------------------------------------------
4251
Tue Aug 28 18:24:14 MEST 2001 - draht@suse.de
4252
4253
- added timeout support for losetup (-t <timeout>)
4254
4255
-------------------------------------------------------------------
4256
Mon Aug 27 15:24:25 CEST 2001 - kukuk@suse.de
4257
4258
- Add raw rc scripts, too
4259
4260
-------------------------------------------------------------------
4261
Sun Aug 26 08:51:29 CEST 2001 - bjacke@suse.de
4262
4263
- added raw binary and put rawio into obsoletes and provides
4264
4265
-------------------------------------------------------------------
4266
Sat Aug 25 20:22:58 CEST 2001 - kukuk@suse.de
4267
4268
- Fix path in getopt.1 manual page to example directory [Bug #9831]
4269
4270
-------------------------------------------------------------------
4271
Fri Aug 24 16:00:13 CEST 2001 - kukuk@suse.de
4272
4273
- Small fix for hwclock on newer SPARCs
4274
4275
-------------------------------------------------------------------
4276
Mon Aug 13 15:51:59 CEST 2001 - ro@suse.de
4277
4278
- changed neededforbuild <sp_libs> to <sp-devel>
4279
4280
-------------------------------------------------------------------
4281
Mon Jul 30 10:59:46 CEST 2001 - kukuk@suse.de
4282
4283
- Update to util-linux-2.11h
4284
- Add nologin program
4285
4286
-------------------------------------------------------------------
4287
Tue Jul 10 16:44:35 CEST 2001 - kukuk@suse.de
4288
4289
- Remove swapdev from filelist
4290
4291
-------------------------------------------------------------------
4292
Tue Jul 10 13:10:23 CEST 2001 - kukuk@suse.de
4293
4294
- Update to util-linux-2.11g
4295
4296
-------------------------------------------------------------------
4297
Wed Jun 6 17:25:33 EDT 2001 - bk@suse.de
4298
4299
- added s390x to all ifnarch s390
4300
4301
-------------------------------------------------------------------
4302
Fri Apr 20 12:09:40 CEST 2001 - kukuk@suse.de
4303
4304
- Fix wall bug (character 80, 160, 240, are missing) [Bug #6962]
4305
4306
-------------------------------------------------------------------
4307
Mon Mar 26 10:24:40 CEST 2001 - kukuk@suse.de
4308
4309
- Add exception for broken i2o disk device numbering scheme, kernel
4310
hacker are not able to fix this and make it right [Bug #5881].
4311
4312
-------------------------------------------------------------------
4313
Sat Mar 24 15:27:56 CET 2001 - kukuk@suse.de
4314
4315
- Update to util-linux 2.11b
4316
4317
-------------------------------------------------------------------
4318
Thu Mar 15 15:47:34 CET 2001 - kukuk@suse.de
4319
4320
- Fix changing of partitions with ID 0 on SPARC
4321
- Remove duplicate mount patch
4322
4323
-------------------------------------------------------------------
4324
Wed Mar 14 21:29:23 CET 2001 - schwab@suse.de
4325
4326
- Don't use _syscallX on ia64.
4327
- Fix missing includes.
4328
4329
-------------------------------------------------------------------
4330
Wed Mar 14 11:05:22 CET 2001 - kukuk@suse.de
4331
4332
- Update to version 2.11a
4333
4334
-------------------------------------------------------------------
4335
Fri Mar 2 17:05:01 CET 2001 - kukuk@suse.de
4336
4337
- enable write again
4338
4339
-------------------------------------------------------------------
4340
Mon Feb 12 15:23:14 CET 2001 - kukuk@suse.de
4341
4342
- cmos.c: Use sys/io.h, fix PowerPC hack
4343
4344
-------------------------------------------------------------------
4345
Tue Feb 6 11:54:34 CET 2001 - ro@suse.de
4346
4347
- wall.c: include time.h
4348
4349
-------------------------------------------------------------------
4350
Mon Feb 5 11:13:56 CET 2001 - kukuk@suse.de
4351
4352
- Split hex to extra package
4353
- Update to util-linux-2.10s
4354
4355
-------------------------------------------------------------------
4356
Fri Feb 2 12:18:56 CET 2001 - werner@suse.de
4357
4358
- Make swapon/swapoff more handy:
4359
* Ignore swap files on ro mounted file systems
4360
* If -a is given ignore already active devices at swapon
4361
* If -a is given ignore not active devices at swapoff
4362
4363
-------------------------------------------------------------------
4364
Thu Jan 25 00:37:22 CET 2001 - ro@suse.de
4365
4366
- added Provides: util
4367
4368
-------------------------------------------------------------------
4369
Fri Jan 12 10:08:29 MET 2001 - garloff@suse.de
4370
4371
- Apply patch to lomount to allow all kerneli crypt algos to be
4372
passed and allow to pass passwd with -k.
4373
- losetup seems to support >2GB files just fine (#5433)
4374
4375
-------------------------------------------------------------------
4376
Tue Jan 2 12:04:33 CET 2001 - kukuk@suse.de
4377
4378
- Save permissions of /etc/mtab [Bug #5027]
4379
4380
-------------------------------------------------------------------
4381
Tue Dec 5 15:25:45 CET 2000 - kukuk@suse.de
4382
4383
- Search first in /etc/filesystems, then in /proc/filesystems
4384
4385
-------------------------------------------------------------------
4386
Tue Dec 5 11:24:34 CET 2000 - kukuk@suse.de
4387
4388
- Use AIX/fdisk patch from util-linux-2.10r
4389
- Backport "guess filesystems" from util-linux-2.10r
4390
4391
-------------------------------------------------------------------
4392
Tue Dec 5 11:10:10 CET 2000 - schwab@suse.de
4393
4394
- Don't use _syscallX on ia64.
4395
4396
4397
-------------------------------------------------------------------
4398
Mon Dec 4 09:27:28 CET 2000 - olh@suse.de
4399
4400
- fix diff again
4401
4402
-------------------------------------------------------------------
4403
Sun Dec 3 00:09:16 CET 2000 - olh@suse.de
4404
4405
- no segfaults with AIX disklabels
4406
4407
-------------------------------------------------------------------
4408
Wed Nov 29 18:21:25 CET 2000 - uli@suse.de
4409
4410
- fixed to build on PPC
4411
4412
-------------------------------------------------------------------
4413
Mon Nov 27 19:03:20 CET 2000 - schwab@suse.de
4414
4415
- Fix broken casts in hwclock.
4416
4417
-------------------------------------------------------------------
4418
Thu Nov 23 15:48:35 CET 2000 - bk@suse.de
4419
4420
- temporary disable pivot_root on s390(2.4 kernel is not yet built)
4421
4422
-------------------------------------------------------------------
4423
Wed Nov 22 13:28:06 CET 2000 - schwab@suse.de
4424
4425
- Add pivot_root to file list.
4426
4427
-------------------------------------------------------------------
4428
Mon Nov 20 11:37:35 CET 2000 - kukuk@suse.de
4429
4430
- Fix pmac-utils to compile with new kernel
4431
4432
-------------------------------------------------------------------
4433
Fri Nov 17 19:40:20 CET 2000 - kukuk@suse.de
4434
4435
- Fix hwclock to compile on PPC
4436
4437
-------------------------------------------------------------------
4438
Wed Nov 15 12:39:13 CET 2000 - kukuk@suse.de
4439
4440
- Update util-linux to 2.10q, merge flushb.diff
4441
4442
-------------------------------------------------------------------
4443
Thu Nov 2 10:21:12 CET 2000 - kukuk@suse.de
4444
4445
- Remove some of the last specfile changes
4446
4447
-------------------------------------------------------------------
4448
Wed Nov 1 14:17:07 CET 2000 - olh@suse.de
4449
4450
- update pmac-utils for new powermacs, cleanup specfile
4451
4452
-------------------------------------------------------------------
4453
Fri Oct 20 14:58:09 CEST 2000 - kukuk@suse.de
4454
4455
- Update util-linux to 2.10p
4456
- Rename package from util to util-linux
4457
4458
-------------------------------------------------------------------
4459
Wed Sep 27 11:30:21 CEST 2000 - kukuk@suse.de
4460
4461
- Allow NFS v3 with 2.2.17.SuSE
4462
4463
-------------------------------------------------------------------
4464
Tue Sep 26 17:54:23 CEST 2000 - kukuk@suse.de
4465
4466
- Fix mount for new NFS kernel patch
4467
4468
-------------------------------------------------------------------
4469
Sat Sep 9 17:36:24 CEST 2000 - kukuk@suse.de
4470
4471
- Remove tcsh dependency
4472
- Update to util-linux 2.10o, use of /etc/filesystems is still broken
4473
4474
-------------------------------------------------------------------
4475
Fri Aug 25 17:05:50 MEST 2000 - pthomas@suse.de
4476
4477
- use %{_mandir} and %{_infodir} exclusively. This allows building
4478
from source rpm on platforms other than 7.0.
4479
4480
-------------------------------------------------------------------
4481
Wed Jul 19 00:50:48 CEST 2000 - bk@suse.de
4482
4483
- s390: removed dasdfmt and silo, %ifnarch s390 for some non-s390 things.
4484
4485
-------------------------------------------------------------------
4486
Tue May 30 18:45:56 CEST 2000 - bk@suse.de
4487
4488
- added dasdfmt and silo on s390
4489
4490
-------------------------------------------------------------------
4491
Mon May 15 18:15:05 CEST 2000 - kukuk@suse.de
4492
4493
- util-linux: Update to 2.10m
4494
4495
-------------------------------------------------------------------
4496
Wed Apr 26 11:22:54 CEST 2000 - kukuk@suse.de
4497
4498
- flusb: Don't use kernel headers, even if we don't need them!
4499
4500
-------------------------------------------------------------------
4501
Wed Apr 19 13:56:28 CEST 2000 - kukuk@suse.de
4502
4503
- util-linux: Update to 2.10l
4504
4505
-------------------------------------------------------------------
4506
Mon Apr 17 15:06:51 CEST 2000 - kukuk@suse.de
4507
4508
- util-linux: Update to 2.10k
4509
4510
-------------------------------------------------------------------
4511
Thu Apr 13 15:57:45 CEST 2000 - kukuk@suse.de
4512
4513
- Move /sbin/setserial to /bin/setserial, add compat link to
4514
/sbin. This fixes [Bug 1084] and is necessary for FHS 2.1
4515
4516
-------------------------------------------------------------------
4517
Wed Apr 12 15:43:05 CEST 2000 - kukuk@suse.de
4518
4519
- Fix util-linux for Alpha
4520
4521
-------------------------------------------------------------------
4522
Wed Apr 12 14:36:41 CEST 2000 - kukuk@suse.de
4523
4524
- util-linux: Update to 2.10j
4525
4526
-------------------------------------------------------------------
4527
Sun Apr 2 01:08:05 CEST 2000 - bk@suse.de
4528
4529
- suse s390 team added support for s390
4530
4531
-------------------------------------------------------------------
4532
Thu Mar 30 21:31:15 CEST 2000 - uli@suse.de
4533
4534
- hwclock/PPC: added support for MK48T559 RTC chip used in MTX+ boards
4535
4536
-------------------------------------------------------------------
4537
Fri Mar 24 11:49:25 CET 2000 - kukuk@suse.de
4538
4539
- Add Linux LVM partition tag to fdisk
4540
- Fix a lot of more possible buffer overruns
4541
- Fix some fdisk sunlabel bugs
4542
- added BuildRoot fixes from nadvorni@suse.cz
4543
4544
-------------------------------------------------------------------
4545
Wed Mar 22 14:28:27 CET 2000 - kukuk@suse.de
4546
4547
- Update util-linux to 2.10h
4548
- Add clock again for non PPC platforms
4549
4550
-------------------------------------------------------------------
4551
Fri Mar 17 15:10:50 CET 2000 - uli@suse.de
4552
4553
- now contains both hwclock and clock on PPC (/sbin/init.d/boot
4554
chooses what to run at runtime)
4555
4556
-------------------------------------------------------------------
4557
Tue Mar 14 19:23:26 CET 2000 - schwab@suse.de
4558
4559
- Add support for ia64.
4560
4561
-------------------------------------------------------------------
4562
Thu Mar 9 21:25:15 CET 2000 - kukuk@suse.de
4563
4564
- fdisk: Fix -l for Mylex RAID controller
4565
4566
-------------------------------------------------------------------
4567
Tue Mar 7 17:23:57 CET 2000 - kukuk@suse.de
4568
4569
- etc/filesystems: Add minix and reiserfs
4570
4571
-------------------------------------------------------------------
4572
Tue Mar 7 11:49:23 CET 2000 - kukuk@suse.de
4573
4574
- mount: fix endian problem with minix fs
4575
4576
-------------------------------------------------------------------
4577
Tue Feb 15 12:11:50 CET 2000 - kukuk@suse.de
4578
4579
- mount: Add hack for PPC/syscall mount problem
4580
4581
-------------------------------------------------------------------
4582
Sun Feb 13 05:16:13 CET 2000 - bk@suse.de
4583
4584
- let rdev continue in case it stubles over a bad file in /dev (/dev/snd fix)
4585
4586
-------------------------------------------------------------------
4587
Fri Feb 4 17:14:07 CET 2000 - kukuk@suse.de
4588
4589
- Make PPC clock parameter compatible to hwclock
4590
4591
-------------------------------------------------------------------
4592
Thu Feb 3 14:42:23 CET 2000 - kukuk@suse.de
4593
4594
- Fix filelist for SPARC
4595
4596
-------------------------------------------------------------------
4597
Thu Feb 3 11:14:29 CET 2000 - kukuk@suse.de
4598
4599
- util-linux: Update to 2.10f (mount security fix)
4600
4601
-------------------------------------------------------------------
4602
Sun Jan 23 15:45:08 CET 2000 - kukuk@suse.de
4603
4604
- util-linux: Update to 2.10e
4605
4606
-------------------------------------------------------------------
4607
Tue Jan 18 19:18:08 CET 2000 - kukuk@suse.de
4608
4609
- mount now looks at first in /etc/filesystems and then in
4610
/proc/filesystems
4611
4612
-------------------------------------------------------------------
4613
Tue Jan 18 16:32:05 CET 2000 - ro@suse.de
4614
4615
- fixed pmac-utils to build with 2.3 as well
4616
4617
-------------------------------------------------------------------
4618
Tue Jan 18 14:56:22 CET 2000 - kukuk@suse.de
4619
4620
- Fix a lot of fdisk buffer overruns [Bug 1642]
4621
4622
-------------------------------------------------------------------
4623
Mon Jan 17 18:23:56 CET 2000 - kukuk@suse.de
4624
4625
- Fix setserial for Linux 2.3.40
4626
- Remove write, is now in nkitb
4627
- Build minix and bfs tools for SPARC
4628
- Fix some buffer overflows in fdisk
4629
4630
-------------------------------------------------------------------
4631
Fri Dec 17 15:00:19 MET 1999 - kukuk@suse.de
4632
4633
- util-linux: Update to 2.10d
4634
- hex: Update to 1.2
4635
- Move manual pages to /usr/share/man
4636
4637
-------------------------------------------------------------------
4638
Tue Nov 30 18:28:14 CET 1999 - uli@suse.de
4639
4640
- re-added hwclock link for PPC (2nd try)
4641
4642
-------------------------------------------------------------------
4643
Tue Nov 30 17:49:27 MET 1999 - uli@suse.de
4644
4645
- re-added hwclock link for PPC
4646
4647
-------------------------------------------------------------------
4648
Mon Nov 15 12:39:41 MET 1999 - kukuk@suse.de
4649
4650
- util-linux: Update to 2.10b
4651
4652
-------------------------------------------------------------------
4653
Sat Nov 13 15:36:37 MET 1999 - kukuk@suse.de
4654
4655
- setserial: Add Patch for Sparc
4656
- Fix filelist for Sparc
4657
4658
-------------------------------------------------------------------
4659
Wed Oct 27 04:03:42 CEST 1999 - garloff@suse.de
4660
4661
- added flushb (moved here from ddrescue).
4662
- fix bug in logger (remove trailing newlines).
4663
4664
-------------------------------------------------------------------
4665
Fri Oct 22 11:29:51 MEST 1999 - kukuk@suse.de
4666
4667
- util-linux: Remove old patches for mk_loop_h
4668
4669
-------------------------------------------------------------------
4670
Sat Oct 16 16:40:13 MEST 1999 - kukuk@suse.de
4671
4672
- util-linux: Update to 2.9z
4673
4674
-------------------------------------------------------------------
4675
Fri Oct 8 10:58:48 MEST 1999 - kukuk@suse.de
4676
4677
- Update to util-linux-2.9y (execpt fdisk)
4678
4679
-------------------------------------------------------------------
4680
Tue Sep 14 18:14:53 CEST 1999 - uli@suse.de
4681
4682
- added PMac-specific utils for PPC
4683
4684
-------------------------------------------------------------------
4685
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
4686
4687
- ran old prepare_spec on spec file to switch to new prepare_spec.
4688
4689
-------------------------------------------------------------------
4690
Thu Aug 26 15:05:03 CEST 1999 - uli@suse.de
4691
4692
- disabled hayesesp for PPC
4693
4694
-------------------------------------------------------------------
4695
Wed Aug 25 18:04:35 MEST 1999 - kukuk@suse.de
4696
4697
- Don't install tsort, its now in textutils 2.0
4698
4699
-------------------------------------------------------------------
4700
Tue Aug 24 10:11:06 MEST 1999 - kukuk@suse.de
4701
4702
- Update to util-linux-2.9w (execpt fdisk)
4703
4704
-------------------------------------------------------------------
4705
Mon Aug 9 10:55:48 MEST 1999 - kukuk@suse.de
4706
4707
- Update to util-linux-2.9v (execpt fdisk)
4708
4709
-------------------------------------------------------------------
4710
Tue Jul 20 18:01:29 CEST 1999 - garloff@suse.de
4711
4712
- Added hex from Erich S. Raymond
4713
4714
-------------------------------------------------------------------
4715
Mon Jul 12 12:11:45 MEST 1999 - kukuk@suse.de
4716
4717
- Add fdisk patch from Klaus G. Wagner
4718
- Add mount patch from util-linux 2.9u
4719
4720
-------------------------------------------------------------------
4721
Tue Jul 6 12:23:47 MEST 1999 - kukuk@suse.de
4722
4723
- update to util-linux-2.9t
4724
4725
-------------------------------------------------------------------
4726
Fri Jun 25 14:44:30 MEST 1999 - kukuk@suse.de
4727
4728
- update to util-linux-2.9s
4729
4730
-------------------------------------------------------------------
4731
Wed Mar 3 11:25:50 MET 1999 - ro@suse.de
4732
4733
- hwclock.c: always use busywait to get rtctime
4734
(it's hard to find out at runtime if we will get an irq)
4735
4736
-------------------------------------------------------------------
4737
Tue Mar 2 00:42:15 MET 1999 - ro@suse.de
4738
4739
- update to util-linux-2.9i
4740
- update to setserial-2.15
4741
- using diffs from jurix and add-ons from kgw for compaq smart raid
4742
4743
-------------------------------------------------------------------
4744
Mon Feb 1 10:22:10 MET 1999 - ro@suse.de
4745
4746
- rdev is not built on alpha
4747
4748
-------------------------------------------------------------------
4749
Mon Jan 18 21:29:36 MET 1999 - florian@suse.de
4750
4751
- fixed one broken case to delete a partition in fdisk
4752
4753
-------------------------------------------------------------------
4754
Sun Dec 13 22:20:16 MET 1998 - bs@suse.de
4755
4756
- fixed file list
4757
4758
-------------------------------------------------------------------
4759
Thu Dec 10 16:38:08 MET 1998 - fehr@suse.de
4760
4761
- fix bug in fdisk
4762
4763
-------------------------------------------------------------------
4764
Tue Dec 8 15:43:23 MET 1998 - ro@suse.de
4765
4766
- removed last from filelist
4767
- added link /sbin/clock -> hwclock
4768
4769
-------------------------------------------------------------------
4770
Wed Nov 4 00:23:02 MET 1998 - ro@suse.de
4771
4772
- fdisksunlabel: don't include scsi/scsi.h for glibc-2.0
4773
4774
-------------------------------------------------------------------
4775
Fri Oct 30 11:46:38 MET 1998 - ro@suse.de
4776
4777
- update to 2.9 / added hostid from previous diff
4778
- copied some glibc changes from previous diff (strcpy..)
4779
4780
-------------------------------------------------------------------
4781
Thu Sep 17 13:04:14 MEST 1998 - ro@suse.de
4782
4783
- define _GNU_SOURCE when using getopt
4784
4785
-------------------------------------------------------------------
4786
Mon Aug 31 16:12:36 MEST 1998 - ro@suse.de
4787
4788
- full switch to util-linux 2.8
4789
-- sync has moved to pkg fileutils
4790
-- chroot has moved to pkg sh_utils (has been there for a while)
4791
-- adopted hostid from previous suse-pkg
4792
4793
-------------------------------------------------------------------
4794
Mon Aug 24 10:46:33 MEST 1998 - ro@suse.de
4795
4796
- switched to use mount from util-linux-2.8
4797
4798
-------------------------------------------------------------------
4799
Tue Jun 23 10:46:45 MEST 1998 - ro@suse.de
4800
4801
- added fdisk, sfdisk, cfdisk from util-linux-2.8
4802
(including man-pages,readmes)
4803
4804
-------------------------------------------------------------------
4805
Mon Nov 17 14:14:47 MET 1997 - ro@suse.de
4806
4807
- changed /local/bin/perl5 in chkdupexe to /usr/bin/perl
4808
4809
-------------------------------------------------------------------
4810
Fri Oct 31 13:38:58 MET 1997 - ro@suse.de
4811
4812
- temporarily removed mount-hacker
4813
4814
-------------------------------------------------------------------
4815
Wed Oct 29 23:44:37 MET 1997 - florian@suse.de
4816
4817
- add changes from ms@suse.de for hostid.c
4818
4819
4820
-------------------------------------------------------------------
4821
Tue May 20 14:10:37 MEST 1997 - florian@suse.de
4822
4823
4824
- only support kernel 2.0.x for nfs mounts, please use /bin/mount-hacker
4825
for kernel 2.1.x
4826
4827
4828
-------------------------------------------------------------------
4829
Wed Apr 30 15:57:14 CEST 1997 - florian@suse.de
4830
4831
4832
- update to mount 2.6g
4833
4834
4835
-------------------------------------------------------------------
4836
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
4837
4838
4839
- update to new version util-linux 2.6
4840
4841
- update to new version mount 2.6e
4842
4843
4844
4845
-------------------------------------------------------------------
4846
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
4847
4848
4849
- update to mount 2.5p
4850
4851
4852
-------------------------------------------------------------------
4853
Thu Oct 17 16:05:09 CEST 1996 - florian@suse.de
4854
4855
4856
- Update auf neue Version von mount 2.5o.
4857
4858
4859
-------------------------------------------------------------------
4860
Tue Sep 3 17:01:45 MET DST 1996 - florian@suse.de
4861
4862
4863
- updated to new version mount 2.5m
4864
- (u)mount now gives much better error messages
4865
4866
4867
-------------------------------------------------------------------
4868
Sun Aug 25 19:28:50 MET DST 1996 - bs@suse.de
4869
4870
compile setterm with libtermcap and not libncurses
4871
use newer mount instead of the old version in util-linux
4872
(security fix)
4873