forked from pool/coreutils
- change the buildrequire system to pkgconfig(systemd) to fix bootstrap
- Add systemd to build and use requires - Make pam configuration for command su using the systemd login manager for ordinary users as this allows to use all services provided by systemd login manager - change the buildrequire system to pkgconfig(systemd) to fix bootstrap OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=192
This commit is contained in:
parent
5a7fadad23
commit
17af1a7b6b
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 12:34:50 UTC 2013 - coolo@suse.com
|
||||
|
||||
- change the buildrequire system to pkgconfig(systemd) to fix bootstrap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 11:18:29 UTC 2013 - werner@suse.de
|
||||
|
||||
- Add systemd to build and use requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 08:31:39 UTC 2013 - werner@suse.de
|
||||
|
||||
- Make pam configuration for command su using the systemd login
|
||||
manager for ordinary users as this allows to use all services
|
||||
provided by systemd login manager
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 15:38:30 UTC 2013 - mail@bernhard-voelker.de
|
||||
|
||||
|
@ -59,7 +59,9 @@ Recommends: %{name}-lang = %version
|
||||
|
||||
# Needed for su.
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: pam >= 1.1.1.90
|
||||
Requires: systemd
|
||||
|
||||
# this will create a cycle, broken up randomly - coreutils is just
|
||||
# too core to have other prerequisites.
|
||||
|
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 12:29:14 UTC 2013 - werner@suse.de
|
||||
Tue Jun 4 12:34:50 UTC 2013 - coolo@suse.com
|
||||
|
||||
- Sigh ... next try now with systemd-mini for build
|
||||
- change the buildrequire system to pkgconfig(systemd) to fix bootstrap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 11:18:29 UTC 2013 - werner@suse.de
|
||||
|
@ -59,7 +59,7 @@ Recommends: %{name}-lang = %version
|
||||
|
||||
# Needed for su.
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: systemd-mini
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: pam >= 1.1.1.90
|
||||
Requires: systemd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user