| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- Fix test suite call
- Update to version 1.2.6:
  * Fix bug in SMB1 store file implmentation which generates
    SMB_COM_WRITE_ANDX packets larger than the allowed max buffer
    size (gh#miketeo/pysmb#175).
- Update to version 1.2.5:
  * Fix bug in filename encoding which leads to failure for file
    retrieval and upload operations (gh#miketeo/pysmb#170,
    gh#miketeo/pysmb#171).
  * Improve resetFileAttributes() method in SMBConnection class to
    allow the new attribute to be specified in the reset operation
    (gh#miketeo/pysmb#172).
- Use pytest to run tests (only those that don't require a network
  connection); BuildRequires:
  python-pytest, python-nose, and for python2 only python-twisted.
- Update to version 1.2.4:
  * Remove dependency on pycrypto as it is no longer under active
    maintenance and use own implementation of RC4 cipher instead
    (gh#miketeo/pysmb#167).
- Changes from version 1.2.3:
  * Fix bug in session key generation during session negotiation
    (gh#miketeo/pysmb#166).
  * Fix bug in SMB message signing which leads to operation
    failures with Samba services.
- Update to version 1.2.2:
  * Improve SMB URL handlers to support specifying server's
    machine name and IP address (gh#miketeo/pysmb#162).
  * Improvements to documentation on SMB URLs
    (gh#miketeo/pysmb#160).
- Update to version 1.2.1:
  * Fix bug in deleteFiles() method which can fail for certain
    search patterns.
- Changes from version 1.2.0:
  * Add new parameter, delete_matching_folders, to deleteFiles()
    method to support deletion of child folders that match the
    search pattern.
- Remove python-flavour dependent recompilation commands; they are no longer needed for openSUSE >= 1550.
- Remove unneeded python devel package - Add %license tag
- Fix mtime difference between object files and sources by recompiling after source file modification post python_install stage; oddly fdupes needs to be run twice for this to correctly work: once before compilation and once after.
- Initial package.