forked from pool/coreutils
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=190
This commit is contained in:
parent
22eb190117
commit
8a7828737b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
# ================================================
|
||||
|
Loading…
Reference in New Issue
Block a user