[packages/systemd] 'cryptsetup' bcond fixes
jajcus
jajcus at pld-linux.org
Thu Oct 25 13:57:52 CEST 2012
commit 657515ed9b539c50d9fbe48dfb503398567c82e7
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date: Thu Oct 25 13:57:39 2012 +0200
'cryptsetup' bcond fixes
systemd.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 50082e7..5bf7c84 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -972,7 +972,7 @@ fi
%attr(755,root,root) /lib/systemd/systemd-binfmt
%attr(755,root,root) /lib/systemd/systemd-cgroups-agent
%attr(755,root,root) /lib/systemd/systemd-coredump
-%attr(755,root,root) /lib/systemd/systemd-cryptsetup
+%{?with_cryptsetup:%attr(755,root,root) /lib/systemd/systemd-cryptsetup}
%attr(755,root,root) /lib/systemd/systemd-fsck
%attr(755,root,root) /lib/systemd/systemd-hostnamed
%attr(755,root,root) /lib/systemd/systemd-initctl
@@ -1062,7 +1062,7 @@ fi
%{_mandir}/man7/systemd.journal-fields.7*
%{_mandir}/man7/systemd.special.7*
%{_mandir}/man8/systemd-binfmt.8*
-%{_mandir}/man8/systemd-cryptsetup-generator.8*
+%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup-generator.8*}
%{_mandir}/man8/systemd-fstab-generator.8*
%{_mandir}/man8/systemd-getty-generator.8*
%{_mandir}/man8/systemd-hostnamed.8*
@@ -1185,8 +1185,8 @@ fi
%{_mandir}/man8/systemd-ask-password-wall.path.8*
%{_mandir}/man8/systemd-ask-password-wall.service.8*
%{_mandir}/man8/systemd-binfmt.service.8*
-%{_mandir}/man8/systemd-cryptsetup.8*
-%{_mandir}/man8/systemd-cryptsetup at .service.8*
+%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup.8*}
+%{?with_cryptsetup:%{_mandir}/man8/systemd-cryptsetup at .service.8*}
%{_mandir}/man8/systemd-fsck-root.service.8*
%{_mandir}/man8/systemd-fsck at .service.8*
%{_mandir}/man8/systemd-halt.service.8*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/657515ed9b539c50d9fbe48dfb503398567c82e7
More information about the pld-cvs-commit
mailing list