]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- more specific Requires
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Aug 2003 15:04:39 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd.spec -> 1.44

pdnsd.spec

index 502a4fb9de29ee5fd0a3606b1fcc1cc4baf257c9..8ecc83912c3cee15ff4cda44d2b7862e1dbdf92e 100644 (file)
@@ -1,8 +1,9 @@
+# TODO: nobody MUST NOT own any files!
 Summary:       A caching dns proxy for small networks or dialin accounts
 Summary(pl):   DNS proxy serwer dla ma³ej sieci lub jednostki z po³±czeniem dialup
 Name:          pdnsd
 Version:       1.1.7a
-Release:       5
+Release:       5.1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://home.t-online.de/home/Moestl/%{name}-%{version}.tar.bz2
@@ -13,8 +14,8 @@ URL:          http://home.t-online.de/home/Moestl/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: flex
-PreReq:                /sbin/chkconfig
 PreReq:                rc-scripts
+Requires(post,preun):  /sbin/chkconfig
 Provides:      caching-nameserver
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     bind
@@ -51,7 +52,8 @@ rm -f missing
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/pdnsd
 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pdnsd.conf{.sample,}
This page took 0.038801 seconds and 4 git commands to generate.