Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecf2acebd4 | ||
|
|
3b668b4f68 | ||
|
|
e03f9bc54d | ||
|
|
2c99954ef9 | ||
|
|
d27657c6f0 | ||
|
|
24160a6052 | ||
|
|
1a5f2aa791 | ||
|
|
5b271c2546 | ||
|
|
697335e99b |
3 changed files with 34 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -49,3 +49,9 @@
|
|||
/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
|
||||
/whois_5.5.7.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (whois_5.5.1.tar.xz) = 8aa58453b24f132f1ad35225e833a9fd3e66145f12485af48573c8464a664a8fda11a47cd6222bac5c2064aea729c92df45e546fa8ee6b962f2a98f2fa202f00
|
||||
SHA512 (whois_5.5.7.tar.xz) = aa13ed697685fc5cdb8f5912e91af7ff9cf561eed1bdeed6fae8930ce07e29b6009e40ba18b30c6c8c49c92380edcadfe7fe485ee4c17479e9d464dcd9424117
|
||||
|
|
|
|||
30
whois.spec
30
whois.spec
|
|
@ -6,7 +6,7 @@
|
|||
%{bcond_without whois_enables_libidn2}
|
||||
|
||||
Name: whois
|
||||
Version: 5.5.1
|
||||
Version: 5.5.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Improved WHOIS client
|
||||
License: GPLv2+
|
||||
|
|
@ -59,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.1-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
|
||||
|
|
@ -135,6 +135,30 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 05 2020 Petr Pisar <ppisar@redhat.com> - 5.5.7-1
|
||||
- 5.5.7 bump
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue