]> git.pld-linux.org Git - packages/whoson.git/commitdiff
- 2.02a, STBR
authorareq <areq@pld-linux.org>
Fri, 28 Sep 2001 22:27:41 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix bug in chroot path length
- chroot to /var/lib/whosond

Changed files:
    whoson.spec -> 1.45

whoson.spec

index 54c6da21d5c0de88e51589507a298a6c78956420..2fb849b58d254fe8ce9acdbf2910654a0b56c2c8 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Protocol for Keeping Track of Dynamically Allocated IP
 Summary(pl):   Protoko³u ¶ledzenia dynamicznie przydzielanych adresów IP
 Name:          whoson
-Version:       2.02
+Version:       2.02a
 Release:       1
 Group:         Networking
 Group(de):     Netzwerkwesen
@@ -97,7 +97,7 @@ autoconf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/var/lib/whosond}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
@@ -140,7 +140,7 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/whosond
 %attr(754,root,root) /etc/rc.d/init.d/whosond
-
+%dir /var/lib/whosond
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
This page took 0.089513 seconds and 4 git commands to generate.