View | Details | Raw Unified | Return to bug 47289
Collapse All | Expand All

(-)a/salt.spec (-1 / +2 lines)
Lines 103-108 with XMLRPC or even a Websocket API. Link Here
103
echo -n '%version' > salt/_version.txt
103
echo -n '%version' > salt/_version.txt
104
# Remove local copy documentation mention
104
# Remove local copy documentation mention
105
subst 's| file:///usr/share/doc/salt/html/contents.html||' pkg/common/*.service
105
subst 's| file:///usr/share/doc/salt/html/contents.html||' pkg/common/*.service
106
# Proper sysctl -w use: http://bugzilla.altlinux.org/47289
107
sed -i 's/_sysctl, "-w"/_sysctl, "-v", "-w"/' salt/modules/linux_sysctl.py
106
108
107
%build
109
%build
108
%pyproject_build
110
%pyproject_build
109
- 

Return to bug 47289