Skip to content

Commit eb8708e

Browse files
committed
install: locate rpmlint rc file with -r in mrel
Update mrel script to locate rpmlint rc file with the -r command-line switch as -f is not recognized anymore on rpmlint v2.
1 parent 12790fe commit eb8708e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/mrel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ file delete log-gz log-bz log-win $prevdistgz distfiles distfiles-win\
238238
log-prev-gz distfiles-prev $prevdistwin log-prev-win distfiles-win-prev
239239

240240
# check generated RPM spec file
241-
runcmd >@stdout rpmlint -f contrib/rpm/environment-modules.rpmlintrc\
241+
runcmd >@stdout rpmlint -r contrib/rpm/environment-modules.rpmlintrc\
242242
contrib/rpm/environment-modules.spec
243243
quitorcont
244244

0 commit comments

Comments
 (0)