Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a4f74c3a0a |
1
.azure-vm-utils.metadata
Normal file
1
.azure-vm-utils.metadata
Normal file
@ -0,0 +1 @@
|
||||
02a13c5182fc7ed84cf9a45712b92a1b4be0d979 SOURCES/azure-vm-utils-v0.5.2.tar.gz
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/azure-vm-utils-v0.5.2.tar.gz
|
||||
/azure-vm-utils-v0.7.0.tar.gz
|
||||
SOURCES/azure-vm-utils-v0.5.2.tar.gz
|
||||
|
||||
@ -1,6 +1,16 @@
|
||||
## 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.7.0
|
||||
Release: 1%{?dist}
|
||||
Version: 0.5.2
|
||||
Release: %autorelease
|
||||
Summary: Core utilities and configuration for Linux VMs on Azure
|
||||
|
||||
License: MIT
|
||||
@ -15,23 +25,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
|
||||
|
||||
%post
|
||||
%systemd_post azure-ephemeral-disk-setup.service
|
||||
|
||||
%preun
|
||||
%systemd_preun azure-ephemeral-disk-setup.service
|
||||
|
||||
%postun
|
||||
%systemd_postun azure-ephemeral-disk-setup.service
|
||||
|
||||
%description
|
||||
This package provides a home for core utilities, udev rules and other
|
||||
configuration to support Linux VMs on Azure.
|
||||
@ -46,7 +43,6 @@ 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
|
||||
|
||||
@ -55,27 +51,14 @@ 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
|
||||
%{_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
|
||||
%{_udevrulesdir}/80-azure-disk.rules
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2025 Huijuan Zhao <huzhao@redhat.com> - 0.7.0-1
|
||||
- Rebase to 0.7.0 [RHEL-99444]
|
||||
- Resolves: RHEL-99444
|
||||
([Azure][rhel-10] azure-vm-utils rebase)
|
||||
|
||||
* Thu Apr 17 2025 Huijuan Zhao <huzhao@redhat.com> - 0.5.2-2
|
||||
- Enable gating for azure-vm-utils
|
||||
|
||||
* Thu Apr 17 2025 Huijuan Zhao <huzhao@redhat.com> - 0.5.2-1
|
||||
- Initial commit on c10s
|
||||
## 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
|
||||
@ -1,5 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules: []
|
||||
Loading…
Reference in New Issue
Block a user