Accepting request 75909 from devel:openSUSE:Factory:rpmlint

- fix magic detection after the file update to 5.07 

- bump version to 1.2 (matching rpmlint update)

OBS-URL: https://build.opensuse.org/request/show/75909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint-mini?expand=0&rev=52
This commit is contained in:
Sascha Peilicke 2011-07-11 07:26:09 +00:00 committed by Git OBS Bridge
commit cf41245056
3 changed files with 22 additions and 3 deletions

View File

@ -17,6 +17,14 @@ copy.pyo
copy_regmodule.so
copy_reg.pyo
copy_reg.so
ctypes/__init__.pyo
ctypes/_endian.pyo
ctypes/macholib/__init__.pyo
ctypes/macholib/dyld.pyo
ctypes/macholib/dylib.pyo
ctypes/macholib/framework.pyo
ctypes/util.pyo
ctypes/wintypes.pyo
cStringIOmodule.so
cStringIO.pyo
cStringIO.so
@ -70,6 +78,7 @@ lib-dynload/_functools.so
lib-dynload/_io.so
lib-dynload/_locale.so
lib-dynload/_md5.so
lib-dynload/_ctypes.so
lib-dynload/operator.so
lib-dynload/pyexpat.so
lib-dynload/rpmmodule.so
@ -97,7 +106,6 @@ _locale.pyo
locale.pyo
_locale.so
locale.so
magic.so
Makefile
math.so
md5.pyo

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jul 8 16:18:47 UTC 2011 - dmueller@novell.com
- fix magic detection after the file update to 5.07
-------------------------------------------------------------------
Fri May 20 11:08:25 CEST 2011 - dmueller@suse.de
- bump version to 1.2 (matching rpmlint update)
-------------------------------------------------------------------
Wed May 11 13:15:25 UTC 2011 - lnussel@suse.de

View File

@ -26,8 +26,8 @@ BuildRequires: python-magic
BuildRequires: polkit-default-privs
BuildRequires: checkbashisms dash libtool
Summary: Rpm correctness checker
Version: 1.1
Release: 5
Version: 1.2
Release: 3
Url: http://rpmlint.zarb.org/
License: GPLv2+
Group: System/Packages
@ -88,6 +88,7 @@ cd %{py_libdir}
for f in $(<%{SOURCE100}); do
find -path "*/$f" -exec install -D {} $RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/{} \;
done
install -m 644 /usr/lib/python%{py_ver}/site-packages/magic.py $RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/site-packages/magic.py
install -D /usr/bin/python $RPM_BUILD_ROOT/opt/testing/bin/python
cp -a %_libdir/libmagic.so.* $RPM_BUILD_ROOT/opt/testing/%{_lib}
cp -a %_libdir/libpython%{py_ver}.so.* $RPM_BUILD_ROOT/opt/testing/%{_lib}