SHA256
1
0
forked from pool/coreutils
Dr. Werner Fink 2013-06-04 12:30:46 +00:00 committed by Git OBS Bridge
parent 22eb190117
commit 8a7828737b
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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
# ================================================