forked from pool/samba
Accepting request 18144 from network:samba:STABLE
Copy from network:samba:STABLE/samba based on submit request 18144 from user jmcdough OBS-URL: https://build.opensuse.org/request/show/18144 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=44
This commit is contained in:
parent
2da7a28ac5
commit
bc2565accb
@ -1,2 +1,2 @@
|
|||||||
2180
|
2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ba75375df1525293bfef2b26b8905ec130df29512155b74dda6494df2aed0200
|
oid sha256:abfa8a1fe668183afa20ddbdfd5fc471b2dc67feffabe489d744a18669cbd065
|
||||||
size 61127
|
size 78242
|
||||||
|
@ -55,7 +55,7 @@ BuildRequires: ctdb-devel
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL v3 or later
|
License: GPL v3 or later
|
||||||
Summary: Samba Documentation
|
Summary: Samba Documentation
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
@ -180,7 +180,7 @@ sed -e s/^SAMBA_VERSION_VENDOR_SUFFIX=$/SAMBA_VERSION_VENDOR_SUFFIX=\"${vendor_t
|
|||||||
# use the default optimization
|
# use the default optimization
|
||||||
unset OPTIMIZATION
|
unset OPTIMIZATION
|
||||||
%endif
|
%endif
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
%endif
|
%endif
|
||||||
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
||||||
@ -361,10 +361,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 10 03:53:53 CEST 2009 - boyang@suse.de
|
||||||
|
|
||||||
|
- check in .po files for pam_winbind; (bnc#499233); (bso#6602).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 6 14:40:21 CEST 2009 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Update to 3.0.36.
|
||||||
|
+ Fix Winbind crash on 'getent group' (bug #5906).
|
||||||
|
+ Excel save operation corrupts file ACLs (bug #4308).
|
||||||
|
+ Prevent segmentation fault on joining a very long domain name.
|
||||||
|
|
||||||
|
+ BUG 4308: Excel save operation corrupts file ACLs.
|
||||||
|
+ BUG 4370: Clean-up entries in /etc/mtab after unmount.
|
||||||
|
+ BUG 4640: Fix guest mounts in mount-cifs.
|
||||||
|
+ BUG 5906: Fix Winbind crash on 'getent group'.
|
||||||
|
+ BUG 6066: netinet/ip.h present but cannot be compiled on Solaris.
|
||||||
|
+ BUG 6099: In order to allow Win7 to connect to a Samba NT style.
|
||||||
|
+ BUG 6279: Fix Winbind crash.
|
||||||
|
PDC we set the flags before we know if it's an error or not.
|
||||||
|
+ BUG 6085: Fix build of vfs_default.
|
||||||
|
+ BUG 6098: When the DNS server is invalid, the ads_find_dc() does not work
|
||||||
|
correctly.
|
||||||
|
|
||||||
|
+ Fix logic error in try_chown.
|
||||||
|
+ Correctly use chroot().
|
||||||
|
+ Fix bug in processing of open modes in POSIX open.
|
||||||
|
+ Don't install the cifs.upcall binary twice.
|
||||||
|
+ Fix mount.cifs handling of -V option.
|
||||||
|
+ Prevent segmentation fault on joining a very long domain name.
|
||||||
|
+ Don't try and delete a default ACL from a file.
|
||||||
|
+ Add workaround for MS KB932762.
|
||||||
|
+ Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
|
||||||
|
+ Fix a crash during name resolution when log level >= 10
|
||||||
|
and libc segfaults if printf is passed NULL for a "%s" arg.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 1 18:39:53 CEST 2009 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Use a conditional suse_version macro in front of the SUSE_ASNEEDED export.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 27 13:45:04 CEST 2009 - boyang@suse.de
|
Mon Jul 27 13:45:04 CEST 2009 - boyang@suse.de
|
||||||
|
|
||||||
|
168
samba.spec
168
samba.spec
@ -60,7 +60,7 @@ Group: Productivity/Networking/Samba
|
|||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 2
|
Release: 3
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: samba-64bit
|
Obsoletes: samba-64bit
|
||||||
%endif
|
%endif
|
||||||
@ -149,10 +149,13 @@ Authors:
|
|||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package client
|
%package client
|
||||||
@ -192,10 +195,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||||
@ -220,10 +226,13 @@ Authors:
|
|||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -248,10 +257,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -278,10 +290,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Jeremy Allison <jra at samba dot org>
|
Jeremy Allison <jra at samba dot org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if %{make_utils}
|
%if %{make_utils}
|
||||||
@ -303,12 +318,6 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2180
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package winbind
|
%package winbind
|
||||||
@ -336,10 +345,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
@ -363,20 +375,18 @@ PreReq: /sbin/ldconfig
|
|||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
|
|
||||||
%description -n libsmbclient
|
%description -n libsmbclient
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description -n libsmbclient0
|
%description -n libsmbclient0
|
||||||
Source Timestamp: 2180
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2180
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
This package includes the libsmbclient library.
|
This package includes the libsmbclient library.
|
||||||
@ -413,10 +423,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libnetapi0
|
%package -n libnetapi0
|
||||||
@ -435,10 +448,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libnetapi-devel
|
%package -n libnetapi-devel
|
||||||
@ -458,10 +474,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
@ -480,20 +499,18 @@ PreReq: /sbin/ldconfig
|
|||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
|
|
||||||
%description -n libsmbsharemodes
|
%description -n libsmbsharemodes
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description -n libsmbsharemodes0
|
%description -n libsmbsharemodes0
|
||||||
Source Timestamp: 2180
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2180
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
This package includes the smbsharemodes library.
|
This package includes the smbsharemodes library.
|
||||||
@ -522,10 +539,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if %{make_ldapsmb}
|
%if %{make_ldapsmb}
|
||||||
@ -546,10 +566,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libtalloc-devel
|
%package -n libtalloc-devel
|
||||||
@ -569,10 +592,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libtdb1
|
%package -n libtdb1
|
||||||
@ -591,10 +617,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libtdb-devel
|
%package -n libtdb-devel
|
||||||
@ -614,10 +643,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libwbclient0
|
%package -n libwbclient0
|
||||||
@ -636,10 +668,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libwbclient-devel
|
%package -n libwbclient-devel
|
||||||
@ -659,10 +694,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n ldapsmb
|
%package -n ldapsmb
|
||||||
@ -671,7 +709,7 @@ Summary: Tool to administer Samba's LDAP backend
|
|||||||
Group: Productivity/Networking/Samba
|
Group: Productivity/Networking/Samba
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.34b
|
Version: 1.34b
|
||||||
Release: 266
|
Release: 267
|
||||||
Requires: perl-ldap
|
Requires: perl-ldap
|
||||||
|
|
||||||
%description -n ldapsmb
|
%description -n ldapsmb
|
||||||
@ -684,10 +722,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Guenther Deschner <guenther at deschner dot de>
|
Guenther Deschner <guenther at deschner dot de>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -710,10 +751,13 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Steve French <sfrench at Samba dot org>
|
Steve French <sfrench at Samba dot org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2180
|
Source Timestamp: 2186
|
||||||
|
Branch : trunk
|
||||||
|
|
||||||
|
Source Timestamp: 2186
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -743,12 +787,6 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Rainer Link <rainer@openantivirus.org>
|
Rainer Link <rainer@openantivirus.org>
|
||||||
|
|
||||||
Source Timestamp: 2180
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2180
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -829,7 +867,7 @@ sed -e s/^SAMBA_VERSION_VENDOR_SUFFIX=$/SAMBA_VERSION_VENDOR_SUFFIX=\"${vendor_t
|
|||||||
# use the default optimization
|
# use the default optimization
|
||||||
unset OPTIMIZATION
|
unset OPTIMIZATION
|
||||||
%endif
|
%endif
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
%endif
|
%endif
|
||||||
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7f0aff82edfc7dc541e34fecc2cedcbf55956bfe2bfad07081470e3584609ffc
|
oid sha256:e80612b5a6ccd19e8235d987cc21a2e6a9eb5025c00b008cede453e377a1e123
|
||||||
size 24071
|
size 24007
|
||||||
|
Loading…
Reference in New Issue
Block a user