From 875b6014c7f5e1fff4de9b30d1756dbb4d0397fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Mon, 20 Apr 2020 19:05:32 +0200 Subject: [PATCH] Update onto 2.7.2 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1796030 Removing obsolete patches --- .gitignore | 1 + sources | 2 +- ypbind.spec | 13 +++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d636d77..25b9b2d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ ypbind-mt-1.32.tar.bz2 /ypbind-mt-2.4.tar.gz /ypbind-mt-2.5.tar.gz /ypbind-mt-2.6.1.tar.gz +/ypbind-mt-2.7.2.tar.gz diff --git a/sources b/sources index 2e95c7f..69c0d78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ypbind-mt-2.6.1.tar.gz) = 5d5a15bfdcf93683f309c5c6ddabe785bda274474cf8a68d7034ea4ade35f30efeff5aa9c1087945823ff1f28a85eb2965924189cd1c7d9495b437df26b79b8c +SHA512 (ypbind-mt-2.7.2.tar.gz) = 415013ea003bb3d6162b1dac76462d13d1264a2a0dd3c4de057cf7239b9706a76d1f14ee1e3dcfba697aa48e25e3a972772c8210d87bbf847344e4a6c708a5b4 diff --git a/ypbind.spec b/ypbind.spec index 3fd3f19..f302405 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,8 +1,8 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain Name: ypbind Epoch: 3 -Version: 2.6.1 -Release: 2%{?dist} +Version: 2.7.2 +Release: 1%{?dist} License: GPLv2 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 @@ -16,8 +16,6 @@ Source5: ypbind-post-waitbind Patch1: ypbind-1.11-gettextdomain.patch # Not sent to upstream. Patch2: ypbind-2.5-helpman.patch -Patch3: ypbind-systemdso.patch -Patch4: ypbind-2.4-gettext_version.patch # This is for /bin/systemctl Requires(post): 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} %patch1 -p1 -b .gettextdomain %patch2 -p1 -b .helpman -#%patch3 -p1 -b .systemdso -%patch4 -b .gettext_version autoreconf -fiv @@ -112,6 +108,11 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind %license COPYING %changelog +* Mon Apr 20 2020 Filip Januš - 2.7.2-1 +- Update version to 2.7.2 +- Resolves: #1796030 +- Removing obsolete patches + * Fri Jan 31 2020 Fedora Release Engineering - 3:2.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild