Changeset 413 for spec/trunk/SPECS


Ignore:
Timestamp:
Apr 13, 2014, 7:24:00 PM (12 years ago)
Author:
Yuri Dario
Message:

spec: dhcp, Add support for DHCLIENT_BEEP and DHCLIENT_LOGFILE env variables, by Andreas Buchinger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/dhcp.spec

    r289 r413  
    1212Name:     dhcp
    1313Version:  %{basever}
    14 Release:  2%{?dist}
     14Release:  3%{?dist}
    1515License:  ISC
    1616Group:    System Environment/Daemons
     
    7171Header files and API documentation for using the ISC DHCP libraries.  The
    7272libdhcpctl and libomapi static libraries are also included in this package.
     73
     74%package debug
     75Summary: HLL debug data for exception handling support.
     76
     77%description debug
     78HLL debug data for exception handling support.
    7379
    7480%prep
     
    262268%attr(0644,root,root) %{_mandir}/man3/omapi.3
    263269
     270%files debug
     271%defattr(-,root,root)
     272%{_bindir}/*.dbg
     273%{_sbindir}/*.dbg
     274
    264275%changelog
     276* Sun Apr 13 2014 yd
     277- r711, Add support for DHCLIENT_BEEP and DHCLIENT_LOGFILE env variables, by Andreas Buchinger.
     278
    265279* Mon Jan 30 2012 yd
    266280- added dhconf.cmd.
Note: See TracChangeset for help on using the changeset viewer.