Skip to content

Fix rpm build spec file to correctly build on Rocky Linux release 8.6 #645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

hecko
Copy link

@hecko hecko commented Sep 6, 2022

I have fixed the RPM build as I really need the RPM for my dev env. This has been fully tested on Rocky Linux 8.6, which should be binary compatible with RHEL8.6 and Alma Linux 8.6

The patch fixes the following errors:

[root@roxana-dev rpm]# rpmbuild -v -bb bats.spec
...
RPM build errors:
    bogus date in %changelog: Tue Jul 08 2018 mbland <mbland@acm.org> - 1.1.0-1
    Installed (but unpackaged) file(s) found:
   /usr/lib/bats-core/common.bash
   /usr/lib/bats-core/formatter.bash
   /usr/lib/bats-core/preprocessing.bash
   /usr/lib/bats-core/semaphore.bash
   /usr/lib/bats-core/test_functions.bash
   /usr/lib/bats-core/tracing.bash
   /usr/lib/bats-core/validator.bash
   /usr/lib/bats-core/warnings.bash

@hecko hecko requested a review from a team as a code owner September 6, 2022 22:26
@martin-schulze-vireso
Copy link
Member

martin-schulze-vireso commented Sep 7, 2022

Could you add a test that builds and uses the rpm, so we can see these errors before they pile up?

Nevermind, I just saw #646.

@hecko
Copy link
Author

hecko commented Sep 7, 2022

migrated to #648

@hecko hecko closed this Sep 7, 2022
@hecko hecko mentioned this pull request Sep 7, 2022
2 tasks
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.

2 participants