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:
commit
bcaba5d452
@ -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
|
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.
|
+ 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.
|
+ Skip tar extractor tests if tar is not GNU tar >= 1.27.
|
||||||
+ Reset the trigger cycle tracking on unsatisfied dependencies during
|
+ Reset the trigger cycle tracking on unsatisfied dependencies during
|
||||||
|
@ -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
|
Wed Apr 6 18:20:13 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ Patch6: dpkg-sparc.diff
|
|||||||
Patch7: 0001-In-case-of-equal-priority-rather-update.patch
|
Patch7: 0001-In-case-of-equal-priority-rather-update.patch
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
Provides: alternatives = %{version}
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -68,6 +69,7 @@ install -d -m 0755 %{buildroot}/%{admindir}/alternatives
|
|||||||
install -d -m 0755 %{buildroot}/%{_localstatedir}/log
|
install -d -m 0755 %{buildroot}/%{_localstatedir}/log
|
||||||
|
|
||||||
install -m 0755 utils/%{name} %{buildroot}/%{_sbindir}
|
install -m 0755 utils/%{name} %{buildroot}/%{_sbindir}
|
||||||
|
ln -s %{name} %{buildroot}/%{_sbindir}/alternatives
|
||||||
install -m 0644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/
|
install -m 0644 man/%{name}.1 %{buildroot}/%{_mandir}/man1/
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -84,6 +86,7 @@ done
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
%dir %{_sysconfdir}/alternatives
|
%dir %{_sysconfdir}/alternatives
|
||||||
%dir %{_localstatedir}/lib/rpm/alternatives
|
%dir %{_localstatedir}/lib/rpm/alternatives
|
||||||
|
%{_sbindir}/alternatives
|
||||||
%{_sbindir}/update-alternatives
|
%{_sbindir}/update-alternatives
|
||||||
%{_mandir}/man1/update-alternatives.1*
|
%{_mandir}/man1/update-alternatives.1*
|
||||||
%ghost %{_localstatedir}/log/alternatives.log
|
%ghost %{_localstatedir}/log/alternatives.log
|
||||||
|
Loading…
Reference in New Issue
Block a user