Remove page l
article thumbnail

Using Mock to Build libssh2 1.4.1 RPMs for CentOS 6.3

Scott Lowe

The information in this post is based on information found in two other very helpful pages: Using Mock to test package builds. 2 from the Fedora 17 release repository (the URL is line-wrapped here for readability): wget [link] /Everything/source/SRPMS/l/libssh2-1.4.1-2.fc17.src.rpm. Trying a New Linux Distribution.

Linux 94
article thumbnail

Building Libvirt 1.0.1 RPMs for CentOS 6.3

Scott Lowe

The CentOS wiki has a great page for how to set up an RPM build environment. I won’t repeat all the steps here (refer to the wiki page instead), but here’s a quick summary of what’s involved: Install the necessary packages (typically you’ll need the rpmbuild, redhat-rpm-config, make, and gcc packages).

article thumbnail

CoreOS Continued: etcd

Scott Lowe

etcd is a distributed key-value store (more on that in a moment) and is one of the key technologies that I feel distinguishes CoreOS from other Linux distributions. 80″ at the key “/svclocation”), then you’d do something like this: curl -L [link] -X PUT -d value="10.1.1.20:80". Linux CLI JSON OSS'

Linux 65