- Only ghost /etc/alternatives on 12.3 or newer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=2
This commit is contained in:
Sascha Peilicke 2013-11-15 12:18:18 +00:00 committed by Git OBS Bridge
parent 6252e78108
commit 34e36dc723
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 15 12:18:02 UTC 2013 - speilicke@suse.com
- Only ghost /etc/alternatives on 12.3 or newer
-------------------------------------------------------------------
Fri Nov 8 07:52:44 UTC 2013 - speilicke@suse.com

View File

@ -74,7 +74,9 @@ fi
%defattr(-,root,root,-)
%doc COPYING AUTHORS CHANGES README.rst
%ghost %{_bindir}/sqlformat
%if 0%{?suse_version} >= 1230
%ghost %{_sysconfdir}/alternatives/sqlformat
%endif
%{_bindir}/sqlformat-%{py_ver}
%{python_sitelib}/*