]> git.pld-linux.org Git - packages/ftpfs.git/commitdiff
- added using depmod macro ftpfs-0_6_2-1
authortrojan <trojan@pld-linux.org>
Thu, 10 Jul 2003 13:02:23 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftpfs.spec -> 1.21

ftpfs.spec

index 104e3b0badd4a91b648f8e2a036e0896f506dc9b..e3ec4d8a6dc3d5de05f5dc37723daad8c5a229e7 100644 (file)
@@ -17,6 +17,7 @@ Source0:      http://dl.sourceforge.net/ftpfs/%{name}-%{version}-k2.4.tar.gz
 # Source0-md5: 5e160de7f7237cdb27e5bc6f234e8c14
 Patch0:                %{name}-opt.patch
 %{!?_without_dist_kernel:BuildRequires:        kernel-headers >= 2.4}
+BuildRequires: rpmbuild(macros) >= 1.118
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -81,10 +82,10 @@ install -D ftpmount/ftpmount $RPM_BUILD_ROOT%{_sbindir}/ftpmount
 rm -rf $RPM_BUILD_ROOT
 
 %post  -n kernel%{smpstr}-net-ftpfs
-/sbin/depmod -a %{!?_without_dist_kernel:-F /boot/System.map-%{_kernel_ver} }%{_kernel_ver}
+%depmod %{_kernel_ver}
 
 %postun -n kernel%{smpstr}-net-ftpfs
-/sbin/depmod -a %{!?_without_dist_kernel:-F /boot/System.map-%{_kernel_ver} }%{_kernel_ver}
+%depmod %{_kernel_ver}
 
 %files -n kernel%{smpstr}-net-ftpfs
 %defattr(644,root,root,755)
This page took 0.108704 seconds and 4 git commands to generate.