2007-12-10 15:14:09 +00:00
|
|
|
Summary: Utilities for working with md5sum implanted in ISO images
|
2015-07-20 17:24:33 +00:00
|
|
|
Name: isomd5sum
|
2018-04-10 17:33:31 +00:00
|
|
|
Version: 1.2.3
|
2019-02-01 03:37:13 +00:00
|
|
|
Release: 5%{?dist}
|
2007-12-10 15:14:09 +00:00
|
|
|
Epoch: 1
|
|
|
|
License: GPLv2+
|
2015-07-20 17:24:33 +00:00
|
|
|
|
2015-12-05 00:24:35 +00:00
|
|
|
Url: https://github.com/rhinstaller/isomd5sum
|
2015-01-29 20:08:50 +00:00
|
|
|
Source0: https://github.com/rhinstaller/%{name}/archive/%{version}.tar.gz
|
2015-07-20 17:24:33 +00:00
|
|
|
|
2018-02-20 01:23:38 +00:00
|
|
|
BuildRequires: gcc
|
2009-01-08 22:06:04 +00:00
|
|
|
BuildRequires: popt-devel
|
2019-01-14 17:57:36 +00:00
|
|
|
BuildRequires: python3-devel
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The isomd5sum package contains utilities for implanting and verifying
|
|
|
|
an md5sum implanted into an ISO9660 image.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development headers and library for using isomd5sum
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2010-06-30 21:00:25 +00:00
|
|
|
Provides: %{name}-static = %{epoch}:%{version}-%{release}
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This contains header files and a library for working with the isomd5sum
|
|
|
|
implanting and checking.
|
|
|
|
|
2015-12-05 00:24:35 +00:00
|
|
|
%package -n python3-isomd5sum
|
|
|
|
Summary: Python bindings for isomd5sum
|
|
|
|
|
|
|
|
%description -n python3-isomd5sum
|
|
|
|
The isomd5sum package contains utilities for implanting and verifying
|
|
|
|
an md5sum implanted into an ISO9660 image.
|
|
|
|
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%prep
|
2017-10-03 18:22:17 +00:00
|
|
|
%autosetup
|
2007-12-10 15:14:09 +00:00
|
|
|
|
2015-12-05 00:24:35 +00:00
|
|
|
|
2007-12-10 15:14:09 +00:00
|
|
|
%build
|
2012-03-09 20:21:55 +00:00
|
|
|
CFLAGS="$RPM_OPT_FLAGS -Wno-strict-aliasing"; export CFLAGS
|
2018-02-23 19:55:47 +00:00
|
|
|
LDFLAGS="$RPM_LD_FLAGS"; export LDFLAGS
|
2015-12-05 00:24:35 +00:00
|
|
|
|
|
|
|
PYTHON=%{__python3} make checkisomd5 implantisomd5 pyisomd5sum.so
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
|
2015-12-05 00:24:35 +00:00
|
|
|
PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel install-python
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%files
|
2015-07-20 17:24:33 +00:00
|
|
|
%license COPYING
|
|
|
|
%{_bindir}/implantisomd5
|
|
|
|
%{_bindir}/checkisomd5
|
2008-02-08 04:17:45 +00:00
|
|
|
%{_mandir}/man*/*
|
2007-12-10 15:14:09 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/*.a
|
2017-10-03 18:22:17 +00:00
|
|
|
/usr/share/pkgconfig/isomd5sum.pc
|
2007-12-10 15:14:09 +00:00
|
|
|
|
2015-12-05 00:24:35 +00:00
|
|
|
%files -n python3-isomd5sum
|
|
|
|
%{python3_sitearch}/pyisomd5sum.so
|
2012-03-09 20:21:55 +00:00
|
|
|
|
2007-12-10 15:14:09 +00:00
|
|
|
%changelog
|
2019-02-01 03:37:13 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-14 17:57:36 +00:00
|
|
|
* Mon Jan 14 2019 Miro Hrončok <mhroncok@redhat.com> - 1:1.2.3-4
|
|
|
|
- Subpackage python2-isomd5sum has been removed
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
|
|
2018-07-13 05:53:25 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 08:45:12 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1:1.2.3-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-04-10 17:33:31 +00:00
|
|
|
* Tue Apr 10 2018 Brian C. Lane <bcl@redhat.com> - 1:1.2.3-1
|
|
|
|
- New Version 1.2.3 (bcl)
|
|
|
|
- Fix 32bit bug on large files (squimrel)
|
|
|
|
- Don't put DESTDIR in the isomd5sum.pc file (bcl)
|
|
|
|
|
2018-02-23 19:55:47 +00:00
|
|
|
* Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 1:1.2.2-4
|
|
|
|
- Use LDFLAGS from redhat-rpm-config
|
|
|
|
|
2018-02-20 01:23:38 +00:00
|
|
|
* Mon Feb 19 2018 Brian C. Lane <bcl@redhat.com> - 1.2.2-3
|
|
|
|
- Add gcc BuildRequires for future minimal buildroot support
|
|
|
|
|
2018-02-07 17:44:28 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-10-03 18:22:17 +00:00
|
|
|
* Tue Oct 03 2017 Brian C. Lane <bcl@redhat.com> - 1:1.2.2-1
|
|
|
|
- Don't put DESTDIR in the isomd5sum.pc file
|
|
|
|
- New Version 1.2.2 (bcl)
|
|
|
|
- Fix aligned alloc parameters and overflow on 32bit size_t (#1497458) (squimrel)
|
|
|
|
- Fix memory leak (squimrel)
|
|
|
|
- Add pkgconfig file (squimrel)
|
|
|
|
- Remove line-breaks from error messages (squimrel)
|
|
|
|
- Make library C++ compatible (squimrel)
|
|
|
|
- Constify function signatures (squimrel)
|
|
|
|
- Revert checkCallback function signature (squimrel)
|
|
|
|
|
2017-08-19 13:38:29 +00:00
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:1.2.1-4
|
|
|
|
- Python 2 binary package renamed to python2-isomd5sum
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-08-02 23:54:16 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:45:43 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-09 16:34:30 +00:00
|
|
|
* Fri Jun 09 2017 Brian C. Lane <bcl@redhat.com> - 1:1.2.1-1
|
|
|
|
- New Version 1.2.1 (bcl)
|
|
|
|
- Let the user pass their own file descriptor (squimrel)
|
|
|
|
- Correct format specifiers (squimrel)
|
|
|
|
|
2017-06-08 17:00:17 +00:00
|
|
|
* Thu Jun 08 2017 Brian C. Lane <bcl@redhat.com> - 1:1.2.0-1
|
|
|
|
- New Version 1.2.0 (bcl)
|
|
|
|
- Improve the python test and add a test target to the Makefile (bcl)
|
|
|
|
- Improve error handling of libimplantisomd5 (squimrel)
|
|
|
|
- Fix popt memory leak and avoid exit in main (squimrel)
|
|
|
|
- Add derived clang format and editorconfig (squimrel)
|
|
|
|
- Format, constify, castify, decl-at-use code (squimrel)
|
|
|
|
- Make libimplantisomd5 use the utilities (squimrel)
|
|
|
|
- Implement shared utilities (squimrel)
|
|
|
|
- Refactor libcheckisomd5 (squimrel)
|
|
|
|
|
2017-02-10 16:36:27 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.0-4
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-07-19 07:30:24 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.0-3
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-02-04 00:42:05 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-05 00:24:35 +00:00
|
|
|
* Fri Dec 04 2015 Brian C. Lane <bcl@redhat.com> 1.1.0-1
|
|
|
|
- New upstream with Python3 support
|
|
|
|
|
2015-07-20 17:24:33 +00:00
|
|
|
* Mon Jul 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1:1.0.12-6
|
|
|
|
- Use github source so it will build
|
|
|
|
- Cleanup spec
|
|
|
|
- Use %%license
|
|
|
|
|
2015-06-17 11:37:56 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.12-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-21 21:18:21 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1:1.0.12-4
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2014-08-16 21:59:42 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 22:52:22 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-01-11 01:41:57 +00:00
|
|
|
* Fri Jan 10 2014 Brian C. Lane <bcl@redhat.com> 1.0.12-1
|
|
|
|
- Display supported iso status (#1026336) (bcl)
|
|
|
|
- Add ppc64le (bcl)
|
|
|
|
|
2013-08-03 20:03:21 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 21:52:40 +00:00
|
|
|
* Wed Jul 17 2013 Brian C. Lane <bcl@redhat.com> 1.0.11-1
|
|
|
|
- Add aarch64 (#985568) (bcl)
|
|
|
|
|
2013-02-26 17:13:30 +00:00
|
|
|
* Tue Feb 26 2013 Brian C. Lane <bcl@redhat.com> 1.0.10-1
|
|
|
|
- Fix for gcc type-punned and sizeof pointer warnings. (bcl)
|
|
|
|
- Add exit code 2 for user abort (#907600) (bcl)
|
|
|
|
- Cleanup TABs and update Copyrights (bcl)
|
|
|
|
- Standardize *FLAGS in Makefile (ryan)
|
|
|
|
|
2013-02-14 02:18:43 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 15:13:56 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-09 20:21:55 +00:00
|
|
|
* Fri Mar 09 2012 Brian C. Lane <bcl@redhat.com> 1.0.9-1
|
|
|
|
- Add python-isomd5sum package with python bindings
|
|
|
|
- Add callback and interrupt support to the python library
|
|
|
|
- Add RPM_OPT_FLAGS to CFLAGS and update makefile to use CFLAGS from environment
|
|
|
|
|
2012-01-13 06:03:14 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-04-08 09:47:14 +00:00
|
|
|
* Fri Apr 8 2011 Radek Vykydal <rvykydal@fedoraproject.org> - 1:1.0.7-1
|
|
|
|
- Allocate one more char for string sentinel (#692135) (rvykydal)
|
|
|
|
|
2011-02-09 13:16:45 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-06-30 21:00:25 +00:00
|
|
|
* Wed Jun 30 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 1:1.0.6-2
|
|
|
|
- Add virtual -static package to -devel package (#609607).
|
|
|
|
|
2010-03-30 15:33:46 +00:00
|
|
|
* Fri Mar 26 2010 Radek Vykydal <rvykydal@redhat.com> - 1:1.0.6-1
|
|
|
|
- Add abort check feature (#555107) (dpierce, rvykydal)
|
|
|
|
Changes prototype of exported checkMediaFile function.
|
|
|
|
- Fix exit value of checkisomd5 (rvykydal)
|
|
|
|
- Remove output to stderr from library (#576251) (bcl)
|
|
|
|
- Use separate return value for image not found (#578160) (bcl)
|
|
|
|
|
2009-07-25 03:40:01 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 08:12:56 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-08 22:06:04 +00:00
|
|
|
* Thu Jan 8 2009 Jeremy Katz <katzj@redhat.com> - 1:1.0.5-1
|
|
|
|
- Don't install the unused python module (#479005)
|
|
|
|
|
2008-11-29 16:47:55 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:1.0.4-4
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-05 14:26:09 +00:00
|
|
|
* Wed Nov 5 2008 Hans de Goede <hdegoede@redhat.com> - 1:1.0.4-3
|
|
|
|
- Fix permission on installed manpages (#469936)
|
|
|
|
|
2008-04-24 12:46:33 +00:00
|
|
|
* Thu Apr 24 2008 Dennis Gilmore <dennis@ausil.us> - 1:1.0.4-2
|
|
|
|
- add patch for making libdir /usr/lib64 for sparc64
|
|
|
|
|
2008-02-08 04:31:14 +00:00
|
|
|
* Thu Feb 7 2008 Jeremy Katz <katzj@redhat.com> - 1:1.0.4-1
|
2008-02-08 04:17:45 +00:00
|
|
|
- Add man pages from Ryan Finnie (ryan AT finnie DOT org)
|
|
|
|
- Use popt in checkisomd5 (Ryan Finnie)
|
|
|
|
- Fix verbose/gauge interactions (Ryan Finnie)
|
|
|
|
- A few other little janitorial things (Ryan Finnie)
|
|
|
|
|
2007-12-10 15:35:30 +00:00
|
|
|
* Mon Dec 10 2007 Jeremy Katz <katzj@redhat.com> - 1:1.0.2-1
|
|
|
|
- The "fix the build after changing the API" release
|
2007-12-10 15:25:09 +00:00
|
|
|
|
2007-12-10 15:14:09 +00:00
|
|
|
* Mon Dec 10 2007 Jeremy Katz <katzj@redhat.com> - 1:1.0.1-1
|
|
|
|
- Add some simple callback support in the library
|
|
|
|
|
|
|
|
* Fri Dec 7 2007 Jeremy Katz <katzj@redhat.com> - 1.0-1
|
|
|
|
- Initial build.
|
|
|
|
|