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
fa846d19
Commit
fa846d19
authored
Dec 07, 2020
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.7.4-alt1
- repack: add rule for ICAClient
parent
d6dc0c39
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
eepm.spec
eepm.spec
+4
-1
ICAClient.sh
repack.d/ICAClient.sh
+13
-0
No files found.
eepm.spec
View file @
fa846d19
Name: eepm
Version: 3.7.
3
Version: 3.7.
4
Release: alt1
Summary: Etersoft EPM package manager
...
...
@@ -123,6 +123,9 @@ mkdir -p %buildroot/var/lib/eepm/
%endif
%changelog
* Mon Dec 07 2020 Andrey Cherepanov <cas@altlinux.org> 3.7.4-alt1
- repack: add rule for ICAClient
* Mon Nov 23 2020 Vitaly Lipatov <lav@altlinux.ru> 3.7.3-alt1
- glibc-restore.sh: don't touch glibc package
- is_active_systemd: base on static info about systemd running
...
...
repack.d/ICAClient.sh
0 → 100755
View file @
fa846d19
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
# Fix macro in file list
subst
's|%_h32bit|%%_h32bit|g'
$SPEC
# Remove unmets
subst
'1i%filter_from_requires /\\(SUNWut\\|LIBJPEG_6.2\\|kdelibs\\|killproc\\|start_daemon\\)/d'
$SPEC
# Add requires of lsb-init for init script
subst
'/Group/aRequires: lsb-init'
$SPEC
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