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:
parent
fc02af5ea1
commit
3b01ef5db4
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cff60225d63afdd05b3ea82f00da48d1ab3fbbb8c896476c53daebef7d14d9c2
|
oid sha256:f02c1c7dfa83cc4978134c0718fea83a4f02f61fec5597f838b4df5c2d4c5a12
|
||||||
size 39994
|
size 39985
|
||||||
|
@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3015
|
%define SOURCE_TIMESTAMP 3016
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
Version: 3.6.15
|
Version: 3.6.15
|
||||||
Release: 0
|
Release: 0
|
||||||
|
@ -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
|
Wed Jun 5 11:45:41 UTC 2013 - ddiss@suse.com
|
||||||
|
|
||||||
|
10
samba.spec
10
samba.spec
@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3015
|
%define SOURCE_TIMESTAMP 3016
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
Version: 3.6.15
|
Version: 3.6.15
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -928,6 +928,8 @@ make -C source4/lib/ldb/ install \
|
|||||||
# we prefer the s3 binaries of the tdbtools
|
# we prefer the s3 binaries of the tdbtools
|
||||||
rm %{buildroot}/%{_bindir}/tdb{backup,dump,restore,tool}
|
rm %{buildroot}/%{_bindir}/tdb{backup,dump,restore,tool}
|
||||||
|
|
||||||
|
%else
|
||||||
|
rm docs/manpages/tdb*.8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
make -C source3/ install \
|
make -C source3/ install \
|
||||||
@ -1488,6 +1490,9 @@ fi
|
|||||||
%{_bindir}/tdbdump
|
%{_bindir}/tdbdump
|
||||||
%{_bindir}/tdbrestore
|
%{_bindir}/tdbrestore
|
||||||
%{_bindir}/tdbtool
|
%{_bindir}/tdbtool
|
||||||
|
%doc %{_mandir}/man8/tdbbackup.8.*
|
||||||
|
%doc %{_mandir}/man8/tdbdump.8.*
|
||||||
|
%doc %{_mandir}/man8/tdbtool.8.*
|
||||||
%endif
|
%endif
|
||||||
/%{_lib}/libnss_wins.so.2
|
/%{_lib}/libnss_wins.so.2
|
||||||
%dir %{cups_lib_dir}
|
%dir %{cups_lib_dir}
|
||||||
@ -1522,9 +1527,6 @@ fi
|
|||||||
%doc %{_mandir}/man8/pdbedit.8.*
|
%doc %{_mandir}/man8/pdbedit.8.*
|
||||||
%doc %{_mandir}/man8/smbpasswd.8.*
|
%doc %{_mandir}/man8/smbpasswd.8.*
|
||||||
%doc %{_mandir}/man8/smbspool.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
|
||||||
%dir %{_datadir}/samba/LDAP
|
%dir %{_datadir}/samba/LDAP
|
||||||
%config %{_datadir}/samba/LDAP/samba-nds.schema
|
%config %{_datadir}/samba/LDAP/samba-nds.schema
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2e237a231a46fb716f0bb125968a44c608600dcef634c92b447c524f1f84e19e
|
oid sha256:7866289a264ecad13ad3f60923a2693b25c41887f2459b87b9b9da88c6c95eb9
|
||||||
size 53632
|
size 53681
|
||||||
|
Loading…
Reference in New Issue
Block a user