Sync from SUSE:SLFO:Main amazon-dracut-config revision e53834fdfdbeec80646b34157a9c87e2
This commit is contained in:
commit
d863996163
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
amazon-dracut-config-0.0.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
amazon-dracut-config-0.0.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
20
amazon-dracut-config.changes
Normal file
20
amazon-dracut-config.changes
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 19:45:34 UTC 2025 - Sean Marlow <sean.marlow@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.0.4
|
||||||
|
+ Move dracut config files to usr/lib/ dir
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 3 20:05:41 UTC 2025 - Sean Marlow <sean.marlow@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.0.3
|
||||||
|
+ Add provides and conflicts on generic name dracut-instance-change-config
|
||||||
|
- Update to 0.0.2
|
||||||
|
+ Rename config for nvme for consistency
|
||||||
|
+ Add dracut build requirement
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 3 20:02:51 UTC 2024 - Sean Marlow <sean.marlow@suse.com>
|
||||||
|
|
||||||
|
- Initial release v0.0.1 (PED-11572)
|
||||||
|
|
67
amazon-dracut-config.spec
Normal file
67
amazon-dracut-config.spec
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
#
|
||||||
|
# spec file for package amazon-dracut-config
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: amazon-dracut-config
|
||||||
|
Version: 0.0.4
|
||||||
|
Release: 0
|
||||||
|
Summary: Amazon Dracut config overlay files
|
||||||
|
License: Apache-2.0
|
||||||
|
Group: System/Management
|
||||||
|
URL: https://github.com/SUSE-Enceladus/amazon-dracut-config
|
||||||
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: dracut
|
||||||
|
Provides: dracut-instance-change-config
|
||||||
|
Conflicts: otherproviders(dracut-instance-change-config)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1 -n %{name}
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -D -m 644 usr/lib/dracut/dracut.conf.d/07-aws-type-switch.conf \
|
||||||
|
%{buildroot}/usr/lib/dracut/dracut.conf.d/07-aws-type-switch.conf
|
||||||
|
install -D -m 644 usr/lib/dracut/dracut.conf.d/07-nvme.conf \
|
||||||
|
%{buildroot}/usr/lib/dracut/dracut.conf.d/07-nvme.conf
|
||||||
|
install -D -m 644 usr/lib/dracut/dracut.conf.d/07-ext4.conf \
|
||||||
|
%{buildroot}/usr/lib/dracut/dracut.conf.d/07-ext4.conf
|
||||||
|
install -D -m 644 usr/lib/dracut/dracut.conf.d/07-virtio.conf \
|
||||||
|
%{buildroot}/usr/lib/dracut/dracut.conf.d/07-virtio.conf
|
||||||
|
install -D -m 644 usr/lib/dracut/dracut.conf.d/07-xfs.conf \
|
||||||
|
%{buildroot}/usr/lib/dracut/dracut.conf.d/07-xfs.conf
|
||||||
|
install -D -m 644 usr/lib/dracut/dracut.conf.d/11-resume.conf \
|
||||||
|
%{buildroot}/usr/lib/dracut/dracut.conf.d/11-resume.conf
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSE
|
||||||
|
%dir /usr/lib/dracut/
|
||||||
|
%dir /usr/lib/dracut/dracut.conf.d/
|
||||||
|
/usr/lib/dracut/dracut.conf.d/07-aws-type-switch.conf
|
||||||
|
/usr/lib/dracut/dracut.conf.d/07-nvme.conf
|
||||||
|
/usr/lib/dracut/dracut.conf.d/07-ext4.conf
|
||||||
|
/usr/lib/dracut/dracut.conf.d/07-virtio.conf
|
||||||
|
/usr/lib/dracut/dracut.conf.d/07-xfs.conf
|
||||||
|
/usr/lib/dracut/dracut.conf.d/11-resume.conf
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user