| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: util-linux-ng-debug | Distribution: Mandriva Linux |
| Version: 2.13 | Vendor: Mandriva |
| Release: 0.rc3.20070821git.2mdv2008.0 | Build date: Sat Aug 25 17:00:50 2007 |
| Group: Development/Debug | Build host: n4.mandriva.com |
| Size: 3037105 | Source RPM: util-linux-ng-2.13-0.rc3.20070821git.2mdv2008.0.src.rpm |
| Packager: Olivier Blin <oblin@mandriva.com> | |
| Url: ftp://ftp.kernel.org/pub/linux/utils/util-linux/ | |
| Summary: Debug information for package util-linux-ng | |
This package provides debug information for package util-linux-ng. Debug information is useful when developing applications that use this package or when debugging this package.
GPL
* Sun Aug 26 2007 Olivier Blin <oblin@mandriva.com> 2.13-0.rc3.20070821git.2mdv2008.0
+ Revision: 71289
- fix obsoleted versions
* Sun Aug 26 2007 Olivier Blin <oblin@mandriva.com> 2.13-0.rc3.20070821git.1mdv2008.0
+ Revision: 71246
- drop obsolete rdev commands
- rediff losetup change-fd patch
- rediff set-as-encrypted patch
- rediff loop-AES patch from Debian port to util-linux-ng
- merge mount/losetup/util-linux into util-linux-ng
- remove deprecated commands and man pages (fsck.minix, mkfs.minix, mkfs.bfs, scriptreplay)
- add rtcwake files
- package setarch files and provides/obsoletes setarch/linux32/sparc32
- sync man page sections
- move raw back in /bin (and not in / like Fedora :-p)
- explicitely enable arch build
- remove cd-extra detection patch, this has to be in blkid or vol_id
- remove nfs(5) nolock patch, man page is now in nfs-utils-clients and contains nolock doc
- util-linux-ng-2.13-rc3 (git 20070821 snapshot)
- sync Fedora patches
- drop patches merged upstream
- moving util-linux as util-linux-ng
* Sun Aug 12 2007 Olivier Blin <oblin@mandriva.com> 2.13-0.pre7.6mdv2008.0
+ Revision: 61964
- fix uuid support in mkswap (upstream patch from util-linux-ng)
* Sat Aug 11 2007 Olivier Blin <oblin@mandriva.com> 2.13-0.pre7.5mdv2008.0
+ Revision: 61562
- rediff loop-AES related patches (#32263)
- disable losetup -a and -r patches (already in loop-AES patch)
- drop gzloop patch (we don't have kernel support anymore)
- restore dropped crypto patches
- add support of relatime option in mount
+ Thierry Vignaud <tvignaud@mandriva.com>
- enable audit support
+ Christiaan Welvaart <spturtle@mandriva.org>
- fix install of clock-ppc, shouldn't depend on build dir name
* Fri Aug 03 2007 Olivier Blin <oblin@mandriva.com> 2.13-0.pre7.3mdv2008.0
+ Revision: 58161
- obsolete and provide schedutils (merged in 2.13-pre1)
* Fri Aug 03 2007 Olivier Blin <oblin@mandriva.com> 2.13-0.pre7.2mdv2008.0
+ Revision: 57981
- buildrequires e2fsprogs-devel
- buildrequire gettext-devel
- pray and upload (Titi approved)
- add pam config file for remote login
- remove manual pivot_root installation, it's handled by autotools
- use a configure option to disable wall
- add some (59!) patches from Fedora (quickly reviewed, but if it's good for them, it's good for us)
- remove loop-AES, gzloop and most other crypto patches (not really working/used according to Pixel)
- replace CVE-2007-0822 with Fedora's version
- replace our cal width patch with Fedora's version
- add partx/addpart/delpart doc (from Fedora)
- replace our execl patch with Fedora's version
- replace our utmp fixes with Fedora's timeval patch
- sync pam files with Fedora
- remove large file patch, useless since we now build with _FILE_OFFSET_BITS=64
- remove custom mkcramfs build and drop mkcramfs binary (use mkfs.cramfs instead)
- use procpartitions patch from Fedora
- remove s390 patches
- merge kudzu and managed patch (like Fedora)
- remove separated cramfs1.1 (already in upstream package)
- add cramfs fixes from Fedora package
- remove gecossize patch (RH dropped it 3 years ago)
- remove unapplied patches from spec
- remove build fixes patch, O_LARGEFILE is defined in bits/fcntl.h
- remove swapon/swapoff label patch (handled upstream as of 2.12n)
- use Fedora patch for swapon symlink check (which is correctly located in is_in_proc_swaps() function)
- remove patches checking /proc/swaps for swapon/swapoff, already implemented upstream as of 2.11s
- update loop-AES patch, rediff it, and renumber it
- add taskset, chrt and ionice
- move addpart/delpart/partx in /sbin (from Fedora)
- do not install wall and scriptreplay
- update doc files list
- merge raw stuff with Fedora
- remove nfs man pages
- elvtune has been removed upstream
- sln has been removed upstream
- setfdprm has been removed upstream
- add back arch command (from Fedora)
- rebuild autotools stuff and add patch to fix MKINSTALLDIRS (from Fedora)
- enable login-utils, kill, write, and rdev
- use prefix trick from Fedora to avoid installing in /usr/usr
- install getopt/getopt-*.{bash,tcsh} as doc files (like Fedora)
- remove kbdrate (to be moved in a new kbd package)
- rescuept has been removed (this will break diskdrake's "rescue partition table" feature)
- adapt partx build to autotools
- remove merged linux/compiler.h hacks
- rework cdextra patch to use autotools
- add ocfs2 patch (from Fedora)
- add mount sloppy patch for external mount.nfs(4) calls (from Fedora)
- use new uhelper patch from Fedora
- remove fortify fixes, since NFS code has been dropped
- sync NFS patches with Fedora to use nfs-utils commands in mount/unmount
- drop user label umount patch, implemented upstream
- drop mount 2gb patch, we now define _FILE_OFFSET_BITS=64 by default
- drop llseek syscall patch, plain lseek() is now used
- drop more termcap patch (use ncurses only, like Fedora)
- remove HAVE_PIVOT_ROOT define, this is done by configure
- move cflags in make_cflags macro (and define _FILE_OFFSET_BITS=64)
- replace nonroot patch with configure and preprocessor options (like Fedora)
- replace "no chkdupexe" patch by rm commands (like Fedora)
- remove mdk conf patch, util-linux now uses autotools
- 2.13-pre7
- make fdisk reread partition table on block devices only (from pterjan)
+ Frederic Crozat <fcrozat@mandriva.com>
- Update source1 : call ConsoleKit pam module and add a dependency on it
* Thu Jun 28 2007 Andreas Hasenack <andreas@mandriva.com> 2.12r-15mdv2008.0
+ Revision: 45105
- using serverbuild macro (-fstack-protector-all)
* Wed Jun 20 2007 Olivier Blin <oblin@mandriva.com> 2.12r-14mdv2008.0
+ Revision: 41419
- rebuild for new slang
* Thu May 10 2007 Olivier Blin <oblin@mandriva.com> 2.12r-13mdv2008.0
+ Revision: 25684
- do not include asm/kbio.h (from Per Oyvind Karlsen, #30624)
- use bunzipped patches (fix wrong srpm2svn.sh import)
- include sfdisk and cfdisk on sparc too (from Per Oyvind Karlsen, #30623)
/usr/lib/debug/bin/arch.debug /usr/lib/debug/bin/dmesg.debug /usr/lib/debug/bin/flock.debug /usr/lib/debug/bin/kill.debug /usr/lib/debug/bin/logger.debug /usr/lib/debug/bin/login.debug /usr/lib/debug/bin/more.debug /usr/lib/debug/bin/mount.debug /usr/lib/debug/bin/raw.debug /usr/lib/debug/bin/taskset.debug /usr/lib/debug/bin/umount.debug /usr/lib/debug/sbin/addpart.debug /usr/lib/debug/sbin/agetty.debug /usr/lib/debug/sbin/blockdev.debug /usr/lib/debug/sbin/ctrlaltdel.debug /usr/lib/debug/sbin/delpart.debug /usr/lib/debug/sbin/fdisk.debug /usr/lib/debug/sbin/fsck.cramfs.debug /usr/lib/debug/sbin/hwclock.debug /usr/lib/debug/sbin/losetup.debug /usr/lib/debug/sbin/mkfs.cramfs.debug /usr/lib/debug/sbin/mkfs.debug /usr/lib/debug/sbin/mkswap.debug /usr/lib/debug/sbin/nologin.debug /usr/lib/debug/sbin/partx.debug /usr/lib/debug/sbin/pivot_root.debug /usr/lib/debug/sbin/sfdisk.debug /usr/lib/debug/sbin/swapon.debug /usr/lib/debug/usr/bin/cal.debug /usr/lib/debug/usr/bin/chfn.debug /usr/lib/debug/usr/bin/chrt.debug /usr/lib/debug/usr/bin/chsh.debug /usr/lib/debug/usr/bin/col.debug /usr/lib/debug/usr/bin/colcrt.debug /usr/lib/debug/usr/bin/colrm.debug /usr/lib/debug/usr/bin/column.debug /usr/lib/debug/usr/bin/cytune.debug /usr/lib/debug/usr/bin/ddate.debug /usr/lib/debug/usr/bin/fdformat.debug /usr/lib/debug/usr/bin/getopt.debug /usr/lib/debug/usr/bin/hexdump.debug /usr/lib/debug/usr/bin/ionice.debug /usr/lib/debug/usr/bin/ipcrm.debug /usr/lib/debug/usr/bin/ipcs.debug /usr/lib/debug/usr/bin/isosize.debug /usr/lib/debug/usr/bin/look.debug /usr/lib/debug/usr/bin/mcookie.debug /usr/lib/debug/usr/bin/namei.debug /usr/lib/debug/usr/bin/rename.debug /usr/lib/debug/usr/bin/renice.debug /usr/lib/debug/usr/bin/rev.debug /usr/lib/debug/usr/bin/script.debug /usr/lib/debug/usr/bin/setarch.debug /usr/lib/debug/usr/bin/setsid.debug /usr/lib/debug/usr/bin/setterm.debug /usr/lib/debug/usr/bin/tailf.debug /usr/lib/debug/usr/bin/ul.debug /usr/lib/debug/usr/bin/whereis.debug /usr/lib/debug/usr/bin/write.debug /usr/lib/debug/usr/sbin/cfdisk.debug /usr/lib/debug/usr/sbin/readprofile.debug /usr/lib/debug/usr/sbin/rtcwake.debug /usr/lib/debug/usr/sbin/tunelp.debug /usr/lib/debug/usr/sbin/vipw.debug /usr/src/debug/util-linux-ng-2.13-rc3 /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/blockdev.c /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/cramfs.h /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/fdformat.c /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/fsck.cramfs.c /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/isosize.c /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/mkfs.c /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/mkfs.cramfs.c /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/mkswap.c /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/raw.c /usr/src/debug/util-linux-ng-2.13-rc3/disk-utils/swapheader.h /usr/src/debug/util-linux-ng-2.13-rc3/fdisk /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/cfdisk.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/common.h /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/disksize.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdisk.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdisk.h /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdiskaixlabel.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdiskaixlabel.h /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdiskbsdlabel.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdiskbsdlabel.h /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdiskmaclabel.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdiskmaclabel.h /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdisksgilabel.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdisksgilabel.h /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdisksunlabel.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/fdisksunlabel.h /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/gpt.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/i386_sys_types.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/partname.c /usr/src/debug/util-linux-ng-2.13-rc3/fdisk/sfdisk.c /usr/src/debug/util-linux-ng-2.13-rc3/getopt /usr/src/debug/util-linux-ng-2.13-rc3/getopt/getopt.c /usr/src/debug/util-linux-ng-2.13-rc3/hwclock /usr/src/debug/util-linux-ng-2.13-rc3/hwclock/clock.h /usr/src/debug/util-linux-ng-2.13-rc3/hwclock/cmos.c /usr/src/debug/util-linux-ng-2.13-rc3/hwclock/hwclock.c /usr/src/debug/util-linux-ng-2.13-rc3/hwclock/kd.c /usr/src/debug/util-linux-ng-2.13-rc3/hwclock/rtc.c /usr/src/debug/util-linux-ng-2.13-rc3/include /usr/src/debug/util-linux-ng-2.13-rc3/include/carefulputc.h /usr/src/debug/util-linux-ng-2.13-rc3/include/errs.h /usr/src/debug/util-linux-ng-2.13-rc3/include/linux_reboot.h /usr/src/debug/util-linux-ng-2.13-rc3/include/md5.h /usr/src/debug/util-linux-ng-2.13-rc3/include/xstrncpy.h /usr/src/debug/util-linux-ng-2.13-rc3/lib /usr/src/debug/util-linux-ng-2.13-rc3/lib/env.c /usr/src/debug/util-linux-ng-2.13-rc3/lib/md5.c /usr/src/debug/util-linux-ng-2.13-rc3/lib/setproctitle.c /usr/src/debug/util-linux-ng-2.13-rc3/login-utils /usr/src/debug/util-linux-ng-2.13-rc3/login-utils/agetty.c /usr/src/debug/util-linux-ng-2.13-rc3/login-utils/chfn.c /usr/src/debug/util-linux-ng-2.13-rc3/login-utils/chsh.c /usr/src/debug/util-linux-ng-2.13-rc3/login-utils/islocal.c /usr/src/debug/util-linux-ng-2.13-rc3/login-utils/login.c /usr/src/debug/util-linux-ng-2.13-rc3/login-utils/setpwnam.c /usr/src/debug/util-linux-ng-2.13-rc3/login-utils/vipw.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/cal.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/ddate.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/kill.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/logger.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/look.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/mcookie.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/namei.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/procs.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/rename.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/script.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/setterm.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/whereis.c /usr/src/debug/util-linux-ng-2.13-rc3/misc-utils/write.c /usr/src/debug/util-linux-ng-2.13-rc3/mount /usr/src/debug/util-linux-ng-2.13-rc3/mount/aes.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/aes.h /usr/src/debug/util-linux-ng-2.13-rc3/mount/fsprobe.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/fsprobe.h /usr/src/debug/util-linux-ng-2.13-rc3/mount/fsprobe_blkid.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/fstab.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/fstab.h /usr/src/debug/util-linux-ng-2.13-rc3/mount/getusername.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/lomount.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/lomount.h /usr/src/debug/util-linux-ng-2.13-rc3/mount/loop.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/loop.h /usr/src/debug/util-linux-ng-2.13-rc3/mount/loumount.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/mount.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/mount_mntent.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/mount_mntent.h /usr/src/debug/util-linux-ng-2.13-rc3/mount/pivot_root.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/realpath.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/rmd160.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/sha512.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/sha512.h /usr/src/debug/util-linux-ng-2.13-rc3/mount/sundries.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/sundries.h /usr/src/debug/util-linux-ng-2.13-rc3/mount/swapon.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/umount.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/xmalloc.c /usr/src/debug/util-linux-ng-2.13-rc3/mount/xmalloc.h /usr/src/debug/util-linux-ng-2.13-rc3/nologin.c /usr/src/debug/util-linux-ng-2.13-rc3/partx /usr/src/debug/util-linux-ng-2.13-rc3/partx/addpart.c /usr/src/debug/util-linux-ng-2.13-rc3/partx/bsd.c /usr/src/debug/util-linux-ng-2.13-rc3/partx/crc32.c /usr/src/debug/util-linux-ng-2.13-rc3/partx/delpart.c /usr/src/debug/util-linux-ng-2.13-rc3/partx/dos.c /usr/src/debug/util-linux-ng-2.13-rc3/partx/dos.h /usr/src/debug/util-linux-ng-2.13-rc3/partx/efi.h /usr/src/debug/util-linux-ng-2.13-rc3/partx/gpt.c /usr/src/debug/util-linux-ng-2.13-rc3/partx/gpt.h /usr/src/debug/util-linux-ng-2.13-rc3/partx/partx.c /usr/src/debug/util-linux-ng-2.13-rc3/partx/partx.h /usr/src/debug/util-linux-ng-2.13-rc3/partx/solaris.c /usr/src/debug/util-linux-ng-2.13-rc3/partx/unixware.c /usr/src/debug/util-linux-ng-2.13-rc3/schedutils /usr/src/debug/util-linux-ng-2.13-rc3/schedutils/chrt.c /usr/src/debug/util-linux-ng-2.13-rc3/schedutils/ionice.c /usr/src/debug/util-linux-ng-2.13-rc3/schedutils/taskset.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/arch.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/ctrlaltdel.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/cyclades.h /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/cytune.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/dmesg.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/flock.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/ipcrm.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/ipcs.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/readprofile.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/renice.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/rtcwake.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/setarch.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/setsid.c /usr/src/debug/util-linux-ng-2.13-rc3/sys-utils/tunelp.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/col.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/colcrt.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/colrm.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/column.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/conv.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/display.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/hexdump.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/hexdump.h /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/hexsyntax.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/more.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/odsyntax.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/parse.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/rev.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/tailf.c /usr/src/debug/util-linux-ng-2.13-rc3/text-utils/ul.c
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 13:44:14 2013