Skip to content

Add a "daffodil" alias to the RPM#715

Merged
stevedlawrence merged 1 commit intoapache:mainfrom
stevedlawrence:daffodil-2613-rpm-daffodil-alias
Jan 14, 2022
Merged

Add a "daffodil" alias to the RPM#715
stevedlawrence merged 1 commit intoapache:mainfrom
stevedlawrence:daffodil-2613-rpm-daffodil-alias

Conversation

@stevedlawrence
Copy link
Member

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

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
Copy link
Contributor

@tuxji tuxji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@tuxji
Copy link
Contributor

tuxji commented Jan 14, 2022

This PR needs a second +1.

Copy link
Contributor

@mbeckerle mbeckerle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@stevedlawrence stevedlawrence merged commit 6496d27 into apache:main Jan 14, 2022
@stevedlawrence stevedlawrence deleted the daffodil-2613-rpm-daffodil-alias branch January 14, 2022 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants