This commit is contained in:
parent
85b7e64ccc
commit
b788cf6f34
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||
(bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 13:17:54 CET 2008 - werner@suse.de
|
||||
|
||||
|
10
file.spec
10
file.spec
@ -21,20 +21,17 @@
|
||||
Name: file
|
||||
BuildRequires: findutils zlib-devel
|
||||
Url: http://www.darwinsys.com/file/
|
||||
License: Other uncritical OpenSource License
|
||||
License: BSD 2 Clause
|
||||
Group: Productivity/File utilities
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: file-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: file-32bit
|
||||
%endif
|
||||
#
|
||||
# Set Version also in python-magic.spec
|
||||
Version: 4.24
|
||||
Release: 42
|
||||
Release: 43
|
||||
Summary: A Tool to Determine File Types
|
||||
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
||||
Patch: file-%{version}.dif
|
||||
@ -185,6 +182,9 @@ unset LD_LIBRARY_PATH
|
||||
%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
|
||||
|
||||
%changelog
|
||||
* Wed Dec 10 2008 olh@suse.de
|
||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||
(bnc#437293)
|
||||
* Thu Nov 27 2008 werner@suse.de
|
||||
- Add libsatsolver file magic
|
||||
- Re-enable detection of old LZW (.Z) format (bnc#448984)
|
||||
|
@ -27,7 +27,7 @@ License: Other uncritical OpenSource License
|
||||
Group: Development/Languages/Python
|
||||
AutoReqProv: on
|
||||
Version: 4.24
|
||||
Release: 50
|
||||
Release: 51
|
||||
Summary: Python module to use libmagic
|
||||
%py_requires
|
||||
Source99: file.spec
|
||||
|
Loading…
Reference in New Issue
Block a user