stevedlawrence opened a new pull request #715:
URL: https://github.com/apache/daffodil/pull/715
The official name of the Daffodil RPM is "apache-daffodil", which means
this intuitive command to install the RPM with dnf does not work:
dnf install daffodil
Instead you need to install using the full name:
dnf install apache-daffodil
To support both commands, adds a "Provides: daffodil" tag to the RPM
build configuration, which essentially adds an alias so that users can
dnf install either "daffodil" or "apache-daffodil".
DAFFODIL-2613
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]