Skip to content

Commit

Permalink
Create a directory for metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcp committed May 29, 2019
1 parent 52937c6 commit 541d79e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-tools/rpm/macros.yast
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ fi \

%yast_metainfo \
\
mkdir -p %{buildroot}%{yast_metainfodir}/ \
for f in $(%{_bindir}/find %{buildroot}/%{yast_desktopdir}/ -name '*.desktop') ; do \
%{yast_ydatadir}/devtools/bin/y2metainfo -f ${f} -l "%{license}" -o %{buildroot}/%{yast_metainfodir}/ \
%{yast_ydatadir}/devtools/bin/y2metainfo -f ${f} -l "%{license}" -o %{buildroot}%{yast_metainfodir}/ \
done

%yast_desktop_files \
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-devtools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 29 11:46:25 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>

- Create a directory for metainfo files (fate#319035)
- 4.2.2

-------------------------------------------------------------------
Mon May 20 15:28:02 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-devtools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-devtools
Version: 4.2.1
Version: 4.2.2
Release: 0
Url: http://github.com/yast/yast-devtools

Expand Down

0 comments on commit 541d79e

Please sign in to comment.