note origin of koji.arch and chmod -x the lib

This commit is contained in:
Mike McLean 2019-02-08 18:16:48 -05:00
parent 90700a65a5
commit c2322e4f26
3 changed files with 4 additions and 3 deletions

View file

@ -40,7 +40,8 @@
Name: koji
Version: 1.16.0
Release: %{release}%{?dist}
License: LGPLv2
License: LGPLv2 and GPLv2+
# the included arch lib from yum's rpmUtils is GPLv2+
Summary: Build system tools
Group: Applications/System
URL: https://pagure.io/koji

4
koji/arch.py Executable file → Normal file
View file

@ -1,5 +1,5 @@
#!/usr/bin/python
#
# This code is from the rpmUtils.arch module of yum
# yum is licensed as GPLv2+
import os
import rpm

0
koji/context.py Executable file → Normal file
View file