Accepting request 756986 from home:kukuk:etc

- Move lesskey* from /etc to /usr/etc

OBS-URL: https://build.opensuse.org/request/show/756986
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=69
This commit is contained in:
Kristyna Streitova 2019-12-18 12:59:46 +00:00 committed by Git OBS Bridge
parent 5db56aa550
commit f6898c8e2c
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 11 16:02:09 UTC 2019 - kukuk@suse.com
- Move lesskey* from /etc to /usr/etc
-------------------------------------------------------------------
Sat Sep 21 18:59:37 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package less
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -72,9 +72,9 @@ make %{?_smp_mflags}
%make_install
#
# lesskey
install -m 755 -d %{buildroot}/%{_sysconfdir}
install -m 644 lesskey.src %{buildroot}/%{_sysconfdir}/lesskey
%{buildroot}%{_bindir}/lesskey -o %{buildroot}%{_sysconfdir}/lesskey.bin %{buildroot}%{_sysconfdir}/lesskey
install -m 755 -d %{buildroot}/%{_distconfdir}
install -m 644 lesskey.src %{buildroot}/%{_distconfdir}/lesskey
%{buildroot}%{_bindir}/lesskey -o %{buildroot}%{_distconfdir}/lesskey.bin %{buildroot}%{_distconfdir}/lesskey
#
# preprocessor
install -m 755 lessopen.sh lessclose.sh %{buildroot}/%{_bindir}
@ -84,7 +84,7 @@ chmod -x LICENSE COPYING NEWS README.SUSE
%license LICENSE COPYING
%doc NEWS README.SUSE
%{_mandir}/*/*
%config %{_sysconfdir}/*
%{_distconfdir}/*
%{_bindir}/*
%changelog