You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to build an rpm on Fedora 35 from bzflag-2.4.24.tar.gz with
rpmbuild -tb bzflag-2.4.24.tar.gz
It quickly quits with
error: line 26: Unknown tag: copyright: Copyright (c) 1993-2021 Tim Riker
Apparently the "copyright" tag in spec files has been long deprecated, and one must now use "license" instead. When I replace the "copyright" tag with a "license" tag in the spec file, the rpmbuild command works.
The text was updated successfully, but these errors were encountered:
I attempted to build an rpm on Fedora 35 from bzflag-2.4.24.tar.gz with
rpmbuild -tb bzflag-2.4.24.tar.gz
It quickly quits with
error: line 26: Unknown tag: copyright: Copyright (c) 1993-2021 Tim Riker
Apparently the "copyright" tag in spec files has been long deprecated, and one must now use "license" instead. When I replace the "copyright" tag with a "license" tag in the spec file, the rpmbuild command works.
The text was updated successfully, but these errors were encountered: