This commit is contained in:
parent
792dcfd6e8
commit
58036198be
@ -1 +1,4 @@
|
|||||||
nss-mdns
|
nss-mdns
|
||||||
|
conflicts "nss-mdns-<targettype> < <version>"
|
||||||
|
conflicts "nss-mdns-<targettype> > <version>"
|
||||||
|
supplements "packageand(nss-mdns:glibc-<targettype>)"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 28 15:49:14 CEST 2008 - olh@suse.de
|
||||||
|
|
||||||
|
- change the recommends for XXbit packages to a supplements
|
||||||
|
add a Conflicts: != version to the XXbit packages, to give a hint
|
||||||
|
during manual package upgrades (bnc#336678)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 22 10:08:38 CEST 2008 - coolo@suse.de
|
Tue Apr 22 10:08:38 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Name: nss-mdns
|
|||||||
# lynx is not needed, text version of README is already present
|
# lynx is not needed, text version of README is already present
|
||||||
#BuildRequires: lynx
|
#BuildRequires: lynx
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
Release: 5
|
Release: 13
|
||||||
Group: Productivity/Networking/DNS/Utilities
|
Group: Productivity/Networking/DNS/Utilities
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Url: http://0pointer.de/lennart/projects/nss-mdns/
|
Url: http://0pointer.de/lennart/projects/nss-mdns/
|
||||||
@ -26,12 +26,6 @@ AutoReqProv: on
|
|||||||
PreReq: sed grep
|
PreReq: sed grep
|
||||||
Requires: avahi
|
Requires: avahi
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%ifarch x86_64 s390x
|
|
||||||
Recommends: %{name}-32bit = %{version}
|
|
||||||
%endif
|
|
||||||
%ifarch ppc
|
|
||||||
Recommends: %{name}-64bit = %{version}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nss-mdns is a plug-in for the GNU Name Service Switch (NSS)
|
nss-mdns is a plug-in for the GNU Name Service Switch (NSS)
|
||||||
@ -143,6 +137,10 @@ sed -i "/^hosts:/{$REMOVE_REGEXP}" etc/nsswitch.conf
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 28 2008 olh@suse.de
|
||||||
|
- change the recommends for XXbit packages to a supplements
|
||||||
|
add a Conflicts: != version to the XXbit packages, to give a hint
|
||||||
|
during manual package upgrades (bnc#336678)
|
||||||
* Tue Apr 22 2008 coolo@suse.de
|
* Tue Apr 22 2008 coolo@suse.de
|
||||||
- degrading the requires to recommends. It's very well possible
|
- degrading the requires to recommends. It's very well possible
|
||||||
to install a system with just 64bit
|
to install a system with just 64bit
|
||||||
|
Loading…
Reference in New Issue
Block a user