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
526ef3d2
Commit
526ef3d2
authored
Feb 18, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmreqs: fix
parent
323e38fd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
14 deletions
+44
-14
rpmreqs
bin/rpmreqs
+3
-2
pkgrepl.archlinux
share/eterbuild/pkgrepl/pkgrepl.archlinux
+11
-8
pkgrepl.fedora.17
share/eterbuild/pkgrepl/pkgrepl.fedora.17
+17
-0
pkgrepl.rpm
share/eterbuild/pkgrepl/pkgrepl.rpm
+13
-4
No files found.
bin/rpmreqs
View file @
526ef3d2
...
...
@@ -121,13 +121,13 @@ passwdqc-control"
trans_rpmdeps_to_pkgname_lav
()
{
# partially copied from aptU
local
ALREADYHANDLEDRPM
=
"rpmlib.* rtld libgcc_s
\.
.* libstdc
\+\+
.* libc
\.
so.* ld-linux
\.
so.* libpthread
\.
so.* librt
\.
so.*"
local
ALREADYHANDLEDRPM
=
"rpmlib.* rtld libgcc_s
\.
.* libstdc
\+\+
.* libc
\.
so.* ld-linux
\.
so.* libpthread
\.
so.* librt
\.
so.*
libdl
\.
so.*
"
local
REQLIST
=
"
$@
"
REQLIST
=
$(
regexp_exclude_list
"
$ALREADYHANDLEDRPM
"
"
$REQLIST
"
)
# FIXME: strange regexp for drop libNAME.so.NUM and perl(Package) and /bin/sh
REALPKGNAMELIST
=
$(
regexp_exclude_list
"
. .
. /* (*"
"
$REQLIST
"
)
REALPKGNAMELIST
=
$(
regexp_exclude_list
"
\.
\.\
.
/* (*"
"
$REQLIST
"
)
# FIXME: external list? Set priorities/
REQCONVLIST
=
$(
do_exclude_list
"
$REALPKGNAMELIST
"
"
$REQLIST
"
| filter_multiple_provides
)
...
...
@@ -140,6 +140,7 @@ trans_rpmdeps_to_pkgname_lav()
if
grep
-q
"is a virtual package provided by"
$TFILE
;
then
fatal
"multiple provides:
$(
cat
$TFILE
)
"
fi
#grep -q "^E:" $TFILE && fatal "Can't get correct result from apt: $(cat $TFILE)"
rm
-f
$TFILE
# remove ALT basesystem packages
...
...
share/eterbuild/pkgrepl/pkgrepl.archlinux
View file @
526ef3d2
...
...
@@ -49,13 +49,16 @@ xlsfonts|xorg-xlsfonts
libsane|sane
xrandr|xorg-xrandr
libxscrnsaver|
mount|util-linux
util-linux|util-linux
# FIXME: can't install
#mount|util-linux-ng
#util-linux|util-linux-ng
mount|
util-linux|
# FIXME: can't install
libxxf86misc|
# ALT's version?
rpm-build|
#libxxf86misc|
rpm-build|rpm
rpm-build-intro|rpm-build-altlinux-compat
libicu|icu
libreadline|readline
gccmakedep|imake
openssh-server|openssh
openssh-clients|openssh
xauth|xorg-xauth
xorg-cf-files|
share/eterbuild/pkgrepl/pkgrepl.fedora.17
View file @
526ef3d2
libaudiofile|audiofile
libaudiofile-devel|audiofile-devel
libhal-devel|
libopenal-devel|openal-soft-devel
libopenal|openal-soft
libcapi-devel|libcapifax-devel
libcapi|libcapifax
libgstreamer|gstreamer
gstreamer-devel|gstreamer-devel
gst-plugins-devel|gstreamer-plugins-base-devel
libgst-plugins|libgstreamer-plugins-base
libmesa-devel|mesa-libGL-devel
libGLU-devel|mesa-libGLU-devel
libmesa|mesa-libGL
libGLU|mesa-libGLU
libGL|mesa-libGL
share/eterbuild/pkgrepl/pkgrepl.rpm
View file @
526ef3d2
...
...
@@ -3,7 +3,7 @@
# FIXME
makedepend|
foomatic-db-engine|
#imake|
imake|imake
shadow-log|
w3c-markup-validator-libs|
xorg-cf-files|
...
...
@@ -36,15 +36,20 @@ libpam-devel|pam-devel
libpam0-devel|pam-devel
# libssl???
libssl|openssl
libssl-devel|openssl-devel
libssl7|openssl
libssl10|openssl
libssl-devel|openssl-devel
libcrypto10|openssl
# for rpmcs
openssl|openssl
libfreetype|freetype
freetype2-devel|freetype-devel
freetype2|freetype
libfreetype-devel|freetype-devel
libcups-devel|cups-devel
libcups|cups
# for rpmcs
cups|cups
libalsa-devel|alsa-lib-devel
libalsa|alsa-lib
libopenal1|openal-soft
...
...
@@ -163,10 +168,14 @@ libfontconfig|fontconfig
perl-base|perl
libpng15|libpng
libcrypto10|openssl
python-module-dbus|dbus-python
python-module-xml|libxml2-python
dbus-tools-gui|dbus-x11
libdbus-devel|dbus-devel
libdbus|dbus-libs
python-base|python
libpython|python-libs
xinitrc|
fonts-bitmap-misc|xorg-x11-fonts-misc
# for rpmcs
xauth|xauth
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