Search
j0ke.net Open Build Service
>
Projects
>
server:dns
>
pdns33
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
pdns.changes
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Dec 26 22:46:57 UTC 2013 - cs@linux-administrator.com + +- update to version 3.3.1 +- build against newer boost libs on SLE + +------------------------------------------------------------------- Sat Jul 6 09:19:31 UTC 2013 - cs@linux-administrator.com - update to version 3.3
[-]
[+]
Changed
pdns.spec
^
@@ -19,7 +19,7 @@ Name: pdns -Version: 3.3 +Version: 3.3.1 Release: 1 # Group: Productivity/Networking/DNS/Servers @@ -39,7 +39,7 @@ %if 0%{?centos_version} == 5 || 0%{?rhel_version} >= 500 && 0%{?rhel_version} < 600 || 0%{?sles_version} == 10 BuildRequires: boost141-devel %else -BuildRequires: boost-devel >= 1.34 +BuildRequires: boost-devel >= 1.41 %endif BuildRequires: docbook-toys docbook-utils docbook-xsl-stylesheets gcc-c++ gdbm-devel mysql-devel openldap2-devel postgresql-devel pkgconfig lua-devel >= 5.1 %if 0%{?suse_version} @@ -355,14 +355,6 @@ done popd %endif -#%if 0%{?suse_version} -#pushd pdns/docs -# db2html -o html pdns.sgml -# find . -type d -exec chmod 755 {} \; -# find . -type f -exec chmod 644 {} \; -# %{__ln_s} book1.html html/index.html -#popd -#%endif %install %__make DESTDIR=%{buildroot} install @@ -385,12 +377,14 @@ %endif %{__ln_s} -f ../../etc/init.d/%{pkg_name} %{buildroot}%{_sbindir}/rc%{pkg_name} %{__rm} -rfv %{buildroot}%{_libdir}/pdns/*.la + %if 0%{?has_systemd} %{__install} -D -m 0644 contrib/systemd-pdns.service %{buildroot}%{_unitdir}/pdns.service %if 0%{?with_pdns_recursor} %{__install} -D -m 0644 contrib/systemd-pdns-recursor.service %{buildroot}%{_unitdir}/pdns-recursor.service %endif %endif + %clean %{__rm} -rf %{buildroot} @@ -430,9 +424,6 @@ %files %defattr (-,root,root,-) %doc HACKING INSTALL README* TODO -#%if 0%{?suse_version} -#%doc pdns/docs/html -#%endif %config(noreplace) /etc/init.d/%{pkg_name} %if 0%{?has_systemd} %{_unitdir}/pdns.service
Added
pdns-3.3.1.tar.bz2
^