]> git.pld-linux.org Git - packages/dhcp.git/blame - dhcp.spec
- updated from somewhere, but not 4.0.0 compatible
[packages/dhcp.git] / dhcp.spec
CommitLineData
fa424e73
JB
1#
2# Conditional build:
967af251 3%bcond_without ldap # without support for ldap storage
6db0fb84 4%bcond_without static_libs # don't build static library
ceee8beb
ER
5
6# vendor string
7%define vvendor PLD/Linux
fa424e73 8#
8dc004f7 9Summary: DHCP Server
6e8d2260
ER
10Summary(es.UTF-8): Servidor DHCP
11Summary(pl.UTF-8): Serwer DHCP
12Summary(pt_BR.UTF-8): Servidor DHCP (Protocolo de configuração dinâmica de hosts)
cd3ce1e4 13Name: dhcp
6db0fb84
ER
14# 4.1.0a1 is on DEVEL
15Version: 4.0.0
6e6494f3
AM
16# don't put int release until all patches are updated/ported(!)
17Release: 0.1
9598ee90 18Epoch: 4
6acbb058 19License: MIT
cd3ce1e4 20Group: Networking/Daemons
cab047e0 21Source0: ftp://ftp.isc.org/isc/dhcp/%{name}-%{version}.tar.gz
6db0fb84 22# Source0-md5: 31d79b27ce4a94089a0b9ce7f72307fa
a4dfcb55 23Source1: %{name}.init
6e6494f3
AM
24Source2: %{name}6.init
25Source3: %{name}-relay.init
26Source4: %{name}.sysconfig
27Source5: %{name}-relay.sysconfig
28Source6: %{name}-libdhcp4client.pc
29Source7: %{name}-dhcp4client.h
30Source8: %{name}-libdhcp4client.make
31Source9: %{name}-libdhcp_control.h
03a6f6c6 32Source10: %{name}.schema
ceee8beb
ER
33Source11: %{name}-README.ldap
34Source12: draft-ietf-dhc-ldap-schema-01.txt
35Source13: dhcpd-conf-to-ldap
36Source14: dhcp-dhclient-script
eda193cb 37Patch0: %{name}-dhclient.script.patch
03a6f6c6
AM
38Patch1: %{name}-release-by-ifup.patch
39# from fedora 9-dev
eda193cb 40Patch2: %{name}-ldap.patch
5bf1b3cd
JR
41Patch3: %{name}-client-script-redhat.patch
42Patch4: %{name}-3.0.3-x-option.patch
92eb981e 43Patch5: %{name}-paths.patch
5bf1b3cd 44Patch6: %{name}-arg-concat.patch
01b31b42 45Patch8: %{name}-timeouts.patch
8cf9160b 46Patch9: %{name}-options.patch
01b31b42 47Patch10: %{name}-libdhcp4client.patch
8cf9160b 48Patch11: %{name}-prototypes.patch
ceee8beb
ER
49Patch12: %{name}-errwarn-message.patch
50Patch13: %{name}-memory.patch
51Patch14: %{name}-dhclient-decline-backoff.patch
52Patch15: %{name}-unicast-bootp.patch
53Patch16: %{name}-fast-timeout.patch
54Patch17: %{name}-failover-ports.patch
55Patch18: %{name}-dhclient-usage.patch
56Patch19: %{name}-default-requested-options.patch
57Patch20: %{name}-xen-checksum.patch
58Patch21: %{name}-dhclient-anycast.patch
59Patch22: %{name}-manpages.patch
60Patch23: %{name}-NetworkManager-crash.patch
5ea0fa25 61URL: http://www.isc.org/sw/dhcp/
03a6f6c6
AM
62BuildRequires: autoconf
63BuildRequires: automake
bca716bd 64BuildRequires: groff
ceee8beb 65BuildRequires: libtool
01b31b42 66%{?with_ldap:BuildRequires: openldap-devel}
5bf1b3cd 67%{?with_ldap:BuildRequires: openssl-devel}
967af251
JR
68BuildRequires: rpmbuild(macros) >= 1.304
69Requires(post): coreutils
ac30bae3
ER
70Requires(post,preun): /sbin/chkconfig
71Requires: rc-scripts >= 0.2.0
73612d9c 72Provides: dhcpd
bf74a63f 73BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cd3ce1e4 74
6e6494f3 75%define _sbindir /sbin
967af251
JR
76%define schemadir /usr/share/openldap/schema
77
cd3ce1e4 78%description
0770f14a 79DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
37bec083 80individual devices on an IP network to get their own network
81configuration information (IP address, subnetmask, broadcast address,
82etc.) from a DHCP server. The overall purpose of DHCP is to make it
83easier to administer a large network.
0770f14a 84
39cd54ba 85%description -l es.UTF-8
1f522308 86DHCP permite que hosts en una red TCP/IP soliciten y tengan sus
39cd54ba
JR
87direcciones IP alocadas dinámicamente, permite también descubrir
88información sobre la red en que están conectados. BOOTP provee una
1f522308 89funcionalidad similar, con ciertas restricciones. Este servidor
39cd54ba 90también las atiende.
1f522308 91
39cd54ba 92%description -l pl.UTF-8
b7cc5fa2 93Serwer DHCP (Dynamic Host Configuration Protocol).
cd3ce1e4 94
39cd54ba 95DHCP to protokół pozwalający urządzeniom pracującym w sieci IP na
cd42af6b 96pobieranie ich konfiguracji IP (adresu, maski podsieci, adresu
39cd54ba
JR
97rozgłoszeniowego itp.) z serwera DHCP. Ułatwia on administrowanie
98dużymi sieciami IP.
cd42af6b 99
39cd54ba 100%description -l pt_BR.UTF-8
1f522308 101DHCP permite que hosts numa rede TCP/IP requisitem e tenham seus
39cd54ba
JR
102endereços IP alocados dinamicamente, permite também descobrir
103informações sobre a rede em que estão conectados. BOOTP provê uma
104funcionalidade similar, com certas restrições. Este servidor também
105atende aquelas requisições. Esta versão é ainda considerada um
1f522308 106software BETA.
107
b62eae95 108%package -n openldap-schema-dhcp
967af251
JR
109Summary: LDAP Schema for DHCP Server
110Summary(pl.UTF-8): Schemat LDAP dla serwera DHCP
111Group: Networking/Daemons
112Requires(post,postun): sed >= 4.0
113Requires: openldap-servers
114
b62eae95 115%description -n openldap-schema-dhcp
967af251
JR
116This package contains LDAPv3 schema for use with the DHCP Server.
117
b62eae95 118%description -n openldap-schema-dhcp -l pl.UTF-8
967af251
JR
119Ten pakiet zawiera schemat LDAPv3 do używania z serwerem DHCP.
120
3bb4bab9 121%package client
122Summary: DHCP Client
6e8d2260 123Summary(pl.UTF-8): Klient DHCP
3bb4bab9 124Group: Networking/Daemons
eda193cb
JR
125Requires: coreutils
126Requires: iproute2
127Requires: net-tools
dd3090a5 128Obsoletes: dhclient
3bb4bab9 129
130%description client
0770f14a 131Dynamic Host Configuration Protocol Client.
3bb4bab9 132
39cd54ba 133%description client -l pl.UTF-8
0770f14a 134Klient DHCP (Dynamic Host Configuration Protocol).
3bb4bab9 135
45ef0575 136%package relay
137Summary: DHCP Relay Agent
6e8d2260 138Summary(pl.UTF-8): Agent przekazywania informacji DHCP
45ef0575 139Group: Networking/Daemons
967af251 140Requires(post): coreutils
ac30bae3
ER
141Requires(post,preun): /sbin/chkconfig
142Requires: rc-scripts >= 0.2.0
45ef0575 143
144%description relay
a4dfcb55 145Dhcp relay is a relay agent for DHCP packets. It is used on a subnet
146with DHCP clients to "relay" their requests to a subnet that has a
147DHCP server on it. Because DHCP packets can be broadcast, they will
148not be routed off of the local subnet. The DHCP relay takes care of
149this for the client.
150
39cd54ba
JR
151%description relay -l pl.UTF-8
152Agent przekazywania DHCP (Dynamic Host Configuration Protocol) między
153podsieciami. Ponieważ komunikaty DHCP mogą być przekazywane w formie
154rozgłoszeniowej, bez tego agenta nie zostaną przerutowane do innej
cd42af6b 155podsieci.
45ef0575 156
1d526f5b
JK
157%package devel
158Summary: DHCP development includes and libs
6e8d2260 159Summary(pl.UTF-8): Pliki nagłówkowe i biblioteki dla oprogramowania DHCP
1d526f5b
JK
160Group: Development/Libraries
161
162%description devel
163Includes OMAPI and dhcptl libraries.
164
165OMAPI is an programming layer designed for controlling remote
166applications, and for querying them for their state. It is currently
167used by the ISC DHCP server.
168
169The dhcpctl set of functions provide an API that can be used to
170communicate with and manipulate a running ISC DHCP server.
171
39cd54ba 172%description devel -l pl.UTF-8
1d526f5b
JK
173Zawiera biblioteki OMAPI oraz dhcpctl.
174
175OMAPI to warstwa programowa stworzona do kontroli zdalnych aplikacji i
39cd54ba 176odpytywania o ich stan. Aktualnie jest używana przez serwer ISC DHCP.
1d526f5b 177
39cd54ba
JR
178dhcpctl to zbiór funkcji tworzących API, które może być używane do
179komunikacji z działającym serwerem ISC DHCP i jego kontroli.
1d526f5b 180
c494ae74
PZ
181%package -n libdhcp4client
182Summary: The DHCP client in a library for invocation by other programs
183Summary(pl.UTF-8): Klient DHCP w postaci biblioteki do wykorzystania w innych programach
184Group: Development/Libraries
185
186%description -n libdhcp4client
187Provides the client for the DHCP protocol.
188
189%description -n libdhcp4client -l pl.UTF-8
190Ten pakiet zawiera klienta protokołu DHCP.
191
192%package -n libdhcp4client-devel
193Summary: Header files for development with the DHCP client library
194Summary(pl.UTF-8): Pliki nagłówkowe do programowania z użyciem biblioteki klienckiej DHCP
6acbb058 195License: GPL v2+
ceee8beb 196Group: Development/Libraries
c494ae74
PZ
197Requires: libdhcp4client = %{epoch}:%{version}-%{release}
198
199%description -n libdhcp4client-devel
200Header files for development with the DHCP client library.
201
202%description -n libdhcp4client-devel -l pl.UTF-8
ceee8beb
ER
203Pliki nagłówkowe do programowania z użyciem biblioteki klienckiej
204DHCP.
c494ae74
PZ
205
206%package -n libdhcp4client-static
207Summary: Static DHCP client library
208Summary(pl.UTF-8): Statyczna biblioteka kliencka DHCP
209Group: Development/Libraries
210Requires: libdhcp4client-devel = %{epoch}:%{version}-%{release}
211
212%description -n libdhcp4client-static
213Static DHCP client library.
214
215%description -n libdhcp4client-static -l pl.UTF-8
216Statyczna biblioteka kliencka DHCP.
217
cd3ce1e4 218%prep
cab047e0 219%setup -q
37332297 220%patch0 -p1
03a6f6c6 221%patch1 -p1
5deae13f 222%{?with_ldap:%patch2 -p1}
eda193cb 223# These two patches are required for dhcdbd to function
5bf1b3cd 224%patch3 -p1
ceee8beb
ER
225# CHECK ME: adds -x (formerly -y):
226#The -x argument enables extended option information to be created in the
227#-s dhclient-script environment, which would allow applications running
228#in that environment to handle options they do not know about in advance -
229#this is a Red Hat extension to support dhcdbd and NetworkManager.
230#%%patch4 -p1
92eb981e 231%patch5 -p1
74b36fbe 232%patch6 -p1
c494ae74 233%patch8 -p1
03a6f6c6
AM
234%patch9 -p1
235%patch10 -p1
8cf9160b 236%patch11 -p1
ceee8beb
ER
237%patch12 -p1
238%patch13 -p1
239%patch14 -p1
240%patch15 -p1
241%patch16 -p1
242%patch17 -p1
243%patch18 -p1
244%patch19 -p1
245%patch20 -p1
246%patch21 -p1
247%patch22 -p1
248%patch23 -p1
249
250# Copy in documentation and example scripts for LDAP patch to dhcpd
251cp -a %{SOURCE11} README.ldap
252cp -a %{SOURCE12} doc
253cp -a %{SOURCE13} contrib
254
255# Copy in the libdhcp4client headers and Makefile.dist
256install -d libdhcp4client
6e6494f3
AM
257cp %{SOURCE7} libdhcp4client/dhcp4client.h
258cp %{SOURCE8} libdhcp4client/Makefile.dist
ceee8beb
ER
259
260# Copy in libdhcp_control.h to the isc-dhcp includes directory
6e6494f3 261cp %{SOURCE9} includes/isc-dhcp/libdhcp_control.h
4b8d2654 262
ceee8beb
ER
263# Replace @PRODUCTNAME@
264%{__sed} -i -e 's|@PRODUCTNAME@|%{vvendor}|g' common/dhcp-options.5
265%{__sed} -i -e 's|@PRODUCTNAME@|%{vvendor}|g' configure.ac
266
267# Update paths in all man pages
268for page in client/dhclient.conf.5 client/dhclient.leases.5 client/dhclient-script.8 client/dhclient.8; do
269 %{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \
270 -e 's|RUNDIR|%{_localstatedir}/run|g' \
271 -e 's|DBDIR|%{_localstatedir}/db/dhclient|g' \
272 -e 's|ETCDIR|%{_sysconfdir}|g' $page
273done
274
275for page in server/dhcpd.conf.5 server/dhcpd.leases.5 server/dhcpd.8; do
276 %{__sed} -i -e 's|CLIENTBINDIR|/sbin|g' \
277 -e 's|RUNDIR|%{_localstatedir}/run|g' \
278 -e 's|DBDIR|%{_localstatedir}/db/dhcpd|g' \
279 -e 's|ETCDIR|%{_sysconfdir}|g' $page
280done
281
282sed 's/@DHCP_VERSION@/'%{version}'/' < %{SOURCE5} > libdhcp4client.pc
283
0770f14a 284%build
03a6f6c6
AM
285%{__libtoolize}
286%{__aclocal}
287%{__autoconf}
288%{__autoheader}
289%{__automake}
290CFLAGS="%{rpmcflags} -fPIC"
6e6494f3 291%configure \
6db0fb84 292 %{!?with_static_libs:--disable-static} \
6e6494f3 293 --enable-dhcpv6 \
ceee8beb
ER
294 --with-srv-lease-file=/var/lib/dhcpd/dhcpd.leases \
295 --with-cli-lease-file=/var/lib/dhclient/dhclient.leases \
296 --with-srv-pid-file=/var/run/dhcpd.pid \
297 --with-cli-pid-file=/var/run/dhclient.pid \
298 --with-relay-pid-file=/var/run/dhcrelay.pid
6e6494f3 299%{__make}
cd3ce1e4 300
301%install
302rm -rf $RPM_BUILD_ROOT
ceee8beb 303install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},%{_pkgconfigdir},/var/lib/{dhcpd,dhclient}}
cd3ce1e4 304
771aee8c 305%{__make} install \
6e6494f3 306 DESTDIR=$RPM_BUILD_ROOT
967af251 307
cd3ce1e4 308install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/dhcpd
6e6494f3
AM
309install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/dhcpd6
310install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/dhcp-relay
311install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/dhcpd
312install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/dhcp-relay
ceee8beb 313install %{SOURCE14} $RPM_BUILD_ROOT/sbin/dhclient-script
cd3ce1e4 314
967af251 315install server/dhcpd.conf $RPM_BUILD_ROOT%{_sysconfdir}
ceee8beb 316
967af251 317%if %{with ldap}
ceee8beb 318install -d $RPM_BUILD_ROOT%{schemadir}
03a6f6c6 319install %{SOURCE10} $RPM_BUILD_ROOT%{schemadir}
967af251 320%endif
1d526f5b 321
c588390c
AM
322# Install headers for libdhcp4client-devel
323install -d $RPM_BUILD_ROOT%{_includedir}/dhcp4client/minires
c588390c
AM
324for hdr in cdefs.h ctrace.h dhcp.h dhcp6.h dhcpd.h dhctoken.h failover.h \
325 heap.h inet.h minires/minires.h minires/res_update.h \
ceee8beb
ER
326 minires/resolv.h osdep.h site.h statement.h tree.h; do
327 install -p -m 0644 includes/${hdr} $RPM_BUILD_ROOT%{_includedir}/dhcp4client/${hdr}
c588390c
AM
328done
329
967af251 330touch $RPM_BUILD_ROOT%{_sysconfdir}/dhclient.conf
9da55644 331
ceee8beb 332touch $RPM_BUILD_ROOT/var/lib/dhcpd/dhcpd.leases
b0caeee3 333touch $RPM_BUILD_ROOT/var/lib/dhclient/dhclient.leases
3bb4bab9 334
ceee8beb 335touch $RPM_BUILD_ROOT/var/lib/dhcpd/dhcpd6.leases
8f0f47ea
AM
336touch $RPM_BUILD_ROOT/var/lib/dhclient/dhclient6.leases
337
ceee8beb 338# Install pkg-config file
c494ae74 339install libdhcp4client.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libdhcp4client.pc
ceee8beb 340cp -a includes/isc-dhcp/libdhcp_control.h $RPM_BUILD_ROOT%{_includedir}/isc-dhcp
c494ae74 341
6db0fb84
ER
342%if %{with static_libs}
343# HACK: strip doesn't like .a inside .a
ceee8beb 344install -d stripworkdir
6db0fb84
ER
345cd stripworkdir
346for a in $RPM_BUILD_ROOT%{_libdir}/*.a; do
347 archives=$(ar t $a | grep '\.a$' || :)
348 [ "$archives" ] || continue
349
350 # hope we don't have to recurse here
351 for ar in $archives; do
352 rm -f *.o *.a
353 ar x $a $ar
354 ar x $ar
355 ar d $a $ar
356 ar cr $a *.o
357 done
358done
359cd -
360%endif
361
82fbb222
JB
362%clean
363rm -rf $RPM_BUILD_ROOT
364
cd3ce1e4 365%post
ceee8beb 366touch /var/lib/dhcpd/dhcpd.leases
3a01d42c 367/sbin/chkconfig --add dhcpd
30c45ada 368%service dhcpd restart "dhcpd daemon"
ceee8beb 369/sbin/chkconfig --add dhcpd6
6e6494f3 370%service dhcpd6 restart "dhcpd IPv6 daemon"
cd3ce1e4 371
208108e2
JB
372%preun
373if [ "$1" = "0" ];then
30c45ada 374 %service dhcpd stop
208108e2 375 /sbin/chkconfig --del dhcpd
ceee8beb 376 %service dhcpd6 stop
6e6494f3 377 /sbin/chkconfig --del dhcpd6
208108e2
JB
378fi
379
6acbb058 380%triggerpostun -- dhcp < 3.0
ceee8beb
ER
381if ! grep -q ddns-update-style /etc/dhcpd.conf; then
382 %{__sed} -i -e '1iddns-update-style none;' /etc/dhcpd.conf
6acbb058
JB
383fi
384
b62eae95 385%post -n openldap-schema-dhcp
967af251
JR
386%openldap_schema_register %{schemadir}/dhcp.schema -d core
387%service -q ldap restart
388
b62eae95 389%postun -n openldap-schema-dhcp
967af251
JR
390if [ "$1" = "0" ]; then
391 %openldap_schema_unregister %{schemadir}/dhcp.schema
392 %service -q ldap restart
393fi
394
7940deed 395%post relay
3a01d42c 396/sbin/chkconfig --add dhcp-relay
3a01d42c 397if [ -f /var/lock/subsys/dhcrelay ]; then
30c45ada 398 mv -f /var/lock/subsys/{dhcrelay,dhcp-relay}
3a01d42c 399fi
30c45ada 400%service dhcp-relay restart "dhcrelay daemon"
7940deed 401
7940deed 402%preun relay
3a01d42c 403if [ "$1" = "0" ];then
30c45ada 404 %service dhcp-relay stop
3a01d42c 405 /sbin/chkconfig --del dhcp-relay
406fi
7940deed 407
6acbb058
JB
408%post -n libdhcp4client -p /sbin/ldconfig
409%postun -n libdhcp4client -p /sbin/ldconfig
b7f7d94b 410
cd3ce1e4 411%files
412%defattr(644,root,root,755)
6acbb058 413%doc doc/* README RELNOTES server/dhcpd.conf LICENSE contrib/ms2isc
ac30bae3
ER
414%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/dhcpd
415%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhcpd.conf
967af251 416%attr(755,root,root) %{_bindir}/omshell
cd3ce1e4 417%attr(755,root,root) %{_sbindir}/dhcpd
d3d402da 418%attr(754,root,root) /etc/rc.d/init.d/dhcpd
6e6494f3 419%attr(754,root,root) /etc/rc.d/init.d/dhcpd6
ceee8beb
ER
420%attr(750,root,root) %dir /var/lib/dhcpd
421%ghost /var/lib/dhcpd/dhcpd.leases
422%ghost /var/lib/dhcpd/dhcpd6.leases
6acbb058
JB
423%{_mandir}/man1/omshell.1*
424%{_mandir}/man5/dhcp-eval.5*
425%{_mandir}/man5/dhcp-options.5*
426%{_mandir}/man5/dhcpd.conf.5*
427%{_mandir}/man5/dhcpd.leases.5*
428%{_mandir}/man8/dhcpd.8*
3bb4bab9 429
430%files client
ccf64540 431%defattr(644,root,root,755)
ceee8beb 432%doc contrib/sethostname.sh client/dhclient.conf
967af251 433%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhclient.conf
3bb4bab9 434%attr(755,root,root) /sbin/dhclient
ceee8beb 435%attr(755,root,root) /sbin/dhclient-script
6acbb058
JB
436%{_mandir}/man5/dhclient.conf.5*
437%{_mandir}/man5/dhclient.leases.5*
438%{_mandir}/man8/dhclient.8*
439%{_mandir}/man8/dhclient-script.8*
ceee8beb 440%dir %attr(750,root,root) /var/lib/dhclient
b0caeee3 441%ghost /var/lib/dhclient/dhclient.leases
8f0f47ea 442%ghost /var/lib/dhclient/dhclient6.leases
45ef0575 443
444%files relay
445%defattr(644,root,root,755)
ac30bae3 446%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/dhcp-relay
45ef0575 447%attr(755,root,root) %{_sbindir}/dhcrelay
3ac86cff 448%attr(754,root,root) /etc/rc.d/init.d/dhcp-relay
6acbb058 449%{_mandir}/man8/dhcrelay.8*
1d526f5b
JK
450
451%files devel
452%defattr(644,root,root,755)
6acbb058 453%{_libdir}/libdhcpctl.a
6e6494f3 454%{_libdir}/libdst.a
6acbb058 455%{_libdir}/libomapi.a
6e6494f3 456%{_includedir}/dhcpctl
6acbb058
JB
457%{_includedir}/isc-dhcp
458%{_includedir}/omapip
459%{_mandir}/man3/dhcpctl.3*
460%{_mandir}/man3/omapi.3*
c494ae74 461
03a6f6c6
AM
462%files -n libdhcp4client
463%defattr(644,root,root,755)
464%attr(755,root,root) %{_libdir}/libdhcp4client-*.so.*
c494ae74 465
03a6f6c6
AM
466%files -n libdhcp4client-devel
467%defattr(644,root,root,755)
468%attr(755,root,root) %{_libdir}/libdhcp4client.so
c588390c 469%{_includedir}/dhcp4client
03a6f6c6
AM
470%{_pkgconfigdir}/libdhcp4client.pc
471%{_libdir}/libdhcp4client.la
c494ae74 472
6db0fb84 473%if %{with static_libs}
03a6f6c6
AM
474%files -n libdhcp4client-static
475%defattr(644,root,root,755)
476%{_libdir}/libdhcp4client.a
6db0fb84 477%endif
ceee8beb
ER
478
479%if %{with ldap}
480%files -n openldap-schema-dhcp
481%defattr(644,root,root,755)
482%{schemadir}/dhcp.schema
483%endif
This page took 0.168514 seconds and 4 git commands to generate.