Accepting request 287917 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/287917 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=42
This commit is contained in:
parent
c848006325
commit
2e29bcbcf4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fbb292ec9bd77fce0965bfaf429021916edbee83f6544c0216738d8653fff10a
|
|
||||||
size 3583585
|
|
3
salt-2014.7.2.tar.gz
Normal file
3
salt-2014.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92e6b9afe764c836cd24aa210d98050bc0fdb4d8ee9f813edc504ea19651e505
|
||||||
|
size 3570683
|
16
salt.changes
16
salt.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 12 19:35:34 UTC 2015 - aboe76@gmail.com
|
||||||
|
|
||||||
|
- New Bugfix release 2014.7.2:
|
||||||
|
- fix package bug with fdupes.
|
||||||
|
- keep sle 11 sp3 support.
|
||||||
|
+ Fix erroneous warnings for systemd service enabled check (issue 19606)
|
||||||
|
+ Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682)
|
||||||
|
+ Allow case-sensitive npm package names in the npm state. This may break behavior
|
||||||
|
for people expecting the state to lowercase their npm package names for them.
|
||||||
|
The npm module was never affected by mandatory lowercasing. (issue 20329)
|
||||||
|
+ Deprecate the activate parameter for pip.install for both the module and the state.
|
||||||
|
If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv
|
||||||
|
in a shell for pip to install to the virtualenv.
|
||||||
|
+ Fix a file-locking bug in gitfs (issue 18839)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 15 17:50:52 UTC 2015 - aboe76@gmail.com
|
Thu Jan 15 17:50:52 UTC 2015 - aboe76@gmail.com
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: salt
|
Name: salt
|
||||||
Version: 2014.7.1
|
Version: 2014.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A parallel remote execution system
|
Summary: A parallel remote execution system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -265,6 +265,7 @@ cd doc && make html && rm _build/html/.buildinfo && rm _build/html/_images/proxy
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
%fdupes %{buildroot}%{_prefix}
|
%fdupes %{buildroot}%{_prefix}
|
||||||
|
%fdupes $RPM_BUILD_ROOT%{python_sitelib}
|
||||||
|
|
||||||
## create missing directories
|
## create missing directories
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/salt/master.d
|
mkdir -p %{buildroot}%{_sysconfdir}/salt/master.d
|
||||||
@ -550,4 +551,4 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}/etc/zsh_completion.d/%{name}
|
|||||||
|
|
||||||
%endif #with_bashcomp
|
%endif #with_bashcomp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
Loading…
Reference in New Issue
Block a user