[Bug 468189] Review Request: rear - Relax and Recovery (disaster recovery framework)

bugzilla at redhat.com bugzilla at redhat.com
Fri Feb 13 21:39:23 UTC 2009


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=468189





--- Comment #26 from Robert Scheck <redhat-bugzilla at linuxnetz.de>  2009-02-13 16:39:21 EDT ---
Right, I just wanted to make sure, that /usr/share/rear usually doesn't get
touched at all and dynamic stuff ends in /var or the config stuff in /etc.

I didn't get the SVN/CVS suggestion.

I think, the "rear mkrpm" thing can easily solved with some RPM macros inside
of the spec file which do just the right thing, if it is executed on Fedora
and/or RHEL. Would that be acceptable for you? E.g.

%if 0%{?fedora}%{?rhel}
rm -f unwanted-file-at-fedora
%endif

Or

%if 0%{?fedora}%{?rhel}
# Fedora specific stuff
%else
# Other distribution stuff
%endif

If that's okay, I would try to provide you a working example. Hopefully I got
your point correct, but I think so. Just let me know...

-- 
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 Fedora-package-review mailing list