This commit is contained in:
parent
6bc1f56562
commit
d06a697798
@ -3,3 +3,4 @@ bind-libs
|
||||
provides "bind-utils-<targettype>"
|
||||
arch ppc64 package bind-devel
|
||||
requires -bind-<targettype>
|
||||
requires "bind-libs-<targettype> = <version>"
|
||||
|
12
bind.changes
12
bind.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 5 15:33:27 CEST 2008 - mrueckert@suse.de
|
||||
|
||||
- delete the static libraries aswell
|
||||
- added missiong requires to the baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:49:33 CEST 2008 - sschober@suse.de
|
||||
|
||||
- Create and copy /etc/named.conf.include to change root jail. Fix
|
||||
by Frank Hollmann.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 10:20:31 CEST 2008 - ug@suse.de
|
||||
|
||||
|
12
bind.spec
12
bind.spec
@ -25,7 +25,7 @@ Name: bind
|
||||
BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.5.0P2
|
||||
Release: 4
|
||||
Release: 7
|
||||
%define SDB_LDAP_VERSION 1.0-beta
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
@ -306,7 +306,7 @@ popd
|
||||
# remove useless .la files
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_lib}/libidnkit.la
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_lib}/libidnkitlite.la
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/lib*.la
|
||||
rm -f ${RPM_BUILD_ROOT}/%{_libdir}/lib*.{la,a}
|
||||
mv vendor-files/config/named.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}
|
||||
mv vendor-files/config/bind.reg ${RPM_BUILD_ROOT}/%{_sysconfdir}/slp.reg.d
|
||||
mv vendor-files/config/rndc-access.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}/named.d
|
||||
@ -620,7 +620,7 @@ fi
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/isc-config.sh
|
||||
%{_libdir}/*.a
|
||||
#%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
#%{_libdir}/libbind.la
|
||||
#%{_libdir}/libbind9.la
|
||||
@ -688,6 +688,12 @@ fi
|
||||
%doc %{_mandir}/man5/idnrc.5.gz
|
||||
|
||||
%changelog
|
||||
* Fri Sep 05 2008 mrueckert@suse.de
|
||||
- delete the static libraries aswell
|
||||
- added missiong requires to the baselibs.conf
|
||||
* Mon Sep 01 2008 sschober@suse.de
|
||||
- Create and copy /etc/named.conf.include to change root jail. Fix
|
||||
by Frank Hollmann.
|
||||
* Mon Aug 18 2008 ug@suse.de
|
||||
- "should-stop" in lwresd init script fixed
|
||||
* Wed Aug 13 2008 sschober@suse.de
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73b2e624c4201fa72a2f6e35a45835ec33da1d710d2618e7a3a706378ee04d2
|
||||
size 20456
|
||||
oid sha256:fece6008ebabd89a4ab7506555afdab4c3d2cd676954a7bdd51eae1bb7609417
|
||||
size 20441
|
||||
|
Loading…
Reference in New Issue
Block a user