test_enhances.spec 307 B

12345678910111213141516171819202122
  1. # This spec file is used to check if the provided version of rpmbuild supports the "Enhances:" tag
  2. Name: test
  3. Version: 0
  4. Release: 1
  5. Summary: test
  6. License: test
  7. Enhances: enhanced_package
  8. %description
  9. %prep
  10. %build
  11. %configure
  12. %install
  13. %clean
  14. %files
  15. %doc
  16. %changelog