Skip to content

Commit

Permalink
Merge aeb13fe into b63af1c
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jul 26, 2018
2 parents b63af1c + aeb13fe commit a3d4632
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 26 09:25:16 UTC 2018 - lslezak@suse.cz

- Do not build on 32-bit archs, SUSEConnect is not available
there (bsc#1088552)
- 3.2.15

-------------------------------------------------------------------
Wed Jul 25 11:58:13 UTC 2018 - lslezak@suse.com

Expand Down
5 changes: 4 additions & 1 deletion package/yast2-registration.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-registration
Version: 3.2.14
Version: 3.2.15
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -60,6 +60,9 @@ BuildRequires: yast2-packager >= 3.1.95
BuildRequires: yast2-update >= 3.1.36

BuildArch: noarch
# SUSEConnect does not build for i586 and s390 and is not supported on those architectures
# bsc#1088552
ExcludeArch: %ix86 s390

# FIXME: it seems can we cannot move it to macros.yast, the yast-rake-ci is not
# installed into the chroot, the build fails...
Expand Down

0 comments on commit a3d4632

Please sign in to comment.