diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-04-19 09:39:32 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-04-19 09:39:32 -0500 |
commit | 232963077d5883d3e7b15ad15a10063bb1986de9 (patch) | |
tree | 2b7c09dfdce07662dd7028e5a6f76ec06444f603 /misc | |
parent | fb63e457428f5bb91e5e80be40f5ac166d712d50 (diff) | |
parent | 3824f10c6edaa7ee1cfff65d1eb17343a5b20b9c (diff) | |
download | bcfg2-232963077d5883d3e7b15ad15a10063bb1986de9.tar.gz bcfg2-232963077d5883d3e7b15ad15a10063bb1986de9.tar.bz2 bcfg2-232963077d5883d3e7b15ad15a10063bb1986de9.zip |
Merge branch 'maint'
Conflicts:
src/sbin/bcfg2-info
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bcfg2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 866f2f6ba..86c277a25 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -46,7 +46,7 @@ BuildRequires: libsane1 BuildRequires: python-sphinx10 # the python-sphinx10 package doesn't set sys.path correctly, so we # have to do it for them -%define pythonpath %(find /usr/lib/python%{py_ver}/site-packages -name %Sphinx*.egg) +%define pythonpath %(find /usr/lib/python%{py_ver}/site-packages -name Sphinx*.egg) %else BuildRequires: python-sphinx >= 0.6 %endif |