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
3536b5b1
Commit
3536b5b1
authored
Dec 10, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commented out group replacement: do incorrect replacement for clean ALT packages
parent
1f2b1a0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
rpmcs
bin/rpmcs
+3
-0
pkgrepl.rpm
share/eterbuild/pkgrepl/pkgrepl.rpm
+1
-0
No files found.
bin/rpmcs
View file @
3536b5b1
...
...
@@ -109,6 +109,8 @@ do_repls()
[
-n
"
$VERBOSE
"
]
&&
echo
"Replace '
$REPLRULE1
' with '
$REPLRULE2
'"
done
# commented out: do incorrect replacement for clean ALT packages
if
false
;
then
echog
"fix groups..."
for
n
in
`
print_grpreq
$i
`
;
do
toalt_grprepl
$n
||
continue
...
...
@@ -116,6 +118,7 @@ do_repls()
s|(^Group.*)
$GRPREPLRULE1
|
\1
$GRPREPLRULE2
|g"
[
-n
"
$VERBOSE
"
]
&&
echo
"Replace '
$GRPREPLRULE1
' with '
$GRPREPLRULE2
'"
done
fi
# Replace package names in source spec
sed
-r
-e
"
$ALLREPLRULES
"
<
$i
>
$SPEC
||
{
warning
"Error with replacement"
;
cat
$i
>
$SPEC
;
}
...
...
share/eterbuild/pkgrepl/pkgrepl.rpm
View file @
3536b5b1
...
...
@@ -111,6 +111,7 @@ GConf|GConf2
libxml++2-devel|libxml++-devel
glibc-devel-static|glibc-devel
glibc-devel|glibc-devel
libopensc-devel|opensc
libopensc|opensc
...
...
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