Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
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
etersoft
eepm
Commits
b61eb0a2
Commit
b61eb0a2
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack generic.sh: add remove_dir /usr/lib/.build-id
parent
893bbd63
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
7 deletions
+2
-7
generic.sh
repack.d/generic.sh
+2
-0
kyodialog.sh
repack.d/kyodialog.sh
+0
-2
mssql-server.sh
repack.d/mssql-server.sh
+0
-2
opera-stable.sh
repack.d/opera-stable.sh
+0
-1
rstudio.sh
repack.d/rstudio.sh
+0
-2
No files found.
repack.d/generic.sh
View file @
b61eb0a2
...
...
@@ -38,3 +38,5 @@ fi
# Set high Epoche to override repository package
subst
"s|^
\(
Name: .*
\)
$|
# Override repository package
\n
Epoch: 100
\n\1
|g"
$SPEC
[
-d
$BUILDROOT
/usr/lib/.build-id
]
&&
remove_dir /usr/lib/.build-id
||
:
This diff is collapsed.
Click to expand it.
repack.d/kyodialog.sh
View file @
b61eb0a2
...
...
@@ -14,8 +14,6 @@ VER=9.2
# remove embedded PyPDF3
remove_dir /usr/share/kyocera
$VER
/Python
remove_dir /usr/lib/.build-id
# PRIMARY_PPD_DIRECTORY=/usr/share/ppd/kyocera/
fromppd
=
"/usr/share/kyocera
$VER
/ppd
$VER
"
mkdir
-p
$BUILDROOT
/usr/share/ppd/
...
...
This diff is collapsed.
Click to expand it.
repack.d/mssql-server.sh
View file @
b61eb0a2
...
...
@@ -21,8 +21,6 @@ subst "s|Руѝѝкий|Русский|" $BUILDROOT/opt/mssql/lib/mssql-conf/mss
subst
's|sysctl|/sbin/sysctl|'
$BUILDROOT
/opt/mssql/bin/crash-support-functions.sh
subst
's|/usr/bin/basename|/bin/basename|'
$BUILDROOT
/opt/mssql/bin/
*
.sh
remove_dir /usr/lib/.build-id
epm assure patchelf
||
exit
for
i
in
$BUILDROOT
/opt/mssql/lib/libunwind-x86_64.so.8
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
...
...
This diff is collapsed.
Click to expand it.
repack.d/opera-stable.sh
View file @
b61eb0a2
...
...
@@ -26,7 +26,6 @@ remove_dir /usr/share/lintian
remove_dir /usr/share/mime
remove_dir /usr/lib
remove_dir /usr/lib/.build-id
remove_file
$PRODUCTDIR
/opera_autoupdate.licenses
remove_file
$PRODUCTDIR
/opera_autoupdate.version
remove_file
$PRODUCTDIR
/opera_autoupdate
...
...
This diff is collapsed.
Click to expand it.
repack.d/rstudio.sh
View file @
b61eb0a2
...
...
@@ -17,8 +17,6 @@ subst 's|/usr/lib/rstudio/bin/rstudio|$PRODUCTDIR/$PRODUCT|' $BUILDROOT$PRODUCTD
# https://bugzilla.altlinux.org/43794
subst
'1iAutoReq:yes,nopython,nopython3,nomono,nomonolib'
$SPEC
remove_dir /usr/lib/.build-id
fix_chrome_sandbox
filter_from_requires libQt5 libicu
"libpq.so.5(RHPG_9"
...
...
This diff is collapsed.
Click to expand it.
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