]> git.pld-linux.org Git - packages/bootparamd.git/commitdiff
- release 7: Requires for /sbin/chkconfig and Prereq: for rc-scripts. bootparamd-0_17-7
authorkloczek <kloczek@pld-linux.org>
Fri, 23 Feb 2001 05:16:55 +0000 (05:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootparamd.spec -> 1.15

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.091645 seconds and 4 git commands to generate.