Bug 1562794

Summary: Review Request: golang-github-kevinburke-ssh-config - Go parser for ssh_config files
Product: [Fedora] Fedora Reporter: Dominik 'Rathann' Mierzejewski <dominik>
Component: Package ReviewAssignee: Robert-André Mauchin 🐧 <eclipseo>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eclipseo, package-review
Target Milestone: ---Flags: eclipseo: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-03 10:00:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1387178, 1562790    
Bug Blocks:    

Description Dominik 'Rathann' Mierzejewski 2018-04-02 14:11:01 UTC
Spec URL: https://rathann.fedorapeople.org/review/golang-github-kevinburke-ssh-config/golang-github-kevinburke-ssh-config.spec
SRPM URL: https://rathann.fedorapeople.org/review/golang-github-kevinburke-ssh-config/golang-github-kevinburke-ssh-config-0.4-1.fc27.src.rpm
Description: 
Package ssh_config provides tools for manipulating SSH config files.

Importantly, this parser attempts to preserve comments in a given file, so you
can manipulate a `ssh_config` file from a program, if your heart desires.

The Get() and GetStrict() functions will attempt to read values from
$HOME/.ssh/config, falling back to /etc/ssh/ssh_config. The first argument is
the host name to match on ("example.com"), and the second argument is the key
you want to retrieve ("Port"). The keywords are case insensitive.

Fedora Account System Username: rathann

Comment 1 Robert-André Mauchin 🐧 2018-04-02 16:33:36 UTC
 - Latest version packaged
 - License ok
 - Builds in Mock
 - No rpmlint errors
 - Conforms to the Packaging Guidelines

Package approved.

Comment 2 Jason Tibbitts 2018-04-03 00:35:31 UTC
(fedrepo-req-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/golang-github-kevinburke-ssh-config

Comment 3 Dominik 'Rathann' Mierzejewski 2018-04-03 10:00:58 UTC
Imported and built for rawhide. Thanks for the review!