Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a67bd7bdc4 |
3 changed files with 12 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/1.2.2.tar.gz
|
||||
/1.2.3.tar.gz
|
||||
/isomd5sum-1.2.4.tar.gz
|
||||
/isomd5sum-1.2.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
Summary: Utilities for working with md5sum implanted in ISO images
|
||||
Name: isomd5sum
|
||||
Version: 1.2.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.5
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
|
|
@ -12,8 +12,6 @@ License: GPL-2.0-or-later
|
|||
Url: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
Patch0001: 0001-Revert-Fix-checksum-failure-with-small-isos.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: python3-devel
|
||||
|
|
@ -69,6 +67,14 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta
|
|||
%{python3_sitearch}/pyisomd5sum.so
|
||||
|
||||
%changelog
|
||||
* Tue Jun 25 2024 Brian C. Lane <bcl@redhat.com> - 1.2.5-1
|
||||
- New Version 1.2.5 (bcl)
|
||||
- testpyisomd5sum.py: Use a consistent iso size (bcl)
|
||||
- Remove quiet from iso creation, size seems wrong (bcl)
|
||||
- workflows: Move to Fedora 39 and checkout v4 (bcl)
|
||||
- Revert "test: Update testing to include small iso and larger iso" (bcl)
|
||||
- Revert "Fix checksum failure with small isos" (bcl)
|
||||
|
||||
* Mon Apr 29 2024 Brian C. Lane <bcl@redhat.com> - 1.2.4-2
|
||||
- Revert small iso fix, it resulted in incorrect checksums
|
||||
Resolves: rhbz#2277398
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (isomd5sum-1.2.4.tar.gz) = 9afd4cb0935e2c81f82a7076af370e7588feeb9dc876ddcbe0433519ef348bb9ed3cb0c4080918f82695d06bf7fb5b9a53ecdaa94540cadd03082e87cfb9dc2c
|
||||
SHA512 (isomd5sum-1.2.5.tar.gz) = aa6bb16be18b42925ac1834aa4d558fafdba7751639acfb7344a79f7ead1125d810f13c442458526f394d8790369b1c48ab41cb73881808740263161caa99655
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue