osc copypac from project:Devel:Docker package:container-suseconnect revision:28, using expand, using client side copy

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/container-suseconnect?expand=0&rev=1
This commit is contained in:
Sascha Grunert 2018-12-11 09:52:45 +00:00 committed by Git OBS Bridge
commit 3d31ea9f6a
6 changed files with 168 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

16
_service Normal file
View File

@ -0,0 +1,16 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://github.com/SUSE/container-suseconnect.git</param>
<param name="scm">git</param>
<param name="filename">container-suseconnect</param>
<!--param name="exclude">.git</param-->
<!-- param name="versionformat">0.0+git.%ct.%h</param-->
<param name="versionformat">1.1.0</param>
<param name="revision">v1.1.0</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
</service>
<service mode="disabled" name="set_version"/>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8feb3af9e916ac71941a719134228e3d078cdf84f013545b5073b7947e4de12
size 16709

View File

@ -0,0 +1,72 @@
-------------------------------------------------------------------
Thu Mar 1 14:27:26 UTC 2018 - jmassaguerpla@suse.com
- Remove gcc since the latest go versions already support s390x, ppc64le
Remove 0001-Added-TLS-root-CA-certificates-for-SLE-11.patch: this
was needed for gcc builds. (fix bsc#1083189)
-------------------------------------------------------------------
Wed Jul 27 14:29:18 UTC 2016 - cbrauner@suse.de
- add aarch64 to supported gc architectures
-------------------------------------------------------------------
Wed Nov 11 14:26:23 UTC 2015 - fcastelli@suse.com
- Update to version 1.1.0:
- Improve logging
-------------------------------------------------------------------
Wed Nov 11 13:37:48 UTC 2015 - fcastelli@suse.com
- Added 0001-Added-TLS-root-CA-certificates-for-SLE-11.patch to handle
SLE11 certificates on non-x86 architectures
work-around for bsc#953831
-------------------------------------------------------------------
Mon Jul 20 07:51:19 UTC 2015 - fcastelli@suse.com
- Build using gcc on platforms where gc compiler is not available
-------------------------------------------------------------------
Thu Jun 18 16:49:20 UTC 2015 - jmassaguerpla@suse.com
- Make SUSEConnect configuration file optional
Update to v1.0.1
-------------------------------------------------------------------
Tue Jun 16 16:08:09 UTC 2015 - jmassaguerpla@suse.com
- Update to v1.0.0
-------------------------------------------------------------------
Thu Jun 11 09:56:16 UTC 2015 - fcastelli@suse.com
- Update to latest version from git
-------------------------------------------------------------------
Thu Jun 4 12:34:14 UTC 2015 - fcastelli@suse.com
- Fixed building
-------------------------------------------------------------------
Thu Jun 4 08:20:15 UTC 2015 - fcastelli@suse.com
- Update to latest version of container-suseconnect
-------------------------------------------------------------------
Wed Jun 3 12:04:23 UTC 2015 - fcastelli@suse.com
- Fix libzypp requirement, it must be a runtime one
-------------------------------------------------------------------
Wed Jun 3 10:05:17 UTC 2015 - fcastelli@suse.com
- Relax libzypp requirement to build the package also on SLE11SP3
-------------------------------------------------------------------
Fri May 29 12:33:03 UTC 2015 - dmacvicar@suse.de
- initial package

View File

@ -0,0 +1,53 @@
#
# spec file for package container-suseconnect
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: container-suseconnect
Version: 1.1.0
Release: 0
License: Apache-2.0
Summary: Provides access to repositories inside containers
Url: https://github.com/SUSE/container-suseconnect
Group: Development/Languages/Other
Source0: %{name}-%{version}.tar.bz2
BuildRequires: go >= 1.4
Requires: libzypp > 9.34
BuildRequires: libzypp > 9.34
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
container-suseconnect gives access to package repositories inside containers
using the host machine entitlements.
%prep
%setup -q
%build
go build
%check
go test
%install
%{__mkdir_p} %{buildroot}/usr/lib/zypp/plugins/services
%{__install} -m755 container-suseconnect-%{version} %{buildroot}/usr/lib/zypp/plugins/services/container-suseconnect
%files
%defattr(-,root,root)
%doc README.md LICENSE
/usr/lib/zypp/plugins/services/container-suseconnect