22
33Summary: Azure Linux Image Tools
44Name: azurelinux-image-tools
5- Version: 1.1 .0
5+ Version: 1.2 .0
66Release: 1%{?dist }
77License: MIT
88URL: https://github.com/microsoft/azure-linux-image-tools/
@@ -61,6 +61,12 @@ file specifying how they want the image to be customized. For example, this
6161could include the installation of certain RPMs, updating the SELinux mode, and
6262enabling DM-Verity.
6363
64+ %package osmodifier
65+ Summary: OS Modifier
66+
67+ %description osmodifier
68+ The Azure Linux OS Modifier is a tool that can modify an OS.
69+
6470%prep
6571%autosetup -p1 -n azure-linux-image-tools-%{version }
6672tar -xf %{SOURCE1 } --no-same-owner
@@ -69,10 +75,12 @@ tar -xf %{SOURCE1} --no-same-owner
6975export GOPATH=%{our_gopath }
7076export GOFLAGS=" -mod=vendor"
7177make -C toolkit go-imagecustomizer REBUILD_TOOLS=y SKIP_LICENSE_SCAN=y IMAGE_CUSTOMIZER_VERSION_PREVIEW=
78+ make -C toolkit go-osmodifier REBUILD_TOOLS= y SKIP_LICENSE_SCAN= y
7279
7380%install
7481mkdir -p %{buildroot }%{_bindir }
7582install -p -m 0755 toolkit/out/tools/imagecustomizer %{buildroot }%{_bindir }/imagecustomizer
83+ install -p -m 0755 toolkit/out/tools/osmodifier %{buildroot }%{_bindir }/osmodifier
7684
7785# Install container support files for imagecustomizer subpackage
7886# These files are used when building the imagecustomizer container
@@ -99,7 +107,15 @@ go test -C toolkit/tools ./...
99107%{_libdir }/imagecustomizer/telemetry_hopper.py
100108%{_libdir }/imagecustomizer/telemetry-requirements.txt
101109
110+ %files osmodifier
111+ %license LICENSE
112+ %{_bindir }/osmodifier
113+
102114%changelog
115+ * Fri Feb 27 2026 Brian Fjeldstad <bfjelds@microsoft.com> 1.2.0-1
116+ - Add osmodifier subpackage
117+ - Upgrade to version 1.2.0
118+
103119* Mon Dec 8 2025 Chris Gunn <chrisgun@microsoft.com> 1.1.0-1
104120- Upgrade to version 1.1.0
105121
0 commit comments