mirror of
https://github.com/clearlinux/cve-check-tool.git
synced 2026-09-06 05:32:00 +00:00
15 lines
284 B
RPMSpec
15 lines
284 B
RPMSpec
# Mostly ensuring demacro performs correctly
|
|
%define sub package
|
|
%define patch 0
|
|
%define minor 1
|
|
%define suffix %{minor}.%{patch}
|
|
|
|
# test-package
|
|
Name : test-%{sub}
|
|
# 1.1.0
|
|
Version : 1.%{suffix}
|
|
Release : 5
|
|
|
|
%description
|
|
Invalid RPM spec package, provided solely for testing
|