Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1 from kaltsi/systemd
[tools] Add systemd to tools packages
  • Loading branch information
stskeeps committed Oct 9, 2013
2 parents e90c4ba + c1725dd commit d1777b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-armv7hl.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target armv7hl
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt-qmake qt5-qmake qt-tools qt5-tools qt5-qtcore libicu
%define packages_in_tools qt-qmake qt5-qmake qt-tools qt5-tools qt5-qtcore libicu systemd
Name: sb2-tools-qt5-armv7hl
Version: 1.0
Release: 1
Expand Down
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-armv7l.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target armv7l
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt-qmake qt5-qmake qt-tools qt5-tools qt5-qtcore libicu
%define packages_in_tools qt-qmake qt5-qmake qt-tools qt5-tools qt5-qtcore libicu systemd
Name: sb2-tools-qt5-armv7l
Version: 1.0
Release: 1
Expand Down
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-mipsel.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target mipsel
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt-qmake qt5-qmake qt-tools qt5-tools qt5-qtcore libicu
%define packages_in_tools qt-qmake qt5-qmake qt-tools qt5-tools qt5-qtcore libicu systemd
Name: sb2-tools-qt5-mipsel
Version: 1.0
Release: 1
Expand Down
2 changes: 1 addition & 1 deletion rpm/sb2-tools-qt5-template.spec
@@ -1,7 +1,7 @@
%define __strip /bin/true
%define architecture_target @ARCH@
%define _build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.dontuse.rpm
%define packages_in_tools qt-qmake qt5-qmake qt-tools qt5-tools qt5-qtcore libicu
%define packages_in_tools qt-qmake qt5-qmake qt-tools qt5-tools qt5-qtcore libicu systemd
Name: sb2-tools-qt5-@ARCH@
Version: 1.0
Release: 1
Expand Down

0 comments on commit d1777b4

Please sign in to comment.