Hello community, here is the log from the commit of package bind for openSUSE:Factory checked in at Tue Oct 4 16:54:16 CEST 2011.
-------- --- openSUSE:Factory/bind/bind.changes 2011-09-23 01:52:27.000000000 +0200 +++ /mounts/work_src_done/STABLE/bind/bind.changes 2011-10-02 13:00:24.000000000 +0200 @@ -1,0 +2,11 @@ +Fri Sep 30 20:07:45 UTC 2011 - [email protected] + +- add libtool as buildrequire to make the spec file more reliable + +------------------------------------------------------------------- +Sat Sep 17 19:36:58 UTC 2011 - [email protected] + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bind.spec ++++++ --- /var/tmp/diff_new_pack.flPB3e/_old 2011-10-04 16:54:13.000000000 +0200 +++ /var/tmp/diff_new_pack.flPB3e/_new 2011-10-04 16:54:13.000000000 +0200 @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: bind @@ -25,6 +24,7 @@ BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel BuildRequires: update-desktop-files BuildRequires: krb5-devel +BuildRequires: libtool Summary: Domain Name System (DNS) Server (named) Version: 9.8.1 Release: 1 @@ -34,7 +34,6 @@ Obsoletes: bind8 bind9 Requires: %{name}-utils %{name}-chrootenv PreReq: %fillup_prereq %insserv_prereq bind-utils /bin/grep /bin/sed /bin/mkdir /usr/bin/tee /bin/chmod /bin/chown /bin/mv /bin/cat /usr/bin/dirname /usr/bin/diff /usr/bin/old /usr/sbin/groupadd /usr/sbin/useradd /usr/sbin/usermod -AutoReqProv: on Url: http://isc.org/sw/bind/ Source: ftp://ftp.isc.org/isc/bind9/%{pkg_vers}/bind-%{pkg_vers}.tar.gz Source1: vendor-files.tar.bz2 @@ -81,12 +80,6 @@ reference implementation of the major components of the Domain Name System. This package includes the components to operate a DNS server. - - -Authors: --------- - ISC Software <[email protected]> - %package chrootenv License: BSD3c(or similar) ; MIT License (or similar) Summary: Chroot environment for BIND named and lwresd @@ -98,12 +91,6 @@ chroot environment of BIND named and lwresd. Most is part of the structure below /var/lib/named. - - -Authors: --------- - ISC Software <[email protected]> - %package devel License: BSD3c(or similar) ; MIT License (or similar) Summary: Development Libraries and Header Files of BIND @@ -123,12 +110,6 @@ Domain (BIND) Domain Name System implementation of the Domain Name System (DNS) protocols. - - -Authors: --------- - ISC Software <[email protected]> - %package doc License: BSD3c(or similar) ; MIT License (or similar) Summary: BIND documentation @@ -142,12 +123,6 @@ System implementation of the Domain Name System (DNS) protocols. This includes also the BIND Administrator Reference Manual (ARM). - - -Authors: --------- - ISC Software <[email protected]> - %package libs License: BSD3c(or similar) ; MIT License (or similar) Summary: Shared libraries of BIND @@ -163,12 +138,6 @@ Name Domain (BIND) Domain Name System implementation of the Domain Name System (DNS) protocols. - - -Authors: --------- - ISC Software <[email protected]> - %package lwresd License: BSD3c(or similar) ; MIT License (or similar) Summary: Lightweight Resolver Daemon @@ -188,12 +157,6 @@ resolver protocol" that is distinct from and simpler than the full DNS protocol. - - -Authors: --------- - ISC Software <[email protected]> - %package utils License: BSD3c(or similar) ; MIT License (or similar) Summary: Utilities to query and test DNS @@ -211,14 +174,7 @@ test and query the Domain Name System (DNS). The Berkeley Internet Name Domain (BIND) DNS server is found in the package named bind. - - -Authors: --------- - ISC Software <[email protected]> - %prep -[ "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}" != "/" -a -d "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}" ] && rm -rf "${RPM_BUILD_DIR}/%{pkg_name}-%{pkg_vers}" %setup -q -n %{pkg_name}-%{pkg_vers} #%setup -n %{pkg_name}-%{version} -T -D -a1 -a50 %setup -q -n %{pkg_name}-%{pkg_vers} -T -D -a1 @@ -302,7 +258,7 @@ %{__make} %{?_smp_mflags} pushd contrib/idn/idnkit-1.0-src ./configure ${CONFIGURE_OPTIONS} -%{__make} %{?jobs:-j%jobs}; +%{__make} %{?_smp_mflags} popd # running BIND system tests # FIXME: enable make test if every test checks for a free port first; fixed port @@ -392,10 +348,6 @@ popd # --------------------------------------------------------------------------- -%clean -[ "${RPM_BUILD_ROOT}" != "/" -a -d "${RPM_BUILD_ROOT}" ] && rm -rf "${RPM_BUILD_ROOT}" -# --------------------------------------------------------------------------- - %pre # Are we updating from a package named bind9? if test -d usr/share/doc/packages/bind9 && sbin/chkconfig -c named; then continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
