Accepting request 596964 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/596964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=46
This commit is contained in:
commit
52e1bad16b
@ -5,4 +5,4 @@
|
||||
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">750affe3712d0fccfbc7b9cab03d278de28f5543</param></service></servicedata>
|
||||
<param name="changesrevision">1d2c3354f318bec26ba21df0c6b2218776a9dc05</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74419067039042ee3b53a122c61662fbe9bc17ffd359de70fda28bf0880c40fa
|
||||
size 59576
|
3
obs-service-tar_scm-0.8.0.1520581079.e26b0ae.tar.gz
Normal file
3
obs-service-tar_scm-0.8.0.1520581079.e26b0ae.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:765dafd7114fadf0702b241a342852002b1e771014ca50a0a0a9c01bcfdfc859
|
||||
size 60661
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 08:49:56 UTC 2018 - olaf@aepfle.de
|
||||
|
||||
- python-unittest2 is only required for the optional make check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 09 07:39:08 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.8.0.1520581079.e26b0ae:
|
||||
* make installation of scm's optional
|
||||
* add a lot more detail to README
|
||||
* Git clone with --no-checkout in prepare_working_copy
|
||||
* Refactor and simplify git prepare_working_copy
|
||||
* Cleanup flake8 checks
|
||||
* Only use current dir if it actually looks like git (Fixes #202)
|
||||
* reactivate test_obscpio_extract_d
|
||||
* fix broken test create_archive
|
||||
* fix broken tests for broken-links
|
||||
* changed PREFIX in Gnumakefile to /usr
|
||||
* new cli option --skip-cleanup
|
||||
* fix for broken links
|
||||
* fix reference to snapcraft YAML file
|
||||
* fix docstring typo in TarSCM.scm.tar.fetch_upstream
|
||||
* acknowledge deficiencies in dev docs
|
||||
* wrap long lines in README
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 06:48:27 UTC 2017 - adrian@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obs-service-tar_scm
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@ -19,11 +19,11 @@
|
||||
%bcond_without obs_scm_testsuite
|
||||
|
||||
Name: obs-service-tar_scm
|
||||
%define version_unconverted 0.8.0.1507129410.0cb2d44
|
||||
Version: 0.8.0.1507129410.0cb2d44
|
||||
%define version_unconverted 0.8.0.1520581079.e26b0ae
|
||||
Version: 0.8.0.1520581079.e26b0ae
|
||||
Release: 0
|
||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
Url: https://github.com/openSUSE/obs-service-tar_scm
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
@ -34,6 +34,7 @@ Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: bzr
|
||||
BuildRequires: git-core
|
||||
BuildRequires: mercurial
|
||||
BuildRequires: subversion
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
%define py_compile(O) \
|
||||
find %1 -name '*.pyc' -exec rm -f {} \\; \
|
||||
@ -50,15 +51,14 @@ BuildRequires: python-PyYAML
|
||||
BuildRequires: python-dateutil
|
||||
BuildRequires: python-lxml
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: subversion
|
||||
BuildRequires: python-unittest2
|
||||
%endif
|
||||
BuildRequires: python >= 2.6
|
||||
BuildRequires: python-unittest2
|
||||
Requires: bzr
|
||||
Requires: git-core
|
||||
Requires: mercurial
|
||||
Recommends: bzr
|
||||
Recommends: mercurial
|
||||
Recommends: subversion
|
||||
Requires: obs-service-obs_scm-common = %version-%release
|
||||
Requires: subversion
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
@ -99,11 +99,11 @@ Creates a tar archive from local directory
|
||||
Summary: Creates a OBS cpio from a remote SCM resource
|
||||
Group: Development/Tools/Building
|
||||
Provides: obs-service-tar_scm:/usr/lib/obs/service/obs_scm.service
|
||||
Requires: bzr
|
||||
Requires: git-core
|
||||
Requires: mercurial
|
||||
Recommends: bzr
|
||||
Recommends: mercurial
|
||||
Recommends: subversion
|
||||
Requires: obs-service-obs_scm-common = %version-%release
|
||||
Requires: subversion
|
||||
|
||||
%description -n obs-service-obs_scm
|
||||
Creates a OBS cpio from a remote SCM resource.
|
||||
@ -114,11 +114,11 @@ into a tar ball during build time.
|
||||
%package -n obs-service-appimage
|
||||
Summary: Handles source downloads defined in appimage.yml files
|
||||
Group: Development/Tools/Building
|
||||
Requires: bzr
|
||||
Requires: git-core
|
||||
Requires: mercurial
|
||||
Recommends: bzr
|
||||
Recommends: mercurial
|
||||
Recommends: subversion
|
||||
Requires: obs-service-obs_scm-common = %version-%release
|
||||
Requires: subversion
|
||||
|
||||
%description -n obs-service-appimage
|
||||
Experimental appimage support: This parses appimage.yml files for SCM
|
||||
@ -128,11 +128,11 @@ resources and packages them.
|
||||
Summary: Handles source downloads defined in snapcraft.yaml files
|
||||
Group: Development/Tools/Building
|
||||
Provides: obs-service-tar_scm:/usr/lib/obs/service/snapcraft.service
|
||||
Requires: bzr
|
||||
Requires: git-core
|
||||
Requires: mercurial
|
||||
Recommends: bzr
|
||||
Recommends: mercurial
|
||||
Recommends: subversion
|
||||
Requires: obs-service-obs_scm-common = %version-%release
|
||||
Requires: subversion
|
||||
|
||||
%description -n obs-service-snapcraft
|
||||
Experimental snapcraft support: This parses snapcraft.yaml files for SCM
|
||||
|
Loading…
x
Reference in New Issue
Block a user