Hi all, Do you think it impacts Debian packages?
Regards, On Tue, 2007-10-30 at 14:02 -0400, DongInn Kim wrote: > Hi Erich, > > Good catch! I was trying to do that. I did not update it on the main section > and on the client part in the spec file because I was not sure that it was > good enough to implement what we want with "Group" and "Class" field. > That's why I updated it on the only server part. > > Anyway, thanks for doing this. > > Regards, > > -------- Original Message -------- > Subject: [Oscar-checkins] svn:oscar r6378 - pkgsrc/opkgc/trunk/templates/rpm > Date: Tue, 30 Oct 2007 13:15:05 -0400 > From: [EMAIL PROTECTED] > Reply-To: [email protected] > To: [EMAIL PROTECTED] > > Author: efocht > Date: 2007-10-30 13:15:04 EDT (Tue, 30 Oct 2007) > New Revision: 6378 > URL: https://svn.oscar.openclustergroup.org/trac/oscar/changeset/6378 > > Log: > The opkg_class marker is good to have on all meta-packages. For example > for querying on the client. > > Text files modified: > pkgsrc/opkgc/trunk/templates/rpm/opkg.spec.tmpl | 4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > Modified: pkgsrc/opkgc/trunk/templates/rpm/opkg.spec.tmpl > ============================================================================== > --- pkgsrc/opkgc/trunk/templates/rpm/opkg.spec.tmpl (original) > +++ pkgsrc/opkgc/trunk/templates/rpm/opkg.spec.tmpl 2007-10-30 13:15:04 EDT > (Tue, 30 Oct 2007) > @@ -3,7 +3,7 @@ > Version: $version('upstream') > Release: $version('release') > License: $license > -Group: $group > +Group: $group:$opkg_class > Distribution: OSCAR > Vendor: Open Cluster Group <http://oscar.openclustergroup.org/> > Packager: $authors('maintainer') > @@ -37,7 +37,7 @@ > This is the server part of $name. > > %package client > -Group: $group > +Group: $group:$opkg_class > Summary: $summary, client part > $depends('clientDeps', 'requires')$depends('clientDeps', > 'conflicts')$depends('clientDeps', 'provides')#slurp > %description client > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Oscar-checkins mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/oscar-checkins > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
