The package rpms/portpub.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/portpub.git/commit/?id=9dc03073797be....
Change: -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm}}
Thanks.
Full change: ============
commit 9dc03073797bee3dd42e63cfff30b7b8b12d1ea5 Author: Zamir SUN sztsian@gmail.com Date: Mon Oct 30 20:28:12 2017 +0800
Renamed to popub
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 79ec777..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/portpub-ccd226a.tar.gz -*.rpm -.build*.log diff --git a/README.md b/README.md deleted file mode 100644 index 1af83dd..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# portpub - -Portpub is a simple tool to publish a service from localhost onto your server. diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a329578 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to popub diff --git a/portpub-conf b/portpub-conf deleted file mode 100644 index f8596ae..0000000 --- a/portpub-conf +++ /dev/null @@ -1,7 +0,0 @@ -# Uncomment and modify following info -[Service] -#LOCAL=127.0.0.1 -#LOCALPORT= -#SERVER= -#SERVERPORT= -#PASSWORD= diff --git a/portpub.spec b/portpub.spec deleted file mode 100644 index 9331848..0000000 --- a/portpub.spec +++ /dev/null @@ -1,82 +0,0 @@ -%global reponame portpub -%global commit ccd226a3fc7e59d89c77391be3c556e34d7c23a8 -%global commitdate 20170406 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%if 0%{!?_unitdir:1} -%global _unitdir /usr/lib/systemd/system -%endif - -Name: %{reponame} -Version: 0 -Release: 0.1.%{commitdate}git%{shortcommit}%{?dist} -Summary: Publish a service from localhost onto your server - -License: GPLv3+ -URL: https://github.com/m13253/%%7Breponame%7D -Source0: %{url}/archive/%{commit}/%{reponame}-%{shortcommit}.tar.gz -Source1: portpub-conf -BuildRequires: golang-bin -BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm}} - -%description -%{summary}. - -%package local -Summary: Publish a service from localhost onto your server - client side -Requires: systemd-units - -%package relay -Summary: Publish a service from localhost onto your server - server side -Requires: systemd-units - -%description -n %{reponame}-local -%{summary}. -Local side package. - -%description -n %{reponame}-relay -%{summary}. -Server side package. - -%prep -%setup -q -n %{reponame}-%{commit} - -%build -sed -i '/#ExecStart=/usr/local/c ExecStart=/usr/bin/portpub-local ${LOCAL}:${LOCALPORT} ${SERVER}:${SERVERPORT} ${PASSWORD}' *.service -sed -i 's/and uncomment the following line/in /etc/sysconfig/portpub-local and uncomment/' *.service -sed -i '/# Fill in/i EnvironmentFile=-/etc/portpub-local' *.service -sed -i 's/portpub-local/portpub-relay/g' %{reponame}-relay.service -cd %{reponame}-local -%gobuild -o %{reponame}-local - -cd ../%{reponame}-relay -%gobuild -o %{reponame}-relay - -%install -install -dm 755 %{buildroot}%{_unitdir} -install -dm 755 %{buildroot}%{_bindir} -install -dm 755 %{buildroot}%{_sysconfdir} -install -m 0755 %{reponame}-local/%{reponame}-local %{buildroot}%{_bindir}/ -install -m 0755 %{reponame}-relay/%{reponame}-relay %{buildroot}%{_bindir}/ -install -m 0644 %{reponame}-*.service %{buildroot}%{_unitdir}/ -install -m 0644 %{_sourcedir}/portpub-conf %{buildroot}%{_sysconfdir}/%{reponame}-local -install -m 0644 %{_sourcedir}/portpub-conf %{buildroot}%{_sysconfdir}/%{reponame}-relay - - -%files -n %{reponame}-local -%doc README.md -%license COPYING -%{_bindir}/%{reponame}-local -%config(noreplace) %{_sysconfdir}/%{reponame}-local -%{_unitdir}/%{reponame}-local.service - -%files -n %{reponame}-relay -%doc README.md -%license COPYING -%{_bindir}/%{reponame}-relay -%config(noreplace) %{_sysconfdir}/%{reponame}-relay -%{_unitdir}/%{reponame}-relay.service - -%changelog -* Sat Sep 09 2017 Zamir SUN zsun@fedoraproject.org - 0-0.1.20170406gitccd226a -- Initial with git version ccd226a. diff --git a/sources b/sources deleted file mode 100644 index 9100232..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (portpub-ccd226a.tar.gz) = 4f5dade0861bfae553de68122e451bcdbd29cd044ba71379c58dc60374570958178df6556e3cd7b47098b992e5b0b5bad8cdf8fca921e128f28f482c779f338e
arch-excludes@lists.fedoraproject.org