5.5.1 bump
This commit is contained in:
parent
f009ddee0c
commit
d01190b20a
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/whois_5.4.2.tar.xz
|
||||
/whois_5.4.3.tar.xz
|
||||
/whois_5.5.0.tar.xz
|
||||
/whois_5.5.1.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (whois_5.5.0.tar.xz) = a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876
|
||||
SHA512 (whois_5.5.1.tar.xz) = 8aa58453b24f132f1ad35225e833a9fd3e66145f12485af48573c8464a664a8fda11a47cd6222bac5c2064aea729c92df45e546fa8ee6b962f2a98f2fa202f00
|
||||
|
14
whois.spec
14
whois.spec
@ -6,11 +6,8 @@
|
||||
%{bcond_without whois_enables_libidn2}
|
||||
|
||||
Name: whois
|
||||
Version: 5.5.0
|
||||
# 5.5.0 contains a wrongly named directory
|
||||
# <https://github.com/rfc1036/whois/issues/79>
|
||||
%global top_level_directory 5.4.4
|
||||
Release: 2%{?dist}
|
||||
Version: 5.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Improved WHOIS client
|
||||
License: GPLv2+
|
||||
URL: http://www.linux.it/~md/software/
|
||||
@ -63,7 +60,7 @@ Requires: whois-nls = %{version}-%{release}
|
||||
# whois-mkpasswd package renamed to mkpasswd in 5.4.0-2.fc30, bug #1649426
|
||||
Obsoletes: whois-mkpasswd <= 5.4.0-1.fc30
|
||||
# but we continue upgrading whois in older Fedoras without the rename
|
||||
Obsoletes: whois-mkpasswd <= 5.5.0-1.fc29
|
||||
Obsoletes: whois-mkpasswd <= 5.5.1-1.fc29
|
||||
Provides: whois-mkpasswd = %{version}-%{release}
|
||||
|
||||
%description -n mkpasswd
|
||||
@ -82,7 +79,7 @@ BuildArch: noarch
|
||||
whois tools messages translated into different natural languages.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{top_level_directory}
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
%{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \
|
||||
@ -138,6 +135,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 19 2019 Petr Pisar <ppisar@redhat.com> - 5.5.1-1
|
||||
- 5.5.1 bump
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user