diff options
| author | Jeremy Katz <katzj@fedoraproject.org> | 2006-06-07 21:08:50 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@fedoraproject.org> | 2006-06-07 21:08:50 +0000 |
| commit | 0fc8dd0fc4327d05a97cb898431c6537dad7e962 (patch) | |
| tree | b243ad128318bd983bd78a19298a18e82f060f3a | |
| parent | 8aa6c7d949071a37dd6d5e3a2c3a39a8126ba08c (diff) | |
- and actually put the devel symlinks in the right subpackage
| -rw-r--r-- | bind.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.3.2 -Release: 23.FC6 +Release: 24.FC6 Epoch: 30 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-root @@ -482,7 +482,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.107 2006/05/25 22:07:07 katzj Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.108 2006/06/07 21:08:50 katzj Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: @@ -550,7 +550,7 @@ exit 0 %files libs %defattr(0755,root,root,0755) -%{_libdir}/*so* +%{_libdir}/*so.* %files utils %defattr(0755,root,root,0755) @@ -572,6 +572,7 @@ exit 0 %{_libdir}/libisccc.a %{_libdir}/libisccfg.a %{_libdir}/liblwres.a +%{_libdir}/*so %{_includedir}/bind9 %{_includedir}/dns %{_includedir}/dst @@ -805,6 +806,9 @@ rm -rf ${RPM_BUILD_ROOT} :; %changelog +* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 30:9.3.2-24.FC6 +- and actually put the devel symlinks in the right subpackage + * Thu May 25 2006 Jeremy Katz <katzj@redhat.com> - 30:9.3.2-23.FC6 - rebuild for -devel deps |
