Commit Graph

241 Commits

Author SHA256 Message Date
Dr. Werner Fink
a6447d94bb .
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=194
2013-11-29 13:48:16 +00:00
Dr. Werner Fink
810cf97189 Accepting request 205643 from home:AndreasSchwab:ff
- blkdiscard-BLKSSZGET-fills-in-an-int.patch: Fix type mismatch in
  blkdiscard

OBS-URL: https://build.opensuse.org/request/show/205643
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=192
2013-11-05 11:09:54 +00:00
662b97eb26 Accepting request 204834 from home:sbrabec:branches:Base:System
- Drop SUID flag for eject (bnc#824406).

Depends on request id 204833!

OBS-URL: https://build.opensuse.org/request/show/204834
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=190
2013-10-28 10:50:01 +00:00
78ce902c9f Accepting request 202697 from home:Andreas_Schwab:Factory
- No *fdisk on m68k

OBS-URL: https://build.opensuse.org/request/show/202697
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=188
2013-10-09 15:02:58 +00:00
Andreas Jaeger
4d419a5f4a Accepting request 201935 from home:sbrabec:branches:Base:System
- Safely migrate su config files from coreutils to util-linux
  (bnc#814626#c18).

OBS-URL: https://build.opensuse.org/request/show/201935
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=186
2013-10-08 08:48:43 +00:00
100f95465b Accepting request 201241 from home:mgorse:branches:Base:System
- Add more-check-for-buffer-size-when-write-multibyte-char.patch and
  more-guarantee-space-for-multibyte.patch -- check for buffer space with
  multi-byte chars (BNC#829720).

OBS-URL: https://build.opensuse.org/request/show/201241
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=184
2013-09-29 18:37:54 +00:00
34b3e62806 Accepting request 201207 from home:mgorse:branches:Base:System
- Add more-fix-buffer-overflow.patch (bnc#829720).

OBS-URL: https://build.opensuse.org/request/show/201207
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=182
2013-09-27 20:15:17 +00:00
b1e4aa93ed Just a changelog fix, as requested by declined request 198809:
- Removed upstreamed patches (mkfs.bfs_cleanup_64bit.patch-Patch,
  mkfs.bfs_cleanup_endian.patch)

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=180
2013-09-17 18:12:14 +00:00
Dr. Werner Fink
e28a9fbb55 Avoid build require gpg-offline twice
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=179
2013-09-13 07:08:46 +00:00
Dr. Werner Fink
c4eeece1b1 Accepting request 198586 from home:sbrabec:branches:Base:System
VERIFY_SIG is not set, as it is expected to cause build loops.

If you want to set it to 1, then it would depend on request 198583.

- Update to version 2.23.2:
  nsenter(1):
  * this NEW COMMAND provides command line interface to setns()
    Linux syscall and allows to run program with namespaces of
    other processes
  unshare(1):
  * supports new PID and USER namespaces
  fdisk(8):
  * provides experimental support for GUID Partition Table (GPT),
    the implementation is still not complete and some (unimportant)
    features are missing.
  * ~50% of fdisk code has been refactored, this task is going to
    be complete in the next release. The goal is to have libfdisk
    shared between all fdisks.
  partx(8):
  * supports new "update" command (implemented by
    BLKPG_RESIZE_PARTITION ioctl)
  mount(8):
  * supports new userspace mount option x-mount.mkdir[=<mode>] to
    create mountpoints on demand
  * the support for propagation flags has been improved, now the
    flags could be specified in /etc/fstab and used together with
    regular mount options. It's also possible to specify more
    propagation flags together. This EXPERIMENTAL feature is
    implemented by additional mount(2) syscalls, because Linux does
    not allow to use propagation flags with another options or more
    flags together.
  umount(8):
  * supports new command line option --recursive to recursively
    unmount all sub-mounts for the specified mountpoint * supports
    new command line option --all-targets to unmount all
    mountpoints in the current namespace for the specified
    filesystem * the options --recursive and --all-targets could be
    used together
  dmesg(1):
  * supports new command line options --color, --human and
  --nopager, the --human option enables relative times, colors and
  pager support.
  su(1):
  * supports new command line options --group and --supp-group to
    specify primary and supplementary groups
  chfn(1) and chsh(1):
  * the commands could be linked with libuser to support non-local
    accounts modification (e.g. LDAP, etc).
  kill(1):
  * the command has been improved to be compatible with procps
    version, the procps version is deprecated now, the util-linux
    version is enabled by default.
  blkdiscard(8):
  * this NEW COMMAND discard sectors on a device (for example on
    SSD disks)
  sulogin(8):
  * provides multi-console feature from SysVinit
  findmnt(8):
  * provides new columns FREQ, PASSNO, ID, OPT-FIELDS, PROPAGATION
  lslocks(8):
  * provides new column BLOCKER and detects blocked locks
  lsblk(8):
  * supports new command line option --scsi and new columns HCTL,
    TRANsport VENDOR and REVision
  swapon(8) and losetup(8):
  * the commands prints basic overview by default if no option
    specified
  column(1):
  * supports new command line option --output-separator to specify
    table output delimiter
  rename(1):
  * supports new command line option --symlink to rename symlink
    target
  hwclock(8):
  * supports new command line option --compare to periodically
    compare the Hardware Clock to the System Time (based on
    adjtimex -c)
  ipcs(1):
  * supports new command line options --bytes and --human
  wipefs(1):
  * supports new command line option --force to force erase on used
    devices

OBS-URL: https://build.opensuse.org/request/show/198586
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=178
2013-09-12 15:29:39 +00:00
4f8a3a75b4 Accepting request 181632 from home:bernhard-voelker:branches:Base:System
Correct condition for Conflicts of sysvinit-tools.

OBS-URL: https://build.opensuse.org/request/show/181632
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=176
2013-07-01 14:31:56 +00:00
Dr. Werner Fink
bb25658a8a .
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=175
2013-07-01 07:09:23 +00:00
Dr. Werner Fink
da8a3dd332 Accepting request 181367 from home:sbrabec:branches:Base:System
- Fix Provides and Obsoletes of eject.
- Conflict with old coreutils and sysvinit-tools with conflicting
  files to guarantee seamless upgrade.
- Remove Provides and Obsoletes of packages that do not exist since
  SuSE Linux 8.
- Include upstreamed patch from SUSE eject package:
  Check eject host_status and driver_status when using SG_IO
  (eject-scsi-check-host_status-and-driver_status.patch,
  bnc#358033).

It works-around  the second-build "unresolvable" status in request id 181063:
http://lists.opensuse.org/opensuse-buildservice/2013-06/msg00246.html

OBS-URL: https://build.opensuse.org/request/show/181367
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=174
2013-06-29 10:05:39 +00:00
f4381756a6 Accepting request 179650 from Base:build
- rely on systemd-rpm-macros instead of the full thing

OBS-URL: https://build.opensuse.org/request/show/179650
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=171
2013-06-19 14:32:02 +00:00
ca7fb5a4f4 Accepting request 178821 from home:bernhard-voelker:branches:Base:System
- util-linux.spec: remove previously added "moving-su-trickery" again
  as a su-less coreutils packet is in Base:Build and Factory now.

OBS-URL: https://build.opensuse.org/request/show/178821
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=169
2013-06-13 09:01:57 +00:00
Stephan Kulow
c0a307014c Accepting request 177950 from home:bernhard-voelker:branches:Base:System
- util-linux.spec: work around su(1) PAM problems based on su(1)
  being provided by both the coreutils and the util-linux package.
  Fix macro typo in %post and %verifyscript sections related to su(1):
    s/sysvinit_tools/enable_su/

OBS-URL: https://build.opensuse.org/request/show/177950
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=167
2013-06-07 04:34:16 +00:00
Dr. Werner Fink
78ca94ad29 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=166
2013-06-06 09:42:28 +00:00
Dr. Werner Fink
183f945ed4 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=164
2013-06-05 13:11:48 +00:00
Dr. Werner Fink
007a355a6d .
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=160
2013-06-05 13:07:12 +00:00
1dd2f9d8c6 Accepting request 177733 from home:ihno:branches:Base:System
Added mkfs.bfs_cleanup64bit.patch and mkfs.bfs_cleanup_endian.patch to fix 64Bit and endian issues.

OBS-URL: https://build.opensuse.org/request/show/177733
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=159
2013-06-05 12:07:19 +00:00
Andreas Jaeger
7650fbe6dd Split util-linux for SRPM clarity (resend of sr#149338)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=157
2013-03-26 14:44:19 +00:00
53709cce71 Accepting request 155674 from home:Andreas_Schwab:Factory
- fdiskbsdlabel.patch:
  Fix fdisk compilation on aarch64

OBS-URL: https://build.opensuse.org/request/show/155674
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=155
2013-02-18 09:32:27 +00:00
85c99cbba3 - 0001-Test-for-secure_getenv-too.patch:
Current glibc in 12.3/factory no longer exports internal

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=153
2013-02-06 10:43:39 +00:00
7a4e9f4908 Accepting request 151292 from home:elvigia:branches:Base:System
**For 12.3 too **

- Current glibc in 12.3/factory no longer exports internal 
  function __secure_getenv() but has secure_getenv() instead.

OBS-URL: https://build.opensuse.org/request/show/151292
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=152
2013-02-06 10:01:24 +00:00
Petr Uzel
b30522c80d - add-canonicalize_path_restricted.patch,
mount-sanitize-paths-from-non-root-users.patch,
  umount-sanitize-paths-from-non-root-users.patch:
  prevent leaking information about existence of folders
  (bnc#797002, CVE-2013-0157)

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=150
2013-01-07 13:47:48 +00:00
Andreas Jaeger
168e109a16 Accepting request 146536 from home:elvigia:branches:Base:System
- 0001-include-bitops.h-Use-the-operating-system-byteswappi.patch 
  Use OS byteswapping macros, this patch is functionally identical
  to the version submitted upstream with the exception it excludes
  code that target non-linux systems.

OBS-URL: https://build.opensuse.org/request/show/146536
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=148
2013-01-03 07:44:27 +00:00
Stephan Kulow
b72a515ec3 Accepting request 135213 from home:jirislaby:branches:Base:System
add name of the patch

OBS-URL: https://build.opensuse.org/request/show/135213
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=146
2012-09-21 09:44:12 +00:00
Robert Milasan
ac867b5609 Accepting request 135092 from home:jirislaby:branches:Base:System
login: close tty before vhangup (bnc#778842)

OBS-URL: https://build.opensuse.org/request/show/135092
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=145
2012-09-20 07:10:39 +00:00
Thorsten Kukuk
663083eeeb Accepting request 125752 from home:kukuk:branches:Base:System
- Remove pam_lastlog from login.pamd, login is doing it itself.
  [bnc#768067]

OBS-URL: https://build.opensuse.org/request/show/125752
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=143
2012-06-22 07:39:19 +00:00
Petr Uzel
13c932106f Accepting request 125509 from home:lnussel:branches:Base:System
add a hack for boot.localfs to determine the devices to wait for
(uses mount -avn).
yes it's an ugly hack that will never make it upstream but it's the
least intrustive workaround I could come up with atm. Suggestions
welcome though :-)

OBS-URL: https://build.opensuse.org/request/show/125509
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=142
2012-06-20 11:15:52 +00:00
207244553a Accepting request 125389 from home:lnussel:branches:Base:System
- remove encryption options completely as upstream will do that as
  well in the next release (bnc#748879).

OBS-URL: https://build.opensuse.org/request/show/125389
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=141
2012-06-19 07:55:51 +00:00
Petr Uzel
5b9d0884d3 - improve error messages from new mount (bnc#767208)
- backport patches from upstream git:
  - mount-new-add-loopdev-specific-error-message.patch
  - mount-new-use-MNT_ERR-for-error-messages.patch
  - libmount-add-special-MNT_ERR-codes.patch
  - mount-new-improve-error-messages.patch
  - libmount-add-MNT_ERR_LOOPDEV.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=139
2012-06-15 13:00:49 +00:00
Petr Uzel
34c9b14737 - fix automount with quota (rh#825836)
- mount-new-allow-sloppy-for-non-root.patch
- fix wrong mount options for CIFS mounts (bnc#766157)
  - libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=138
2012-06-14 13:11:26 +00:00
Petr Uzel
eae160c0e8 Accepting request 123013 from home:rudi_m:branches:Base:System
- require binutils-devel because "which" wants to find libiberty.a
- remove which-lib64.patch because it's broken and couldn't find
  libiberty.a whithin /usr/lib64 
- which doesn't need autoreconf anymore

OBS-URL: https://build.opensuse.org/request/show/123013
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=136
2012-05-31 14:44:07 +00:00
Petr Uzel
dc3266d286 - switch to new libmount-based mount(8)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=135
2012-05-29 09:39:29 +00:00
Petr Uzel
24d446192f update to 2.21.2
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=133
2012-05-25 12:17:08 +00:00
Petr Uzel
a8b33b2fab - build with RPM_OPT_FLAGS again (removed by mistake)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=132
2012-05-25 12:04:05 +00:00
Petr Uzel
cda85ece59 - fix miscalculation in sfdisk on ix86 (bnc#754789)
- add sfdisk-fix-calculation-due-to-type-mismatch.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=130
2012-04-12 09:13:46 +00:00
Petr Uzel
878fa859c3 - update to util-linux-2.21.1
- bugfix release

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=128
2012-03-31 15:04:41 +00:00
Andreas Jaeger
e5011de284 Accepting request 109640 from home:fcrozat:branches:Base:System
- Fix Obsoletes / Provides for login.

OBS-URL: https://build.opensuse.org/request/show/109640
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=126
2012-03-16 09:57:54 +00:00
Thorsten Kukuk
dda2a9c9a5 - Enable /bin/login and obsolete old fork now merged back
(not moved to /usr/bin until all problems are solved to
   avoid that root is not able to login).

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=125
2012-03-14 15:44:20 +00:00
Thorsten Kukuk
224d1b1111 - Enable /bin/login and obsolete old fork now merged back upstream.
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=124
2012-03-14 14:25:45 +00:00
Petr Uzel
b71bcabe24 Accepting request 108417 from home:rjschwei:branches:Base:System
- keep binaries in /usr tree (UsrMerge project)

OBS-URL: https://build.opensuse.org/request/show/108417
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=123
2012-03-13 12:38:21 +00:00
Petr Uzel
b8c964b252 update to 2.21 final
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=120
2012-02-24 13:58:32 +00:00
Petr Uzel
7a5a401d6b Accepting request 106788 from home:puzel:branches:Base:System
update to 2.21-rc2

OBS-URL: https://build.opensuse.org/request/show/106788
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=119
2012-02-24 10:56:25 +00:00
Petr Uzel
0a252961be Accepting request 105598 from home:jengelh:branches:Base:System
- Remove redundant tags/sections

OBS-URL: https://build.opensuse.org/request/show/105598
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=118
2012-02-17 14:30:01 +00:00
Stephan Kulow
d9de2d5495 - do not call %suse_update_config
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=115
2011-12-25 22:19:56 +00:00
4ed3e2663c Accepting request 92886 from home:a_jaeger:branches:openSUSE:Factory
- add fdisk-tinfo.patch to fix build with newer curses.

OBS-URL: https://build.opensuse.org/request/show/92886
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=113
2011-11-21 17:09:42 +00:00
Andreas Jaeger
303c96e0ad Accepting request 91532 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/91532
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=111
2011-11-15 13:19:38 +00:00
Petr Uzel
975eb859b7 - add libmount-ignore-tailing-slash-in-netfs-source-paths.patch and
libmount-fix-chdir-to-parent-for-restricted-user-umo.patch:
  fix umounting network filesystems as plain user (bnc#728480)

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=108
2011-11-09 08:31:29 +00:00
Petr Uzel
d546e5237c add fsck-use-FS-blacklist-for-non-all-mode-too.patch (bnc#728645)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=105
2011-11-08 09:41:46 +00:00
Petr Uzel
688841e354 add util-linux-dmesg-fix-printing-of-multibyte-characters.patch (bnc#725993)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=102
2011-11-02 09:39:46 +00:00
Petr Uzel
e11af64b64 update to 2.20.1
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=99
2011-10-20 13:04:33 +00:00
Petr Uzel
547b28ab26 - add fdisk-dont-shorten-long-path-to-disk.patch (bnc#722959)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=96
2011-10-12 09:30:22 +00:00
cfed2efb65 Accepting request 86523 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc, %configure macros
- set bindir explicitly when installing
- (cross-?)build fix: disable build dependency on SELINUX_LIBS
  in libmount

OBS-URL: https://build.opensuse.org/request/show/86523
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=94
2011-10-05 15:26:36 +00:00
Petr Uzel
d6869f2b7e add util-linux-lib-sysfs-deinit.patch (bnc#714151)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=91
2011-09-13 09:13:50 +00:00
Petr Uzel
4959192629 sfdisk manpage fix
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=89
2011-08-30 08:23:29 +00:00
Petr Uzel
8835044316 update to 2.20
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=88
2011-08-30 08:14:19 +00:00
4b266559a9 Accepting request 79843 from Base:build
- BuildIgnore pwdutils.

OBS-URL: https://build.opensuse.org/request/show/79843
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=86
2011-08-26 07:32:58 +00:00
Petr Uzel
4667eec309 update to 2.20-rc2
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=84
2011-08-17 10:46:34 +00:00
Petr Uzel
efd9d9938b bnc#710877
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=82
2011-08-10 13:51:17 +00:00
Petr Uzel
bc8a55af3a bnc#710417
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=81
2011-08-10 12:23:00 +00:00
Petr Uzel
970e26d757 bnc#711240
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=80
2011-08-10 09:09:12 +00:00
Petr Uzel
ab8877e45d update to 2.20-rc1
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=78
2011-08-02 14:03:08 +00:00
Petr Uzel
bcb2ee8c13 update to 2.19.1
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=76
2011-05-03 12:17:05 +00:00
Petr Uzel
71b5113d8b clean up two colliding patches
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=75
2011-04-14 16:48:17 +00:00
Petr Uzel
9fdd48819d bnc#666161
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=73
2011-02-22 09:01:22 +00:00
Petr Uzel
087c220d1a update to 2.19
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=71
2011-02-10 11:31:55 +00:00
Petr Uzel
d7ed9240c0 update to 2.19-rc3
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=69
2011-01-26 11:52:47 +00:00
Cristian Rodríguez
2e082548be Accepting request 59080 from home:lnussel:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/59080
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=67
2011-01-25 12:14:55 +00:00
Kay Sievers
c19c41fd92 Accepting request 58662 from home:bmwiedemann:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/58662
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=65
2011-01-18 10:09:43 +00:00
Petr Uzel
fa7691ac65 Accepting request 57893 from home:puzel:staging
OBS-URL: https://build.opensuse.org/request/show/57893
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=62
2011-01-11 15:19:40 +00:00
Petr Uzel
fda6a92214 add util-linux-swapon-canonicalize-swap-device.patch (bnc#641142)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=60
2010-12-14 16:25:55 +00:00
Petr Uzel
4ebf1f5484 bnc#655804
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=58
2010-11-30 12:37:57 +00:00
Kay Sievers
3e18c572fe add Provides:fsck
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=57
2010-11-26 18:15:49 +00:00
Kay Sievers
2ebd45586c add fsck -l option
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=56
2010-11-25 12:42:37 +00:00
f755004719 Accepting request 53199 from home:elvigia:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/53199
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=54
2010-11-16 18:58:07 +00:00
Kay Sievers
42a7ef152c add agetty -s option
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=52
2010-11-11 09:43:25 +00:00
Cristian Rodríguez
2ab3587ec8 Accepting request 49345 from home:a_jaeger:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/49345
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=50
2010-09-28 17:01:37 +00:00
OBS User buildservice-autocommit
5ed9b5949f Updating link to change in openSUSE:Factory/util-linux revision 96.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=dffc81a2c31031268d9d1d437def2019
2010-07-30 10:35:45 +00:00
OBS User autobuild
0e4629cd8c checked in (request 43994)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=48
2010-07-30 10:35:44 +00:00
Petr Uzel
90fbbacf81 Accepting request 43993 from home:puzel:staging
Copy from home:puzel:staging/util-linux via accept of submit request 43993 revision 3.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/43993
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=47
2010-07-26 15:22:19 +00:00
Stephan Kulow
6dff443d80 Accepting request 42173 from home:jengelh:smp
Copy from home:jengelh:smp/util-linux via accept of submit request 42173 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42173
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=46
2010-06-28 21:22:14 +00:00
OBS User buildservice-autocommit
f443f8a63f Updating link to change in openSUSE:Factory/util-linux revision 93.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=708116f85071b8fa4e516a49235b9086
2010-06-25 18:44:47 +00:00
OBS User autobuild
308c0a2ee7 checked in (request 42035)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=45
2010-06-25 18:44:46 +00:00
Petr Uzel
57501a0075 Accepting request 42022 from home:jeff_mahoney:branches:Base:System
Copy from home:jeff_mahoney:branches:Base:System/util-linux via accept of submit request 42022 revision 2.
Request was accepted with message:
Thanks!

OBS-URL: https://build.opensuse.org/request/show/42022
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=44
2010-06-25 07:42:28 +00:00
463d0471d1 Accepting request 41933 from home:azouhr:branches:Base:System
Copy from home:azouhr:branches:Base:System/util-linux via accept of submit request 41933 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/41933
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=43
2010-06-22 22:44:31 +00:00
OBS User buildservice-autocommit
8ae9ac4078 Updating link to change in openSUSE:Factory/util-linux revision 92.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=555acafc445392909a4705fe5eeef66a
2010-06-18 03:15:08 +00:00
OBS User autobuild
abe72e3488 checked in (request 41635)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=42
2010-06-18 03:15:07 +00:00
Petr Uzel
ab06ff369b fix bnc#604168
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=41
2010-06-01 14:36:40 +00:00
OBS User buildservice-autocommit
9c4ef89952 Updating link to change in openSUSE:Factory/util-linux revision 91.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=b7de1ab142cd13817916d75d37885f54
2010-05-28 14:54:13 +00:00
OBS User autobuild
1c05fa1ec4 checked in (request 40798)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=40
2010-05-28 14:54:12 +00:00
Petr Uzel
71ac4d897b fix bnc#481123
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=39
2010-05-28 13:34:10 +00:00
OBS User buildservice-autocommit
bfbcca4972 Updating link to change in openSUSE:Factory/util-linux revision 90.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=2a903e8713b68c56306db9bf400063bd
2010-05-13 22:14:03 +00:00
OBS User autobuild
e39abb4daa checked in (request 39808)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=38
2010-05-13 22:13:58 +00:00
Petr Uzel
2a1e0a2cd3 fix bnc#603328
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=37
2010-05-11 14:00:28 +00:00
OBS User buildservice-autocommit
8cf25f8633 Updating link to change in openSUSE:Factory/util-linux revision 89.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=2cdeba1e573ca2a21187f1791cf904c6
2010-04-07 11:15:12 +00:00
OBS User autobuild
4756955c65 checked in (request 37093)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=36
2010-04-07 11:15:09 +00:00
a2c5ceae0b - update to version 2.17.2
- fix small typo in v2.17.1-ReleaseNotes
   - fix -b <sectorsize> fdisk 
   - fix typo in ionice
   - fix display of device size, fix infinite loop when probe chain
     bails out early, more robust minix probing, remove "0x" prefix
     from DRBD UUID, reset BLKID_TINY_DEV flag in
     blkid_probe_set_device, support alignment_offset=-1 in libblkid
   - fix cpuid opcode detection in lscpu
   - more explicitly explain fstab usage in mount.8, posix option
     of vfat is obsolete, properly ignore comments in
     /etc/filesystems in mount
   - update ja.po, pl.po, update vi.po
   - remove " (deleted)" from filenames from /proc/swaps
   - cleanup usage() and man page of wipefs

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=35
2010-04-06 13:26:58 +00:00
OBS User autobuild
9728f391db checked in (request 34654)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=34
2010-03-12 15:45:46 +00:00