SHA256
1
0
forked from pool/samba

Don't install the tdb utilities man pages on post-12.1 systems; (bnc#823549).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=311
This commit is contained in:
Lars Müller 2013-06-06 12:32:42 +00:00 committed by Git OBS Bridge
parent fc02af5ea1
commit 3b01ef5db4
5 changed files with 16 additions and 9 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cff60225d63afdd05b3ea82f00da48d1ab3fbbb8c896476c53daebef7d14d9c2
size 39994
oid sha256:f02c1c7dfa83cc4978134c0718fea83a4f02f61fec5597f838b4df5c2d4c5a12
size 39985

View File

@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3015
%define SOURCE_TIMESTAMP 3016
%define BRANCH %{version}
Version: 3.6.15
Release: 0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 6 11:43:31 UTC 2013 - lmuelle@suse.com
- Don't install the tdb utilities man pages on post-12.1 systems; (bnc#823549).
-------------------------------------------------------------------
Wed Jun 5 11:45:41 UTC 2013 - ddiss@suse.com

View File

@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3015
%define SOURCE_TIMESTAMP 3016
%define BRANCH %{version}
Version: 3.6.15
Release: 0
@ -928,6 +928,8 @@ make -C source4/lib/ldb/ install \
# we prefer the s3 binaries of the tdbtools
rm %{buildroot}/%{_bindir}/tdb{backup,dump,restore,tool}
%else
rm docs/manpages/tdb*.8
%endif
make -C source3/ install \
@ -1488,6 +1490,9 @@ fi
%{_bindir}/tdbdump
%{_bindir}/tdbrestore
%{_bindir}/tdbtool
%doc %{_mandir}/man8/tdbbackup.8.*
%doc %{_mandir}/man8/tdbdump.8.*
%doc %{_mandir}/man8/tdbtool.8.*
%endif
/%{_lib}/libnss_wins.so.2
%dir %{cups_lib_dir}
@ -1522,9 +1527,6 @@ fi
%doc %{_mandir}/man8/pdbedit.8.*
%doc %{_mandir}/man8/smbpasswd.8.*
%doc %{_mandir}/man8/smbspool.8.*
%doc %{_mandir}/man8/tdbbackup.8.*
%doc %{_mandir}/man8/tdbdump.8.*
%doc %{_mandir}/man8/tdbtool.8.*
%dir %{_datadir}/samba
%dir %{_datadir}/samba/LDAP
%config %{_datadir}/samba/LDAP/samba-nds.schema

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e237a231a46fb716f0bb125968a44c608600dcef634c92b447c524f1f84e19e
size 53632
oid sha256:7866289a264ecad13ad3f60923a2693b25c41887f2459b87b9b9da88c6c95eb9
size 53681