Accepting request 38531 from openSUSE:Tools:Unstable
Copy from openSUSE:Tools:Unstable/osc via accept of submit request 38531 revision 95. Request was accepted with message: - accepted OBS-URL: https://build.opensuse.org/request/show/38531 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=42
This commit is contained in:
parent
7906895804
commit
bfb8f1d21e
@ -1,12 +1,17 @@
|
|||||||
osc (0.125.4-1) unstable; urgency=high
|
osc (0.125.4-2) unstable; urgency=low
|
||||||
- Updated to 0.125.4
|
- Fix build and install
|
||||||
|
|
||||||
-- Adrian Schroeter <adrian@suse.de> Wed, 27 Jan 2010 10:00:00 +0200
|
-- Lubos Lunak <llunak@novell.com> Thu, 28 Jan 2010 16:39:57 +0100
|
||||||
|
|
||||||
|
osc (0.125.4-1) unstable; urgency=high
|
||||||
|
- Updated to 0.125.4
|
||||||
|
|
||||||
|
-- Adrian Schroeter <adrian@suse.de> Wed, 27 Jan 2010 10:00:00 +0200
|
||||||
|
|
||||||
osc (0.125.1-1) unstable; urgency=high
|
osc (0.125.1-1) unstable; urgency=high
|
||||||
- Updated to 0.125.1
|
- Updated to 0.125.1
|
||||||
|
|
||||||
-- Adrian Schroeter <adrian@suse.de> Fr, 15 Jan 2010 10:00:00 +0200
|
-- Adrian Schroeter <adrian@suse.de> Fr, 15 Jan 2010 10:00:00 +0200
|
||||||
|
|
||||||
osc (0.123-1) unstable; urgency=high
|
osc (0.123-1) unstable; urgency=high
|
||||||
- Updated to 0.123
|
- Updated to 0.123
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1f375d152c760441df8215c6a009b96d56d833ad70be844b1ca1fc5780b8cbf4
|
oid sha256:82d16afaa81c40865f76d0c97ec91a3092566382145ab7f88cd05fcd7205c3d1
|
||||||
size 2131
|
size 2185
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f2a2535e8a6d373e2c16b5e4d18aad5fc3697b8fa3b8a4651771146e081c3884
|
|
||||||
size 159894
|
|
3
osc-0.126.tar.gz
Normal file
3
osc-0.126.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ddc9ea189343ac3b46bf183f135ae35023ca4bbc10c1b1e861ae591b72926cfe
|
||||||
|
size 171697
|
83
osc.changes
83
osc.changes
@ -1,3 +1,86 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 19 15:13:42 UTC 2010 - suse-tux@gmx.de
|
||||||
|
|
||||||
|
- update to 0.126 (final):
|
||||||
|
- added VM autosetup to osc. This requires appropriate OBS version and build script version.
|
||||||
|
- enhanced QEMU cross build support with 'armv4l' 'armv5el' 'armv6el' 'armv7el' 'armv8el' 'mips' 'mips64' 'ppc' 'ppc64' 'sh4' arch strings now supported on x86 host
|
||||||
|
- suggest git, svn, ... if indicated, after oscerr.NoWorkingCopy
|
||||||
|
- "osc cat" & "osc ls" now auto-expands through link.
|
||||||
|
- fixed "osc add" after "osc delete".
|
||||||
|
- fix "osc patchinfo" command (crashed before)
|
||||||
|
- fixed SSL proxy support
|
||||||
|
- fixed meta attribute create and set calls
|
||||||
|
- osc remotebuildlog supports a buildlogurl
|
||||||
|
- Allow --prefer-pkgs to parse repodata
|
||||||
|
- new "osc build --no-service" option to skip source service update
|
||||||
|
- fix linktobranch apiurl usage
|
||||||
|
- "maintained package" search is telling relevant projects now
|
||||||
|
* requires OBS 1.7.2 or 2.0
|
||||||
|
- added "osc chroot" command
|
||||||
|
- fixed #547005 ("osc co could show download progress")
|
||||||
|
- added "--interactive" option to "osc request"
|
||||||
|
- store commit message so it doesn't get lost on failure
|
||||||
|
- added "--cpio-bulk-download" and "--download-api-only" options to "osc build"
|
||||||
|
- added "osc localbuildlog" command
|
||||||
|
- added "--build-uid uid:gid|caller" option to "osc build" to specify abuild id in chroot
|
||||||
|
- verify files using rpm bindings and keys supplied by buildservice
|
||||||
|
- added "--exclude-target-project <prj>" option to "osc rq list"
|
||||||
|
- added "--message" option to "osc branch"
|
||||||
|
- added "osc config" command to set/get/delete a config option
|
||||||
|
- added "--binary" and "--baseproject" options to "osc search"
|
||||||
|
- added "-o/--offline" and "-l/--preload" options to osc build
|
||||||
|
* osc build -l standard i586 foo.spec (to cache all dependencies)
|
||||||
|
* osc build -o standard i586 foo.spec (to build without contacting the api)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 7 13:55:54 UTC 2010 - suse-tux@gmx.de
|
||||||
|
|
||||||
|
- use rpm macros
|
||||||
|
- mark files in %%{_sysconfdir}/profile.d/ as %%config
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 21 22:03:07 UTC 2010 - suse-tux@gmx.de
|
||||||
|
|
||||||
|
- fixed rpmlint warning
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 21 21:49:19 UTC 2010 - suse-tux@gmx.de
|
||||||
|
|
||||||
|
- -update to version 0.126 (unstable)
|
||||||
|
- suggest git, svn, ... if indicated, after oscerr.NoWorkingCopy
|
||||||
|
- "osc cat" & "osc ls" now auto-expands through link.
|
||||||
|
- fixed "osc add" after "osc delete".
|
||||||
|
- fix "osc patchinfo" command (crashed before)
|
||||||
|
- fixed SSL proxy support
|
||||||
|
- fixed meta attribute create and set calls
|
||||||
|
- osc remotebuildlog supports a buildlogurl
|
||||||
|
- Allow --prefer-pkgs to parse repodata
|
||||||
|
- new "osc build --no-service" option to skip source service update
|
||||||
|
- fix linktobranch apiurl usage
|
||||||
|
- "maintained package" search is telling relevant projects now
|
||||||
|
* requires OBS 1.7.2 or 2.0
|
||||||
|
- added "osc chroot" command
|
||||||
|
- fixed #547005 ("osc co could show download progress")
|
||||||
|
- added "--interactive" option to "osc request"
|
||||||
|
- store commit message so it doesn't get lost on failure
|
||||||
|
- added "--cpio-bulk-download" and "--download-api-only" options to "osc build"
|
||||||
|
- added "osc localbuildlog" command
|
||||||
|
- added "--build-uid uid:gid|caller" option to "osc build" to specify abuild id in chroot
|
||||||
|
- verify files using rpm bindings and keys supplied by buildservice
|
||||||
|
- added "--exclude-target-project <prj>" option to "osc rq list"
|
||||||
|
- added "--message" option to "osc branch"
|
||||||
|
- added "osc config" command to set/get/delete a config option
|
||||||
|
- added "--binary" and "--baseproject" options to "osc search"
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 09:16:17 UTC 2010 - adrian@suse.de
|
||||||
|
|
||||||
|
- update to version 0.125.5
|
||||||
|
- rdiff happens against baserev now
|
||||||
|
- fixed "osc build --local-package
|
||||||
|
- detect a kiwi file on build
|
||||||
|
- improved _service file handling
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 27 12:18:34 UTC 2010 - adrian@suse.de
|
Wed Jan 27 12:18:34 UTC 2010 - adrian@suse.de
|
||||||
|
|
||||||
|
4
osc.dsc
4
osc.dsc
@ -1,8 +1,8 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.125.4-1
|
Version: 0.126
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Standards-Version: 3.7.1
|
Standards-Version: 3.7.1
|
||||||
Build-Depends: debhelper (>= 4.0.0), python-dev
|
Build-Depends: debhelper (>= 4.0.0), python-dev, python-urlgrabber
|
||||||
|
67
osc.spec
67
osc.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osc (Version 0.125.4)
|
# spec file for package osc (Version 0.126)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,26 +15,18 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
BuildRequires: python-devel
|
Version: 0.126
|
||||||
%if 0%{?suse_version}%{?mandriva_version}
|
Release: 0
|
||||||
BuildRequires: python-m2crypto
|
|
||||||
Requires: python-m2crypto > 0.19
|
|
||||||
%else
|
|
||||||
BuildRequires: m2crypto
|
|
||||||
Requires: m2crypto > 0.19
|
|
||||||
%endif
|
|
||||||
Version: 0.125.4
|
|
||||||
Release: 1
|
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://www.gitorious.org/opensuse/osc
|
Url: http://www.gitorious.org/opensuse/osc
|
||||||
Source: osc-%{version}.tar.gz
|
Source: osc-%{version}.tar.gz
|
||||||
Summary: OpenSUSE Build Service Commander
|
Summary: openSUSE Build Service Commander
|
||||||
Requires: python-urlgrabber
|
Requires: python-urlgrabber
|
||||||
|
BuildRequires: python-urlgrabber
|
||||||
|
BuildRequires: python-devel
|
||||||
#
|
#
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%if %suse_version < 1020
|
%if %suse_version < 1020
|
||||||
@ -42,23 +34,27 @@ BuildRequires: python-elementtree
|
|||||||
Requires: python-elementtree
|
Requires: python-elementtree
|
||||||
%else
|
%else
|
||||||
BuildRequires: python-urlgrabber python-xml
|
BuildRequires: python-urlgrabber python-xml
|
||||||
Requires: python-xml python-urlgrabber
|
Requires: python-xml
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1110
|
%if %suse_version > 1110
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1000
|
%if %suse_version > 1000
|
||||||
Recommends: build > 2009.06.03
|
Recommends: build > 2009.06.03
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?mandriva_version} == 0200910
|
|
||||||
BuildRequires: python-urlgrabber
|
|
||||||
Requires: python-urlgrabber
|
|
||||||
%endif
|
|
||||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||||
BuildRequires: python-elementtree python-urlgrabber
|
BuildRequires: python-elementtree
|
||||||
Requires: python-elementtree python-urlgrabber
|
Requires: python-elementtree
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version}%{?mandriva_version}
|
||||||
|
BuildRequires: python-m2crypto
|
||||||
|
Requires: python-m2crypto > 0.19
|
||||||
|
%else
|
||||||
|
BuildRequires: m2crypto
|
||||||
|
Requires: m2crypto > 0.19
|
||||||
|
%endif
|
||||||
|
|
||||||
#
|
#
|
||||||
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
@ -79,17 +75,17 @@ CFLAGS="%{optflags}" \
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python} setup.py install --prefix=%{_prefix} --root %{buildroot}
|
%{__python} setup.py install --prefix=%{_prefix} --root %{buildroot}
|
||||||
ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
|
%__ln_s osc-wrapper.py %{buildroot}/%{_bindir}/osc
|
||||||
mkdir -p %{buildroot}/var/lib/osc-plugins
|
%__mkdir_p %{buildroot}/var/lib/osc-plugins
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
|
%__mkdir_p %{buildroot}%{_sysconfdir}/profile.d
|
||||||
install -m 0755 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh
|
%__install -m 0644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh
|
||||||
install -m 0755 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
|
%__install -m 0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
mkdir -p %{buildroot}%{_prefix}/lib/osc
|
%__mkdir_p %{buildroot}%{_prefix}/lib/osc
|
||||||
install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
|
%__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
|
||||||
%else
|
%else
|
||||||
mkdir -p %{buildroot}%{_prefix}/%{_lib}/osc
|
%__mkdir_p %{buildroot}%{_prefix}/%{_lib}/osc
|
||||||
install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete
|
%__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -99,13 +95,14 @@ install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/osc*
|
%{_bindir}/osc*
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%{_sysconfdir}/profile.d/*
|
%config %{_sysconfdir}/profile.d/osc.sh
|
||||||
|
%config %{_sysconfdir}/profile.d/osc.csh
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
%dir %{_prefix}/lib/osc
|
%dir %{_prefix}/lib/osc
|
||||||
%{_prefix}/lib/osc/*
|
%{_prefix}/lib/osc/complete
|
||||||
%else
|
%else
|
||||||
%dir %{_prefix}/%{_lib}/osc
|
%dir %{_prefix}/%{_lib}/osc
|
||||||
%{_prefix}/%{_lib}/osc/*
|
%{_prefix}/%{_lib}/osc/complete
|
||||||
%endif
|
%endif
|
||||||
%dir /var/lib/osc-plugins
|
%dir /var/lib/osc-plugins
|
||||||
%doc AUTHORS README TODO NEWS
|
%doc AUTHORS README TODO NEWS
|
||||||
|
Loading…
Reference in New Issue
Block a user