l_template_changes.patch 406 B

12345678910111213141516
  1. --- template.orig 2020-10-27 23:17:53.311410000 +0600
  2. +++ template 2020-10-29 22:32:08.933591000 +0600
  3. @@ -31,2 +31,12 @@ fi
  4. +# Liberation
  5. +pre_patch() {
  6. + # Remove docs having references to non-FSDG distros/OS
  7. + rm -rfv docs
  8. + # Remove NEWS having references to non-FSDG distros/OS
  9. + rm -v NEWS
  10. + # Remove non-FSDG referencing stuff
  11. + rm -rfv {tests,ci,.gitlab-ci.yml}
  12. +}
  13. +
  14. libosinfo-devel_package() {