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
9c2175d3
Commit
9c2175d3
authored
Mar 08, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some comments
parent
068e3845
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
rpm
share/eterbuild/functions/rpm
+2
-1
pkgrepl.centos
share/eterbuild/pkgrepl/pkgrepl.centos
+2
-0
test_tr_srpm.sh
tests/test_tr_srpm.sh
+1
-0
No files found.
share/eterbuild/functions/rpm
View file @
9c2175d3
...
@@ -63,6 +63,7 @@ build_rpms_name()
...
@@ -63,6 +63,7 @@ build_rpms_name()
build_buildroot
build_buildroot
}
}
# Query variables from rpm package
querypackage
()
querypackage
()
{
{
local
FORMAT
=
"%{
$2
}"
local
FORMAT
=
"%{
$2
}"
...
@@ -125,7 +126,7 @@ drop_pkg_extensions()
...
@@ -125,7 +126,7 @@ drop_pkg_extensions()
done
done
}
}
# distr_vendor [interactive]
#
args:
distr_vendor [interactive]
get_install_package_command
()
get_install_package_command
()
{
{
local
DISTRVENDOR
=
$1
local
DISTRVENDOR
=
$1
...
...
share/eterbuild/pkgrepl/pkgrepl.centos
View file @
9c2175d3
...
@@ -5,3 +5,5 @@ jackit-devel|
...
@@ -5,3 +5,5 @@ jackit-devel|
xorg-x11-devel|
xorg-x11-devel|
xorg-sdk|xorg-x11-server-sdk
xorg-sdk|xorg-x11-server-sdk
libsmbclient-devel|samba-common
libsmbclient-devel|samba-common
perl-unicore|
tests/test_tr_srpm.sh
View file @
9c2175d3
...
@@ -25,6 +25,7 @@ for i in `ls -1 $RPMDIR/SRPMS` ; do
...
@@ -25,6 +25,7 @@ for i in `ls -1 $RPMDIR/SRPMS` ; do
echo
"spec:
$SPECNAME
"
echo
"spec:
$SPECNAME
"
pack_srpm_package
$SPECNAME
pack_srpm_package
$SPECNAME
echo
Compare
$PKGNAME
$LISTBUILT
echo
Compare
$PKGNAME
$LISTBUILT
# what the package with rpmdiff?
rpmdiff
$PKGNAME
$RPMTOPDIR
/SRPMS/
$LISTBUILT
rpmdiff
$PKGNAME
$RPMTOPDIR
/SRPMS/
$LISTBUILT
exit
1
exit
1
done
done
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