Compare commits
19 Commits
PR_saltbun
...
bundle_nex
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
2951ecb7f9 | ||
|
|
7077d5f458 | ||
|
|
664aa8a315 | ||
|
|
9d1da473a6 | ||
|
|
2453235ee7 | ||
|
|
5ff3879409 | ||
|
|
32807ee586 | ||
|
|
e275017e69 | ||
|
|
a755d02b53 | ||
|
|
47d9bad8f4 | ||
|
|
a09a0665ef | ||
|
e0c4563aba
|
|||
|
|
e5170fdbac | ||
|
|
900c763f4e | ||
|
|
f2ee25310e | ||
|
|
82515ed8e6 | ||
|
|
7cf7ce29f3 | ||
|
|
f6686fbde4 | ||
|
|
02d8e4f2d0 |
80
_config
80
_config
@@ -326,6 +326,86 @@ Macros:
|
|||||||
:Macros
|
:Macros
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
##################### Debian13 #############################
|
||||||
|
############################################################
|
||||||
|
%if 0%{?debian} == 13
|
||||||
|
Repotype: debian
|
||||||
|
Type: spec
|
||||||
|
BinaryType: deb
|
||||||
|
BuildEngine: debbuild
|
||||||
|
Support: debbuild pax
|
||||||
|
Keep: debbuild
|
||||||
|
|
||||||
|
######## START salt bundle
|
||||||
|
Prefer: fakeroot
|
||||||
|
Prefer: cron
|
||||||
|
|
||||||
|
Required: debbuild-macros
|
||||||
|
|
||||||
|
Ignore: lsb-release:python3
|
||||||
|
|
||||||
|
Substitute: boost-devel libboost-dev
|
||||||
|
Substitute: ca-certificates-mozilla ca-certificates
|
||||||
|
Substitute: gdbm-devel libgdbm-dev
|
||||||
|
Substitute: gmp-devel libgmp-dev
|
||||||
|
Substitute: libcurl-devel libcurl4-openssl-dev
|
||||||
|
Substitute: libopenssl-devel libssl-dev
|
||||||
|
Substitute: libyaml-devel libyaml-dev
|
||||||
|
Substitute: lzma-devel liblzma-dev
|
||||||
|
Substitute: netcfg netbase
|
||||||
|
Substitute: openssl-devel libssl-dev
|
||||||
|
Substitute: pcre-devel libpcre3-dev
|
||||||
|
Substitute: sqlite-devel libsqlite3-dev
|
||||||
|
Substitute: timezone tzdata
|
||||||
|
Substitute: xz xz-utils
|
||||||
|
|
||||||
|
# mlatini 24-05-2024
|
||||||
|
# saltbundlepy-psutil needs this
|
||||||
|
# https://github.com/SUSE/spacewalk/issues/24384
|
||||||
|
Substitute: /usr/bin/who coreutils
|
||||||
|
|
||||||
|
Substitute: pkgconfig(bzip2) libbz2-dev
|
||||||
|
Substitute: pkgconfig(expat) libexpat1-dev
|
||||||
|
Substitute: pkgconfig(libffi) libffi-dev
|
||||||
|
Substitute: pkgconfig(ncurses) ncurses-dev
|
||||||
|
Substitute: pkgconfig(tk) tk-dev
|
||||||
|
Substitute: pkgconfig(uuid) uuid-dev
|
||||||
|
Substitute: pkgconfig(x11) libx11-dev
|
||||||
|
Substitute: pkgconfig(zlib) zlib1g-dev
|
||||||
|
|
||||||
|
PublishFilter: ^(saltbundle|perl|lua|liblua|fdupes|pcre|libpcre|autoconf-archive|deb-perl|debbuild).*\.deb$
|
||||||
|
######## End salt bundle
|
||||||
|
|
||||||
|
######## Start Lua substitutes
|
||||||
|
Substitute: readline-devel libreadline-dev
|
||||||
|
######## End Lua substitutes
|
||||||
|
|
||||||
|
######## Start Other substitutes
|
||||||
|
Substitute: pkgconfig pkg-config
|
||||||
|
Substitute: update-alternatives dpkg
|
||||||
|
######## End Other substitutes
|
||||||
|
|
||||||
|
######## Start of Lua Prefer and Preinstall
|
||||||
|
Preinstall: libtool-bin
|
||||||
|
Preinstall: liblua5-1-5 perl-lua-api
|
||||||
|
Prefer: lua5.1
|
||||||
|
######## End of Lua Prefer and Preinstall
|
||||||
|
|
||||||
|
Macros:
|
||||||
|
######## START of macros for salt bundle packages
|
||||||
|
%_vendor debbuild
|
||||||
|
|
||||||
|
%_lib lib
|
||||||
|
%_gnu -gnu
|
||||||
|
%_defaultlicensedir /usr/share/licenses
|
||||||
|
%_deb_maintainer Uyuni packagers <devel@lists.uyuni-project.org>
|
||||||
|
%_rpmconfigdir /usr/lib/rpm
|
||||||
|
%_buildshell /bin/bash
|
||||||
|
######## End of macros for salt bundle packages
|
||||||
|
:Macros
|
||||||
|
%endif
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
##################### Ubuntu2404 ###########################
|
##################### Ubuntu2404 ###########################
|
||||||
############################################################
|
############################################################
|
||||||
|
|||||||
Submodule saltbundlepy-m2crypto updated: f733a170cf...6aea8a42f6
Submodule saltbundlepy-pyzmq updated: 28cde16a86...6e1f11d4f8
Submodule saltbundlepy-simplejson updated: a00f4f27e3...b26003c2b1
Submodule venv-salt-minion updated: 07d10e5c04...a9af70fdfc
Reference in New Issue
Block a user