forked from pool/util-linux
Accepting request 445689 from home:dimstar:Factory
- Move the procps BuildRequires into the systemd conditional block. procps is only used during the test suite (some tests run 'ps'; even if we ignore a failure for this in util-linux, we catch the same in util-linux-systemd, which is sufficient. - Move the procps BuildRequires into the systemd conditional block. procps is only used during the test suite (some tests run 'ps'; even if we ignore a failure for this in util-linux, we catch the same in util-linux-systemd, which is sufficient. - Move the procps BuildRequires into the systemd conditional block. procps is only used during the test suite (some tests run 'ps'; even if we ignore a failure for this in util-linux, we catch the same in util-linux-systemd, which is sufficient. OBS-URL: https://build.opensuse.org/request/show/445689 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=326
This commit is contained in:
parent
4bb1e02c35
commit
44e4360fc8
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 08:59:55 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Move the procps BuildRequires into the systemd conditional block.
|
||||||
|
procps is only used during the test suite (some tests run 'ps';
|
||||||
|
even if we ignore a failure for this in util-linux, we catch the
|
||||||
|
same in util-linux-systemd, which is sufficient.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 16:12:55 CET 2016 - sbrabec@suse.com
|
Wed Dec 7 16:12:55 CET 2016 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ Name: python-libmount
|
|||||||
%endif
|
%endif
|
||||||
Summary: %main_summary
|
Summary: %main_summary
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: %main_group
|
Group: %group_pl
|
||||||
BuildRequires: audit-devel
|
BuildRequires: audit-devel
|
||||||
BuildRequires: bc
|
BuildRequires: bc
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
@ -82,7 +82,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: procps
|
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -93,6 +92,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: librtas-devel
|
BuildRequires: librtas-devel
|
||||||
%endif
|
%endif
|
||||||
%if %build_util_linux_systemd
|
%if %build_util_linux_systemd
|
||||||
|
BuildRequires: procps
|
||||||
BuildRequires: socat
|
BuildRequires: socat
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||||
@ -373,6 +373,7 @@ SMP systems.
|
|||||||
%if %build_util_linux
|
%if %build_util_linux
|
||||||
%package -n python-libmount
|
%package -n python-libmount
|
||||||
Summary: %summary_pl
|
Summary: %summary_pl
|
||||||
|
License: GPL-2.0+
|
||||||
Group: %group_pl
|
Group: %group_pl
|
||||||
|
|
||||||
%description -n python-libmount
|
%description -n python-libmount
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 08:59:55 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Move the procps BuildRequires into the systemd conditional block.
|
||||||
|
procps is only used during the test suite (some tests run 'ps';
|
||||||
|
even if we ignore a failure for this in util-linux, we catch the
|
||||||
|
same in util-linux-systemd, which is sufficient.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 16:12:55 CET 2016 - sbrabec@suse.com
|
Wed Dec 7 16:12:55 CET 2016 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -82,7 +82,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: procps
|
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -93,6 +92,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: librtas-devel
|
BuildRequires: librtas-devel
|
||||||
%endif
|
%endif
|
||||||
%if %build_util_linux_systemd
|
%if %build_util_linux_systemd
|
||||||
|
BuildRequires: procps
|
||||||
BuildRequires: socat
|
BuildRequires: socat
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 08:59:55 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Move the procps BuildRequires into the systemd conditional block.
|
||||||
|
procps is only used during the test suite (some tests run 'ps';
|
||||||
|
even if we ignore a failure for this in util-linux, we catch the
|
||||||
|
same in util-linux-systemd, which is sufficient.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 16:12:55 CET 2016 - sbrabec@suse.com
|
Wed Dec 7 16:12:55 CET 2016 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -82,7 +82,6 @@ BuildRequires: libtool
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: procps
|
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -93,6 +92,7 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: librtas-devel
|
BuildRequires: librtas-devel
|
||||||
%endif
|
%endif
|
||||||
%if %build_util_linux_systemd
|
%if %build_util_linux_systemd
|
||||||
|
BuildRequires: procps
|
||||||
BuildRequires: socat
|
BuildRequires: socat
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||||
|
Loading…
Reference in New Issue
Block a user