From 8a7828737b7c215ff7fbea56eb46fa33fa25e69b52c25a0008bb0043ccbb3630 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 4 Jun 2013 12:30:46 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=190 --- coreutils.changes | 5 +++++ coreutils.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/coreutils.changes b/coreutils.changes index 6a7444b..7730cff 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 4 12:29:14 UTC 2013 - werner@suse.de + +- Sigh ... next try now with systemd-mini for build + ------------------------------------------------------------------- Tue Jun 4 11:18:29 UTC 2013 - werner@suse.de diff --git a/coreutils.spec b/coreutils.spec index 5b3b196..4e85d81 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -59,14 +59,14 @@ Recommends: %{name}-lang = %version # Needed for su. BuildRequires: pam-devel -BuildRequires: systemd +BuildRequires: systemd-mini 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. -#PreReq: permissions -PreReq: %{install_info_prereq} +#Requires(post): permissions +Requires(post): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -227,7 +227,7 @@ echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1 %install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz # may fail if permissions is not there, but there is no way around that -%set_permissions %{_bindir}/su.core +%set_permissions %{_bindir}/su.core || true %endif # ================================================