- New Version 1.2.5 (bcl)
Resolves: RHEL-45005 - 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) - Add support for riscv64 (davidlt) - workflows: Update to use actions/checkout (bcl) - Add a GitHub Action to run tests (bcl) - Add mips64 (wangray1021) - testpyisomd5sum.py: Support genisoimage, Python 2 (ryan)
This commit is contained in:
parent
3d199ca395
commit
6acd82f231
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/1.2.1.tar.gz
|
||||
/1.2.2.tar.gz
|
||||
/1.2.3.tar.gz
|
||||
/isomd5sum-1.2.5.tar.gz
|
||||
|
@ -1,12 +1,16 @@
|
||||
%global forgeurl https://github.com/rhinstaller/isomd5sum
|
||||
|
||||
Summary: Utilities for working with md5sum implanted in ISO images
|
||||
Name: isomd5sum
|
||||
Version: 1.2.3
|
||||
Release: 24%{?dist}
|
||||
Version: 1.2.5
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
Url: https://github.com/rhinstaller/isomd5sum
|
||||
Source0: https://github.com/rhinstaller/%{name}/archive/%{version}.tar.gz
|
||||
%global tag %{version}
|
||||
%forgemeta
|
||||
Url: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: popt-devel
|
||||
@ -35,7 +39,7 @@ an md5sum implanted into an ISO9660 image.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%forgeautosetup
|
||||
|
||||
|
||||
%build
|
||||
@ -63,6 +67,18 @@ 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)
|
||||
Resolves: RHEL-45005
|
||||
- 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)
|
||||
- Add support for riscv64 (davidlt)
|
||||
- workflows: Update to use actions/checkout (bcl)
|
||||
- Add a GitHub Action to run tests (bcl)
|
||||
- Add mips64 (wangray1021)
|
||||
- testpyisomd5sum.py: Support genisoimage, Python 2 (ryan)
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:1.2.3-24
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (1.2.3.tar.gz) = a500faa368377c8fb5dfc311bc3a6dbadd253e6af7928b691d1fc11e25b69819a611f72fa201e70f5df257cdc491c97d1f612bb179fa49de1fb0a638d6ac7972
|
||||
SHA512 (isomd5sum-1.2.5.tar.gz) = aa6bb16be18b42925ac1834aa4d558fafdba7751639acfb7344a79f7ead1125d810f13c442458526f394d8790369b1c48ab41cb73881808740263161caa99655
|
||||
|
Loading…
Reference in New Issue
Block a user