Update to newer version
This commit is contained in:
parent
ead9eea402
commit
ba62c391b2
@ -1 +1 @@
|
|||||||
yp-tools-2.9.tar.bz2
|
yp-tools-2.10.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
19de06a04129ec26773f9198e086fcd4 yp-tools-2.9.tar.bz2
|
c1bc7ea2339c766d8e6dffd3f5f2e8e1 yp-tools-2.10.tar.bz2
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
Summary: NIS (or YP) client programs.
|
Summary: NIS (or YP) client programs
|
||||||
Name: yp-tools
|
Name: yp-tools
|
||||||
Version: 2.9
|
Version: 2.10
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2
|
||||||
Url: http://www.linux-nis.org/nis/yp-tools/index.html
|
Url: http://www.linux-nis.org/nis/yp-tools/index.html
|
||||||
Patch1: yp-tools-2.7-md5.patch
|
Patch1: yp-tools-2.7-md5.patch
|
||||||
Patch2: yp-tools-2.9-sha-2.patch
|
Patch2: yp-tools-2.9-sha-2.patch
|
||||||
Obsoletes: yppasswd, yp-clients
|
|
||||||
Requires: ypbind
|
Requires: ypbind
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -51,7 +50,7 @@ make DESTDIR="$RPM_BUILD_ROOT" INSTALL_PROGRAM=install install
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf
|
%doc AUTHORS COPYING README ChangeLog NEWS etc/nsswitch.conf
|
||||||
%doc THANKS TODO
|
%doc THANKS TODO
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
@ -61,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /var/yp
|
%dir /var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 10 2009 Karel Klic <kklic@redhat.com> - 2.10-1
|
||||||
|
- Updated to new version
|
||||||
|
- Removed unnecessary obsoletes
|
||||||
|
|
||||||
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.9-8
|
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.9-8
|
||||||
- Convert specfile to UTF-8.
|
- Convert specfile to UTF-8.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user