Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
9c540a45
Commit
9c540a45
authored
May 01, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmreqs: small improvements
parent
8f320d4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
rpmreqs
bin/rpmreqs
+5
-2
No files found.
bin/rpmreqs
View file @
9c540a45
...
...
@@ -36,6 +36,9 @@ filter_multiple_provides()
s|libldap_r-2.4.so.*|libldap|g
s|liblber-2.4.so.*|libldap|g
s|libudev.so.*|libudev1|g
s|/usr/bin/wineboot||g
s|/usr/bin/winetricks||g
s|/usr/bin/wineserver||g
s|/usr/bin/wine||g
s|/usr/bin/jconsole|java-1.7.0-openjdk-devel|g
s|/sbin/modprobe||g
...
...
@@ -138,7 +141,7 @@ trans_rpmdeps_to_pkgname_lav()
# FIXME: strange regexp for drop libNAME.so.NUM and perl(Package) and /bin/sh
REALPKGNAMELIST
=
$(
estrlist reg_exclude
".*
\.
so
\.
.* .*/.* .*(.*"
"
$REQLIST
"
)
# FIXME: external list? Set priorities/
REQCONVLIST
=
$(
estrlist exclude
"
$REALPKGNAMELIST
"
"
$REQLIST
"
| filter_multiple_provides |
sed
-e
"s|
\(
[^)]
\)
(64bit)|
\1
.*(64bit)|g"
)
REQCONVLIST
=
"
$(
estrlist exclude
"
$REALPKGNAMELIST
"
"
$REQLIST
"
| filter_multiple_provides |
sed
-e
"s|
\(
[^)]
\)
(64bit)|
\1
.*(64bit)|g"
)
"
# partially copied from aptU
#VIRTREQ=$(LANG=C apt-get install --print-uris $REQLIST 2>&1 | grep "is a virtual package provided by" | cut -f2 -d" " | sort -u)
...
...
@@ -171,7 +174,7 @@ trans_rpmdeps_to_pkgname_lav()
# remove ALT basesystem packages
ALREADYHANDLEDRPM
=
"
bash sh filesystem alt-gpgkeys glibc-core glibc-locales glibc-preinstall
rpm apt apt-repo
rpm apt apt-repo
apt-scripts update-kernel
tcb-utils nss_tcb libtcb chkconfig service setup
shadow-utils shadow-convert module-init-tools kmod util-linux-control pam
alternatives
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment