From: wrobell Date: Thu, 11 Aug 2005 19:44:55 +0000 (+0000) Subject: - fixed initrd bcond X-Git-Tag: auto/ac/device-mapper-1_01_05-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdevice-mapper.git;a=commitdiff_plain;h=79c38c76481996eda033a3149be9ad1955be2ebc - fixed initrd bcond Changed files: device-mapper.spec -> 1.44 --- diff --git a/device-mapper.spec b/device-mapper.spec index aa6d834..1d57afd 100644 --- a/device-mapper.spec +++ b/device-mapper.spec @@ -194,6 +194,7 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libdir}/%{name} %{_libdir}/%{name}/* +%if %{with initrd} %files initrd %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/initrd-dmsetup @@ -202,3 +203,4 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) /usr/%{_lib}/klibc/libdevmapper.a /usr/include/klibc/libdevmapper.h +%endif