* Fri Sep 09 2022 Miroslav Rezanina <mrrezanin@redhat.com> - 12.1.0-1
- Rebase to open-mv-tools 12.1.0 [bz#2121203] - Resolves: bz#2121203 ([ESXi][RHEL9]Open-vm-tools release 12.1.0 has been released - please rebase)
This commit is contained in:
parent
2c0e3c475d
commit
e2397fd4c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/open-vm-tools-11.3.5-18557794.tar.gz
|
||||
/open-vm-tools-12.0.0-19345655.tar.gz
|
||||
/open-vm-tools-12.0.5-19716617.tar.gz
|
||||
/open-vm-tools-12.1.0-20219665.tar.gz
|
||||
|
18
README.rst
18
README.rst
@ -1,18 +0,0 @@
|
||||
===================
|
||||
open-vm-tools development
|
||||
===================
|
||||
|
||||
open-vm-tools is maintained in a `source tree`_ rather than directly in dist-git
|
||||
using packit service that provides way to develope using regular source code
|
||||
structure and provides way to generate SRPM and build using koji service.
|
||||
|
||||
Developers deliver all changes to source-git using merge request. Only maintainers
|
||||
will be pushing changes sent to source-git to dist-git.
|
||||
|
||||
Each release in dist-git is tagged in the source repository so you can easily
|
||||
check out the source tree for a build. The tags are in the format
|
||||
name-version-release, but note release doesn't contain the dist tag since the
|
||||
source can be built in different build roots (Fedora, CentOS, etc.)
|
||||
|
||||
.. _source tree: https://gitlab.com/redhat/centos-stream/src/open-vm-tools
|
||||
|
@ -19,9 +19,9 @@
|
||||
################################################################################
|
||||
|
||||
%global _hardened_build 1
|
||||
%global majorversion 12.0
|
||||
%global minorversion 5
|
||||
%global toolsbuild 19716617
|
||||
%global majorversion 12.1
|
||||
%global minorversion 0
|
||||
%global toolsbuild 20219665
|
||||
%global toolsversion %{majorversion}.%{minorversion}
|
||||
%global toolsdaemon vmtoolsd
|
||||
%global vgauthdaemon vgauthd
|
||||
@ -51,6 +51,8 @@ ExclusiveArch: x86_64 aarch64
|
||||
ExclusiveArch: %{ix86} x86_64 aarch64
|
||||
%endif
|
||||
|
||||
#Patch0: name.patch
|
||||
|
||||
# Source-git patches
|
||||
|
||||
BuildRequires: autoconf
|
||||
@ -408,8 +410,12 @@ fi
|
||||
|
||||
%files test
|
||||
%{_bindir}/vmware-vgauth-smoketest
|
||||
|
||||
%changelog
|
||||
* Fri Sep 09 2022 Miroslav Rezanina <mrrezanin@redhat.com> - 12.1.0-1
|
||||
- Rebase to open-mv-tools 12.1.0 [bz#2121203]
|
||||
- Resolves: bz#2121203
|
||||
([ESXi][RHEL9]Open-vm-tools release 12.1.0 has been released - please rebase)
|
||||
|
||||
* Tue Jun 07 2022 Miroslav Rezanina <mrezanin@redhat.com> - 12.0.5-1
|
||||
- Rebase to open-vm-tools 12.0.5 [bz#2090275]
|
||||
- Resolves: bz#2090275
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (open-vm-tools-12.0.5-19716617.tar.gz) = d0e842a33e423cb07f86c2c7c9b3d2e7bca85c49c922d14529a72db322931b3baedad386bffc1bb500bb4fe8b572529f3c63fc823732405849edb6344b405714
|
||||
SHA512 (open-vm-tools-12.1.0-20219665.tar.gz) = 00cd71a5fc25d854d0043b2ddfb7f759e3b3138acb9f33f7452641d7520e46bfa39ff784bde6c711de6e8aec24309720532100d7a8588fb1bebaa378b9566a2a
|
||||
|
Loading…
Reference in New Issue
Block a user