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