forked from pool/samba
- Disable rpath usage; (bnc#902421).
- Backport changes to use resource group sids obtained from pac logon_info; (bso#11328); (bnc#912457) OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=471
This commit is contained in:
parent
08e6f129d5
commit
94219d6bd7
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9e1d6fe17d98959fda48ebf406a88e9d5d8a4c31af68e229c48facf9246d8d6e
|
oid sha256:c49b0dfdaaa1a5c6a7e4983863ea64aed81eaa6d24fff1eb7ab8607270423b92
|
||||||
size 103362
|
size 104109
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 5 10:54:29 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Disable rpath usage; (bnc#902421).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 16 14:27:28 UTC 2015 - nopower@suse.com
|
||||||
|
|
||||||
|
- Backport changes to use resource group sids obtained from pac logon_info;
|
||||||
|
(bso#11328); (bnc#912457)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 6 03:41:17 UTC 2015 - crrodriguez@opensuse.org
|
Sat Jun 6 03:41:17 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@ BuildRequires: systemd-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3413
|
%define SOURCE_TIMESTAMP 3435
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
@ -1153,6 +1153,8 @@ CONFIGURE_OPTIONS="\
|
|||||||
--with-logfilebase=%{LOGDIR} \
|
--with-logfilebase=%{LOGDIR} \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--with-modulesdir=%{_libdir}/samba \
|
--with-modulesdir=%{_libdir}/samba \
|
||||||
|
--disable-rpath \
|
||||||
|
--disable-rpath-install \
|
||||||
--enable-cups \
|
--enable-cups \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
--enable-fhs \
|
--enable-fhs \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:59d3a106f7b6f969d0be2b31d90aa3f65312844121ad3aa31e39efc494078324
|
oid sha256:ba83a4f596a3ebcd66df035bee65eea49d37a1cd9dd90d728afda32861eda727
|
||||||
size 52863
|
size 52876
|
||||||
|
Loading…
Reference in New Issue
Block a user