OBS User unknown 2007-09-10 22:40:04 +00:00 committed by Git OBS Bridge
parent 63abd3b090
commit c954d9bfb5
2 changed files with 26 additions and 5 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 11 00:36:14 CEST 2007 - ro@suse.de
- modify last change:
- require 32bit variant on x86_64 and s390x
- require 64bit variant on ppc
-------------------------------------------------------------------
Mon Sep 10 16:19:55 CEST 2007 - sbrabec@suse.cz
- Fixed invalid dependency for bi-arch (#309193).
-------------------------------------------------------------------
Thu Sep 6 22:27:24 CEST 2007 - mauro@suse.de
@ -7,7 +19,7 @@ Thu Sep 6 22:27:24 CEST 2007 - mauro@suse.de
Thu Sep 6 01:25:07 CEST 2007 - mauro@suse.de
- The 64 bit version of nss-mdns will require the -32 version to
bugfix bnc #287383.
bugfix bnc #287583.
-------------------------------------------------------------------
Sat Apr 21 10:51:20 CEST 2007 - schwab@suse.de

View File

@ -14,7 +14,7 @@ Name: nss-mdns
# lynx is not needed, text version of README is already present
#BuildRequires: lynx
Version: 0.9
Release: 37
Release: 38
Group: Productivity/Networking/DNS/Utilities
License: LGPL v2 or later
URL: http://0pointer.de/lennart/projects/nss-mdns/
@ -25,8 +25,11 @@ AutoReqProv: on
PreReq: sed grep
Requires: avahi
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%ifarch x86_64
Requires: %{name}-%{version}-32bit
%ifarch x86_64 s390x
Requires: %{name}-32bit = %{version}
%endif
%ifarch ppc
Requires: %{name}-64bit = %{version}
%endif
%description
@ -141,11 +144,17 @@ sed -i "/^hosts:/{$REMOVE_REGEXP}" etc/nsswitch.conf
rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Sep 11 2007 - ro@suse.de
- modify last change:
- require 32bit variant on x86_64 and s390x
- require 64bit variant on ppc
* Mon Sep 10 2007 - sbrabec@suse.cz
- Fixed invalid dependency for bi-arch (#309193).
* Thu Sep 06 2007 - mauro@suse.de
- Sync the spec with the scripts in the comment #6 of bnc #287583
* Thu Sep 06 2007 - mauro@suse.de
- The 64 bit version of nss-mdns will require the -32 version to
bugfix bnc #287383.
bugfix bnc #287583.
* Sat Apr 21 2007 - schwab@suse.de
- Fix unaligned access.
* Tue Feb 20 2007 - sbrabec@suse.cz