import CS azure-vm-utils-0.7.0-1.el9
This commit is contained in:
parent
a4f74c3a0a
commit
eb93d17eff
@ -1 +1 @@
|
||||
02a13c5182fc7ed84cf9a45712b92a1b4be0d979 SOURCES/azure-vm-utils-v0.5.2.tar.gz
|
||||
bc032b522d0727f40f3a17677b3aaceac36dec7a SOURCES/azure-vm-utils-v0.7.0.tar.gz
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/azure-vm-utils-v0.5.2.tar.gz
|
||||
SOURCES/azure-vm-utils-v0.7.0.tar.gz
|
||||
|
||||
@ -1,16 +1,6 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
Name: azure-vm-utils
|
||||
Version: 0.5.2
|
||||
Release: %autorelease
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Core utilities and configuration for Linux VMs on Azure
|
||||
|
||||
License: MIT
|
||||
@ -25,6 +15,10 @@ BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: json-c-devel
|
||||
BuildRequires: libcmocka-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
Requires: util-linux
|
||||
Recommends: mdadm
|
||||
Conflicts: WALinuxAgent-udev < 2.14.0.1-2
|
||||
|
||||
Provides: azure-nvme-utils = %{version}-%{release}
|
||||
Obsoletes: azure-nvme-utils < 0.1.3-3
|
||||
@ -43,6 +37,7 @@ configuration to support Linux VMs on Azure.
|
||||
%install
|
||||
%cmake_install
|
||||
install -D -m 0755 initramfs/dracut/modules.d/97azure-disk/module-setup.sh %{buildroot}%{_prefix}/lib/dracut/modules.d/97azure-disk/module-setup.sh
|
||||
install -D -m 0755 initramfs/dracut/modules.d/97azure-unmanaged-sriov/module-setup.sh %{buildroot}%{_prefix}/lib/dracut/modules.d/97azure-unmanaged-sriov/module-setup.sh
|
||||
rm %{buildroot}%{_bindir}/azure-vm-utils-selftest
|
||||
rm %{buildroot}%{_mandir}/man8/azure-vm-utils-selftest.8
|
||||
|
||||
@ -51,14 +46,24 @@ rm %{buildroot}%{_mandir}/man8/azure-vm-utils-selftest.8
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_mandir}/man8/azure-nvme-id.8.gz
|
||||
%dir %{_prefix}/lib/dracut/modules.d/97azure-disk
|
||||
%{_prefix}/lib/dracut/modules.d/97azure-disk/module-setup.sh
|
||||
%{_bindir}/azure-nvme-id
|
||||
%{_prefix}/lib/dracut/modules.d/97azure-unmanaged-sriov/module-setup.sh
|
||||
%{_prefix}/lib/systemd/network/01-azure-unmanaged-sriov.network
|
||||
%{_unitdir}/azure-ephemeral-disk-setup.service
|
||||
%{_udevrulesdir}/10-azure-unmanaged-sriov.rules
|
||||
%{_udevrulesdir}/80-azure-disk.rules
|
||||
%{_bindir}/azure-ephemeral-disk-setup
|
||||
%{_bindir}/azure-nvme-id
|
||||
%{_mandir}/man8/azure-ephemeral-disk-setup.8.*
|
||||
%{_mandir}/man8/azure-nvme-id.8.*
|
||||
%config(noreplace) %{_sysconfdir}/azure-ephemeral-disk-setup.conf
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Thu May 08 2025 Huijuan Zhao <huzhao@redhat.com> - 0.5.2-1
|
||||
- Initial commit on c9s
|
||||
## END: Generated by rpmautospec
|
||||
* Tue Oct 28 2025 Vinay Mulugund <vmulugun@redhat.com> - 0.7.0-1
|
||||
- Rebase to 0.7.0 [RHEL-99446]
|
||||
- Resolves: RHEL-99446
|
||||
([Azure][rhel-9] azure-vm-utils rebase)
|
||||
|
||||
* Thu May 8 2025 Huijuan Zhao <huzhao@redhat.com> - 0.5.2-1
|
||||
- Initial commit on c19s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user