AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Do not ever use "%setup -n .": rpm 4.18 tries to be cleaner and remove stuff it extraced, which would lead to 'rm -rf .', which rm does not like. Use "%setup -c" instead, which creates the appropriate %{name}-%{version} directory expected.
- protect parameter handling (boo#967265)
- added "file" parameter to the service definition
- add sha1sum to checksum verifiers
- allow to switch among the provided checksum verifiers
- added a requirement on perl-MD5 for Fedora 17
- Change license to MIT (see bnc#753973) and provide a copy of the license text
- Renamed spec/changes file to OBS package name to please factory-auto review - Added spec file license header - Set license to SDPX style (GPL-2.0+
- initial package of version 0.1 sha256sum verification only supported atm