]> git.pld-linux.org Git - packages/bind.git/commitdiff
- check-files cleanup, obsolete useless openldap-schema-bind,python3-isc packages
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Apr 2022 14:37:04 +0000 (16:37 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Apr 2022 14:37:04 +0000 (16:37 +0200)
bind.spec

index 148a047dbe09875090503585605dddcc8141a73f..9e3a1f80c34eee3b6c7a11f5583db65b3f478910 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -121,7 +121,9 @@ Provides:   group(named)
 Provides:      nameserver
 Provides:      user(named)
 Obsoletes:     caching-nameserver
-Conflicts:     %{name}-chroot
+Obsoletes:     openldap-schema-bind < 7:9.18.0
+Obsoletes:     python3-isc < 7:9.18.0
+Conflicts:     bind-chroot
 Conflicts:     logrotate < 3.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -433,6 +435,8 @@ install -d $RPM_BUILD_ROOT{%{_includedir},%{_bindir},%{_sbindir},%{_includedir}}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/bind/filter-*.la
+
 bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README.named-non-english-man-pages
 %{__mv} $RPM_BUILD_ROOT%{_mandir}/ja/man8/nslookup.8 $RPM_BUILD_ROOT%{_mandir}/ja/man1/nslookup.1
This page took 0.051893 seconds and 4 git commands to generate.