This commit is contained in:
parent
9fe238e00d
commit
792dcfd6e8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 10:08:38 CEST 2008 - coolo@suse.de
|
||||
|
||||
- degrading the requires to recommends. It's very well possible
|
||||
to install a system with just 64bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
|
@ -15,7 +15,7 @@ Name: nss-mdns
|
||||
# lynx is not needed, text version of README is already present
|
||||
#BuildRequires: lynx
|
||||
Version: 0.10
|
||||
Release: 3
|
||||
Release: 5
|
||||
Group: Productivity/Networking/DNS/Utilities
|
||||
License: LGPL v2.1 or later
|
||||
Url: http://0pointer.de/lennart/projects/nss-mdns/
|
||||
@ -27,10 +27,10 @@ PreReq: sed grep
|
||||
Requires: avahi
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%ifarch x86_64 s390x
|
||||
Requires: %{name}-32bit = %{version}
|
||||
Recommends: %{name}-32bit = %{version}
|
||||
%endif
|
||||
%ifarch ppc
|
||||
Requires: %{name}-64bit = %{version}
|
||||
Recommends: %{name}-64bit = %{version}
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -143,6 +143,9 @@ sed -i "/^hosts:/{$REMOVE_REGEXP}" etc/nsswitch.conf
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Apr 22 2008 coolo@suse.de
|
||||
- degrading the requires to recommends. It's very well possible
|
||||
to install a system with just 64bit
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
Loading…
Reference in New Issue
Block a user