Commit fa846d19 authored by Andrey Cherepanov's avatar Andrey Cherepanov

3.7.4-alt1

- repack: add rule for ICAClient
parent d6dc0c39
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
......
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment