Browse code

To remove some aarch64 compilation issues.

Change-Id: I91fc8a3a2c9215c9e2533f70a463dd1a5907ad69
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5409
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>

Ajay Kaher authored on 2018/07/25 16:42:46
Showing 4 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        This library exports a gssapi interface
2 2
 Name:           libgssglue
3 3
 Version:        0.4
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        BSD
6 6
 URL:            http://www.citi.umich.edu/projects/nfsv4/linux/
7 7
 Group:          System Environment/Libraries
... ...
@@ -22,7 +22,7 @@ It contains the libraries and header files to create applications
22 22
 %prep
23 23
 %setup -q
24 24
 %build
25
-./configure --prefix=/usr --disable-static
25
+%configure --prefix=/usr --disable-static
26 26
 
27 27
 make %{?_smp_mflags}
28 28
 
... ...
@@ -43,5 +43,7 @@ find %{buildroot}/%{_libdir} -name '*.la' -delete
43 43
 %{_libdir}/pkgconfig/*.pc
44 44
 
45 45
 %changelog
46
+*   Thu Jul 26 2018 Ajay Kaher <akaher@vmware.com> 0.4-2
47
+-   Resolved compilation error for aarch64
46 48
 *   Mon Jan 22 2018 Xiaolin Li <xiaolinl@vmware.com> 0.4-1
47 49
 -   Initial build. First version
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        NFS id mapping library
2 2
 Name:           libnfsidmap
3 3
 Version:        0.25
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        BSD
6 6
 URL:            http://www.citi.umich.edu/projects/nfsv4/linux/
7 7
 Group:          System/Libraries
... ...
@@ -35,7 +35,7 @@ It contains the libraries and header files to create applications
35 35
 %prep
36 36
 %setup -q
37 37
 %build
38
-./configure --prefix=/usr --disable-static
38
+%configure --prefix=/usr --disable-static
39 39
 
40 40
 make %{?_smp_mflags}
41 41
 
... ...
@@ -59,5 +59,7 @@ find %{buildroot}/%{_libdir} -name '*.la' -delete
59 59
 %{_libdir}/libnfsidmap.so
60 60
 
61 61
 %changelog
62
+*   Thu Jul 26 2018 Ajay Kaher <akaher@vmware.com> 0.25-2
63
+-   Resolved compilation error for aarch64
62 64
 *   Mon Jan 22 2018 Xiaolin Li <xiaolinl@vmware.com> 0.25-1
63 65
 -   Initial build. First version
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        This library implements rpcsec_gss
2 2
 Name:           librpcsecgss
3 3
 Version:        0.19
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        BSD
6 6
 URL:            http://www.citi.umich.edu/projects/nfsv4/linux/
7 7
 Group:          System Environment/Libraries
... ...
@@ -23,7 +23,7 @@ It contains the libraries and header files to create applications.
23 23
 %prep
24 24
 %setup -q
25 25
 %build
26
-./configure --prefix=/usr --disable-static
26
+%configure --prefix=/usr --disable-static
27 27
 
28 28
 make %{?_smp_mflags}
29 29
 
... ...
@@ -44,5 +44,7 @@ find %{buildroot}/%{_libdir} -name '*.la' -delete
44 44
 %{_libdir}/pkgconfig/*.pc
45 45
 
46 46
 %changelog
47
+*   Thu Jul 26 2018 Ajay Kaher <akaher@vmware.com> 0.19-2
48
+-   Resolved compilation error for aarch64
47 49
 *   Mon Jan 22 2018 Xiaolin Li <xiaolinl@vmware.com> 0.19-1
48 50
 -   Initial build. First version
... ...
@@ -1,13 +1,12 @@
1 1
 Name:          nvme-cli
2 2
 Summary:       NVM-Express user space tooling for Linux
3 3
 Version:       1.5
4
-Release:       1%{?dist}
4
+Release:       2%{?dist}
5 5
 Group:         Applications/System
6 6
 Vendor:        VMware, Inc.
7 7
 Distribution:  Photon
8 8
 License:       GPLv2
9 9
 URL:           https://github.com/linux-nvme/nvme-cli
10
-BuildArch:     x86_64
11 10
 Source0:       %{name}-%{version}.tar.gz
12 11
 %define sha1   nvme-cli=16864b2df623e822ba2a69b0d5caa8b3f190acf0
13 12
 
... ...
@@ -30,5 +29,7 @@ make install PREFIX=%{_prefix} DESTDIR=%{buildroot}
30 30
 %{_mandir}/man1/*
31 31
 
32 32
 %changelog
33
+*  Thu Jul 26 2018 Ajay Kaher <akaher@vmware.com> 1.5-2
34
+-  Resolved compilation error for aarch64
33 35
 *  Thu Jun 14 2018 Anish Swaminathan <anishs@vmware.com> 1.5-1
34 36
 -  Initial build