mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
prep spec file for salt rpms
This commit is contained in:
parent
58f52d5c45
commit
c426d7538c
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
|
||||
Name: salt
|
||||
Version: 0.8.7
|
||||
Version: 0.8.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A parallel remote execution system
|
||||
|
||||
|
@ -47,6 +47,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_mandir}/*
|
||||
%doc %{_defaultdocdir}/salt*
|
||||
%{python_sitelib}/*
|
||||
%{_bindir}/*
|
||||
%config(noreplace) /etc/salt/*
|
||||
|
|
Loading…
Add table
Reference in a new issue