2006-12-19 00:18:10 +01:00
|
|
|
#
|
2011-01-18 11:38:37 +01:00
|
|
|
# spec file for package util-linux
|
2006-12-19 00:18:10 +01:00
|
|
|
#
|
2022-01-24 23:38:41 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2006-12-19 00:18:10 +01:00
|
|
|
#
|
2008-08-18 22:57:09 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-01 17:30:44 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2006-12-19 00:18:10 +01:00
|
|
|
#
|
|
|
|
|
2012-02-24 11:56:25 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%global flavor @BUILD_FLAVOR@%{nil}
|
|
|
|
|
|
|
|
%if "%{flavor}" == ""
|
|
|
|
%define ulbuild base
|
|
|
|
%define ulmode full
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# All python flavors are build separately. No module can be built together with base.
|
|
|
|
# This is a limitation of %%python_subpackages.
|
|
|
|
%if "%{flavor}" == "python"
|
|
|
|
%define ulbuild python
|
|
|
|
%define ulmode full
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if "%{flavor}" == "mini"
|
|
|
|
%define psuffix -mini
|
|
|
|
%define ulbuild base
|
|
|
|
%define ulmode bootstrap
|
|
|
|
%define ul_extra_bin_sbin 0
|
2022-09-15 17:39:18 +02:00
|
|
|
%define ul_suid 0755
|
2021-01-18 11:29:39 +01:00
|
|
|
%else
|
2022-09-01 20:34:07 +02:00
|
|
|
%if !0%{?usrmerged}
|
|
|
|
%define ul_extra_bin_sbin 1
|
|
|
|
%else
|
|
|
|
%define ul_extra_bin_sbin 0
|
|
|
|
%endif
|
2022-09-15 17:39:18 +02:00
|
|
|
%define ul_suid 4755
|
2021-01-18 11:29:39 +01:00
|
|
|
%endif
|
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%define _name util-linux
|
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%if ! %{defined _distconfdir}
|
|
|
|
%define _distconfdir %{_sysconfdir}
|
|
|
|
%else
|
|
|
|
%define no_config 1
|
|
|
|
%endif
|
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%define ulprefix %{_prefix}
|
|
|
|
%define ulexecprefix %{_exec_prefix}
|
|
|
|
%define ulbindir %{_bindir}
|
|
|
|
%define ullibdir %{_libdir}
|
|
|
|
%define ullibexecdir %{_libexecdir}
|
|
|
|
%define ulincludedir %{_includedir}
|
|
|
|
%define ulsbindir %{_sbindir}
|
|
|
|
%define uldatadir %{_datadir}
|
|
|
|
%define ulmandir %{_mandir}
|
|
|
|
%define ulinfodir %{_infodir}
|
|
|
|
%define uldocdir %{_docdir}
|
|
|
|
%define uldistconfdir %{_distconfdir}
|
|
|
|
%define ulsysconfdir %{_sysconfdir}
|
|
|
|
%define ulpamdir %{_pam_vendordir}
|
2020-09-10 01:47:10 +02:00
|
|
|
%else
|
2022-09-01 20:34:07 +02:00
|
|
|
%define ulprefix %{_libexecdir}/build/staging
|
|
|
|
%define ulexecprefix %{_libexecdir}/build/staging
|
|
|
|
%define ulbindir %{ulprefix}/bin
|
|
|
|
%define ullibdir %{ulprefix}/%{_lib}
|
|
|
|
%define ullibexecdir %{ulprefix}/libexec
|
|
|
|
%define ulincludedir %{ulprefix}/include
|
|
|
|
%define ulsbindir %{ulprefix}/sbin
|
|
|
|
%define uldatadir %{ulprefix}/share
|
|
|
|
%define ulmandir %{uldatadir}/man
|
|
|
|
%define ulinfodir %{uldatadir}/info
|
|
|
|
%define uldocdir %{uldatadir}/doc
|
|
|
|
%define uldistconfdir %{ulprefix}/etc
|
|
|
|
%define ulsysconfdir %{ulprefix}/etc
|
2022-09-12 20:51:52 +02:00
|
|
|
# HACK: We have to make a possible conflict here. But hopefully, equal files don't conflict in RPM.
|
|
|
|
%define ulpamdir %{_pam_vendordir}
|
2022-09-01 20:34:07 +02:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if "%ulbuild" == "base"
|
|
|
|
%if "%ulmode" == "full"
|
|
|
|
Name: util-linux
|
|
|
|
Summary: A collection of basic system utilities
|
2021-01-18 11:29:39 +01:00
|
|
|
%else
|
2022-09-01 20:34:07 +02:00
|
|
|
Name: util-linux-mini
|
|
|
|
Summary: A collection of basic system utilities (bootstrap package)
|
2021-01-18 11:29:39 +01:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
Group: System/Base
|
|
|
|
%else
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
|
|
Name: python-libmount
|
|
|
|
Summary: Python bindings for the libmount library
|
|
|
|
Group: Development/Languages/Python
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
Version: 2.38.1
|
|
|
|
Release: 0
|
2018-03-23 10:33:09 +01:00
|
|
|
License: GPL-2.0-or-later
|
2022-09-01 20:34:07 +02:00
|
|
|
URL: https://www.kernel.org/pub/linux/utils/util-linux/
|
|
|
|
Source: https://www.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-%{version}.tar.xz
|
|
|
|
Source2: util-linux-login_defs-check.sh
|
2022-09-12 20:51:52 +02:00
|
|
|
Source3: util-linux-rpmlintrc
|
2022-09-01 20:34:07 +02:00
|
|
|
Source6: etc_filesystems
|
|
|
|
Source7: baselibs.conf
|
|
|
|
Source8: login.pamd
|
|
|
|
Source9: remote.pamd
|
|
|
|
Source10: su.pamd
|
|
|
|
Source11: su.default
|
|
|
|
Source12: https://www.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-%{version}.tar.sign
|
|
|
|
Source13: %{_name}.keyring
|
|
|
|
Source14: runuser.pamd
|
|
|
|
Source15: runuser-l.pamd
|
|
|
|
Source16: su-l.pamd
|
|
|
|
Source51: blkid.conf
|
|
|
|
# PATCH-EXTEND-UPSTREAM: Let `su' handle /sbin and /usr/sbin in path
|
|
|
|
Patch0: make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
|
|
|
|
Patch1: libmount-print-a-blacklist-hint-for-unknown-filesyst.patch
|
|
|
|
Patch2: Add-documentation-on-blacklisted-modules-to-mount-8-.patch
|
|
|
|
# PATCH-FIX-SUSE util-linux-bash-completion-su-chsh-l.patch bsc1172427 -- Fix "su -s" bash completion.
|
|
|
|
Patch4: util-linux-bash-completion-su-chsh-l.patch
|
2010-07-30 12:35:45 +02:00
|
|
|
BuildRequires: audit-devel
|
2021-11-17 10:56:57 +01:00
|
|
|
BuildRequires: bc
|
2012-05-31 16:44:07 +02:00
|
|
|
BuildRequires: binutils-devel
|
2012-02-24 11:56:25 +01:00
|
|
|
BuildRequires: fdupes
|
2010-07-30 12:35:45 +02:00
|
|
|
BuildRequires: gettext-devel
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
BuildRequires: libcap-ng-devel
|
2019-10-03 00:24:59 +02:00
|
|
|
BuildRequires: libeconf-devel
|
2010-07-30 12:35:45 +02:00
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libsepol-devel
|
2011-12-25 23:19:56 +01:00
|
|
|
BuildRequires: libtool
|
2010-07-30 12:35:45 +02:00
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: readline-devel
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
BuildRequires: utempter-devel
|
|
|
|
BuildRequires: zlib-devel
|
2016-07-13 18:08:18 +02:00
|
|
|
# util-linux is part of VMInstall, but we can well build without it
|
|
|
|
# Helps shorten a cycle and eliminate a bootstrap issue
|
|
|
|
#!BuildIgnore: util-linux
|
2016-05-03 00:32:08 +02:00
|
|
|
%ifarch ppc ppc64 ppc64le
|
|
|
|
BuildRequires: librtas-devel
|
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "full"
|
|
|
|
BuildRequires: bash-completion
|
|
|
|
BuildRequires: file-devel
|
2021-02-04 11:53:12 +01:00
|
|
|
BuildRequires: libudev-devel
|
2015-05-07 23:30:28 +02:00
|
|
|
BuildRequires: socat
|
2013-06-19 16:32:02 +02:00
|
|
|
BuildRequires: systemd-rpm-macros
|
2016-12-15 16:49:19 +01:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2022-09-01 20:34:07 +02:00
|
|
|
BuildRequires: rubygem(asciidoctor)
|
2022-09-15 17:39:18 +02:00
|
|
|
PreReq: permissions
|
2022-09-01 20:34:07 +02:00
|
|
|
Requires: adjtimex
|
|
|
|
Requires: time
|
|
|
|
Requires: which
|
2022-09-12 20:51:52 +02:00
|
|
|
PreReq: %install_info_prereq
|
2022-09-01 20:34:07 +02:00
|
|
|
%systemd_requires
|
2013-12-12 13:34:11 +01:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulbuild" == "base"
|
|
|
|
%if "%ulmode" == "full"
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
Provides: fsck-with-dev-lock = %{version}
|
|
|
|
# bnc#651598:
|
2021-01-18 11:29:39 +01:00
|
|
|
Provides: util-linux(fake+no-canonicalize)
|
2018-01-16 10:29:10 +01:00
|
|
|
Provides: eject = 2.1.0
|
|
|
|
Provides: login = 4.0
|
2018-01-03 11:24:19 +01:00
|
|
|
Provides: rfkill = 0.5
|
2013-06-29 12:05:39 +02:00
|
|
|
# File conflict of eject (up to 12.3 and SLE11).
|
2018-01-16 10:29:10 +01:00
|
|
|
Obsoletes: eject <= 2.1.0
|
2013-06-29 12:05:39 +02:00
|
|
|
# File conflict of login (up to 12.1 and SLE11).
|
2018-01-16 10:29:10 +01:00
|
|
|
Obsoletes: login <= 4.0
|
2019-07-22 18:53:23 +02:00
|
|
|
# File conflict (man page) of rfkill (up to Leap 15 and SLE 15).
|
2018-01-03 11:24:19 +01:00
|
|
|
Obsoletes: rfkill <= 0.5
|
2022-09-01 20:34:07 +02:00
|
|
|
# util-linux-2.34 integrates hardlink (up to Leap 15.1 and SLE15 SP1).
|
2019-08-15 01:24:10 +02:00
|
|
|
# The last version was 1.0+git.e66999f.
|
|
|
|
Provides: hardlink = 1.1
|
|
|
|
Obsoletes: hardlink < 1.1
|
2022-09-01 20:34:07 +02:00
|
|
|
# util-linux-systemd was a SUSE specific package split. Now the staging is done in -mini package.
|
|
|
|
# (before Leap 16 and SLE15 SP6)
|
|
|
|
Provides: util-linux-systemd = %{version}
|
|
|
|
Obsoletes: util-linux-systemd < 2.38
|
Accepting request 226509 from home:sbrabec:branches:Base:System
- Merge fixes and features from SLE11 (bnc#831868):
* Detect squashfs version <= 3 as squashfs3 and version >= 4 as
squashfs. (mszeredi@suse.cz,
util-linux-ng-2.16-squashfs3-detect.patch, bnc#666893)
* add sfdisk-warn-about-2TB-limit.patch (puzel@novell.com,
bnc#495657)
* Document barrier option in mount.8 (jack@suse.cz,
hvogel@suse.de,
util-linux-ng-2.19.1-barrier_documentation.patch, bnc#489740)
* lscpu: improve hypervisor detection (puzel@novell.com,
fate#310255)
- util-linux-lscpu-improve-hypervisor-detection.patch
* umount: avoid calling readlink on mountpoints if not necessary
- add: umount-avoid-readlink.patch (puzel@suse.com, bnc#794529)
* fix file conflict between util-linux and s390-32
(puzel@suse.com, bnc#805684)
* util-linux-update-default-commit-interval.patch:
mount(8): update default commit interval (puzel@suse.com,
bnc#809480)
* Obsolete no more packaged uuid-runtime.
- Add uname26 (util-linux-setarch-uname26.patch, FATE#313476).
OBS-URL: https://build.opensuse.org/request/show/226509
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=227
2014-03-20 09:19:43 +01:00
|
|
|
# bnc#805684:
|
|
|
|
%ifarch s390x
|
|
|
|
Obsoletes: s390-32
|
|
|
|
Provides: s390-32
|
2022-09-01 20:34:07 +02:00
|
|
|
Provides: util-linux-mini = %{version}
|
|
|
|
Obsoletes: util-linux-mini <= %{version}
|
Accepting request 226509 from home:sbrabec:branches:Base:System
- Merge fixes and features from SLE11 (bnc#831868):
* Detect squashfs version <= 3 as squashfs3 and version >= 4 as
squashfs. (mszeredi@suse.cz,
util-linux-ng-2.16-squashfs3-detect.patch, bnc#666893)
* add sfdisk-warn-about-2TB-limit.patch (puzel@novell.com,
bnc#495657)
* Document barrier option in mount.8 (jack@suse.cz,
hvogel@suse.de,
util-linux-ng-2.19.1-barrier_documentation.patch, bnc#489740)
* lscpu: improve hypervisor detection (puzel@novell.com,
fate#310255)
- util-linux-lscpu-improve-hypervisor-detection.patch
* umount: avoid calling readlink on mountpoints if not necessary
- add: umount-avoid-readlink.patch (puzel@suse.com, bnc#794529)
* fix file conflict between util-linux and s390-32
(puzel@suse.com, bnc#805684)
* util-linux-update-default-commit-interval.patch:
mount(8): update default commit interval (puzel@suse.com,
bnc#809480)
* Obsolete no more packaged uuid-runtime.
- Add uname26 (util-linux-setarch-uname26.patch, FATE#313476).
OBS-URL: https://build.opensuse.org/request/show/226509
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=227
2014-03-20 09:19:43 +01:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
Supplements: filesystem(minix)
|
2019-05-09 17:58:55 +02:00
|
|
|
# All login.defs variables require support from shadow side.
|
|
|
|
# Upgrade this symbol version only if new variables appear!
|
|
|
|
# Verify by shadow-login_defs-check.sh from shadow source package.
|
2021-11-17 10:56:57 +01:00
|
|
|
Recommends: login_defs-support-for-util-linux >= 2.37
|
2022-09-01 20:34:07 +02:00
|
|
|
%endif
|
|
|
|
Requires(pre): group(tty)
|
2021-11-17 10:56:57 +01:00
|
|
|
# The problem with inconsistent /proc/self/mountinfo read is fixed in kernel 5.8.
|
|
|
|
# util-linux >= 2.37 no more contain work-around.
|
|
|
|
Conflicts: kernel < 5.8
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulbuild" == "python"
|
|
|
|
BuildRequires: %{python_module devel}
|
|
|
|
%python_subpackages
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
|
|
|
|
#HACK: Change to 1 to make quilt happy. Change to 0 to build.
|
|
|
|
%if 0
|
|
|
|
%description -n python-libmount
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2006-12-19 00:18:10 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulbuild" == "base"
|
2006-12-19 00:18:10 +01:00
|
|
|
%description
|
|
|
|
This package contains a large variety of low-level system utilities
|
|
|
|
that are necessary for a Linux system to function. It contains the
|
|
|
|
mount program, the fdisk configuration tool, and more.
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "bootstrap"
|
2006-12-19 00:18:10 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
This is a special version of the util-linux package for the build
|
|
|
|
bootstrap. It is not intended for a standard use.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if "%ulmode" == "full"
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libblkid1
|
2009-07-03 17:12:19 +02:00
|
|
|
Summary: Filesystem detection library
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: System/Libraries
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libblkid1
|
2009-07-03 17:12:19 +02:00
|
|
|
Library for filesystem detection.
|
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libblkid-devel
|
2009-07-03 17:12:19 +02:00
|
|
|
Summary: Development files for the filesystem detection library
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2021-01-18 11:29:39 +01:00
|
|
|
Requires: libblkid1 = %{version}
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libblkid-devel
|
2009-07-03 17:12:19 +02:00
|
|
|
Files needed to develop applications using the library for filesystem
|
|
|
|
detection.
|
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libblkid-devel-static
|
2014-07-25 09:31:27 +02:00
|
|
|
Summary: Development files for the filesystem detection library
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2021-01-18 11:29:39 +01:00
|
|
|
Requires: libblkid-devel = %{version}
|
2014-07-25 09:31:27 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libblkid-devel-static
|
2014-07-25 09:31:27 +02:00
|
|
|
Files needed to develop applications using the library for filesystem
|
|
|
|
detection.
|
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%package -n libfdisk1
|
|
|
|
Summary: Filesystem detection library
|
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: System/Libraries
|
2006-12-19 00:18:10 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%description -n libfdisk1
|
|
|
|
Library for filesystem detection.
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%package -n libfdisk-devel
|
|
|
|
Summary: Development files for the filesystem detection library
|
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2022-09-01 20:34:07 +02:00
|
|
|
Requires: libfdisk1 = %{version}
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%description -n libfdisk-devel
|
|
|
|
Files needed to develop applications using the library for filesystem
|
|
|
|
detection.
|
2006-12-19 00:18:10 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%package -n libfdisk-devel-static
|
|
|
|
Summary: Development files for the filesystem detection library
|
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2022-09-01 20:34:07 +02:00
|
|
|
Requires: libfdisk-devel = %{version}
|
2014-07-25 09:31:27 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%description -n libfdisk-devel-static
|
|
|
|
Files needed to develop applications using the library for filesystem
|
|
|
|
detection.
|
2014-07-25 09:31:27 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libmount1
|
2011-01-11 16:19:40 +01:00
|
|
|
Summary: Device mount library
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: System/Libraries
|
2010-07-30 12:35:45 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libmount1
|
2010-07-30 12:35:45 +02:00
|
|
|
Library designed to be used in low-level utils like
|
2012-03-13 13:38:21 +01:00
|
|
|
mount(8) and /usr/sbin/mount.<type> helpers.
|
2010-07-30 12:35:45 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libmount-devel
|
2017-09-25 11:20:17 +02:00
|
|
|
Summary: Development files for libmount
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2021-01-18 11:29:39 +01:00
|
|
|
Requires: libmount1 = %{version}
|
2010-07-30 12:35:45 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libmount-devel
|
2019-07-02 00:18:40 +02:00
|
|
|
Files to develop applications using the libmount library.
|
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libmount-devel-static
|
2017-09-25 11:20:17 +02:00
|
|
|
Summary: Development files for libmount
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2021-01-18 11:29:39 +01:00
|
|
|
Requires: libmount-devel = %{version}
|
2014-07-25 09:31:27 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libmount-devel-static
|
2014-07-25 09:31:27 +02:00
|
|
|
Files to develop applications using the libmount library.
|
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libsmartcols1
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
Summary: Column-based text sort engine
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: System/Libraries
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libsmartcols1
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
Library to sort human readable column-based text output.
|
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libsmartcols-devel
|
2017-09-25 11:20:17 +02:00
|
|
|
Summary: Development files for libsmartcols
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2021-01-18 11:29:39 +01:00
|
|
|
Requires: libsmartcols1 = %{version}
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libsmartcols-devel
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
Files to develop applications using the libsmartcols library.
|
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n libsmartcols-devel-static
|
2017-09-25 11:20:17 +02:00
|
|
|
Summary: Development files for libsmartcols
|
2019-07-02 00:18:40 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2021-01-18 11:29:39 +01:00
|
|
|
Requires: libsmartcols-devel = %{version}
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n libsmartcols-devel-static
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
Files to develop applications using the libsmartcols library.
|
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%package -n libuuid1
|
|
|
|
Summary: Library to generate UUIDs
|
|
|
|
License: BSD-3-Clause
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: System/Libraries
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%description -n libuuid1
|
|
|
|
A library to generate universally unique IDs (UUIDs).
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%package -n libuuid-devel
|
|
|
|
Summary: Development files for libuuid
|
|
|
|
License: BSD-3-Clause
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2022-09-01 20:34:07 +02:00
|
|
|
Requires: libuuid1 = %{version}
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%description -n libuuid-devel
|
|
|
|
Files to develop applications using the library to generate universally
|
|
|
|
unique IDs (UUIDs).
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%package -n libuuid-devel-static
|
|
|
|
Summary: Development files for libuuid
|
|
|
|
License: BSD-3-Clause
|
2019-07-17 19:21:26 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2022-09-01 20:34:07 +02:00
|
|
|
Requires: libuuid-devel = %{version}
|
2021-06-04 12:46:54 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%description -n libuuid-devel-static
|
|
|
|
Files to develop applications using the library to generate universally
|
|
|
|
unique IDs (UUIDs).
|
2020-09-10 01:47:10 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%package -n uuidd
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
Summary: Helper daemon to guarantee uniqueness of time-based UUIDs
|
2019-07-17 19:21:26 +02:00
|
|
|
License: GPL-2.0-or-later
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
Group: System/Filesystems
|
2017-09-14 13:58:12 +02:00
|
|
|
Requires(pre): group(uuidd)
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
# uuidd bash-completion moved to a correct package
|
|
|
|
Conflicts: util-linux < 2.25
|
2022-09-01 20:34:07 +02:00
|
|
|
# uuid-runtime appeared in SLE11 SP1 to SLE11 SP3
|
|
|
|
Provides: uuid-runtime = %{version}
|
|
|
|
Obsoletes: uuid-runtime <= 2.19.1
|
2014-10-31 16:22:34 +01:00
|
|
|
%systemd_requires
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%description -n uuidd
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
The uuidd package contains a userspace daemon (uuidd) which guarantees
|
|
|
|
uniqueness of time-based UUID generation even at very high rates on
|
|
|
|
SMP systems.
|
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%lang_package
|
|
|
|
%endif
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2021-06-04 12:46:54 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulbuild" == "python"
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%description
|
2017-09-25 11:20:17 +02:00
|
|
|
This package contains the Python bindings for util-linux libmount
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
library.
|
|
|
|
%endif
|
2021-06-04 12:46:54 +02:00
|
|
|
|
2006-12-19 00:18:10 +01:00
|
|
|
%prep
|
2018-11-27 19:17:59 +01:00
|
|
|
%setup -q -n %{_name}-%{version}
|
2019-05-09 17:58:55 +02:00
|
|
|
cp -a %{S:2} .
|
2020-05-19 20:19:32 +02:00
|
|
|
%autopatch -p1
|
2022-09-01 20:34:07 +02:00
|
|
|
# This test randomly fails or keeps hanging task inside build chroot (tested on 2.38).
|
2021-11-17 10:56:57 +01:00
|
|
|
rm tests/ts/lsns/ioctl_ns
|
2013-06-05 14:07:19 +02:00
|
|
|
|
2006-12-19 00:18:10 +01:00
|
|
|
%build
|
2019-07-01 11:49:09 +02:00
|
|
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
2010-02-25 11:23:43 +01:00
|
|
|
export SUID_CFLAGS="-fpie"
|
|
|
|
export SUID_LDFLAGS="-pie"
|
2015-02-26 15:56:32 +01:00
|
|
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
2017-09-15 09:19:46 +02:00
|
|
|
export CFLAGS="%{optflags} -D_GNU_SOURCE"
|
|
|
|
export CXXFLAGS="%{optflags} -D_GNU_SOURCE"
|
2022-09-01 20:34:07 +02:00
|
|
|
# Here we define a build function. For the base build, we use it as it
|
|
|
|
# is. For python build, we use it repeatedly for all flavors.
|
|
|
|
function configure_and_build() {
|
|
|
|
%if "%ulbuild" == "python"
|
|
|
|
%define _configure ../configure
|
|
|
|
%endif
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
#
|
2022-09-01 20:34:07 +02:00
|
|
|
#AUTOPOINT=true GTKDOCIZE=true autoreconf -vfi
|
|
|
|
# All dirs needs to be specified, as %%configure does not derive them
|
|
|
|
# from %%_prefix, and bootstrap build will fall back to /usr.
|
|
|
|
%configure\
|
|
|
|
--prefix=%{ulprefix}\
|
|
|
|
--exec-prefix=%{ulexecprefix}\
|
|
|
|
--disable-silent-rules\
|
|
|
|
--bindir=%{ulbindir}\
|
|
|
|
--sbindir=%{ulsbindir}\
|
|
|
|
--sysconfdir=%{ulsysconfdir}\
|
|
|
|
--datadir=%{uldatadir}\
|
|
|
|
--includedir=%{ulincludedir}\
|
|
|
|
--libdir=%{ullibdir}\
|
|
|
|
--libexecdir=%{ullibexecdir}\
|
|
|
|
--mandir=%{ulmandir}\
|
|
|
|
--infodir=%{ulinfodir}\
|
|
|
|
--docdir=%{uldocdir}/%{name}\
|
|
|
|
--disable-makeinstall-chown\
|
|
|
|
--disable-makeinstall-setuid\
|
|
|
|
--with-audit\
|
|
|
|
--with-btrfs\
|
|
|
|
--with-gnu-ld\
|
|
|
|
--with-ncursesw\
|
|
|
|
--with-readline\
|
|
|
|
--with-selinux\
|
|
|
|
--with-utempter\
|
|
|
|
--with-bashcompletiondir=%{uldatadir}/bash-completion/completions\
|
|
|
|
--with-systemdsystemunitdir=%{_unitdir}\
|
|
|
|
--enable-libuuid-force-uuidd\
|
|
|
|
--enable-sulogin-emergency-mount\
|
|
|
|
--disable-use-tty-group\
|
|
|
|
--disable-rpath\
|
|
|
|
--enable-all-programs\
|
|
|
|
--disable-chfn-chsh\
|
|
|
|
--disable-newgrp\
|
|
|
|
--disable-vipw\
|
|
|
|
--disable-pg\
|
|
|
|
--enable-fs-paths-default="/sbin:/usr/sbin"\
|
|
|
|
%if "%ulmode" == "bootstrap"
|
|
|
|
--disable-static\
|
|
|
|
--without-systemd\
|
|
|
|
--disable-nls\
|
|
|
|
--disable-uuidd\
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%else
|
2022-09-01 20:34:07 +02:00
|
|
|
--enable-static\
|
|
|
|
--with-systemd\
|
|
|
|
%endif
|
|
|
|
%if "%ulbuild" == "python"
|
|
|
|
--disable-all-programs\
|
|
|
|
--with-python\
|
|
|
|
--enable-pylibmount\
|
|
|
|
--enable-libmount\
|
|
|
|
--enable-libblkid\
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%else
|
2022-09-01 20:34:07 +02:00
|
|
|
--without-python\
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
--with-vendordir=%{uldistconfdir}
|
2010-07-30 12:35:45 +02:00
|
|
|
make %{?_smp_mflags}
|
2022-09-01 20:34:07 +02:00
|
|
|
}
|
|
|
|
%if "%ulbuild" == "base"
|
|
|
|
configure_and_build
|
|
|
|
%endif
|
|
|
|
%if "%ulbuild" == "python"
|
|
|
|
%{python_expand export PYTHON=$python
|
|
|
|
mkdir -p build.$python
|
|
|
|
cd build.$python
|
|
|
|
configure_and_build
|
|
|
|
cd ..
|
|
|
|
}
|
|
|
|
%endif
|
2021-01-18 11:29:39 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%install
|
|
|
|
%if "%ulbuild" == "base"
|
|
|
|
%make_install
|
|
|
|
mkdir -p %{buildroot}{%{uldistconfdir}/default,%{ulpamdir},%{ulsysconfdir}/issue.d}
|
|
|
|
install -m 644 %{SOURCE51} %{buildroot}%{ulsysconfdir}/blkid.conf
|
|
|
|
install -m 644 %{SOURCE8} %{buildroot}%{ulpamdir}/login
|
|
|
|
install -m 644 %{SOURCE9} %{buildroot}%{ulpamdir}/remote
|
|
|
|
install -m 644 %{SOURCE14} %{buildroot}%{ulpamdir}/runuser
|
|
|
|
install -m 644 %{SOURCE15} %{buildroot}%{ulpamdir}/runuser-l
|
|
|
|
install -m 644 %{SOURCE10} %{buildroot}%{ulpamdir}/su
|
|
|
|
install -m 644 %{SOURCE16} %{buildroot}%{ulpamdir}/su-l
|
|
|
|
install -m 644 %{SOURCE11} %{buildroot}%{uldistconfdir}/default/su
|
|
|
|
sed 's/\bsu\b/runuser/g' <%{SOURCE11} >runuser.default
|
|
|
|
install -m 644 runuser.default %{buildroot}%{uldistconfdir}/default/runuser
|
|
|
|
rm -fv "%{buildroot}/%{ulsbindir}/raw" "%{buildroot}/sbin/raw" \
|
|
|
|
"%{buildroot}/%{ulmandir}/man8/raw.8"*
|
|
|
|
install -m 644 %{SOURCE6} %{buildroot}%{ulsysconfdir}/filesystems
|
|
|
|
echo -e "#!/bin/sh\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{ulsbindir}/flushb
|
|
|
|
chmod 755 %{buildroot}%{ulsbindir}/flushb
|
|
|
|
# arch dependent
|
|
|
|
%ifarch s390 s390x
|
|
|
|
rm -f %{buildroot}%{ulsysconfdir}/fdprm
|
|
|
|
rm -f %{buildroot}%{ulbindir}/setterm
|
|
|
|
rm -f %{buildroot}%{ulsbindir}/fdformat
|
|
|
|
rm -f %{buildroot}%{ulsbindir}/hwclock
|
|
|
|
rm -f %{buildroot}%{ulsbindir}/tunelp
|
|
|
|
rm -f %{buildroot}%{ulmandir}/man8/fdformat.8*
|
|
|
|
rm -f %{buildroot}%{ulmandir}/man8/hwclock.8*
|
|
|
|
rm -f %{buildroot}%{ulmandir}/man8/tunelp.8*
|
|
|
|
%endif
|
|
|
|
%ifarch ia64 %sparc m68k
|
|
|
|
rm -f %{buildroot}%{ulmandir}/man8/cfdisk.8*
|
|
|
|
rm -f %{buildroot}%{ulmandir}/man8/sfdisk.8*
|
|
|
|
rm -f %{buildroot}%{ulsbindir}/cfdisk
|
|
|
|
rm -f %{buildroot}%{ulsbindir}/sfdisk
|
|
|
|
%endif
|
|
|
|
%ifarch ia64 m68k
|
|
|
|
rm -f %{buildroot}%{ulsbindir}/fdisk
|
|
|
|
rm -f %{buildroot}%{ulmandir}/man8/fdisk.8*
|
|
|
|
%endif
|
|
|
|
# create list of setarch(8) symlinks
|
|
|
|
find %{buildroot}%{ulmandir}/man8 -regextype posix-egrep \
|
|
|
|
-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|parisc|parisc32|parisc64)\.8.*" \
|
|
|
|
-printf "%{ulmandir}/man8/%f*\n" >> %{name}.files
|
|
|
|
find %{buildroot}%{ulbindir}/ -regextype posix-egrep -type l \
|
|
|
|
-regex ".*(linux32|linux64|s390|s390x|i386|ppc|ppc64|ppc32|sparc|sparc64|sparc32|sparc32bash|mips|mips64|mips32|ia64|x86_64|parisc|parisc32|parisc64)$" \
|
|
|
|
-printf "%{ulbindir}/%f\n" >> %{name}.files
|
|
|
|
mkdir -p %{buildroot}%{_sharedstatedir}/libuuid
|
|
|
|
mkdir -p %{buildroot}/run/uuidd
|
|
|
|
# clock.txt from uuidd is a ghost file
|
|
|
|
touch %{buildroot}%{_sharedstatedir}/libuuid/clock.txt
|
|
|
|
%if %{ul_extra_bin_sbin}
|
|
|
|
mkdir -p %{buildroot}{/bin,/sbin}
|
|
|
|
for i in dmesg findmnt kill logger lsblk more mount su umount; do
|
|
|
|
if test -f "%{buildroot}%{ulbindir}/$i" ; then
|
|
|
|
ln -s "%{ulbindir}/$i" "%{buildroot}/bin/"
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
for i in agetty blockdev cfdisk ctrlaltdel fdisk fsck.minix fsck.cramfs\
|
|
|
|
hwclock losetup mkfs mkfs.bfs mkfs.minix mkfs.cramfs mkswap nologin\
|
|
|
|
pivot_root raw sfdisk swapoff swapon blkid findfs fsck switch_root\
|
|
|
|
wipefs fsfreeze swaplabel fstrim chcpu; do
|
|
|
|
if test -f "%{buildroot}%{ulsbindir}/$i" ; then
|
|
|
|
ln -s "%{ulsbindir}/$i" "%{buildroot}/sbin/"
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
# login is always and only in /bin
|
|
|
|
mv %{buildroot}%{ulbindir}/login %{buildroot}/bin/
|
|
|
|
%endif
|
|
|
|
%if "%ulmode" == "full"
|
|
|
|
ln -sf /sbin/service %{buildroot}%{ulsbindir}/rcuuidd
|
|
|
|
ln -sf /sbin/service %{buildroot}%{ulsbindir}/rcfstrim
|
|
|
|
%find_lang %{name} %{name}.lang
|
|
|
|
%endif
|
|
|
|
%if "%ulmode" == "bootstrap"
|
|
|
|
rm -r %{buildroot}{%{ulmandir},%{ulincludedir},%{ullibdir}/{pkgconfig,*.{la,so}},%{uldocdir}}
|
|
|
|
mkdir -p %{buildroot}/etc/profile.d
|
|
|
|
echo -e 'PATH=$PATH:%{ulsbindir}:%{ulbindir}\nexport PATH' >%{buildroot}/etc/profile.d/%{name}.sh
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if "%ulbuild" == "python"
|
|
|
|
%{python_expand cd build.$python
|
|
|
|
%make_install
|
|
|
|
rm %{buildroot}%{$python_sitearch}/libmount/*.*a
|
|
|
|
cd ..
|
|
|
|
}
|
|
|
|
# There is a limitation: python module needs to build much more, and install even more. Delete it.
|
|
|
|
rm -r %{buildroot}{%{ulbindir},%{ulmandir},%{uldatadir},%{ulincludedir},%{ullibdir}/{lib,pkg}*}
|
|
|
|
%endif
|
2022-09-12 20:51:52 +02:00
|
|
|
# Link duplicate manpages or python bindings.
|
2022-09-01 20:34:07 +02:00
|
|
|
%fdupes -s %{buildroot}%{ulprefix}
|
2022-09-12 20:51:52 +02:00
|
|
|
%if "%ulmode" == "bootstrap"
|
|
|
|
# Does not work for files installed by %%doc.
|
|
|
|
%fdupes -s %{buildroot}%{_prefix}
|
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
|
|
|
|
%if "%ulbuild" == "base"
|
|
|
|
%if "%ulmode" == "full"
|
2021-01-18 11:29:39 +01:00
|
|
|
%check
|
2022-09-01 20:34:07 +02:00
|
|
|
# Perform testsuite with the standard build only.
|
2021-01-18 11:29:39 +01:00
|
|
|
# mark some tests "known_fail"
|
|
|
|
#
|
|
|
|
%if 0%{?qemu_user_space_build}
|
|
|
|
export TS_OPT_fdisk_gpt_known_fail="yes"
|
|
|
|
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
|
|
|
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
|
|
|
export TS_OPT_fincore_count_known_fail="yes"
|
|
|
|
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
|
|
|
export TS_OPT_misc_flock_known_fail="yes"
|
|
|
|
export TS_OPT_misc_ionice_known_fail="yes"
|
|
|
|
export TS_OPT_misc_swaplabel_known_fail="yes"
|
|
|
|
export TS_OPT_kill_name_to_number_known_fail="yes"
|
|
|
|
export TS_OPT_kill_print_pid_known_fail="yes"
|
|
|
|
export TS_OPT_kill_queue_known_fail="yes"
|
|
|
|
export TS_OPT_uuid_uuidd_known_fail="yes"
|
|
|
|
# unsupported syscall in script(1) ... might be fixed in qemu
|
|
|
|
export TS_OPT_script_known_fail="yes"
|
|
|
|
# may segfault on qemu-user-space
|
|
|
|
export TS_OPT_misc_setarch_known_fail="yes"
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
# Succeeds in local build, fails in OBS.
|
|
|
|
export TS_OPT_hardlink_options_known_fail="yes"
|
|
|
|
export TS_OPT_lsfd_mkfds_rw_character_device_known_fail="yes"
|
|
|
|
export TS_OPT_lsfd_mkfds_symlink_known_fail="yes"
|
2021-01-18 11:29:39 +01:00
|
|
|
# This does not work with a chroot build: / is not a mountpoint
|
|
|
|
export TS_OPT_misc_mountpoint_known_fail="yes"
|
|
|
|
#
|
|
|
|
# hacks
|
|
|
|
export PATH="$PATH:/sbin:/usr/sbin"
|
|
|
|
#
|
|
|
|
# do the check but don't abort yet
|
|
|
|
result="0"
|
|
|
|
make %{?_smp_mflags} check || result="1"
|
|
|
|
#
|
|
|
|
# always show test diffs (inclusive known_fail) and exit result
|
|
|
|
diffs_files="$(find tests/diff -type f | sort)"
|
|
|
|
echo "$diffs_files" | xargs -r cat
|
|
|
|
exit "$result"
|
2021-01-26 14:17:45 +01:00
|
|
|
%endif
|
2006-12-19 00:18:10 +01:00
|
|
|
|
2022-09-15 17:39:18 +02:00
|
|
|
%if "%ulmode" == "full"
|
2022-09-01 20:34:07 +02:00
|
|
|
%verifyscript
|
|
|
|
%verify_permissions -e %{ulbindir}/wall -e %{ulbindir}/write -e %{ulbindir}/mount -e %{ulbindir}/umount
|
|
|
|
%verify_permissions -e %{ulbindir}/su
|
2022-09-15 17:39:18 +02:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
|
2017-02-07 21:47:46 +01:00
|
|
|
%pre
|
2019-10-03 00:24:59 +02:00
|
|
|
# move outdated pam.d/*.rpmsave files away
|
|
|
|
for i in login remote runuser runuser-l su su-l ; do
|
|
|
|
test -f /etc/pam.d/${i}.rpmsave && mv -v /etc/pam.d/${i}.rpmsave /etc/pam.d/${i}.rpmsave.old ||:
|
|
|
|
done
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%service_add_pre fstrim.service fstrim.timer
|
|
|
|
%endif
|
2017-02-07 21:47:46 +01:00
|
|
|
|
2022-09-15 17:39:18 +02:00
|
|
|
%if "%ulmode" == "full"
|
2006-12-19 00:18:10 +01:00
|
|
|
%post
|
2022-09-01 20:34:07 +02:00
|
|
|
%set_permissions %{ulbindir}/wall %{ulbindir}/write %{ulbindir}/mount %{ulbindir}/umount
|
|
|
|
%set_permissions %{ulbindir}/su
|
2020-09-10 01:47:10 +02:00
|
|
|
%if ! %{defined no_config}
|
2013-10-08 10:48:43 +02:00
|
|
|
#
|
2019-08-07 01:09:02 +02:00
|
|
|
# If outdated PAM file is detected, issue a warning.
|
2019-08-08 02:23:26 +02:00
|
|
|
for PAM_FILE in login remote runuser runuser-l su su-l ; do
|
2022-09-12 20:51:52 +02:00
|
|
|
if test -f %{ulpamdir}/$PAM_FILE.rpmnew ; then
|
|
|
|
echo "Your %{ulpamdir}/$PAM_FILE is outdated. Please check %{ulpamdir}/$PAM_FILE.rpmnew!" >&2
|
2019-08-07 01:09:02 +02:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
#
|
2019-07-22 18:53:23 +02:00
|
|
|
# /etc/default/su is tagged as noreplace.
|
2019-05-09 17:58:55 +02:00
|
|
|
# But we want to migrate variables to /etc/login.defs (bsc#1121197).
|
|
|
|
# Perform one-time config replace.
|
2019-07-22 18:53:23 +02:00
|
|
|
# Applies for: Update from SLE11, online update for SLE15 SP1, Leap15.1.
|
|
|
|
# Not needed for /etc/default/runuser. It was first packaged after the change.
|
2022-09-01 20:34:07 +02:00
|
|
|
if ! grep -q "^# /etc/default/su is an override" %{ulsysconfdir}/default/su ; then
|
|
|
|
if test -f %{ulsysconfdir}/default/su.rpmnew ; then
|
|
|
|
if ! test -f %{ulsysconfdir}/default/su.rpmorig ; then
|
|
|
|
cp -a %{ulsysconfdir}/default/su %{ulsysconfdir}/default/su.rpmorig
|
2019-05-09 17:58:55 +02:00
|
|
|
fi
|
2022-09-01 20:34:07 +02:00
|
|
|
mv %{ulsysconfdir}/default/su.rpmnew %{ulsysconfdir}/default/su
|
|
|
|
echo "One time clean-up of %{ulsysconfdir}/default/su was performed." >&2
|
|
|
|
echo "Original contents was saved to %{ulsysconfdir}/default/su.rpmorig." >&2
|
|
|
|
echo "Please edit %{ulsysconfdir}/login.defs or %{ulsysconfdir}/default/su to restore your customization." >&2
|
2018-04-13 13:36:33 +02:00
|
|
|
fi
|
|
|
|
fi
|
2020-09-10 01:47:10 +02:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%service_add_post fstrim.service fstrim.timer
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%service_del_preun fstrim.service fstrim.timer
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%service_del_postun fstrim.service fstrim.timer
|
2011-01-11 16:19:40 +01:00
|
|
|
|
2020-09-10 01:47:10 +02:00
|
|
|
%if %{defined no_config}
|
2022-09-01 20:34:07 +02:00
|
|
|
%posttrans
|
2019-10-03 00:24:59 +02:00
|
|
|
# Migration to /usr/etc.
|
|
|
|
for i in login remote runuser runuser-l su su-l; do
|
|
|
|
test -f /etc/pam.d/${i}.rpmsave && mv -v /etc/pam.d/${i}.rpmsave /etc/pam.d/${i} ||:
|
|
|
|
done
|
2020-09-10 01:47:10 +02:00
|
|
|
%endif
|
2019-10-03 00:24:59 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%post -n libblkid1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libblkid1 -p /sbin/ldconfig
|
2010-07-30 12:35:45 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%post -n libmount1 -p /sbin/ldconfig
|
2010-07-30 12:35:45 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%postun -n libmount1 -p /sbin/ldconfig
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%post -n libsmartcols1 -p /sbin/ldconfig
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%postun -n libsmartcols1 -p /sbin/ldconfig
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%post -n libuuid1 -p /sbin/ldconfig
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%postun -n libuuid1 -p /sbin/ldconfig
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%post -n libfdisk1 -p /sbin/ldconfig
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%postun -n libfdisk1 -p /sbin/ldconfig
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2017-09-14 13:58:12 +02:00
|
|
|
%if 0%{?suse_version} >= 1330
|
2021-01-18 11:29:39 +01:00
|
|
|
%pre -n uuidd
|
2017-09-14 13:58:12 +02:00
|
|
|
%else
|
2021-06-04 12:46:54 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%pre -n uuidd
|
2017-09-25 11:20:17 +02:00
|
|
|
getent group uuidd >/dev/null || /usr/sbin/groupadd -r uuidd
|
|
|
|
getent passwd uuidd >/dev/null || \
|
|
|
|
/usr/sbin/useradd -r -g uuidd -c "User for uuidd" \
|
2022-09-01 20:34:07 +02:00
|
|
|
-d %{_localstatedir}/run/uuidd uuidd
|
2017-09-14 13:58:12 +02:00
|
|
|
%endif
|
2014-10-31 16:22:34 +01:00
|
|
|
%{service_add_pre uuidd.socket uuidd.service}
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%post -n uuidd
|
2018-11-07 08:46:39 +01:00
|
|
|
# Fix running instance paths during live upgrade from
|
|
|
|
# Leap = 15, SLE = 15 (boo#1113188).
|
|
|
|
# Useful for Tumbleweed or zypper dup only.
|
|
|
|
mv /run/run/uuidd /run/uuidd >/dev/null 2>&1 || :
|
|
|
|
rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
2014-10-31 16:22:34 +01:00
|
|
|
%{service_add_post uuidd.socket uuidd.service}
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%preun -n uuidd
|
2014-10-31 16:22:34 +01:00
|
|
|
%{service_del_preun uuidd.socket uuidd.service}
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2021-01-18 11:29:39 +01:00
|
|
|
%postun -n uuidd
|
2014-10-31 16:22:34 +01:00
|
|
|
%{service_del_postun uuidd.socket uuidd.service}
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2020-09-10 01:47:10 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n %{name} -f %{name}.files
|
2006-12-19 00:18:10 +01:00
|
|
|
%defattr(-,root,root)
|
2022-09-01 20:34:07 +02:00
|
|
|
#
|
|
|
|
# Common files for all archs
|
2018-11-27 19:17:59 +01:00
|
|
|
%doc AUTHORS ChangeLog README NEWS
|
2018-03-23 10:33:09 +01:00
|
|
|
%license README.licensing
|
|
|
|
%license COPYING
|
2018-11-27 19:17:59 +01:00
|
|
|
%license Documentation/licenses/*
|
2022-09-01 20:34:07 +02:00
|
|
|
%attr(-,uuidd,uuidd) %dir %{_sharedstatedir}/libuuid
|
|
|
|
%attr(-,uuidd,uuidd) %ghost %{_sharedstatedir}/libuuid/clock.txt
|
|
|
|
%config(noreplace) %{ulsysconfdir}/filesystems
|
|
|
|
%config(noreplace) %{ulsysconfdir}/blkid.conf
|
2019-10-03 00:24:59 +02:00
|
|
|
%if %{defined no_config}
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulpamdir}/login
|
|
|
|
%{ulpamdir}/remote
|
|
|
|
%{ulpamdir}/runuser
|
|
|
|
%{ulpamdir}/runuser-l
|
|
|
|
%{ulpamdir}/su
|
|
|
|
%{ulpamdir}/su-l
|
2020-09-10 01:47:10 +02:00
|
|
|
%if 0%{?suse_version} <= 1520
|
2022-09-01 20:34:07 +02:00
|
|
|
%dir %{uldistconfdir}/default
|
2020-09-10 01:47:10 +02:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%{uldistconfdir}/default/runuser
|
|
|
|
%{uldistconfdir}/default/su
|
2019-10-03 00:24:59 +02:00
|
|
|
%else
|
2022-09-12 20:51:52 +02:00
|
|
|
%config(noreplace) %{ulpamdir}/login
|
|
|
|
%config(noreplace) %{ulpamdir}/remote
|
|
|
|
%config(noreplace) %{ulpamdir}/runuser
|
|
|
|
%config(noreplace) %{ulpamdir}/runuser-l
|
|
|
|
%config(noreplace) %{ulpamdir}/su
|
|
|
|
%config(noreplace) %{ulpamdir}/su-l
|
2022-09-01 20:34:07 +02:00
|
|
|
%config(noreplace) %{ulsysconfdir}/default/runuser
|
|
|
|
%config(noreplace) %{ulsysconfdir}/default/su
|
|
|
|
%endif
|
|
|
|
%config %dir %{ulsysconfdir}/issue.d
|
|
|
|
%if %{ul_extra_bin_sbin}
|
|
|
|
/bin/findmnt
|
2013-06-05 15:07:12 +02:00
|
|
|
/bin/kill
|
2022-09-15 17:39:18 +02:00
|
|
|
%verify(not mode) %attr(%ul_suid,root,root) /bin/su
|
2006-12-19 00:18:10 +01:00
|
|
|
/bin/dmesg
|
|
|
|
/bin/more
|
2022-09-15 17:39:18 +02:00
|
|
|
%verify(not mode) %attr(%ul_suid,root,root) /bin/mount
|
|
|
|
%verify(not mode) %attr(%ul_suid,root,root) /bin/umount
|
2012-03-14 15:25:45 +01:00
|
|
|
/bin/login
|
2022-09-01 20:34:07 +02:00
|
|
|
/bin/logger
|
|
|
|
/bin/lsblk
|
2006-12-19 00:18:10 +01:00
|
|
|
/sbin/agetty
|
|
|
|
/sbin/blockdev
|
|
|
|
/sbin/ctrlaltdel
|
|
|
|
/sbin/fsck.minix
|
|
|
|
/sbin/fsck.cramfs
|
|
|
|
/sbin/losetup
|
|
|
|
/sbin/mkfs
|
|
|
|
/sbin/mkfs.bfs
|
|
|
|
/sbin/mkfs.minix
|
|
|
|
/sbin/mkfs.cramfs
|
|
|
|
/sbin/mkswap
|
|
|
|
/sbin/nologin
|
|
|
|
/sbin/pivot_root
|
|
|
|
/sbin/swapoff
|
|
|
|
/sbin/swapon
|
2009-07-03 17:12:19 +02:00
|
|
|
/sbin/blkid
|
|
|
|
/sbin/findfs
|
|
|
|
/sbin/fsck
|
|
|
|
/sbin/switch_root
|
2010-02-25 11:23:43 +01:00
|
|
|
/sbin/wipefs
|
2010-07-30 12:35:45 +02:00
|
|
|
/sbin/fsfreeze
|
|
|
|
/sbin/swaplabel
|
2011-01-11 16:19:40 +01:00
|
|
|
/sbin/fstrim
|
2012-02-24 11:56:25 +01:00
|
|
|
/sbin/chcpu
|
2021-01-26 14:17:45 +01:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulbindir}/kill
|
2022-09-15 17:39:18 +02:00
|
|
|
%verify(not mode) %attr(%ul_suid,root,root) %{ulbindir}/su
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulbindir}/eject
|
|
|
|
%{ulbindir}/cal
|
|
|
|
%{ulbindir}/chmem
|
|
|
|
%{ulbindir}/choom
|
|
|
|
%{ulbindir}/chrt
|
|
|
|
%{ulbindir}/col
|
|
|
|
%{ulbindir}/colcrt
|
|
|
|
%{ulbindir}/colrm
|
|
|
|
%{ulbindir}/column
|
|
|
|
%{ulbindir}/dmesg
|
|
|
|
%{ulbindir}/fallocate
|
|
|
|
%{ulbindir}/fincore
|
|
|
|
%{ulbindir}/findmnt
|
|
|
|
%{ulbindir}/flock
|
|
|
|
%{ulbindir}/getopt
|
|
|
|
%{ulbindir}/hardlink
|
|
|
|
%{ulbindir}/hexdump
|
|
|
|
%{ulbindir}/ionice
|
|
|
|
%{ulbindir}/ipcmk
|
|
|
|
%{ulbindir}/ipcrm
|
|
|
|
%{ulbindir}/ipcs
|
|
|
|
%{ulbindir}/irqtop
|
|
|
|
%{ulbindir}/isosize
|
|
|
|
%{ulbindir}/last
|
|
|
|
%{ulbindir}/lastb
|
|
|
|
%{ulbindir}/line
|
|
|
|
%{ulbindir}/logger
|
|
|
|
%{ulbindir}/look
|
|
|
|
%if !%{ul_extra_bin_sbin}
|
|
|
|
%{ulbindir}/login
|
|
|
|
%endif
|
|
|
|
%{ulbindir}/lsblk
|
|
|
|
%{ulbindir}/lscpu
|
|
|
|
%{ulbindir}/lsfd
|
|
|
|
%{ulbindir}/lsipc
|
|
|
|
%{ulbindir}/lsirq
|
|
|
|
%{ulbindir}/lslocks
|
|
|
|
%{ulbindir}/lslogins
|
|
|
|
%{ulbindir}/lsmem
|
|
|
|
%{ulbindir}/lsns
|
|
|
|
%{ulbindir}/mcookie
|
|
|
|
%{ulbindir}/mesg
|
|
|
|
%{ulbindir}/more
|
2022-09-15 17:39:18 +02:00
|
|
|
%verify(not mode) %attr(%ul_suid,root,root) %{ulbindir}/mount
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulbindir}/namei
|
|
|
|
%{ulbindir}/nsenter
|
|
|
|
%{ulbindir}/prlimit
|
|
|
|
%{ulbindir}/rename
|
|
|
|
%{ulbindir}/renice
|
|
|
|
%{ulbindir}/rev
|
|
|
|
%{ulbindir}/script
|
|
|
|
%{ulbindir}/scriptlive
|
|
|
|
%{ulbindir}/scriptreplay
|
|
|
|
%{ulbindir}/setarch
|
|
|
|
%{ulbindir}/setpriv
|
|
|
|
%{ulbindir}/setsid
|
|
|
|
%{ulbindir}/taskset
|
|
|
|
%{ulbindir}/uclampset
|
|
|
|
%{ulbindir}/ul
|
2022-09-15 17:39:18 +02:00
|
|
|
%verify(not mode)%attr(%ul_suid,root,root) %{ulbindir}/umount
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulbindir}/unshare
|
|
|
|
%{ulbindir}/mountpoint
|
|
|
|
%{ulbindir}/utmpdump
|
|
|
|
%{ulbindir}/uuidgen
|
|
|
|
%{ulbindir}/uuidparse
|
|
|
|
%{ulbindir}/uname26
|
|
|
|
%{ulbindir}/wdctl
|
|
|
|
%{ulsbindir}/addpart
|
|
|
|
%{ulsbindir}/agetty
|
|
|
|
%{ulsbindir}/blkid
|
|
|
|
%{ulsbindir}/blkdiscard
|
2017-06-19 18:44:47 +02:00
|
|
|
# blkzone depends on linux/blkzoned.h
|
|
|
|
%if 0%{?suse_version} >= 1330
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulsbindir}/blkzone
|
|
|
|
%endif
|
|
|
|
%{ulsbindir}/blockdev
|
|
|
|
%{ulsbindir}/chcpu
|
|
|
|
%{ulsbindir}/ctrlaltdel
|
|
|
|
%{ulsbindir}/delpart
|
|
|
|
%{ulsbindir}/findfs
|
|
|
|
%{ulsbindir}/fsck
|
|
|
|
%{ulsbindir}/fsck.minix
|
|
|
|
%{ulsbindir}/fsck.cramfs
|
|
|
|
%{ulsbindir}/fsfreeze
|
|
|
|
%{ulsbindir}/fstrim
|
|
|
|
%{ulsbindir}/ldattach
|
|
|
|
%{ulsbindir}/losetup
|
|
|
|
%{ulsbindir}/mkfs
|
|
|
|
%{ulsbindir}/mkfs.bfs
|
|
|
|
%{ulsbindir}/mkfs.minix
|
|
|
|
%{ulsbindir}/mkfs.cramfs
|
|
|
|
%{ulsbindir}/mkswap
|
|
|
|
%{ulsbindir}/nologin
|
|
|
|
%{ulsbindir}/partx
|
|
|
|
%{ulsbindir}/pivot_root
|
|
|
|
%{ulsbindir}/resizepart
|
|
|
|
%{ulsbindir}/rfkill
|
|
|
|
%{ulsbindir}/rtcwake
|
|
|
|
%{ulsbindir}/runuser
|
|
|
|
%{ulsbindir}/sulogin
|
|
|
|
%{ulsbindir}/swaplabel
|
|
|
|
%{ulsbindir}/swapoff
|
|
|
|
%{ulsbindir}/swapon
|
|
|
|
%{ulsbindir}/switch_root
|
|
|
|
%{ulsbindir}/wipefs
|
|
|
|
%verify(not mode) %attr(0755,root,tty) %{ulbindir}/wall
|
|
|
|
%{ulbindir}/whereis
|
|
|
|
%verify(not mode) %attr(0755,root,tty) %{ulbindir}/write
|
|
|
|
%{ulsbindir}/zramctl
|
|
|
|
%{ulsbindir}/flushb
|
|
|
|
%{ulsbindir}/readprofile
|
|
|
|
%{uldatadir}/bash-completion/completions/*
|
|
|
|
%if "%ulmode" == "bootstrap"
|
2022-09-12 20:51:52 +02:00
|
|
|
%config /etc/profile.d/%{name}.sh
|
2022-09-01 20:34:07 +02:00
|
|
|
%endif
|
|
|
|
#
|
|
|
|
# Common files for all archs not intended for mini package
|
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%exclude %{uldatadir}/bash-completion/completions/uuidd
|
|
|
|
# util-linux documentation files
|
|
|
|
%doc Documentation/blkid.txt
|
|
|
|
%doc Documentation/cal.txt
|
|
|
|
%doc Documentation/col.txt
|
|
|
|
%doc Documentation/deprecated.txt
|
|
|
|
%doc Documentation/getopt.txt
|
|
|
|
%doc Documentation/howto-debug.txt
|
|
|
|
%doc Documentation/hwclock.txt
|
|
|
|
%doc Documentation/modems-with-agetty.txt
|
|
|
|
%doc Documentation/mount.txt
|
|
|
|
%doc Documentation/pg.txt
|
|
|
|
%{uldocdir}/%{name}/getopt-example.*
|
|
|
|
%{ulmandir}/man1/kill.1.gz
|
|
|
|
%{ulmandir}/man1/su.1.gz
|
|
|
|
%{ulmandir}/man1/cal.1.gz
|
|
|
|
%{ulmandir}/man1/choom.1.gz
|
|
|
|
%{ulmandir}/man1/chrt.1.gz
|
|
|
|
%{ulmandir}/man1/col.1.gz
|
|
|
|
%{ulmandir}/man1/colcrt.1.gz
|
|
|
|
%{ulmandir}/man1/colrm.1.gz
|
|
|
|
%{ulmandir}/man1/column.1.gz
|
|
|
|
%{ulmandir}/man1/dmesg.1.gz
|
|
|
|
%{ulmandir}/man1/eject.1.gz
|
|
|
|
%{ulmandir}/man1/fallocate.1.gz
|
|
|
|
%{ulmandir}/man1/fincore.1.gz
|
|
|
|
%{ulmandir}/man1/flock.1.gz
|
|
|
|
%{ulmandir}/man1/getopt.1.gz
|
|
|
|
%{ulmandir}/man1/hardlink.1.gz
|
|
|
|
%{ulmandir}/man1/hexdump.1.gz
|
|
|
|
%{ulmandir}/man1/ipcrm.1.gz
|
|
|
|
%{ulmandir}/man1/ipcs.1.gz
|
|
|
|
%{ulmandir}/man1/last.1.gz
|
|
|
|
%{ulmandir}/man1/lastb.1.gz
|
|
|
|
%{ulmandir}/man1/line.1.gz
|
|
|
|
%{ulmandir}/man1/login.1.gz
|
|
|
|
%{ulmandir}/man1/look.1.gz
|
|
|
|
%{ulmandir}/man1/logger.1.gz
|
|
|
|
%{ulmandir}/man1/lscpu.1.gz
|
|
|
|
%{ulmandir}/man1/lsfd.1.gz
|
|
|
|
%{ulmandir}/man1/lsipc.1.gz
|
|
|
|
%{ulmandir}/man1/lsirq.1.gz
|
|
|
|
%{ulmandir}/man1/lslogins.1.gz
|
|
|
|
%{ulmandir}/man8/lsblk.8.gz
|
|
|
|
%{ulmandir}/man1/lsmem.1.gz
|
|
|
|
%{ulmandir}/man1/mcookie.1.gz
|
|
|
|
%{ulmandir}/man1/mesg.1.gz
|
|
|
|
%{ulmandir}/man1/more.1.gz
|
|
|
|
%{ulmandir}/man1/namei.1.gz
|
|
|
|
%{ulmandir}/man1/nsenter.1.gz
|
|
|
|
%{ulmandir}/man1/ionice.1.gz
|
|
|
|
%{ulmandir}/man1/irqtop.1.gz
|
|
|
|
%{ulmandir}/man1/prlimit.1.gz
|
|
|
|
%{ulmandir}/man1/rename.1.gz
|
|
|
|
%{ulmandir}/man1/rev.1.gz
|
|
|
|
%{ulmandir}/man1/renice.1.gz
|
|
|
|
%{ulmandir}/man1/setpriv.1.gz
|
|
|
|
%{ulmandir}/man1/setsid.1.gz
|
|
|
|
%{ulmandir}/man1/script.1.gz
|
|
|
|
%{ulmandir}/man1/scriptlive.1.gz
|
|
|
|
%{ulmandir}/man1/scriptreplay.1.gz
|
|
|
|
%{ulmandir}/man1/setterm.1.gz
|
|
|
|
%{ulmandir}/man1/taskset.1.gz
|
|
|
|
%{ulmandir}/man1/ul.1.gz
|
|
|
|
%{ulmandir}/man1/unshare.1.gz
|
|
|
|
%{ulmandir}/man1/wall.1.gz
|
|
|
|
%{ulmandir}/man1/whereis.1.gz
|
|
|
|
%{ulmandir}/man1/write.1.gz
|
|
|
|
%{ulmandir}/man1/ipcmk.1.gz
|
|
|
|
%{ulmandir}/man1/mountpoint.1.gz
|
|
|
|
%{ulmandir}/man1/runuser.1.gz
|
|
|
|
%{ulmandir}/man1/uclampset.1.gz
|
|
|
|
%{ulmandir}/man1/utmpdump.1.gz
|
|
|
|
%{ulmandir}/man1/uuidgen.1.gz
|
|
|
|
%{ulmandir}/man1/uuidparse.1.gz
|
|
|
|
%{ulmandir}/man5/adjtime_config.5.gz
|
|
|
|
%{ulmandir}/man5/fstab.5.gz
|
|
|
|
%{ulmandir}/man5/terminal-colors.d.5.gz
|
|
|
|
%{ulmandir}/man8/addpart.8.gz
|
|
|
|
%{ulmandir}/man8/agetty.8.gz
|
2017-06-19 18:44:47 +02:00
|
|
|
%if 0%{?suse_version} >= 1330
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulmandir}/man8/blkzone.8.gz
|
|
|
|
%endif
|
|
|
|
%{ulmandir}/man8/blockdev.8.gz
|
|
|
|
%{ulmandir}/man8/chmem.8.gz
|
|
|
|
%{ulmandir}/man8/ctrlaltdel.8.gz
|
|
|
|
%{ulmandir}/man8/delpart.8.gz
|
|
|
|
%{ulmandir}/man8/blkid.8.gz
|
|
|
|
%{ulmandir}/man8/blkdiscard.8.gz
|
|
|
|
%{ulmandir}/man8/switch_root.8.gz
|
|
|
|
%{ulmandir}/man8/mkfs.bfs.8.gz
|
|
|
|
%{ulmandir}/man8/mkfs.minix.8.gz
|
|
|
|
%{ulmandir}/man8/findfs.8.gz
|
|
|
|
%{ulmandir}/man8/fsck.8.gz
|
|
|
|
%{ulmandir}/man8/fsck.cramfs.8.gz
|
|
|
|
%{ulmandir}/man8/fsck.minix.8.gz
|
|
|
|
%{ulmandir}/man8/isosize.8.gz
|
|
|
|
%{ulmandir}/man8/ldattach.8.gz
|
|
|
|
%{ulmandir}/man8/losetup.8.gz
|
|
|
|
%{ulmandir}/man8/lslocks.8.gz
|
|
|
|
%{ulmandir}/man8/lsns.8.gz
|
|
|
|
%{ulmandir}/man8/mkfs.8.gz
|
|
|
|
%{ulmandir}/man8/mkfs.cramfs.8.gz
|
|
|
|
%{ulmandir}/man8/mkswap.8.gz
|
|
|
|
%{ulmandir}/man8/mount.8.gz
|
|
|
|
%{ulmandir}/man8/nologin.8.gz
|
|
|
|
%{ulmandir}/man8/fsfreeze.8.gz
|
|
|
|
%{ulmandir}/man8/swaplabel.8.gz
|
|
|
|
%{ulmandir}/man8/readprofile.8.gz
|
|
|
|
%{ulmandir}/man8/rfkill.8.gz
|
|
|
|
%{ulmandir}/man8/chcpu.8.gz
|
|
|
|
%{ulmandir}/man8/partx.8.gz
|
|
|
|
%{ulmandir}/man8/pivot_root.8.gz
|
|
|
|
%{ulmandir}/man8/rtcwake.8.gz
|
|
|
|
%{ulmandir}/man8/setarch.8.gz
|
|
|
|
%{ulmandir}/man8/swapoff.8.gz
|
|
|
|
%{ulmandir}/man8/swapon.8.gz
|
|
|
|
%{ulmandir}/man8/umount.8.gz
|
|
|
|
%{ulmandir}/man8/uname26.8.gz
|
|
|
|
%{ulmandir}/man8/wipefs.8.gz
|
|
|
|
%{ulmandir}/man8/zramctl.8.gz
|
|
|
|
%{ulmandir}/man8/findmnt.8.gz
|
|
|
|
%{ulmandir}/man8/fstrim.8.gz
|
|
|
|
%{ulmandir}/man8/resizepart.8.gz
|
|
|
|
%{ulmandir}/man8/sulogin.8.gz
|
|
|
|
%{ulmandir}/man8/wdctl.8.gz
|
|
|
|
%{ulsbindir}/rcfstrim
|
|
|
|
%{_unitdir}/fstrim.service
|
|
|
|
%{_unitdir}/fstrim.timer
|
|
|
|
%endif
|
|
|
|
#
|
|
|
|
# Files not common for all architectures
|
2013-10-09 17:02:58 +02:00
|
|
|
%ifnarch ia64 m68k
|
2022-09-01 20:34:07 +02:00
|
|
|
%if %{ul_extra_bin_sbin}
|
2006-12-19 00:18:10 +01:00
|
|
|
/sbin/fdisk
|
2021-01-26 14:17:45 +01:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulsbindir}/fdisk
|
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%{ulmandir}/man8/fdisk.8.gz
|
|
|
|
%endif
|
2006-12-19 00:18:10 +01:00
|
|
|
%endif
|
2013-10-09 17:02:58 +02:00
|
|
|
%ifnarch %sparc ia64 m68k
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%{ulmandir}/man8/cfdisk.8.gz
|
|
|
|
%{ulmandir}/man8/sfdisk.8.gz
|
|
|
|
%endif
|
|
|
|
%if %{ul_extra_bin_sbin}
|
2006-12-19 00:18:10 +01:00
|
|
|
/sbin/cfdisk
|
|
|
|
/sbin/sfdisk
|
2021-01-26 14:17:45 +01:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulsbindir}/cfdisk
|
|
|
|
%{ulsbindir}/sfdisk
|
2006-12-19 00:18:10 +01:00
|
|
|
%endif
|
|
|
|
%ifnarch s390 s390x
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulsbindir}/fdformat
|
|
|
|
%if %{ul_extra_bin_sbin}
|
2006-12-19 00:18:10 +01:00
|
|
|
/sbin/hwclock
|
2021-01-26 14:17:45 +01:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulsbindir}/hwclock
|
|
|
|
%{ulbindir}/setterm
|
|
|
|
%{ulsbindir}/tunelp
|
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%{ulmandir}/man8/fdformat.8.gz
|
|
|
|
%{ulmandir}/man8/hwclock.8.gz
|
|
|
|
%{ulmandir}/man8/tunelp.8.gz
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
# mini package needs to own all sub-filesystem file
|
|
|
|
%if "%ulmode" == "bootstrap"
|
|
|
|
%dir %{_libexecdir}/build
|
|
|
|
%dir %{ulprefix}
|
|
|
|
%dir %{ulbindir}
|
|
|
|
%dir %{ullibdir}
|
|
|
|
%dir %{ulsbindir}
|
|
|
|
%dir %{uldatadir}
|
|
|
|
%dir %{uldatadir}/bash-completion
|
|
|
|
%dir %{uldatadir}/bash-completion/completions
|
|
|
|
%dir %{ulsysconfdir}
|
|
|
|
%dir %{ulsysconfdir}/default
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if "%ulmode" == "full"
|
2021-01-18 11:29:39 +01:00
|
|
|
%files -n libblkid1
|
2009-07-03 17:12:19 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%endif
|
|
|
|
%{ullibdir}/libblkid.so.1
|
|
|
|
%{ullibdir}/libblkid.so.1.*
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%files -n libfdisk1
|
2014-07-25 09:31:27 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%endif
|
|
|
|
%{ullibdir}/libfdisk.so.1
|
|
|
|
%{ullibdir}/libfdisk.so.1.*
|
2014-07-25 09:31:27 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "full"
|
2021-01-18 11:29:39 +01:00
|
|
|
%files -n libmount1
|
2010-07-30 12:35:45 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%endif
|
|
|
|
%{ullibdir}/libmount.so.1
|
|
|
|
%{ullibdir}/libmount.so.1.*
|
2010-07-30 12:35:45 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%files -n libsmartcols1
|
2010-07-30 12:35:45 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%endif
|
|
|
|
%{ullibdir}/libsmartcols.so.1
|
|
|
|
%{ullibdir}/libsmartcols.so.1.*
|
2010-07-30 12:35:45 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%if "%ulmode" == "full"
|
|
|
|
%files -n libuuid1
|
2014-07-25 09:31:27 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%endif
|
|
|
|
%{ullibdir}/libuuid.so.1
|
|
|
|
%{ullibdir}/libuuid.so.1.*
|
2014-07-25 09:31:27 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
#
|
|
|
|
# devel, lang and uuidd files are not packaged in staging mode
|
|
|
|
# and packaged separately in full mode
|
|
|
|
%if "%ulmode" == "full"
|
|
|
|
# HACK: We have to use "%%files -n" here, otherwise python lua code will
|
|
|
|
# issue an error, even if it is inside a false condition.
|
|
|
|
%files -n %{name}-lang -f %{name}.lang
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libblkid-devel
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libblkid.so
|
|
|
|
%dir %{ulincludedir}/blkid
|
|
|
|
%{ulincludedir}/blkid/blkid.h
|
|
|
|
%{ullibdir}/pkgconfig/blkid.pc
|
|
|
|
%{ulmandir}/man3/libblkid.3.gz
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libblkid-devel-static
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libblkid.*a
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libfdisk-devel
|
2009-07-03 17:12:19 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libfdisk.so
|
|
|
|
%dir %{ulincludedir}/libfdisk
|
|
|
|
%{ulincludedir}/libfdisk/libfdisk.h
|
|
|
|
%{ullibdir}/pkgconfig/fdisk.pc
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libfdisk-devel-static
|
2009-07-03 17:12:19 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libfdisk.*a
|
2009-07-03 17:12:19 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libmount-devel
|
2014-07-25 09:31:27 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libmount.so
|
|
|
|
%dir %{ulincludedir}/libmount
|
|
|
|
%{ulincludedir}/libmount/libmount.h
|
|
|
|
%{ullibdir}/pkgconfig/mount.pc
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libmount-devel-static
|
2015-02-26 17:53:58 +01:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libmount.*a
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libsmartcols-devel
|
2015-02-26 17:53:58 +01:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libsmartcols.so
|
|
|
|
%dir %{ulincludedir}/libsmartcols
|
|
|
|
%{ulincludedir}/libsmartcols/libsmartcols.h
|
|
|
|
%{ullibdir}/pkgconfig/smartcols.pc
|
2015-02-26 17:53:58 +01:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libsmartcols-devel-static
|
2015-02-26 17:53:58 +01:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libsmartcols.*a
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libuuid-devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{ullibdir}/libuuid.so
|
|
|
|
%dir %{ulincludedir}/uuid
|
|
|
|
%{ulincludedir}/uuid/uuid.h
|
|
|
|
%{ullibdir}/pkgconfig/uuid.pc
|
|
|
|
%{ulmandir}/man3/uuid*
|
2021-06-04 12:46:54 +02:00
|
|
|
|
2022-09-01 20:34:07 +02:00
|
|
|
%files -n libuuid-devel-static
|
2021-01-18 11:29:39 +01:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ullibdir}/libuuid.*a
|
2021-01-18 11:29:39 +01:00
|
|
|
|
|
|
|
%files -n uuidd
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{ulsbindir}/uuidd
|
|
|
|
%attr(-,uuidd,uuidd) %dir %{_sharedstatedir}/libuuid
|
|
|
|
%attr(-,uuidd,uuidd) %ghost %{_sharedstatedir}/libuuid/clock.txt
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%attr(-,uuidd,uuidd) %ghost %dir /run/uuidd
|
2022-09-01 20:34:07 +02:00
|
|
|
%{uldatadir}/bash-completion/completions/uuidd
|
|
|
|
%{ulmandir}/man8/uuidd.8.gz
|
|
|
|
%{ulsbindir}/rcuuidd
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%{_unitdir}/uuidd.service
|
|
|
|
%{_unitdir}/uuidd.socket
|
|
|
|
%endif
|
2021-01-18 11:29:39 +01:00
|
|
|
%endif
|
2022-09-01 20:34:07 +02:00
|
|
|
|
|
|
|
%if "%ulbuild" == "python"
|
|
|
|
%files %{python_files}
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%defattr(-, root, root)
|
2022-09-01 20:34:07 +02:00
|
|
|
%{python_sitearch}/libmount
|
Accepting request 244468 from home:sbrabec:branches:Base:System
This update needs a special care:
1)
After first successful build on all platforms, "osc meta prjconf Base:System" must include:
%if 0%{?suse_version} > 1310
Preinstall: libsmartcols1
%endif
2)
You also need to make symlinks to util-linux-systemd and python-libmount.
And finally, this package is intended only for > 1310 (i. e. Factory).
3)
The spec file can have problems with (buggy) Factory check-in check:
ERROR: python-libmount: group for main package not set
There is false error and I have no work-around for this just now.
(If you want, please ping me (by mail) after package review, and I'll do all needed changes.)
- Update to version 2.25
(using work of Ruediger Meier <sweet_f_a@gmx.de>):
* based on the git master branch of util-linux
* many fixes (including bnc#869355, bnc#871951 and
bnc#871698#c49)
* new Python binding sub-package for libmount: python-libmount
* new library: libsmartcols
* new commands: lslogins, setpriv
* add fstrim systemd timer
* better systemd integration
* DROPPED command:
* cytune: Upstream decided to remove tool untested for years
that supports this old hardware.
- Dropped patches included in the upstream:
(*git) Included with no changes
(+git) Included with improvements
(!git) Included with differences
* support-other-tty-lines-not-vconsole.patch (*b9c7390)
* agetty-fooled-on-serial-line-due-plymouth.patch,
* sulogin-fooled-on-tty-line-due-plymouth.patch (*bb280f7)
* agetty-on-s390-on-dev-3270-tty1-line.patch (*f2bcda5)
* sulogin-does-not-find-any-console.patch (*624b204)
* util-linux-setarch-uname26.patch (*f6eb160)
* util-linux-ng-2.16-squashfs3-detect.patch (*11402f5)
* util-linux-lscpu-improve-hypervisor-detection.patch
(!b774473, b32488c, 5bd31c6, 0f0c558, 96ce475)
WARNING, INCOMPATIBLE CHANGE: "lscpu -p" no more reports
hypervisor, as it breaks standard behavior. Use standard output
instead! (FATE#310255)
* blkid-stop-scanning-on-I-O-error.patch (+296d96e)
* blkid-convert-superblocks-to-new-calling-convention.patch
(+37f4060)
* util-linux-libblkid-ext-probe.patch (*a1ca32f)
* util-linux-hwclock-drift-check.patch (*f196fd1)
* util-linux-hwclock-adjtime-check.patch (*db8fc5f)
- Dropped obsolete patch:
* util-linux-2.23.1-eject-fpie.patch (eject is no more SUID)
* util-linux-2.24-fdisk_remove_bogus_warnings.patch
(upstream fixed it in a different way)
* util-linux-HACK-boot.localfs.diff
(MOUNT_PRINT_SOURCE is no more referenced)
- Ported and renamed:
* util-linux-2.23.1-noenc-suse.diff
-> util-linux-noenc-suse.patch
- Split spec file to three stages:
* util-linux.spec: Everything that do not need python or systemd.
* util-linux-systemd.spec: Stuff that needs systemd:
util-linux-systemd and uuidd
NOTE: Not building systemd-less variants of utilities.
* python-libmount.spec: Just python-libmount
- Move bash-completion files to correct packages.
- Add patch util-linux-bash-completion-blockdev.patch.
- Add hacks to prevent damaging of spec files by format_spec_file
(bnc#891152, also edited util-linux-rpmlintrc).
- use nologin from upstream (was added in 2.24)
OBS-URL: https://build.opensuse.org/request/show/244468
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=248
2014-08-21 11:54:57 +02:00
|
|
|
%endif
|
2014-07-25 09:31:27 +02:00
|
|
|
|
2007-03-01 21:08:53 +01:00
|
|
|
%changelog
|