diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-10-09 10:15:25 +0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-10-09 10:19:33 +0700 |
| commit | 8f6d9215fbc473fbe1053faade665177dbcbfe54 (patch) | |
| tree | 1b6f78706c22c0ab541edb18a6846f88f07fe153 | |
| parent | 6ec827c0bb1d07ebbe8947263c74e1ba68b2b659 (diff) | |
Add workaround for mock SELinux bug, and add description for the choice
of Redland
| -rw-r--r-- | media/dataquay.spec | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/media/dataquay.spec b/media/dataquay.spec index 52c2e20..7942c31 100644 --- a/media/dataquay.spec +++ b/media/dataquay.spec @@ -1,6 +1,13 @@ +# NOTE +# To rebuild locally using mock, make sure SELinux is not set to enforcing; +# as root: +# setenforce 0 +# +# see https://bugzilla.redhat.com/show_bug.cgi?id=857709 +# Name: dataquay Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple RDF for C++ and Qt applications # README says BSD but this is more similar to MIT text @@ -33,6 +40,9 @@ offers a choice of datastore implementations, the choice is made at compile time: there is no runtime module system to take into account when deploying your application. +The Fedora package is configured to use Redland, as recommended by the +developers for general use. + %package devel Summary: Development files for %{name} @@ -80,6 +90,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Tue Oct 9 2012 Michel Salim <salimma@fedoraproject.org> - 0.9-2 +- Add note with workaround for building in mock for bug #857709 + * Sun Sep 16 2012 Michel Salim <salimma@fedoraproject.org> - 0.9-1 - Initial package |
