summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorFlorian La Roche <laroche@fedoraproject.org>2006-07-24 10:01:56 +0000
committerFlorian La Roche <laroche@fedoraproject.org>2006-07-24 10:01:56 +0000
commitda6876ce66fe8a98cc7d6bf75e893fd8c6dcfc60 (patch)
tree2dda6ac77ec1b21560be4ff76c9a78eea7c962a7 /bind.spec
parentf86f53c3025c1a008b0bfdf78d1d9c9c65238023 (diff)
- #195881
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/bind.spec b/bind.spec
index 19f2015..0c6a859 100644
--- a/bind.spec
+++ b/bind.spec
@@ -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: 32%{?dist}
+Release: 33%{?dist}
Epoch: 30
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -519,7 +519,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.116 2006/07/21 20:36:45 jvdias 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.117 2006/07/24 10:01:56 laroche 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:
@@ -530,6 +530,7 @@ echo 'WARNING - NOT generating debuginfo!'
/usr/lib/rpm/brp-compress
exit 0
%endif
+chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib*so.*
:;
@@ -586,7 +587,7 @@ exit 0
%endif
%files libs
-%defattr(0755,root,root,0755)
+%defattr(-,root,root,0755)
%{_libdir}/*so.*
%files utils
@@ -602,7 +603,7 @@ exit 0
%{_mandir}/man1/nslookup.1*
%files devel
-%defattr(0644,root,root,0755)
+%defattr(-,root,root,0755)
%{_libdir}/libbind9.a
%{_libdir}/libdns.a
%{_libdir}/libisc.a
@@ -672,7 +673,7 @@ exit 0
%if %{LIBBIND}
%files libbind-devel
-%defattr(0755,root,root,0755)
+%defattr(-,root,root,0755)
%{_libdir}/libbind.so*
%defattr(0644,root,root,0755)
%{_libdir}/libbind.a
@@ -844,6 +845,9 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Mon Jul 24 2006 Florian La Roche <laroche@redhat.com> - 30:9.3.2-33
+- fix #195881, perms are not packaged correctly
+
* Fri Jul 21 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-32
- fix addenda to bug 189789:
determination of selinux enabled was still not 100% correct in bind-chroot-admin