diff --git a/coreutils-testsuite.changes b/coreutils-testsuite.changes index 2fa1631..824b0a7 100644 --- a/coreutils-testsuite.changes +++ b/coreutils-testsuite.changes @@ -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 diff --git a/coreutils-testsuite.spec b/coreutils-testsuite.spec index 9e792ec..4cba77d 100644 --- a/coreutils-testsuite.spec +++ b/coreutils-testsuite.spec @@ -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. diff --git a/coreutils.changes b/coreutils.changes index 7730cff..824b0a7 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -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 diff --git a/coreutils.spec b/coreutils.spec index ab12663..2b103e4 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -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