Use SLE as product prefix for SUSE Linux Enterprise, oS for openSUSE, and
OBS for any other operating system to define the vendor string while build. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=321
This commit is contained in:
parent
09d62fab58
commit
069fa9ce4b
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92de76e6d4e665c3983304ca2158577f72dfae275dbdd79b9505446615fa57b6
|
||||
size 37272
|
||||
oid sha256:a63d4e18c45a619eb5590eb5a9c591ab21c9fce0adf9082b6f442daa2b382545
|
||||
size 37281
|
||||
|
@ -129,7 +129,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3028
|
||||
%define SOURCE_TIMESTAMP 3030
|
||||
%define BRANCH %{version}
|
||||
Version: 3.6.16
|
||||
Release: 0
|
||||
@ -251,15 +251,12 @@ product_version="${major_version}.${minor_version}"
|
||||
product_suffix=""
|
||||
if test "%{VENDOR}" != "UL"; then
|
||||
if test 0%{?sles_version} -gt 0; then
|
||||
product_suffix="-SLES%{sles_version}"
|
||||
product_suffix="-SLE_%{sles_version}"
|
||||
elif test 0%{?suse_version} -gt 0; then
|
||||
product_suffix="-SL${product_version}"
|
||||
product_suffix="-oS${product_version}"
|
||||
else
|
||||
product_suffix="-OBS"
|
||||
fi
|
||||
case "%{?suse_version}" in
|
||||
1010|1110) product_suffix="-CODE${major_version}" ;;
|
||||
esac
|
||||
fi
|
||||
# Add the build architecture
|
||||
test "%{_build_arch}" != "" && \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 17:34:32 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
- Use SLE as product prefix for SUSE Linux Enterprise, oS for openSUSE, and
|
||||
OBS for any other operating system to define the vendor string while build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 16:49:31 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
|
@ -129,7 +129,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3028
|
||||
%define SOURCE_TIMESTAMP 3030
|
||||
%define BRANCH %{version}
|
||||
Version: 3.6.16
|
||||
Release: 0
|
||||
@ -701,15 +701,12 @@ product_version="${major_version}.${minor_version}"
|
||||
product_suffix=""
|
||||
if test "%{VENDOR}" != "UL"; then
|
||||
if test 0%{?sles_version} -gt 0; then
|
||||
product_suffix="-SLES%{sles_version}"
|
||||
product_suffix="-SLE_%{sles_version}"
|
||||
elif test 0%{?suse_version} -gt 0; then
|
||||
product_suffix="-SL${product_version}"
|
||||
product_suffix="-oS${product_version}"
|
||||
else
|
||||
product_suffix="-OBS"
|
||||
fi
|
||||
case "%{?suse_version}" in
|
||||
1010|1110) product_suffix="-CODE${major_version}" ;;
|
||||
esac
|
||||
fi
|
||||
# Add the build architecture
|
||||
test "%{_build_arch}" != "" && \
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ec8ea0364a922a25d84ab4043e4bcd4c88b17657e78e86b94ce5db8c6890688
|
||||
size 53566
|
||||
oid sha256:8710e02e7058c37f8d49040c6d7e3a2c25a353fac11fbf85a35f0e6ab9772ee3
|
||||
size 53568
|
||||
|
Loading…
Reference in New Issue
Block a user