]> git.pld-linux.org Git - packages/bootparamd.git/blobdiff - bootparamd.spec
- release 7: Requires for /sbin/chkconfig and Prereq: for rc-scripts.
[packages/bootparamd.git] / bootparamd.spec
index 6199f8aebfe3908babfcb48910af692ca88892ad..6638e480bb3d438163f44ab4b31bafe059c83218 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       A server process which provides boot information to diskless clients
 Name:          bootparamd
 Version:       0.17
-Release:       6
+Release:       7
 License:       BSD
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -9,7 +9,8 @@ Group(pl):      Sieciowe/Serwery
 Source0:       ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Patch0:                %{name}-install_man_fix.patch
-Prereq:                /sbin/chkconfig
+Prereq:                rc-scripts
+Requires:      /sbin/chkconfig
 Requires:      portmap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,7 +31,7 @@ clients and servers which need that boot server code.
 
 %build
 ./configure --with-c-compiler=%{__cc}
-%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.0304 seconds and 4 git commands to generate.