Bug 1699498 (rust-atomicwrites) - Review Request: rust-atomicwrites - Atomic file-writes
Summary: Review Request: rust-atomicwrites - Atomic file-writes
Keywords:
Status: CLOSED RAWHIDE
Alias: rust-atomicwrites
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: rust-sd
TreeView+ depends on / blocked
 
Reported: 2019-04-12 23:41 UTC by Robert-André Mauchin 🐧
Modified: 2019-04-24 07:35 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-04-24 07:35:45 UTC
Type: ---
Embargoed:
zbyszek: fedora-review+


Attachments (Terms of Use)

Description Robert-André Mauchin 🐧 2019-04-12 23:41:39 UTC
Spec URL: https://eclipseo.fedorapeople.org/for-review/rust-atomicwrites.spec
SRPM URL: https://eclipseo.fedorapeople.org/for-review/rust-atomicwrites-0.2.2-1.fc31.src.rpm

Description:
Atomic file-writes.  The basic idea is to write to temporary files, and move them when done writing. This avoids the problem of two programs writing to the same file. For AllowOverwrite, rename is used. For DisallowOverwrite, link + unlink is used instead to raise errors when the target path already exists.

Fedora Account System Username: eclipseo

Comment 1 Robert-André Mauchin 🐧 2019-04-12 23:46:06 UTC
Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=34134944

Comment 2 Zbigniew Jędrzejewski-Szmek 2019-04-21 11:36:24 UTC
This is an automatically generated crate package, so just a quick check:
+ package name is OK
+ license is acceptable for Fedora (MIT)
+ license is specified correctly
+ builds and installs OK
+ latest version

Package is APPROVED.

Comment 3 Igor Raits 2019-04-22 07:27:45 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-atomicwrites


Note You need to log in before you can comment on or make changes to this bug.