Sync from SUSE:SLFO:Main hyper-v revision aad902319f1097acf6e6a3ece0de84fe
This commit is contained in:
parent
85293fbb38
commit
daefaea87c
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 23 10:01:10 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- remove dependency on /usr/bin/python3 using
|
||||||
|
%python3_fix_shebang macro, [bsc#1212476]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 22 07:56:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 20 12:12:12 UTC 2020 - ohering@suse.de
|
Thu Aug 20 12:12:12 UTC 2020 - ohering@suse.de
|
||||||
|
|
||||||
|
20
hyper-v.spec
20
hyper-v.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hyper-v
|
# spec file for package hyper-v
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -24,6 +24,7 @@
|
|||||||
Name: hyper-v
|
Name: hyper-v
|
||||||
ExclusiveArch: %ix86 x86_64 aarch64
|
ExclusiveArch: %ix86 x86_64 aarch64
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
# Due to usage of char device instead of netlink
|
# Due to usage of char device instead of netlink
|
||||||
Conflicts: kernel < 4.2
|
Conflicts: kernel < 4.2
|
||||||
@ -32,7 +33,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Supplements: modalias(dmi:*svnMicrosoftCorporation*pnVirtualMachine*rnVirtualMachine*)
|
Supplements: modalias(dmi:*svnMicrosoftCorporation*pnVirtualMachine*rnVirtualMachine*)
|
||||||
Supplements: modalias(pci:v00001414d00005353sv*sd*bc*sc*i*)
|
Supplements: modalias(pci:v00001414d00005353sv*sd*bc*sc*i*)
|
||||||
Url: http://www.kernel.org
|
URL: http://www.kernel.org
|
||||||
# Arbitrary version number
|
# Arbitrary version number
|
||||||
Version: 8
|
Version: 8
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -59,7 +60,7 @@ cp -vL %{S:9} %{hv_kvp_daemon}.h
|
|||||||
cp -vL %{S:10} .
|
cp -vL %{S:10} .
|
||||||
cp -vL %{S:12} %{hv_vss_daemon}.c
|
cp -vL %{S:12} %{hv_vss_daemon}.c
|
||||||
cp -vL %{S:14} %{hv_fcopy_daemon}.c
|
cp -vL %{S:14} %{hv_fcopy_daemon}.c
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
mv `basename %{S:10}` %{hv_kvp_daemon}.c
|
mv `basename %{S:10}` %{hv_kvp_daemon}.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -109,15 +110,7 @@ mkdir -p $RPM_BUILD_ROOT%{helper_dir}/bin
|
|||||||
install -m755 %{hv_kvp_daemon} $RPM_BUILD_ROOT${bindir}
|
install -m755 %{hv_kvp_daemon} $RPM_BUILD_ROOT${bindir}
|
||||||
install -m755 %{hv_vss_daemon} $RPM_BUILD_ROOT${bindir}
|
install -m755 %{hv_vss_daemon} $RPM_BUILD_ROOT${bindir}
|
||||||
install -m755 %{hv_fcopy_daemon} $RPM_BUILD_ROOT${bindir}
|
install -m755 %{hv_fcopy_daemon} $RPM_BUILD_ROOT${bindir}
|
||||||
sed '
|
cp -avL %{S:0} $RPM_BUILD_ROOT%{_sbindir}/lsvmbus
|
||||||
1 {
|
|
||||||
%if 0%{?suse_version} > 1315
|
|
||||||
s@^.*@#!%{_bindir}/python3@
|
|
||||||
%else
|
|
||||||
s@^.*@#!%{_bindir}/python2@
|
|
||||||
%endif
|
|
||||||
}
|
|
||||||
' %{S:0} > $RPM_BUILD_ROOT%{_sbindir}/lsvmbus
|
|
||||||
chmod 0755 $RPM_BUILD_ROOT%{_sbindir}/lsvmbus
|
chmod 0755 $RPM_BUILD_ROOT%{_sbindir}/lsvmbus
|
||||||
cp -avL %{S:20} $RPM_BUILD_ROOT%{helper_dir}/bin/hv_get_dhcp_info
|
cp -avL %{S:20} $RPM_BUILD_ROOT%{helper_dir}/bin/hv_get_dhcp_info
|
||||||
cp -avL %{S:21} $RPM_BUILD_ROOT%{helper_dir}/bin/hv_get_dns_info
|
cp -avL %{S:21} $RPM_BUILD_ROOT%{helper_dir}/bin/hv_get_dns_info
|
||||||
@ -210,6 +203,7 @@ fi
|
|||||||
EOF
|
EOF
|
||||||
chmod 755 $RPM_BUILD_ROOT${bindir}/${helper}
|
chmod 755 $RPM_BUILD_ROOT${bindir}/${helper}
|
||||||
#
|
#
|
||||||
|
%python3_fix_shebang
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc kvptest.ps1.txt
|
%doc kvptest.ps1.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user