Change-Id: I2aac8c2fff811ba9a59626a265c576351eaf5fff
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1506
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: rongrong qiu <rqiu@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Name: python-Twisted |
| 2 | 2 |
Version: 15.5.0 |
| 3 |
-Release: 2%{?dist}
|
|
| 3 |
+Release: 3%{?dist}
|
|
| 4 | 4 |
Url: https://twistedmatrix.com |
| 5 | 5 |
Summary: An asynchronous networking framework written in Python |
| 6 | 6 |
License: MIT |
| ... | ... |
@@ -33,12 +33,18 @@ python setup.py build |
| 33 | 33 |
%install |
| 34 | 34 |
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 35 | 35 |
|
| 36 |
+%check |
|
| 37 |
+easy_install tox |
|
| 38 |
+tox -e py27-tests |
|
| 39 |
+ |
|
| 36 | 40 |
%files |
| 37 | 41 |
%defattr(-,root,root) |
| 38 | 42 |
%{python_sitelib}/*
|
| 39 | 43 |
%{_bindir}/*
|
| 40 | 44 |
|
| 41 | 45 |
%changelog |
| 46 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 15.5.0-3 |
|
| 47 |
+- Modified %check |
|
| 42 | 48 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 15.5.0-2 |
| 43 | 49 |
- GA - Bump release of all rpms |
| 44 | 50 |
* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 15.5.0-1 |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Name: python-six |
| 2 | 2 |
Version: 1.10.0 |
| 3 |
-Release: 2%{?dist}
|
|
| 3 |
+Release: 3%{?dist}
|
|
| 4 | 4 |
Summary: Python 2 and 3 compatibility utilities |
| 5 | 5 |
License: MIT |
| 6 | 6 |
Group: Development/Languages/Python |
| ... | ... |
@@ -29,11 +29,17 @@ python setup.py build |
| 29 | 29 |
%install |
| 30 | 30 |
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 31 | 31 |
|
| 32 |
+%check |
|
| 33 |
+easy_install py |
|
| 34 |
+%{__python} test_six.py
|
|
| 35 |
+ |
|
| 32 | 36 |
%files |
| 33 | 37 |
%defattr(-,root,root,-) |
| 34 | 38 |
%{python_sitelib}/*
|
| 35 | 39 |
|
| 36 | 40 |
%changelog |
| 41 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 1.10.0-3 |
|
| 42 |
+- Modified %check |
|
| 37 | 43 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.10.0-2 |
| 38 | 44 |
- GA - Bump release of all rpms |
| 39 | 45 |
* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.10.0-1 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: A high-level scripting language |
| 2 | 2 |
Name: python2 |
| 3 | 3 |
Version: 2.7.11 |
| 4 |
-Release: 7%{?dist}
|
|
| 4 |
+Release: 8%{?dist}
|
|
| 5 | 5 |
License: PSF |
| 6 | 6 |
URL: http://www.python.org/ |
| 7 | 7 |
Group: System Environment/Programming |
| ... | ... |
@@ -135,7 +135,7 @@ find %{buildroot}%{_libdir} -name '*.pyc' -delete
|
| 135 | 135 |
find %{buildroot}%{_libdir} -name '*.pyo' -delete
|
| 136 | 136 |
|
| 137 | 137 |
%check |
| 138 |
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
|
| 138 |
+make %{?_smp_mflags} test
|
|
| 139 | 139 |
%post -p /sbin/ldconfig |
| 140 | 140 |
%postun -p /sbin/ldconfig |
| 141 | 141 |
%clean |
| ... | ... |
@@ -217,6 +217,8 @@ rm -rf %{buildroot}/*
|
| 217 | 217 |
%{_bindir}/idle*
|
| 218 | 218 |
|
| 219 | 219 |
%changelog |
| 220 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 2.7.11-8 |
|
| 221 |
+- Modified %check |
|
| 220 | 222 |
* Wed Sep 14 2016 Divya Thaluru <dthaluru@vmware.com> 2.7.11-7 |
| 221 | 223 |
- Improvised pyopenssl patch |
| 222 | 224 |
* Wed Sep 7 2016 Divya Thaluru <dthaluru@vmware.com> 2.7.11-6 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: A high-level scripting language |
| 2 | 2 |
Name: python3 |
| 3 | 3 |
Version: 3.5.1 |
| 4 |
-Release: 5%{?dist}
|
|
| 4 |
+Release: 6%{?dist}
|
|
| 5 | 5 |
License: PSF |
| 6 | 6 |
URL: http://www.python.org/ |
| 7 | 7 |
Group: System Environment/Programming |
| ... | ... |
@@ -112,7 +112,7 @@ find %{buildroot}%{_libdir} -name '*.o' -delete
|
| 112 | 112 |
rm %{buildroot}%{_bindir}/2to3
|
| 113 | 113 |
|
| 114 | 114 |
%check |
| 115 |
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
|
| 115 |
+make %{?_smp_mflags} test
|
|
| 116 | 116 |
|
| 117 | 117 |
%post |
| 118 | 118 |
/sbin/ldconfig |
| ... | ... |
@@ -186,6 +186,8 @@ rm -rf %{buildroot}/*
|
| 186 | 186 |
%{_bindir}/idle*
|
| 187 | 187 |
|
| 188 | 188 |
%changelog |
| 189 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 3.5.1-6 |
|
| 190 |
+- Modified %check |
|
| 189 | 191 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.5.1-5 |
| 190 | 192 |
- GA - Bump release of all rpms |
| 191 | 193 |
* Wed May 04 2016 Anish Swaminathan <anishs@vmware.com> 3.5.1-4 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Extra tools for rpm-ostree |
| 2 | 2 |
Name: rpm-ostree-toolbox |
| 3 | 3 |
Version: 2015.12 |
| 4 |
-Release: 3%{?dist}
|
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 | 5 |
#VCS: https://github.com/cgwalters/rpm-ostree-toolbox |
| 6 | 6 |
# This tarball is generated via "make -C packaging -f Makefile.dist-packaging dist-snapshot" |
| 7 | 7 |
# which is really just a wrapper for "git archive". |
| ... | ... |
@@ -50,6 +50,9 @@ make %{?_smp_mflags}
|
| 50 | 50 |
%install |
| 51 | 51 |
make install DESTDIR=%{buildroot} INSTALL="install -p -c"
|
| 52 | 52 |
|
| 53 |
+%check |
|
| 54 |
+make %{?_smp_mflags} check
|
|
| 55 |
+ |
|
| 53 | 56 |
%pre |
| 54 | 57 |
getent group rpmostreecompose >/dev/null || groupadd -r rpmostreecompose |
| 55 | 58 |
getent passwd rpmostreecompose >/dev/null || \ |
| ... | ... |
@@ -79,6 +82,8 @@ fi |
| 79 | 79 |
%attr(0755,rpmostreecompose,rpmostreecompose) %{_localstatedir}/lib/%{name}
|
| 80 | 80 |
|
| 81 | 81 |
%changelog |
| 82 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 2015.12-4 |
|
| 83 |
+- Modified %check |
|
| 82 | 84 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2015.12-3 |
| 83 | 85 |
- GA - Bump release of all rpms |
| 84 | 86 |
* Wed May 04 2016 Anish Swaminathan <anishs@vmware.com> 2015.12-2 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Ruby |
| 2 | 2 |
Name: ruby |
| 3 | 3 |
Version: 2.3.0 |
| 4 |
-Release: 3%{?dist}
|
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 | 5 |
License: BSDL |
| 6 | 6 |
URL: https://www.ruby-lang.org/en/ |
| 7 | 7 |
Group: System Environment/Security |
| ... | ... |
@@ -32,7 +32,7 @@ make %{?_smp_mflags}
|
| 32 | 32 |
[ %{buildroot} != "/"] && rm -rf %{buildroot}/*
|
| 33 | 33 |
make DESTDIR=%{buildroot} install
|
| 34 | 34 |
%check |
| 35 |
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
|
| 35 |
+make %{?_smp_mflags} check
|
|
| 36 | 36 |
%post -p /sbin/ldconfig |
| 37 | 37 |
%postun -p /sbin/ldconfig |
| 38 | 38 |
%clean |
| ... | ... |
@@ -50,6 +50,8 @@ rm -rf %{buildroot}/*
|
| 50 | 50 |
%{_docdir}/%{name}-%{version}
|
| 51 | 51 |
%{_mandir}/man1/*
|
| 52 | 52 |
%changelog |
| 53 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 2.3.0-4 |
|
| 54 |
+- Modified %check |
|
| 53 | 55 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.3.0-3 |
| 54 | 56 |
- GA - Bump release of all rpms |
| 55 | 57 |
* Tue Mar 09 2016 Divya Thaluru <dthaluru@vmware.com> 2.3.0-2 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Commonly used Mail transport agent (MTA) |
| 2 | 2 |
Name: sendmail |
| 3 | 3 |
Version: 8.15.2 |
| 4 |
-Release: 6%{?dist}
|
|
| 4 |
+Release: 7%{?dist}
|
|
| 5 | 5 |
URL: http://www.sendmail.org/ |
| 6 | 6 |
License: GPLv2+ and GPLv3+ and LGPLv2+ |
| 7 | 7 |
Group: Email/Server/Library |
| ... | ... |
@@ -116,6 +116,9 @@ WantedBy=multi-user.target |
| 116 | 116 |
|
| 117 | 117 |
EOF |
| 118 | 118 |
|
| 119 |
+%check |
|
| 120 |
+make -C test check |
|
| 121 |
+ |
|
| 119 | 122 |
%pre |
| 120 | 123 |
groupadd -g 26 smmsp && |
| 121 | 124 |
useradd -c "Sendmail Daemon" -g smmsp -d /dev/null \ |
| ... | ... |
@@ -168,6 +171,8 @@ fi |
| 168 | 168 |
|
| 169 | 169 |
|
| 170 | 170 |
%changelog |
| 171 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 8.15.2-7 |
|
| 172 |
+- Modified %check |
|
| 171 | 173 |
* Thu May 26 2016 Divya Thaluru <dthaluru@vmware.com> 8.15.2-6 |
| 172 | 174 |
- Fixed logic to restart the active services after upgrade |
| 173 | 175 |
* Wed May 25 2016 Kumar Kaushik <kaushikk@vmware.com> 8.15.2-5 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: The Apache Subversion control system |
| 2 | 2 |
Name: subversion |
| 3 | 3 |
Version: 1.9.3 |
| 4 |
-Release: 6%{?dist}
|
|
| 4 |
+Release: 7%{?dist}
|
|
| 5 | 5 |
License: Apache License 2.0 |
| 6 | 6 |
URL: http://subversion.apache.org/ |
| 7 | 7 |
Group: Utilities/System |
| ... | ... |
@@ -39,6 +39,10 @@ make %{?_smp_mflags}
|
| 39 | 39 |
%install |
| 40 | 40 |
make -j1 DESTDIR=%{buildroot} install
|
| 41 | 41 |
%find_lang %{name}
|
| 42 |
+ |
|
| 43 |
+%check |
|
| 44 |
+make %{?_smp_mflags} check
|
|
| 45 |
+ |
|
| 42 | 46 |
%files -f %{name}.lang
|
| 43 | 47 |
%defattr(-,root,root) |
| 44 | 48 |
%{_bindir}/svn*
|
| ... | ... |
@@ -52,6 +56,8 @@ make -j1 DESTDIR=%{buildroot} install
|
| 52 | 52 |
%exclude %{_libdir}/debug/
|
| 53 | 53 |
|
| 54 | 54 |
%changelog |
| 55 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 1.9.3-7 |
|
| 56 |
+- Modified %check |
|
| 55 | 57 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.9.3-6 |
| 56 | 58 |
- GA - Bump release of all rpms |
| 57 | 59 |
* Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 1.9.3-1 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Archiving program |
| 2 | 2 |
Name: tar |
| 3 | 3 |
Version: 1.28 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: GPLv3+ |
| 6 | 6 |
URL: http://www.gnu.org/software/tar |
| 7 | 7 |
Group: Applications/System |
| ... | ... |
@@ -27,7 +27,7 @@ install -vdm 755 %{buildroot}/usr/share/man/man1
|
| 27 | 27 |
rm -rf %{buildroot}%{_infodir}
|
| 28 | 28 |
%find_lang %{name}
|
| 29 | 29 |
%check |
| 30 |
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
|
| 30 |
+make %{?_smp_mflags} check
|
|
| 31 | 31 |
%files -f %{name}.lang
|
| 32 | 32 |
%defattr(-,root,root) |
| 33 | 33 |
/bin/tar |
| ... | ... |
@@ -35,6 +35,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 35 | 35 |
%{_defaultdocdir}/%{name}-%{version}/*
|
| 36 | 36 |
%{_mandir}/*/*
|
| 37 | 37 |
%changelog |
| 38 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 1.28-3 |
|
| 39 |
+- Modified %check |
|
| 38 | 40 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.28-2 |
| 39 | 41 |
- GA - Bump release of all rpms |
| 40 | 42 |
* Wed Jan 20 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.28-1 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: A network utility to retrieve files from the Web |
| 2 | 2 |
Name: wget |
| 3 | 3 |
Version: 1.17.1 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: GPLv3+ |
| 6 | 6 |
URL: http://www.gnu.org/software/wget/wget.html |
| 7 | 7 |
Group: System Environment/NetworkingPrograms |
| ... | ... |
@@ -40,7 +40,7 @@ rm -rf %{buildroot}/%{_infodir}
|
| 40 | 40 |
%find_lang %{name}
|
| 41 | 41 |
%{_fixperms} %{buildroot}/*
|
| 42 | 42 |
%check |
| 43 |
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
|
| 43 |
+make %{?_smp_mflags} check
|
|
| 44 | 44 |
%clean |
| 45 | 45 |
rm -rf %{buildroot}/*
|
| 46 | 46 |
%files -f %{name}.lang
|
| ... | ... |
@@ -49,6 +49,8 @@ rm -rf %{buildroot}/*
|
| 49 | 49 |
%{_bindir}/*
|
| 50 | 50 |
%{_mandir}/man1/*
|
| 51 | 51 |
%changelog |
| 52 |
+* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 1.17.1-3 |
|
| 53 |
+- Modified %check |
|
| 52 | 54 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.17.1-2 |
| 53 | 55 |
- GA - Bump release of all rpms |
| 54 | 56 |
* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.17.1-1 |