| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Kernel Audit Tool |
| 2 | 2 |
Name: audit |
| 3 | 3 |
Version: 2.4.4 |
| 4 |
-Release: 1%{?dist}
|
|
| 4 |
+Release: 2%{?dist}
|
|
| 5 | 5 |
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
| 6 | 6 |
%define sha1 audit=ad38f3352e21716e86d73b4e06cc41a5e85882ee |
| 7 | 7 |
License: GPLv2+ |
| ... | ... |
@@ -18,6 +18,8 @@ BuildRequires: tcp_wrappers-devel |
| 18 | 18 |
BuildRequires: libcap-ng-devel |
| 19 | 19 |
BuildRequires: swig |
| 20 | 20 |
BuildRequires: e2fsprogs-devel |
| 21 |
+BuildRequires: systemd |
|
| 22 |
+Requires: systemd |
|
| 21 | 23 |
Requires: krb5 |
| 22 | 24 |
Requires: openldap |
| 23 | 25 |
Requires: python2 |
| ... | ... |
@@ -95,5 +97,7 @@ make install DESTDIR=%{buildroot}
|
| 95 | 95 |
%{_includedir}/*.h
|
| 96 | 96 |
|
| 97 | 97 |
%changelog |
| 98 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 2.4.4-2 |
|
| 99 |
+- Add systemd requirement. |
|
| 98 | 100 |
* Fri Aug 28 2015 Divya Thaluru <dthaluru@vmware.com> 2.4.4-1 |
| 99 | 101 |
- Initial version |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Contains the utilities for the ext2 file system |
| 2 | 2 |
Name: e2fsprogs |
| 3 | 3 |
Version: 1.42.9 |
| 4 |
-Release: 3%{?dist}
|
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 | 5 |
License: GPLv2+ |
| 6 | 6 |
URL: http://e2fsprogs.sourceforge.net |
| 7 | 7 |
Group: System Environment/Base |
| ... | ... |
@@ -48,8 +48,10 @@ popd |
| 48 | 48 |
%check |
| 49 | 49 |
cd build |
| 50 | 50 |
make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 51 |
-%post -p /sbin/ldconfig |
|
| 52 |
-%postun -p /sbin/ldconfig |
|
| 51 |
+%post |
|
| 52 |
+/sbin/ldconfig |
|
| 53 |
+%postun |
|
| 54 |
+/sbin/ldconfig |
|
| 53 | 55 |
%files -f %{name}.lang
|
| 54 | 56 |
%defattr(-,root,root) |
| 55 | 57 |
%config %{_sysconfdir}/mke2fs.conf
|
| ... | ... |
@@ -130,6 +132,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 130 | 130 |
%{_libdir}/libext2fs.a
|
| 131 | 131 |
%{_libdir}/libss.so
|
| 132 | 132 |
%changelog |
| 133 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 1.42.9-4 |
|
| 134 |
+- Edit post script. |
|
| 133 | 135 |
* Tue Nov 10 2015 Xiaolin Li <xiaolinl@vmware.com> 1.42.9-3 |
| 134 | 136 |
- Handled locale files with macro find_lang |
| 135 | 137 |
* Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com> 1.42.9-2 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: The GnuTLS Transport Layer Security Library |
| 2 | 2 |
Name: gnutls |
| 3 | 3 |
Version: 3.4.2 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: GPLv3+ and LGPLv2+ |
| 6 | 6 |
URL: http://www.gnutls.org |
| 7 | 7 |
Source0: http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/gnutls/v3.4/%{name}-%{version}.tar.xz
|
| ... | ... |
@@ -48,8 +48,13 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
|
| 48 | 48 |
|
| 49 | 49 |
%check |
| 50 | 50 |
make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 51 |
-%post -p /sbin/ldconfig |
|
| 52 |
-%postun -p /sbin/ldconfig |
|
| 51 |
+ |
|
| 52 |
+%post |
|
| 53 |
+/sbin/ldconfig |
|
| 54 |
+ |
|
| 55 |
+%postun |
|
| 56 |
+/sbin/ldconfig |
|
| 57 |
+ |
|
| 53 | 58 |
%files |
| 54 | 59 |
%defattr(-,root,root) |
| 55 | 60 |
%{_libdir}/*.so.*
|
| ... | ... |
@@ -63,8 +68,10 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 63 | 63 |
%{_libdir}/*.so
|
| 64 | 64 |
%{_libdir}/pkgconfig/*.pc
|
| 65 | 65 |
%changelog |
| 66 |
-* Fri Oct 9 2015 Xiaolin Li <xiaolinl@vmware.com> 3.4.2-2 |
|
| 67 |
-- Removing la files from packages. |
|
| 66 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 3.4.2-3 |
|
| 67 |
+- Edit post script. |
|
| 68 |
+* Fri Oct 9 2015 Xiaolin Li <xiaolinl@vmware.com> 3.4.2-2 |
|
| 69 |
+- Removing la files from packages. |
|
| 68 | 70 |
* Thu Jun 18 2015 Divya Thaluru <dthaluru@vmware.com> 3.4.2-1 |
| 69 | 71 |
- Initial build. First version |
| 70 | 72 |
|
| ... | ... |
@@ -10,7 +10,7 @@ |
| 10 | 10 |
Summary: Go |
| 11 | 11 |
Name: go |
| 12 | 12 |
Version: 1.4.2 |
| 13 |
-Release: 1%{?dist}
|
|
| 13 |
+Release: 2%{?dist}
|
|
| 14 | 14 |
License: BSD |
| 15 | 15 |
URL: https://golang/org |
| 16 | 16 |
Group: System Environment/Security |
| ... | ... |
@@ -84,9 +84,10 @@ chown -R root:root %{buildroot}/etc/profile.d/go-exports.sh
|
| 84 | 84 |
%check |
| 85 | 85 |
make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 86 | 86 |
|
| 87 |
-%post -p /sbin/ldconfig |
|
| 87 |
+%post -p /sbin/ldconfig |
|
| 88 | 88 |
|
| 89 |
-%postun -p /sbin/ldconfig |
|
| 89 |
+%postun |
|
| 90 |
+/sbin/ldconfig |
|
| 90 | 91 |
rm /etc/profile.d/go-exports.sh |
| 91 | 92 |
rm -rf /opt/%{name}
|
| 92 | 93 |
exit 0 |
| ... | ... |
@@ -111,6 +112,8 @@ rm -rf %{buildroot}/*
|
| 111 | 111 |
%{_bindir}/*
|
| 112 | 112 |
|
| 113 | 113 |
%changelog |
| 114 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 1.4.2-2 |
|
| 115 |
+- Edit post script. |
|
| 114 | 116 |
* Mon Aug 03 2015 Vinay Kulkarni <kulkarniv@vmware.com> 1.4.2-1 |
| 115 | 117 |
- Update to golang release version 1.4.2 |
| 116 | 118 |
* Fri Oct 17 2014 Divya Thaluru <dthaluru@vmware.com> 1.3.3-1 |
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
Summary: A Linux entropy source using the HAVEGE algorithm |
| 4 | 4 |
Name: haveged |
| 5 | 5 |
Version: 1.9.1 |
| 6 |
-Release: 1%{?dist}
|
|
| 6 |
+Release: 2%{?dist}
|
|
| 7 | 7 |
License: GPLv3+ |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Discus |
| ... | ... |
@@ -14,6 +14,7 @@ Source0: http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
|
| 14 | 14 |
Source1: haveged.service |
| 15 | 15 |
Requires: systemd |
| 16 | 16 |
|
| 17 |
+BuildRequires: systemd |
|
| 17 | 18 |
BuildRequires: automake |
| 18 | 19 |
BuildRequires: gdb |
| 19 | 20 |
BuildRequires: coreutils |
| ... | ... |
@@ -106,6 +107,8 @@ rm -rf %{buildroot}
|
| 106 | 106 |
|
| 107 | 107 |
|
| 108 | 108 |
%changelog |
| 109 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 1.9.1-2 |
|
| 110 |
+- Add systemd requirement. |
|
| 109 | 111 |
* Sun Jan 13 2013 Jirka Hladky <hladky.jiri@gmail.com> - 1.7h-0 |
| 110 | 112 |
- Couple of minor updates |
| 111 | 113 |
* Sat Jan 12 2013 Jirka Hladky <hladky.jiri@gmail.com> - 1.7g-0 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Mercurial-3.1.2 |
| 2 | 2 |
Name: mercurial |
| 3 | 3 |
Version: 3.1.2 |
| 4 |
-Release: 3%{?dist}
|
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 | 5 |
License: GPLv2+ |
| 6 | 6 |
URL: https://www.ruby-lang.org/en/ |
| 7 | 7 |
Group: System Environment/Security |
| ... | ... |
@@ -43,8 +43,9 @@ EOF |
| 43 | 43 |
%{_fixperms} %{buildroot}/*
|
| 44 | 44 |
%check |
| 45 | 45 |
make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 46 |
-%post -p /sbin/ldconfig |
|
| 47 |
-%postun -p /sbin/ldconfig |
|
| 46 |
+%post -p /sbin/ldconfig |
|
| 47 |
+%postun |
|
| 48 |
+/sbin/ldconfig |
|
| 48 | 49 |
rm /etc/profile.d/java-exports.sh |
| 49 | 50 |
%clean |
| 50 | 51 |
rm -rf %{buildroot}/*
|
| ... | ... |
@@ -57,6 +58,8 @@ rm -rf %{buildroot}/*
|
| 57 | 57 |
%exclude /var/opt/%{name}-%{version}/contrib/plan9
|
| 58 | 58 |
%exclude /var/opt/%{name}-%{version}/build/temp.*
|
| 59 | 59 |
%changelog |
| 60 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 3.1.2-4 |
|
| 61 |
+- Edit post script. |
|
| 60 | 62 |
* Mon Nov 16 2015 Sharath George <sharathg@vmware.com> 3.1.2-3 |
| 61 | 63 |
- Change path to /var/opt. |
| 62 | 64 |
* Tue Jun 30 2015 Alexey Makhalov <amakhalov@vmware.com> 3.1.2-2 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Usermode tools for VmWare virts |
| 2 | 2 |
Name: open-vm-tools |
| 3 | 3 |
Version: 10.0.0 |
| 4 |
-Release: 12%{?dist}
|
|
| 4 |
+Release: 13%{?dist}
|
|
| 5 | 5 |
License: LGPLv2+ |
| 6 | 6 |
URL: https://github.com/vmware/open-vm-tools |
| 7 | 7 |
Group: Applications/System |
| ... | ... |
@@ -93,7 +93,8 @@ chmod -x %{buildroot}/etc/pam.d/vmtoolsd
|
| 93 | 93 |
%preun |
| 94 | 94 |
/bin/systemctl disable vmtoolsd |
| 95 | 95 |
|
| 96 |
-%postun -p /sbin/ldconfig |
|
| 96 |
+%postun |
|
| 97 |
+/sbin/ldconfig |
|
| 97 | 98 |
|
| 98 | 99 |
%files |
| 99 | 100 |
%defattr(-,root,root) |
| ... | ... |
@@ -111,6 +112,8 @@ chmod -x %{buildroot}/etc/pam.d/vmtoolsd
|
| 111 | 111 |
|
| 112 | 112 |
|
| 113 | 113 |
%changelog |
| 114 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 10.0.0-13 |
|
| 115 |
+- Edit post script. |
|
| 114 | 116 |
* Fri Nov 27 2015 Sharath George <sharathg@vmware.com> 10.0.0-12 |
| 115 | 117 |
- Correcting path of pam file. |
| 116 | 118 |
* Tue Sep 15 2015 Kumar Kaushik <kaushikk@vmware.com> 10.0.0-11 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: A high-level scripting language |
| 2 | 2 |
Name: python3 |
| 3 | 3 |
Version: 3.4.3 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: PSF |
| 6 | 6 |
URL: http://www.python.org/ |
| 7 | 7 |
Group: System Environment/Programming |
| ... | ... |
@@ -114,14 +114,13 @@ find %{buildroot}%{_libdir} -name '*.o' -delete
|
| 114 | 114 |
make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 115 | 115 |
|
| 116 | 116 |
%post |
| 117 |
--p /sbin/ldconfig |
|
| 117 |
+/sbin/ldconfig |
|
| 118 | 118 |
# Enable below if using 'make install' instead of 'make altinstall' |
| 119 | 119 |
#ln -s %{_bindir}/python3 %{_bindir}/python
|
| 120 | 120 |
#ln -s %{_bindir}/python3-config %{_bindir}/python-config
|
| 121 | 121 |
#ln -s %{_libdir}/libpython3.4m.so %{_libdir}/libpython3.4.so
|
| 122 | 122 |
|
| 123 |
-%postun |
|
| 124 |
--p /sbin/ldconfig |
|
| 123 |
+%postun -p /sbin/ldconfig |
|
| 125 | 124 |
|
| 126 | 125 |
%clean |
| 127 | 126 |
rm -rf %{buildroot}/*
|
| ... | ... |
@@ -182,6 +181,8 @@ rm -rf %{buildroot}/*
|
| 182 | 182 |
%{_bindir}/idle*
|
| 183 | 183 |
|
| 184 | 184 |
%changelog |
| 185 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 3.4.3-3 |
|
| 186 |
+- Edit post script. |
|
| 185 | 187 |
* Wed Aug 17 2015 Vinay Kulkarni <kulkarniv@vmware.com> 3.4.3-2 |
| 186 | 188 |
- Remove python.o file, and minor cleanups. |
| 187 | 189 |
* Wed Jul 1 2015 Vinay Kulkarni <kulkarniv@vmware.com> 3.4.3 |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Sudo |
| 2 | 2 |
Name: sudo |
| 3 | 3 |
Version: 1.8.11p1 |
| 4 |
-Release: 4%{?dist}
|
|
| 4 |
+Release: 5%{?dist}
|
|
| 5 | 5 |
License: ISC |
| 6 | 6 |
URL: https://www.kernel.org/pub/linux/libs/pam/ |
| 7 | 7 |
Group: System Environment/Security |
| ... | ... |
@@ -56,7 +56,8 @@ EOF |
| 56 | 56 |
%{_fixperms} %{buildroot}/*
|
| 57 | 57 |
%check |
| 58 | 58 |
make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 59 |
-%post -p /sbin/ldconfig |
|
| 59 |
+%post |
|
| 60 |
+/sbin/ldconfig |
|
| 60 | 61 |
groupadd wheel |
| 61 | 62 |
%postun -p /sbin/ldconfig |
| 62 | 63 |
%clean |
| ... | ... |
@@ -76,6 +77,8 @@ rm -rf %{buildroot}/*
|
| 76 | 76 |
%{_docdir}/%{name}-%{version}/*
|
| 77 | 77 |
%{_datarootdir}/locale/*
|
| 78 | 78 |
%changelog |
| 79 |
+* Wed Dec 09 2015 Anish Swaminathan <anishs@vmware.com> 1.8.11p1-5 |
|
| 80 |
+- Edit post script. |
|
| 79 | 81 |
* Mon Jun 22 2015 Divya Thaluru <dthaluru@vmware.com> 1.8.11p1-4 |
| 80 | 82 |
- Fixing permissions on /etc/sudoers file |
| 81 | 83 |
* Fri May 29 2015 Divya Thaluru <dthaluru@vmware.com> 1.8.11p1-3 |