Update onto 2.7.2
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1796030 Removing obsolete patches
This commit is contained in:
parent
04e81c56fd
commit
875b6014c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ ypbind-mt-1.32.tar.bz2
|
|||||||
/ypbind-mt-2.4.tar.gz
|
/ypbind-mt-2.4.tar.gz
|
||||||
/ypbind-mt-2.5.tar.gz
|
/ypbind-mt-2.5.tar.gz
|
||||||
/ypbind-mt-2.6.1.tar.gz
|
/ypbind-mt-2.6.1.tar.gz
|
||||||
|
/ypbind-mt-2.7.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ypbind-mt-2.6.1.tar.gz) = 5d5a15bfdcf93683f309c5c6ddabe785bda274474cf8a68d7034ea4ade35f30efeff5aa9c1087945823ff1f28a85eb2965924189cd1c7d9495b437df26b79b8c
|
SHA512 (ypbind-mt-2.7.2.tar.gz) = 415013ea003bb3d6162b1dac76462d13d1264a2a0dd3c4de057cf7239b9706a76d1f14ee1e3dcfba697aa48e25e3a972772c8210d87bbf847344e4a6c708a5b4
|
||||||
|
13
ypbind.spec
13
ypbind.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: The NIS daemon which binds NIS clients to an NIS domain
|
Summary: The NIS daemon which binds NIS clients to an NIS domain
|
||||||
Name: ypbind
|
Name: ypbind
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 2.6.1
|
Version: 2.7.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: https://github.com/thkukuk/ypbind-mt/archive/v%{version}.tar.gz#/ypbind-mt-%{version}.tar.gz
|
Source0: https://github.com/thkukuk/ypbind-mt/archive/v%{version}.tar.gz#/ypbind-mt-%{version}.tar.gz
|
||||||
Url: http://www.linux-nis.org/nis/ypbind-mt/index.html
|
Url: http://www.linux-nis.org/nis/ypbind-mt/index.html
|
||||||
@ -16,8 +16,6 @@ Source5: ypbind-post-waitbind
|
|||||||
Patch1: ypbind-1.11-gettextdomain.patch
|
Patch1: ypbind-1.11-gettextdomain.patch
|
||||||
# Not sent to upstream.
|
# Not sent to upstream.
|
||||||
Patch2: ypbind-2.5-helpman.patch
|
Patch2: ypbind-2.5-helpman.patch
|
||||||
Patch3: ypbind-systemdso.patch
|
|
||||||
Patch4: ypbind-2.4-gettext_version.patch
|
|
||||||
# This is for /bin/systemctl
|
# This is for /bin/systemctl
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
@ -57,8 +55,6 @@ also need to install the ypserv package to a machine on your network.
|
|||||||
%setup -q -n ypbind-mt-%{version}
|
%setup -q -n ypbind-mt-%{version}
|
||||||
%patch1 -p1 -b .gettextdomain
|
%patch1 -p1 -b .gettextdomain
|
||||||
%patch2 -p1 -b .helpman
|
%patch2 -p1 -b .helpman
|
||||||
#%patch3 -p1 -b .systemdso
|
|
||||||
%patch4 -b .gettext_version
|
|
||||||
|
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
|
||||||
@ -112,6 +108,11 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 20 2020 Filip Januš <fjanus@redhat.com> - 2.7.2-1
|
||||||
|
- Update version to 2.7.2
|
||||||
|
- Resolves: #1796030
|
||||||
|
- Removing obsolete patches
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.6.1-2
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:2.6.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user