This commit is contained in:
committed by
Git OBS Bridge
parent
84f807f20c
commit
693f8e93e1
+105
@@ -1,3 +1,108 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 08:54:47 CEST 2008 - jreidinger@suse.cz
|
||||
|
||||
- remove redundant -f (bnc #379889)
|
||||
- r9633
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 00:43:30 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- some texts cleanup (bnc #379235)
|
||||
- r9629
|
||||
- 0.11.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 23:45:54 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- use --force-resolution and --no-force-resolution instead of
|
||||
--force-resolution <on|off>
|
||||
- r9627
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 22:15:13 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- --no-recommends added to install, update, dist-upgrade and verify
|
||||
to suppress installation of recommended packages
|
||||
- r9623
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 19:41:24 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- pattern content with Dependency (Recommended/Suggested) column added
|
||||
for pattern-info (fate #301930)
|
||||
- r9620
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 18:07:19 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- 'patterns' command added (fate #302148)
|
||||
- 'patches' now take repos as arguments (fate #302148)
|
||||
- r9617
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 15:43:08 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- package lock management commands added (addlock, removelock, and
|
||||
locks) (fate #120118, fate #302148)
|
||||
- r9612
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 01:17:55 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- added Recommends: logrotate cron bash-completion (bnc #379553)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 01:13:53 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- allow wildcards in install (fate #302193, fate #302148)
|
||||
- fall back to --capability if package not found by name
|
||||
(fate #302919)
|
||||
- r9597
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 13 23:06:28 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- allow zypper install foo-bar-version-release
|
||||
(fate #302919, fate #302148)
|
||||
- allow white space when specifying version with operators in
|
||||
install/remove commands (fate #302919)
|
||||
- r9595
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 13 17:51:16 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- allow update of individual packages + support wildcards
|
||||
(bnc #345458, bnc #284725, and abuse of fate #302511 :O)
|
||||
- 'update foo' treat command arguments as repos in rug-compatible
|
||||
mode (fate #302148)
|
||||
- 'update': dummy --download-only and --category options for now
|
||||
(fate #302148)
|
||||
- r9590
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 13 02:20:42 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- always check if the repo is up-to-date on explicit refresh
|
||||
request (zypper ref)
|
||||
- r9576
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 23:17:15 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- say 'foo already installed' or 'foo not found' when installing or
|
||||
removing by injecting solver requirements/conflicts (bnc #379195)
|
||||
- r9572
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 19:20:45 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- allow to install and remove package in one command by prepending
|
||||
package name by + or ~ modifiers (for install) and - or ! (for
|
||||
uninstall). fate #302148, bnc #230342
|
||||
- allow install foo<op<version>> without having to use --capability
|
||||
(fate #302919)
|
||||
- r9569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 13:20:47 CEST 2008 - jreidinger@suse.cz
|
||||
|
||||
|
||||
+68
-4
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package zypper (Version 0.10.6)
|
||||
# spec file for package zypper (Version 0.11.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -12,18 +12,19 @@
|
||||
|
||||
|
||||
Name: zypper
|
||||
BuildRequires: boost-devel >= 1.33.1 gettext-devel >= 0.15 libzypp-devel > 4.8.0 readline-devel >= 5.1
|
||||
BuildRequires: boost-devel >= 1.33.1 gettext-devel >= 0.15 libzypp-devel >= 4.12.0 readline-devel >= 5.1
|
||||
BuildRequires: cmake >= 2.4.6 gcc-c++ >= 4.1
|
||||
Requires: procps
|
||||
Recommends: logrotate cron bash-completion
|
||||
License: GPL v2 or later
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
PreReq: permissions
|
||||
Summary: Command Line Package Management Using Libzypp
|
||||
Version: 0.10.6
|
||||
Version: 0.11.0
|
||||
Release: 1
|
||||
Source: zypper-0.10.6.tar.bz2
|
||||
Source: zypper-0.11.0.tar.bz2
|
||||
Prefix: /usr
|
||||
Url: http://en.opensuse.org/Zypper
|
||||
Provides: y2pmsh
|
||||
@@ -103,6 +104,69 @@ touch %buildroot%_var/log/zypper.log
|
||||
# it from being erased by rpm -e
|
||||
%ghost %config(noreplace) %{_var}/log/zypper.log
|
||||
%changelog
|
||||
* Tue Apr 15 2008 jreidinger@suse.cz
|
||||
- remove redundant -f (bnc #379889)
|
||||
- r9633
|
||||
* Tue Apr 15 2008 jkupec@suse.cz
|
||||
- some texts cleanup (bnc #379235)
|
||||
- r9629
|
||||
- 0.11.0
|
||||
* Tue Apr 15 2008 jkupec@suse.cz
|
||||
- use --force-resolution and --no-force-resolution instead of
|
||||
--force-resolution <on|off>
|
||||
- r9627
|
||||
* Tue Apr 15 2008 jkupec@suse.cz
|
||||
- --no-recommends added to install, update, dist-upgrade and verify
|
||||
to suppress installation of recommended packages
|
||||
- r9623
|
||||
* Mon Apr 14 2008 jkupec@suse.cz
|
||||
- pattern content with Dependency (Recommended/Suggested) column added
|
||||
for pattern-info (fate #301930)
|
||||
- r9620
|
||||
* Mon Apr 14 2008 jkupec@suse.cz
|
||||
- 'patterns' command added (fate #302148)
|
||||
- 'patches' now take repos as arguments (fate #302148)
|
||||
- r9617
|
||||
* Mon Apr 14 2008 jkupec@suse.cz
|
||||
- package lock management commands added (addlock, removelock, and
|
||||
locks) (fate #120118, fate #302148)
|
||||
- r9612
|
||||
* Mon Apr 14 2008 jkupec@suse.cz
|
||||
- added Recommends: logrotate cron bash-completion (bnc #379553)
|
||||
* Mon Apr 14 2008 jkupec@suse.cz
|
||||
- allow wildcards in install (fate #302193, fate #302148)
|
||||
- fall back to --capability if package not found by name
|
||||
(fate #302919)
|
||||
- r9597
|
||||
* Mon Apr 14 2008 jkupec@suse.cz
|
||||
- allow zypper install foo-bar-version-release
|
||||
(fate #302919, fate #302148)
|
||||
- allow white space when specifying version with operators in
|
||||
install/remove commands (fate #302919)
|
||||
- r9595
|
||||
* Sun Apr 13 2008 jkupec@suse.cz
|
||||
- allow update of individual packages + support wildcards
|
||||
(bnc #345458, bnc #284725, and abuse of fate #302511 :O)
|
||||
- 'update foo' treat command arguments as repos in rug-compatible
|
||||
mode (fate #302148)
|
||||
- 'update': dummy --download-only and --category options for now
|
||||
(fate #302148)
|
||||
- r9590
|
||||
* Sun Apr 13 2008 jkupec@suse.cz
|
||||
- always check if the repo is up-to-date on explicit refresh
|
||||
request (zypper ref)
|
||||
- r9576
|
||||
* Sun Apr 13 2008 jkupec@suse.cz
|
||||
- say 'foo already installed' or 'foo not found' when installing or
|
||||
removing by injecting solver requirements/conflicts (bnc #379195)
|
||||
- r9572
|
||||
* Sat Apr 12 2008 jkupec@suse.cz
|
||||
- allow to install and remove package in one command by prepending
|
||||
package name by + or ~ modifiers (for install) and - or ! (for
|
||||
uninstall). fate #302148, bnc #230342
|
||||
- allow install foo<op<version>> without having to use --capability
|
||||
(fate #302919)
|
||||
- r9569
|
||||
* Tue Apr 08 2008 jreidinger@suse.cz
|
||||
- give better hint if zypper cannot download file from out of date
|
||||
repository. (bnc #377137).
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user