Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85cd4762f7 | ||
|
|
e3e3676021 | ||
|
|
a3839202c3 | ||
|
|
c2af8fe9ba | ||
|
|
945834701d | ||
|
|
31dc257329 | ||
|
|
593ba5800f | ||
|
|
4c47b0eb34 | ||
|
|
304a9fccd4 |
3 changed files with 35 additions and 8 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -48,3 +48,9 @@
|
|||
/whois_5.4.2.tar.xz
|
||||
/whois_5.4.3.tar.xz
|
||||
/whois_5.5.0.tar.xz
|
||||
/whois_5.5.1.tar.xz
|
||||
/whois_5.5.2.tar.xz
|
||||
/whois_5.5.3.tar.xz
|
||||
/whois_5.5.4.tar.xz
|
||||
/whois_5.5.5.tar.xz
|
||||
/whois_5.5.6.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (whois_5.5.0.tar.xz) = a26730613b8019385e48c7432bcc9871984a7035e53e56188a876e70e255a1adf23d546dfeb1706879af5c4a8f2231976fe89d2571b3d2cb6d615a7834a2d876
|
||||
SHA512 (whois_5.5.6.tar.xz) = 80435406a003051a6324fc8298416318841dd93d9b6f41dae1d561f64fbc45a538d42f55c993f6c03d20704c2c64386d11cca10c86fa78b039e53be76f60b6e8
|
||||
|
|
|
|||
35
whois.spec
35
whois.spec
|
|
@ -6,10 +6,7 @@
|
|||
%{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
|
||||
Version: 5.5.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Improved WHOIS client
|
||||
License: GPLv2+
|
||||
|
|
@ -62,8 +59,8 @@ Conflicts: expect < 5.45.4-8.fc30
|
|||
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
|
||||
# but we continued upgrading whois in Fedoras < 30 without the rename
|
||||
Obsoletes: whois-mkpasswd <= 5.5.3-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,30 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 17 2020 Petr Pisar <ppisar@redhat.com> - 5.5.6-1
|
||||
- 5.5.6 bump
|
||||
|
||||
* Thu Jan 23 2020 Petr Pisar <ppisar@redhat.com> - 5.5.5-1
|
||||
- 5.5.5 bump
|
||||
|
||||
* Wed Jan 15 2020 Petr Pisar <ppisar@redhat.com> - 5.5.4-2
|
||||
- Fix hiding legal strings on at. subdomains (bug #1791035)
|
||||
|
||||
* Fri Jan 03 2020 Petr Pisar <ppisar@redhat.com> - 5.5.4-1
|
||||
- 5.5.4 bump
|
||||
|
||||
* Mon Nov 18 2019 Petr Pisar <ppisar@redhat.com> - 5.5.3-1
|
||||
- 5.5.3 bump
|
||||
|
||||
* Tue Oct 29 2019 Petr Pisar <ppisar@redhat.com> - 5.5.2-2
|
||||
- Adjusts obsoletance for whois-mkpasswd-5.5.2 (bug #1684112)
|
||||
|
||||
* Thu Oct 03 2019 Jitka Plesnikova <jplesnik@redhat.com> - 5.5.2-1
|
||||
- 5.5.2 bump
|
||||
|
||||
* Mon Aug 19 2019 Petr Pisar <ppisar@redhat.com> - 5.5.1-1
|
||||
- 5.5.1 bump
|
||||
|
||||
* Tue Jul 23 2019 Petr Pisar <ppisar@redhat.com> - 5.5.0-1
|
||||
- 5.5.0 bump
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue