| 12345678910111213141516171819202122 |
- # This spec file is used to check if the provided version of rpmbuild supports the "Enhances:" tag
- Name: test
- Version: 0
- Release: 1
- Summary: test
- License: test
- Enhances: enhanced_package
- %description
- %prep
- %build
- %configure
- %install
- %clean
- %files
- %doc
- %changelog
|