This commit is contained in:
commit
f76a437c04
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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
5
dummy-release.changes
Normal file
5
dummy-release.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 14:42:25 CEST 2008 - ro@suse.de
|
||||
|
||||
- dummy package containing /etc/SuSE-release
|
||||
|
66
dummy-release.spec
Normal file
66
dummy-release.spec
Normal file
@ -0,0 +1,66 @@
|
||||
#
|
||||
# spec file for package dummy-release (Version 11)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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 http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: dummy-release
|
||||
%define product SUSE_SLES
|
||||
%define flavor DVD
|
||||
%define real_version %{version}
|
||||
%define ncc_target sle-11
|
||||
BuildRequires: skelcd-control-SLES
|
||||
License: BSD 3-Clause
|
||||
Group: System/Fhs
|
||||
Version: 11
|
||||
Release: 1
|
||||
Conflicts: distribution-release
|
||||
AutoReqProv: on
|
||||
Summary: SuSE release version files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains the files: /etc/SuSE-release, /etc/issue,
|
||||
/etc/issue.net, and /etc/products.d/openSUSE.prod
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
ro@suse.de
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/etc
|
||||
echo -e "\nWelcome to Dummy Product - Kernel \\\r (\\\l).\n\n" > $RPM_BUILD_ROOT/etc/issue
|
||||
echo -e "Welcome to Dummy Product (%{_target_cpu}) - Kernel %%r (%%t)." > $RPM_BUILD_ROOT/etc/issue.net
|
||||
echo "Dummy Product (%{_target_cpu})" > $RPM_BUILD_ROOT/etc/SuSE-release
|
||||
touch $RPM_BUILD_ROOT/etc/motd
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
/etc/SuSE-release
|
||||
%config(noreplace) /etc/motd
|
||||
%config(noreplace) /etc/issue
|
||||
%config(noreplace) /etc/issue.net
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2008 ro@suse.de
|
||||
- dummy package containing /etc/SuSE-release
|
Loading…
Reference in New Issue
Block a user