- Narrow the scops of fdupes (see bnc#784670)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=10
This commit is contained in:
Sascha Peilicke 2012-10-31 13:10:53 +00:00 committed by Git OBS Bridge
parent 6fa97fc6e7
commit e60e7b485f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 31 13:09:21 UTC 2012 - saschpe@suse.de
- Narrow the scops of fdupes (see bnc#784670)
-------------------------------------------------------------------
Tue Jan 24 13:49:57 UTC 2012 - bwiedemann@suse.com

View File

@ -16,7 +16,6 @@
#
Name: python-M2Crypto
Version: 0.21.1
Release: 0
@ -66,7 +65,7 @@ CFLAGS="%{optflags}" python setup.py build
chmod 0644 demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py # Fix executable bit for documentation:
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1010
%fdupes -s .
%fdupes -s demo
%endif
%files