-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: Create rpm package #47
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: J.P. Zivalich <[email protected]> fix: Hardcode version Signed-off-by: J.P. Zivalich <[email protected]> use prior art Signed-off-by: J.P. Zivalich <[email protected]> Remove unknown fields Signed-off-by: J.P. Zivalich <[email protected]> fix: Add description Signed-off-by: J.P. Zivalich <[email protected]> fix: Add changelog Signed-off-by: J.P. Zivalich <[email protected]> fix: Add date to changelog Signed-off-by: J.P. Zivalich <[email protected]> fix: Update changelog Signed-off-by: J.P. Zivalich <[email protected]> fix: Update Signed-off-by: J.P. Zivalich <[email protected]> fix: Change setup to configure repo Signed-off-by: J.P. Zivalich <[email protected]> fix: Change name Signed-off-by: J.P. Zivalich <[email protected]> fix: Update names Signed-off-by: J.P. Zivalich <[email protected]> chore: comment out items Signed-off-by: J.P. Zivalich <[email protected]> chore: Start from 0 Signed-off-by: J.P. Zivalich <[email protected]> fix: Fix version Signed-off-by: J.P. Zivalich <[email protected]> fix: Run make Signed-off-by: J.P. Zivalich <[email protected]> fix: Add dkms steps Signed-off-by: J.P. Zivalich <[email protected]> fix: Switch module to name Signed-off-by: J.P. Zivalich <[email protected]> fix: Add global key Signed-off-by: J.P. Zivalich <[email protected]>
Signed-off-by: J.P. Zivalich <[email protected]>
I don't have permission to request reviews, but tagging @Lawstorant and @JacKeTUs for visibility. Thank you for maintaining the AUR package and the repo, respectively |
@@ -1,8 +1,8 @@ | |||
PACKAGE_NAME="universal-pidff" | |||
PACKAGE_VERSION="0.0.12" | |||
PACKAGE_VERSION="0.0.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably this shouldn't change in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. I'll flip it back
BUILT_MODULE_NAME[0]="universal-pidff" | ||
DEST_MODULE_NAME[0]="universal-pidff" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain why module name is changed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll flip this back as well
Related to #37.
Description
This PR:
Notes: