SHA256
3
0
forked from pool/dpkg

Accepting request 395153 from system:packagemanager

- Update to version 1.17.23 also fixes bsc#941619
- Provide alternatives binary and alternatives = %{version} symbol

OBS-URL: https://build.opensuse.org/request/show/395153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpkg?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2016-05-24 07:33:25 +00:00 committed by Git OBS Bridge
commit bcaba5d452
3 changed files with 9 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Wed Apr 1 12:54:48 UTC 2015 - tchvatal@suse.com
-------------------------------------------------------------------
Mon Jan 5 15:30:22 UTC 2015 - p.drouand@gmail.com
- Update to version 1.17.23
- Update to version 1.17.23 also fixes bsc#941619
+ Use a matching group instead of ${^MATCH} in s/// in dselect build script.
+ Skip tar extractor tests if tar is not GNU tar >= 1.27.
+ Reset the trigger cycle tracking on unsatisfied dependencies during

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 13 12:03:28 UTC 2016 - tchvatal@suse.com
- Provide alternatives binary and alternatives = %{version} symbol
-------------------------------------------------------------------
Wed Apr 6 18:20:13 UTC 2016 - tchvatal@suse.com

View File

@ -32,6 +32,7 @@ Patch6: dpkg-sparc.diff
Patch7: 0001-In-case-of-equal-priority-rather-update.patch
BuildRequires: ncurses-devel
BuildRequires: xz
Provides: alternatives = %{version}
Requires(post): update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -68,6 +69,7 @@ install -d -m 0755 %{buildroot}/%{admindir}/alternatives
install -d -m 0755 %{buildroot}/%{_localstatedir}/log
install -m 0755 utils/%{name} %{buildroot}/%{_sbindir}
ln -s %{name} %{buildroot}/%{_sbindir}/alternatives
install -m 0644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/
%post
@ -84,6 +86,7 @@ done
%doc COPYING
%dir %{_sysconfdir}/alternatives
%dir %{_localstatedir}/lib/rpm/alternatives
%{_sbindir}/alternatives
%{_sbindir}/update-alternatives
%{_mandir}/man1/update-alternatives.1*
%ghost %{_localstatedir}/log/alternatives.log