SHA256
1
0
forked from pool/hugin

Accepting request 358287 from home:plater

Fix strange permissions rpmlint error

OBS-URL: https://build.opensuse.org/request/show/358287
OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=66
This commit is contained in:
OBS User mrdocs 2016-02-09 21:05:22 +00:00 committed by Git OBS Bridge
parent f9dd536b10
commit d673eb3866
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
-------------------------------------------------------------------
Tue Feb 2 17:04:05 UTC 2016 - davejplater@gmail.com
- Added hugin-appdata.patch to fix appdata.xml and desktop file
consistency. see boo#952324 and boo#962214
- Added find-hugin-provides.prov to enable hugin to provide
appdata.xml and desktop files to fix installation system problems.
hugin didn't provide them due to the internal dependency generator
having to be disabled to deal with complex wxWidget requires.
also added hugin-appdata.patch to for appdata.xml and desktop
file consistency. see boo#952324 and boo#962214
-------------------------------------------------------------------
Sun Jan 17 18:54:02 UTC 2016 - p.drouand@gmail.com

View File

@ -103,7 +103,7 @@ rm README_JP.new
#mkdir bin
#cp %%{SOURCE1} bin/svn
#chmod +x bin/svn
chmod 0744 %{SOURCE2}
chmod 0755 %{SOURCE2}
%build
export PATH=$PWD/bin:$PATH