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