[Bug 766932] Review Request: icfg - utiltiy for scriptable editing of network interface files

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 13 13:21:26 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=766932

Terje Røsten <terjeros at phys.ntnu.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |terjeros at phys.ntnu.no

--- Comment #1 from Terje Røsten <terjeros at phys.ntnu.no> 2011-12-13 08:21:25 EST ---

> Requires:	python 

# Might not needed, rpm find requirement of /usr/bin/python any way.

>mkdir -p $RPM_BUILD_ROOT/usr/bin
>mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1

>install -m755 -p src/icfg $RPM_BUILD_ROOT/usr/bin/icfg
> install -m644 -p doc/icfg.1 $RPM_BUILD_ROOT/usr/share/man/man1/icfg.1

# Would use macros and -D option and reduce to:

install -m755 -D -p src/icfg $RPM_BUILD_ROOT%{_bindir}/icfg
install -m644 -D -p doc/icfg.1 $RPM_BUILD_ROOT%{_mandir}/man1/icfg.1

# Copyright headers missing in icfg script, add?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list