GovReady / govready

Toolkit for getting open source apps ready for secure, approved government use
GNU General Public License v3.0
97 stars 31 forks source link

Added RPM spec #69

Closed djk29a closed 9 years ago

djk29a commented 9 years ago

Requires the source directory be in the layout of the RPM builder's SOURCES directory as govready-0.6.0 (or whatever the version is).

[dk@new-host-2 noarch]$ pwd
/home/dk/rpmbuild/RPMS/noarch
[dk@new-host-2 noarch]$ ls ../../SOURCES/
govready-0.6.0  govready-0.6.0.tar.gz
[dk@new-host-2 noarch]$ sudo yum localinstall govready-0.6.0-1.el6.noarch.rpm 
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Local Package Process
Examining govready-0.6.0-1.el6.noarch.rpm: govready-0.6.0-1.el6.noarch
Marking govready-0.6.0-1.el6.noarch.rpm to be installed
Loading mirror speeds from cached hostfile
 * base: bay.uchicago.edu
 * epel: ftp.linux.ncsu.edu
 * extras: bay.uchicago.edu
 * updates: centos.aol.com
Resolving Dependencies
--> Running transaction check
---> Package govready.noarch 0:0.6.0-1.el6 will be installed
--> Processing Dependency: openscap for package: govready-0.6.0-1.el6.noarch
--> Processing Dependency: scap-security-guide for package: govready-0.6.0-1.el6.noarch
--> Running transaction check
---> Package openscap.x86_64 0:1.0.8-1.0.1.el6.centos.1 will be installed
---> Package scap-security-guide.noarch 0:0.1.18-3.el6 will be installed
--> Processing Dependency: openscap-utils >= 0.9.1 for package: scap-security-guide-0.1.18-3.el6.noarch
--> Running transaction check
---> Package openscap-utils.x86_64 0:1.0.8-1.0.1.el6.centos.1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================================
 Package                        Arch              Version                                Repository                               Size
=======================================================================================================================================
Installing:
 govready                       noarch            0.6.0-1.el6                            /govready-0.6.0-1.el6.noarch             25 M
Installing for dependencies:
 openscap                       x86_64            1.0.8-1.0.1.el6.centos.1               base                                    2.9 M
 openscap-utils                 x86_64            1.0.8-1.0.1.el6.centos.1               base                                     52 k
 scap-security-guide            noarch            0.1.18-3.el6                           base                                    824 k

Transaction Summary
=======================================================================================================================================
Install       4 Package(s)

Total size: 28 M
Total download size: 3.7 M
Installed size: 76 M
Is this ok [y/N]: 
gregelin commented 9 years ago

@djk29a Accepting the rpm. Thanks!