Skip to content

Commit

Permalink
Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Apr 23, 2024
1 parent c931514 commit d2a54b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ fc39)
DIST='fedora'
RELEASE='39'
;;
fc40)
RPMDIR="${WEBROOT}/fedora/40/${ARCH}"
SRPMDIR="${WEBROOT}/fedora/40/SRPMS"
DIST='fedora'
RELEASE='40'
;;
el7)
RPMDIR="${WEBROOT}/epel/7/${ARCH}"
SRPMDIR="${WEBROOT}/epel/7/SRPMS"
Expand Down
5 changes: 5 additions & 0 deletions check_updates
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,11 @@ sub run {
help => 'Write debugging messages to a file',
);

$options->arg(
spec => 'ignore-gpg-issues',
help => 'Disable GPG signature checking',
);

$options->arg(
spec => 'no-boot-check',
help => 'Do not complain if the machine was booted with an old kernel',
Expand Down

0 comments on commit d2a54b8

Please sign in to comment.