- Update to version 050+suse.63.g796e020e:

* suse.spec: Move /bin/* and /sbin/* to /usr
  * suse.spec: Remove long unused mkinitrd_setup file

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=407
This commit is contained in:
Daniel Molkentin 2020-05-13 11:47:08 +00:00 committed by Git OBS Bridge
parent 4d6d0c520d
commit 505dde615d
8 changed files with 27 additions and 17 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/opensuse/dracut.git</param>
<param name="changesrevision">0fe0e85451d2b5eb7ca3dcee3a8c76c150902731</param></service></servicedata>
<param name="changesrevision">796e020e0830048b7a3eece1d786575650d7582e</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:083ce318c81535cc2a4c2aee179e5f97b448c3c5e84b16ae9bf8316c386d7fa5
size 1733132

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a1db3faf1d0c1faa3ed61fe189c642b3e9e3968aacb5be08eacb033b3be8957
size 306616

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:899ad8ed73e45ba693efa19d2ed70c84663b1094b8242b846314d275dd7574a6
size 1733132

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7779bb6c58bee2b55484ae27edaf57841cf57fb9f3108bf1fba90a3b2e423e8
size 306604

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 13 11:39:46 UTC 2020 - daniel.molkentin@suse.com
- Update to version 050+suse.63.g796e020e:
* suse.spec: Move /bin/* and /sbin/* to /usr
* suse.spec: Remove long unused mkinitrd_setup file
-------------------------------------------------------------------
Mon May 04 09:10:14 UTC 2020 - daniel.molkentin@suse.com

View File

@ -1,5 +1,5 @@
name: dracut
version: 050+suse.61.g0fe0e854
mtime: 1588583209
commit: 0fe0e85451d2b5eb7ca3dcee3a8c76c150902731
version: 050+suse.63.g796e020e
mtime: 1589370314
commit: 796e020e0830048b7a3eece1d786575650d7582e

View File

@ -19,7 +19,7 @@
%define dracutlibdir %{_prefix}/lib/dracut
Name: dracut
Version: 050+suse.61.g0fe0e854
Version: 050+suse.63.g796e020e
Release: 0
Summary: Initramfs generator using udev
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -145,17 +145,19 @@ install -m 0644 suse/s390x_persistent_device.conf %{buildroot}%{_sysconfdir}/dra
%endif
rm %{buildroot}%{_bindir}/mkinitrd
# moved to /sbin
install -D -m 0755 mkinitrd-suse.sh %{buildroot}/%{_sbindir}/mkinitrd
install -D -m 0755 suse/dracut-installkernel %{buildroot}/%{_sbindir}/installkernel
# moved to /usr/sbin, maintain /sbin compat symlinks
mkdir -p %{buildroot}/sbin
install -m 0755 mkinitrd-suse.sh %{buildroot}/sbin/mkinitrd
ln -s %{_sbindir}/mkinitrd %{buildroot}/sbin/mkinitrd
ln -s %{_sbindir}/installkernel %{buildroot}/sbin/installkernel
mv %{buildroot}%{_mandir}/man8/mkinitrd-suse.8 %{buildroot}%{_mandir}/man8/mkinitrd.8
install -m 0755 suse/mkinitrd_setup_dummy %{buildroot}/sbin/mkinitrd_setup
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
install -m 0644 dracut.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dracut
install -D -m 0755 suse/dracut-installkernel %{buildroot}/sbin/installkernel
%if 0%{?suse_version}
#rm -f %%{buildroot}/%%{dracutlibdir}/modules.d/45ifcfg/write-ifcfg.sh
#ln -s %%{dracutlibdir}/modules.d/45ifcfg/write-ifcfg-suse.sh %%{buildroot}/%%{dracutlibdir}/modules.d/45ifcfg/write-ifcfg.sh
@ -263,9 +265,10 @@ fi
%doc HACKING TODO AUTHORS NEWS dracut.html dracut.png dracut.svg
%{_bindir}/dracut
%{_bindir}/lsinitrd
%{_sbindir}/installkernel
%{_sbindir}/mkinitrd
/sbin/installkernel
/sbin/mkinitrd
/sbin/mkinitrd_setup
%{_datarootdir}/bash-completion/completions/lsinitrd
%{_datadir}/pkgconfig/dracut.pc