forked from pool/suse-module-tools
Accepting request 703662 from Base:System
OBS-URL: https://build.opensuse.org/request/show/703662 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=28
This commit is contained in:
commit
03d08e04ff
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 06:18:33 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Only ship RPM macros up to suse_version 1500: after that, the
|
||||
macros can be found in the rpm-config-SUSE package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 09:18:57 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Move RPM macros to %_rpmmacrodir.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:02:23 UTC 2019 - mwilck@suse.com
|
||||
|
||||
|
@ -101,9 +101,13 @@ install -d -m 755 "%{buildroot}%{_libexecdir}/module-init-tools"
|
||||
install -pm 755 weak-modules{,2} "%{buildroot}%{_libexecdir}/module-init-tools/"
|
||||
install -pm 755 driver-check.sh "%{buildroot}%{_libexecdir}/module-init-tools/"
|
||||
|
||||
%if 0%{?suse_version} < 1550
|
||||
# rpm macros and helper
|
||||
install -d -m 755 "%{buildroot}%{_sysconfdir}/rpm"
|
||||
install -pm 644 "macros.initrd" "%{buildroot}%{_sysconfdir}/rpm/"
|
||||
# The RPM Macros have been moved to the package rpm-config-SUSE after CODE15, thus are no longer
|
||||
# shipped here
|
||||
install -d -m 755 "%{buildroot}%{_rpmmacrodir}"
|
||||
install -pm 644 "macros.initrd" "%{buildroot}%{_rpmmacrodir}"
|
||||
%endif
|
||||
install -pm 755 "regenerate-initrd-posttrans" "%{buildroot}%{_libexecdir}/module-init-tools/"
|
||||
|
||||
install -d -m 755 "%{buildroot}%{_prefix}/bin"
|
||||
@ -247,7 +251,9 @@ done
|
||||
%config(noreplace) %{_sysconfdir}/modprobe.d/99-local.conf
|
||||
%dir %{_sysconfdir}/depmod.d
|
||||
%config %{_sysconfdir}/depmod.d/00-system.conf
|
||||
%config %{_sysconfdir}/rpm/macros.initrd
|
||||
%if 0%{?suse_version} < 1550
|
||||
%{_rpmmacrodir}/macros.initrd
|
||||
%endif
|
||||
%{_bindir}/modhash
|
||||
%{_bindir}/kmp-install
|
||||
%{_libexecdir}/module-init-tools
|
||||
|
Loading…
Reference in New Issue
Block a user