search for: sourcerpm

Displaying 6 results from an estimated 6 matches for "sourcerpm".

2010 Apr 13
1
[PATCH node] refactor node image recipe
...-- /dev/null +++ b/recipe/common-manifest-post.ks @@ -0,0 +1,31 @@ +%post +# Create post-image processing manifests +manifests=/tmp/manifests +mkdir -p $manifests +rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n' | sort \ + > $manifests/rpm-manifest-post.txt +rpm -qa --qf '%{sourcerpm}\n' | sort -u > $manifests/srpm-manifest-post.txt +du -akx --exclude=/var/cache/yum / > $manifests/file-manifest-post.txt +du -x --exclude=/var/cache/yum / > $manifests/dir-manifest-post.txt + +ver=$(rpm -q --qf '%{version}' ovirt-node) +rel=$(rpm -q --qf '%{release}' o...
2005 Jan 16
2
Postfix 2.1 RPM?
hi all, i`m looking for an postfix 2.1 rpm for CentOS 3 with TSL support. i tried the rpm form: http://ftp.wl0.org/official/2.1/RPMS-rhel3-i386/postfix-2.1.5-4.rhel3.i386.rpm but it doesn`t support tsl.
2009 Sep 09
1
oVirt Appliance / Single Machine Install
The following two patches fixes / reimplements the oVirt appliance project, installing the entire oVirt stack including all server and node components on one machine. These patches are intended to be checked out and used to build the appliance rpm, after which it is installed provides the /usr/sbin/ovirt-appliance-ctrl script to install/uninstall the appliance. The first patch merely removes
2006 Apr 21
7
some EICON Diva 4BRI questions
Hi! I have some (short) question about the Eicon DIVA (V-)4BRI cards I want to have (short) answered before buying the DIVA card. I know there are several Eicon guys active on the list, thus I ask on the list instead of directly to Eicon so that all other will benefit as well. 1. Do Eicon DIVA (V-)4BRI cards support TE and NT mode? 2. Can the clock (master/slave) be configured independent
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node. Removed tools, these are now in ovirt-node-recipe which is subpackage of ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.