Stephan Kulow
1c4a841849
Accepting request 199432 from Base:System
...
- Avoid build require gpg-offline twice
- 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
- Removed upstreamed patches (mkfs.bfs_cleanup_64bit.patch-Patch,
mkfs.bfs_cleanup_endian.patch)
OBS-URL: https://build.opensuse.org/request/show/199432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=165
2013-09-23 09:16:12 +00:00
Stephan Kulow
737a0b0c2e
Accepting request 181637 from Base:System
...
Correct condition for Conflicts of sysvinit-tools. (forwarded request 181632 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/181637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=163
2013-07-02 10:30:09 +00:00
Stephan Kulow
962b426e1b
Accepting request 180243 from Base:System
...
- rely on systemd-rpm-macros instead of the full thing
OBS-URL: https://build.opensuse.org/request/show/180243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=162
2013-06-25 04:56:52 +00:00
Stephan Kulow
b4989627ed
Accepting request 178855 from 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. (forwarded request 178821 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/178855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=161
2013-06-14 14:48:20 +00:00
Stephan Kulow
a59bc81b6f
Accepting request 177962 from 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/ (forwarded request 177950 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/177962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=160
2013-06-07 08:12:05 +00:00
Stephan Kulow
492e97410d
Accepting request 177735 from Base:System
...
Added mkfs.bfs_cleanup64bit.patch and mkfs.bfs_cleanup_endian.patch to fix 64Bit and endian issues. (forwarded request 177733 from ihno)
OBS-URL: https://build.opensuse.org/request/show/177735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=159
2013-06-05 17:36:12 +00:00
Stephan Kulow
6aadc0a657
Accepting request 161218 from Base:System
...
Please wait for which, adjtimex, time to go in first since those packages have been split from util-linux.
OBS-URL: https://build.opensuse.org/request/show/161218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=158
2013-03-26 18:48:41 +00:00
Stephan Kulow
182f77a173
Accepting request 155700 from Base:System
...
- fdiskbsdlabel.patch:
Fix fdisk compilation on aarch64 (forwarded request 155674 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/155700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=157
2013-02-18 13:00:55 +00:00
Stephan Kulow
637feefa30
Accepting request 151448 from Base:System
...
- 0001-Test-for-secure_getenv-too.patch:
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/151448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=156
2013-02-07 09:59:20 +00:00
Stephan Kulow
034a75e444
Accepting request 147398 from Base:System
...
- 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/request/show/147398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=154
2013-01-08 14:05:08 +00:00
Ismail Dönmez
d109e32fb7
Accepting request 146886 from 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. (forwarded request 146536 from elvigia)
OBS-URL: https://build.opensuse.org/request/show/146886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=153
2013-01-03 12:48:43 +00:00
Stephan Kulow
ee105c5160
Accepting request 135232 from Base:System
...
add name of the patch (forwarded request 135213 from jirislaby)
OBS-URL: https://build.opensuse.org/request/show/135232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=152
2012-09-26 14:28:00 +00:00
Stephan Kulow
dc6cde93e0
Accepting request 125753 from Base:System
...
- Remove pam_lastlog from login.pamd, login is doing it itself.
[bnc#768067] (forwarded request 125752 from kukuk)
OBS-URL: https://build.opensuse.org/request/show/125753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=151
2012-06-25 12:42:14 +00:00
Stephan Kulow
aa19c628f4
Accepting request 125114 from Base:System
...
- 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
- 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/request/show/125114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=149
2012-06-16 05:24:42 +00:00
Stephan Kulow
4381a8fdf1
Accepting request 123095 from 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 (forwarded request 123013 from rudi_m)
OBS-URL: https://build.opensuse.org/request/show/123095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=148
2012-06-01 05:24:46 +00:00
Stephan Kulow
e109f2e254
Accepting request 122372 from Base:System
...
update to 2.21.2
OBS-URL: https://build.opensuse.org/request/show/122372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=147
2012-05-26 11:04:36 +00:00
Stephan Kulow
288ff77ebb
Accepting request 113321 from Base:System
...
- fix miscalculation in sfdisk on ix86 (bnc#754789)
- add sfdisk-fix-calculation-due-to-type-mismatch.patch
OBS-URL: https://build.opensuse.org/request/show/113321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=146
2012-04-17 20:03:20 +00:00
Stephan Kulow
c3b659c9e3
Accepting request 112071 from Base:System
...
- update to util-linux-2.21.1
- bugfix release
OBS-URL: https://build.opensuse.org/request/show/112071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=145
2012-04-02 08:29:03 +00:00
Stephan Kulow
8896f22709
Accepting request 109642 from Base:System
...
- Fix Obsoletes / Provides for login. (forwarded request 109640 from fcrozat)
OBS-URL: https://build.opensuse.org/request/show/109642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=144
2012-03-20 09:35:30 +00:00
Stephan Kulow
d21c638325
Accepting request 106894 from Base:System
...
- update to util-linux-2.21
OBS-URL: https://build.opensuse.org/request/show/106894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=143
2012-02-28 13:16:22 +00:00
Stephan Kulow
1d0a43fc86
Accepting request 98205 from Base:System
...
- do not call %suse_update_config
OBS-URL: https://build.opensuse.org/request/show/98205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=142
2011-12-27 17:39:14 +00:00
Stephan Kulow
5553bd56a0
replace license with spdx.org variant
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=141
2011-12-06 18:11:00 +00:00
Stephan Kulow
701e537f3b
Accepting request 92907 from Base:System
...
- add fdisk-tinfo.patch to fix build with newer curses. (forwarded request 92886 from a_jaeger)
OBS-URL: https://build.opensuse.org/request/show/92907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=140
2011-11-22 16:49:53 +00:00
Stephan Kulow
e3279935de
Accepting request 91540 from Base:System
...
- add libtool as buildrequire to avoid implicit dependency (forwarded request 91532 from coolo)
OBS-URL: https://build.opensuse.org/request/show/91540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=139
2011-11-16 16:21:59 +00:00
Stephan Kulow
c11d7f182f
Accepting request 90738 from Base:System
...
Worth adding to 12.1 IMHO. Thanks.
- 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/request/show/90738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=138
2011-11-10 15:06:45 +00:00
Stephan Kulow
0c88c0aee9
Accepting request 90521 from Base:System
...
Please, take this also to 12.1. Thanks.
add fsck-use-FS-blacklist-for-non-all-mode-too.patch (bnc#728645)
OBS-URL: https://build.opensuse.org/request/show/90521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=137
2011-11-08 16:54:49 +00:00
Stephan Kulow
cac3f92aa1
Accepting request 89918 from Base:System
...
Please take this to 12.1. Thanks.
add util-linux-dmesg-fix-printing-of-multibyte-characters.patch (bnc#725993)
OBS-URL: https://build.opensuse.org/request/show/89918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=136
2011-11-02 11:19:58 +00:00
Stephan Kulow
41eb09745d
Accepting request 88850 from Base:System
...
update to 2.20.1
OBS-URL: https://build.opensuse.org/request/show/88850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=135
2011-10-21 14:44:31 +00:00
Lars Vogdt
883bd68251
Accepting request 87483 from Base:System
...
- add fdisk-dont-shorten-long-path-to-disk.patch (bnc#722959)
OBS-URL: https://build.opensuse.org/request/show/87483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=133
2011-10-12 14:16:50 +00:00
Ruediger Oertel
89bf2acf44
Accepting request 86716 from 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 (forwarded request 86523 from uli_suse)
OBS-URL: https://build.opensuse.org/request/show/86716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=132
2011-10-06 14:46:34 +00:00
Sascha Peilicke
b89a351786
Autobuild autoformatter for 81983
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=131
2011-09-13 10:39:13 +00:00
Sascha Peilicke
14d3702d44
Accepting request 81983 from Base:System
...
add util-linux-lib-sysfs-deinit.patch (bnc#714151)
OBS-URL: https://build.opensuse.org/request/show/81983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=130
2011-09-13 10:39:05 +00:00
ba52681a7f
Autobuild autoformatter for 80182
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=129
2011-08-30 14:05:30 +00:00
91e68c5ae1
Accepting request 80182 from Base:System
...
- update to util-linux-2.20
- build with --enable-ddate
- add util-linux-sfdisk-manpage-fix.patch
OBS-URL: https://build.opensuse.org/request/show/80182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=128
2011-08-30 14:05:19 +00:00
Sascha Peilicke
164325bae6
Autobuild autoformatter for 79845
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=127
2011-08-26 08:33:36 +00:00
Sascha Peilicke
0f28f6e813
Accepting request 79845 from Base:System
...
- BuildIgnore pwdutils. (forwarded request 79843 from rguenther)
OBS-URL: https://build.opensuse.org/request/show/79845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=126
2011-08-26 08:33:22 +00:00
Sascha Peilicke
db73503843
Autobuild autoformatter for 79116
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=125
2011-08-17 12:01:38 +00:00
Sascha Peilicke
d72b578ea1
Accepting request 79116 from Base:System
...
update to 2.20-rc2
OBS-URL: https://build.opensuse.org/request/show/79116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=124
2011-08-17 12:01:28 +00:00
Sascha Peilicke
e119174bce
Autobuild autoformatter for 78456
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=123
2011-08-11 07:41:24 +00:00
Sascha Peilicke
84c19c8697
Accepting request 78456 from Base:System
...
util-linux-2.20-rc1-hexdump-segfault.patch (bnc#710877)
util-linux-2.20-rc-fix-dmesg.patch (bnc#710417)
util-linux-2.20-rc1-agetty-fixes.patch (bnc#711240)
OBS-URL: https://build.opensuse.org/request/show/78456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=122
2011-08-11 07:41:14 +00:00
Sascha Peilicke
982e74dac5
Accepting request 77687 from Base:System
...
update to 2.20-rc1
OBS-URL: https://build.opensuse.org/request/show/77687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=121
2011-08-02 15:06:54 +00:00
Sascha Peilicke
a407b54117
Autobuild autoformatter for 69386
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=120
2011-05-04 07:05:07 +00:00
Sascha Peilicke
37edc9efd6
Accepting request 69386 from Base:System
...
update to 2.19.1
OBS-URL: https://build.opensuse.org/request/show/69386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=119
2011-05-04 07:04:49 +00:00
OBS User autobuild
015f193b65
Autobuild autoformatter for 62438
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=118
2011-02-22 12:16:29 +00:00
Ruediger Oertel
8745dc4b4d
Accepting request 62438 from Base:System
...
Accepted submit request 62438 from user puzel
OBS-URL: https://build.opensuse.org/request/show/62438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=117
2011-02-22 12:16:18 +00:00
Ruediger Oertel
320a701ac6
Accepting request 60484 from Base:System
...
Accepted submit request 60484 from user puzel
OBS-URL: https://build.opensuse.org/request/show/60484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=115
2011-02-11 01:01:03 +00:00
61a4c422e6
Autobuild autoformatter for 59150
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=114
2011-01-28 15:55:11 +00:00
29731a7ff4
Accepting request 59150 from Base:System
...
Accepted submit request 59150 from user puzel
OBS-URL: https://build.opensuse.org/request/show/59150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=113
2011-01-28 15:55:02 +00:00
Lars Vogdt
0a16645746
Autobuild autoformatter for 59108
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=112
2011-01-25 14:30:45 +00:00
Lars Vogdt
09b2fd48fd
Accepting request 59108 from Base:System
...
Accepted submit request 59108 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/59108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=111
2011-01-25 14:30:40 +00:00
c08b718b69
Autobuild autoformatter for 58667
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=110
2011-01-18 10:38:37 +00:00
00799cc056
Accepting request 58667 from Base:System
...
Accepted submit request 58667 from user kay_sievers
OBS-URL: https://build.opensuse.org/request/show/58667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=109
2011-01-18 10:38:29 +00:00
13a64b99cd
Autobuild autoformatter for 57964
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=108
2011-01-14 00:23:30 +00:00
ef9ea17de6
Accepting request 57964 from Base:System
...
Accepted submit request 57964 from user puzel
OBS-URL: https://build.opensuse.org/request/show/57964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=107
2011-01-14 00:23:23 +00:00
Lars Vogdt
169936d2c5
Autobuild autoformatter for 55969
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=106
2010-12-19 11:40:49 +00:00
Lars Vogdt
c3d67ddd14
Accepting request 55969 from Base:System
...
Accepted submit request 55969 from user puzel
OBS-URL: https://build.opensuse.org/request/show/55969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=105
2010-12-19 11:40:27 +00:00
Lars Vogdt
dbc9b8a0bd
Accepting request 9386 from home:vuntz:branches:GNOME:Factory
...
Copy from IBS home:mszeredi:branches:SUSE:Factory:Head/util-linux based on submit request 9386 from user mszeredi
OBS-URL: https://build.opensuse.org/request/show/9386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=104
2010-12-05 22:09:36 +00:00
48ae891e72
Autobuild autoformatter for 54162
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=103
2010-11-30 14:42:20 +00:00
09e175b77d
Accepting request 54162 from Base:System
...
Accepted submit request 54162 from user puzel
OBS-URL: https://build.opensuse.org/request/show/54162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=102
2010-11-30 14:42:11 +00:00
OBS User autobuild
bfa24caae7
Autobuild autoformatter for 53370
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=101
2010-11-20 10:14:44 +00:00
Ruediger Oertel
216ffefca1
Accepting request 53370 from Base:System
...
Accepted submit request 53370 from user coolo
OBS-URL: https://build.opensuse.org/request/show/53370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=100
2010-11-20 10:14:38 +00:00
OBS User autobuild
8a584cf405
Autobuild autoformatter for 52790
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=99
2010-11-12 13:26:45 +00:00
Ruediger Oertel
4ddb57574c
Accepting request 52790 from Base:System
...
Accepted submit request 52790 from user kay_sievers
OBS-URL: https://build.opensuse.org/request/show/52790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=98
2010-11-12 13:26:39 +00:00
OBS User autobuild
5bdcd208ef
Accepting request 49395 from Base:System
...
Copy from Base:System/util-linux based on submit request 49395 from user elvigia
OBS-URL: https://build.opensuse.org/request/show/49395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=97
2010-10-07 23:10:52 +00:00
OBS User autobuild
24ac79c7a3
Accepting request 43994 from Base:System
...
Copy from Base:System/util-linux based on submit request 43994 from user puzel
OBS-URL: https://build.opensuse.org/request/show/43994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=96
2010-07-30 10:35:45 +00:00
OBS User autobuild
6b383129aa
Accepting request 42035 from Base:System
...
Copy from Base:System/util-linux based on submit request 42035 from user puzel
OBS-URL: https://build.opensuse.org/request/show/42035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=93
2010-06-25 18:44:47 +00:00
OBS User autobuild
ed0ee30d63
Accepting request 41635 from Base:System
...
Copy from Base:System/util-linux based on submit request 41635 from user coolo
OBS-URL: https://build.opensuse.org/request/show/41635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=92
2010-06-18 03:15:08 +00:00
OBS User autobuild
9a79cf7479
Accepting request 40798 from Base:System
...
Copy from Base:System/util-linux based on submit request 40798 from user puzel
OBS-URL: https://build.opensuse.org/request/show/40798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=91
2010-05-28 14:54:13 +00:00
OBS User autobuild
0f39ada30b
Accepting request 39808 from Base:System
...
Copy from Base:System/util-linux based on submit request 39808 from user puzel
OBS-URL: https://build.opensuse.org/request/show/39808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=90
2010-05-13 22:14:03 +00:00
OBS User autobuild
2381711ade
Accepting request 37093 from Base:System
...
Copy from Base:System/util-linux based on submit request 37093 from user hennevogel
OBS-URL: https://build.opensuse.org/request/show/37093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=89
2010-04-07 11:15:12 +00:00
OBS User autobuild
4e5375e517
Accepting request 34654 from Base:System
...
Copy from Base:System/util-linux based on submit request 34654 from user coolo
OBS-URL: https://build.opensuse.org/request/show/34654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=87
2010-03-12 15:45:47 +00:00
OBS User autobuild
856b22da49
Accepting request 33360 from Base:System
...
Copy from Base:System/util-linux based on submit request 33360 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/33360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=86
2010-02-25 10:23:43 +00:00
OBS User autobuild
d23a9286bf
Accepting request 26627 from Base:System
...
Copy from Base:System/util-linux based on submit request 26627 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/26627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=85
2009-12-16 07:59:34 +00:00
OBS User autobuild
5d43b3755b
Accepting request 25715 from Base:System
...
Copy from Base:System/util-linux based on submit request 25715 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/25715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=84
2009-12-08 11:52:51 +00:00
OBS User autobuild
e56d1ef18a
Accepting request 25299 from Base:System
...
Copy from Base:System/util-linux based on submit request 25299 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/25299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=83
2009-12-04 08:56:26 +00:00
OBS User autobuild
32a3f13ab3
Accepting request 24460 from Base:System
...
Copy from Base:System/util-linux based on submit request 24460 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/24460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=82
2009-11-16 09:02:04 +00:00
OBS User autobuild
7f31f0d86d
Accepting request 23219 from Base:System
...
Copy from Base:System/util-linux based on submit request 23219 from user dirkmueller
OBS-URL: https://build.opensuse.org/request/show/23219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=81
2009-10-27 15:47:32 +00:00
OBS User autobuild
880e5dc348
Accepting request 22629 from Base:System
...
Copy from Base:System/util-linux based on submit request 22629 from user dirkmueller
OBS-URL: https://build.opensuse.org/request/show/22629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=80
2009-10-21 00:02:09 +00:00
OBS User autobuild
d1422021c2
Accepting request 21341 from Base:System
...
Copy from Base:System/util-linux based on submit request 21341 from user hennevogel
OBS-URL: https://build.opensuse.org/request/show/21341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=78
2009-10-02 21:21:11 +00:00
OBS User unknown
a4e7d68c8f
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=77
2009-07-17 13:52:45 +00:00
OBS User unknown
41f19d1446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=76
2009-07-03 15:12:19 +00:00
OBS User unknown
ca4e1e1328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=75
2009-04-18 12:05:54 +00:00
OBS User unknown
21058c8083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=74
2009-02-16 15:06:39 +00:00
OBS User unknown
f3657194ae
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=73
2009-02-16 00:35:02 +00:00
OBS User unknown
032af9ca3d
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=72
2009-02-09 00:28:08 +00:00
OBS User unknown
0233979939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=71
2009-01-09 01:06:34 +00:00
OBS User unknown
1132fc73a1
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=70
2008-12-02 14:41:53 +00:00
OBS User unknown
77f02575d0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=69
2008-11-28 15:08:25 +00:00
OBS User unknown
f743dbdadc
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=68
2008-11-24 15:20:34 +00:00
OBS User unknown
eeea72b9f4
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=67
2008-11-21 14:54:57 +00:00
OBS User unknown
38c0917b17
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=66
2008-11-07 15:04:55 +00:00
OBS User unknown
c6a1754ca9
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=65
2008-11-03 00:03:14 +00:00
OBS User unknown
5eecd85b50
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=64
2008-10-24 13:48:32 +00:00
OBS User unknown
a42c2690a3
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=63
2008-10-08 16:42:45 +00:00
OBS User unknown
e497322978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=62
2008-09-24 15:39:02 +00:00
OBS User unknown
422442a4c0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=61
2008-09-15 10:25:53 +00:00
OBS User unknown
61b6e6fd5f
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=60
2008-08-21 17:02:58 +00:00
OBS User unknown
b5b0159849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=59
2008-08-18 20:57:09 +00:00
OBS User unknown
8907a901ec
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=58
2008-07-08 23:56:54 +00:00
OBS User unknown
35a9ff314b
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=57
2008-07-05 00:37:13 +00:00