forked from pool/util-linux
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
This commit is contained in:
commit
16e1b4bc69
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 30 17:05:38 CET 2009 - meissner@suse.de
|
||||||
|
|
||||||
|
- exclude sparc correctly -> %sparc bnc#559180
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 15 14:04:48 CET 2009 - meissner@suse.de
|
Sun Nov 15 14:04:48 CET 2009 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -25,11 +25,11 @@ Provides: util rawio raw base schedutils uuid-runtime
|
|||||||
Obsoletes: util rawio raw base schedutils uuid-runtime
|
Obsoletes: util rawio raw base schedutils uuid-runtime
|
||||||
Supplements: filesystem(minix)
|
Supplements: filesystem(minix)
|
||||||
PreReq: %install_info_prereq permissions
|
PreReq: %install_info_prereq permissions
|
||||||
License: BSD 3-clause (or similar) ; GPL v2 or later
|
License: BSD3c(or similar) ; GPLv2+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.16
|
Version: 2.16
|
||||||
Release: 6
|
Release: 7
|
||||||
Requires: %name-lang = %{version}
|
Requires: %name-lang = %{version}
|
||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/util-linux/%name-ng-%version.tar.bz2
|
||||||
@ -95,7 +95,7 @@ that are necessary for a Linux system to function. It contains the
|
|||||||
mount program, the fdisk configuration tool, and more.
|
mount program, the fdisk configuration tool, and more.
|
||||||
|
|
||||||
%package -n libblkid1
|
%package -n libblkid1
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: Filesystem detection library
|
Summary: Filesystem detection library
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -104,7 +104,7 @@ AutoReqProv: on
|
|||||||
Library for filesystem detection.
|
Library for filesystem detection.
|
||||||
|
|
||||||
%package -n libblkid-devel
|
%package -n libblkid-devel
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: Development files for the filesystem detection library
|
Summary: Development files for the filesystem detection library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -115,7 +115,7 @@ Files needed to develop applications using the library for filesystem
|
|||||||
detection.
|
detection.
|
||||||
|
|
||||||
%package -n uuidd
|
%package -n uuidd
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: Utilities for the Second Extended File System
|
Summary: Utilities for the Second Extended File System
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -127,7 +127,7 @@ under Linux. Included in this package are: chattr, lsattr, mke2fs,
|
|||||||
mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
|
mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
|
||||||
|
|
||||||
%package -n libuuid1
|
%package -n libuuid1
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: Library to generate UUIDs
|
Summary: Library to generate UUIDs
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -136,7 +136,7 @@ AutoReqProv: on
|
|||||||
A library to generate universally unique IDs (UUIDs).
|
A library to generate universally unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libuuid-devel
|
%package -n libuuid-devel
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: Development files for libuuid1
|
Summary: Development files for libuuid1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -336,7 +336,7 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/hwclock.8*
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/klogconsole.8*
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/klogconsole.8*
|
||||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/tunelp.8*
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/tunelp.8*
|
||||||
%endif
|
%endif
|
||||||
%ifarch ia64 sparc
|
%ifarch ia64 %sparc
|
||||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/cfdisk.8*
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/cfdisk.8*
|
||||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/sfdisk.8*
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/sfdisk.8*
|
||||||
rm -f $RPM_BUILD_ROOT/sbin/cfdisk
|
rm -f $RPM_BUILD_ROOT/sbin/cfdisk
|
||||||
@ -604,7 +604,7 @@ fi
|
|||||||
/sbin/fdisk
|
/sbin/fdisk
|
||||||
%{_mandir}/man8/fdisk.8.gz
|
%{_mandir}/man8/fdisk.8.gz
|
||||||
%endif
|
%endif
|
||||||
%ifnarch sparc ia64
|
%ifnarch %sparc ia64
|
||||||
%doc fdisk/README.cfdisk
|
%doc fdisk/README.cfdisk
|
||||||
%{_mandir}/man8/cfdisk.8.gz
|
%{_mandir}/man8/cfdisk.8.gz
|
||||||
%{_mandir}/man8/sfdisk.8.gz
|
%{_mandir}/man8/sfdisk.8.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user