commit dummy-release for openSUSE:Factory
Hello community, here is the log from the commit of package dummy-release for openSUSE:Factory checked in at 2014-04-14 06:43:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dummy-release (Old) and /work/SRC/openSUSE:Factory/.dummy-release.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "dummy-release" Changes: -------- --- /work/SRC/openSUSE:Factory/dummy-release/dummy-release.changes 2011-09-23 01:55:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dummy-release.new/dummy-release.changes 2014-04-14 06:43:27.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Apr 11 11:50:24 UTC 2014 - coolo@suse.com + +- also add an os-release + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dummy-release.spec ++++++ --- /var/tmp/diff_new_pack.SIHNBt/_old 2014-04-14 06:43:27.000000000 +0200 +++ /var/tmp/diff_new_pack.SIHNBt/_new 2014-04-14 06:43:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dummy-release # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -16,24 +16,19 @@ # - Name: dummy-release -%define product SUSE_SLES -%define flavor DVD -%define real_version %{version} -%define ncc_target sle-11 -License: BSD-3-Clause -Group: System/Fhs -Version: 11 -Release: 3 +Version: 12 +Release: 0 Provides: distribution-release Conflicts: openSUSE-release sled-release sles-release Summary: SuSE release version files +License: BSD-3-Clause +Group: System/Fhs 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 +/etc/issue.net and /etc/os-release %prep @@ -46,9 +41,13 @@ echo "Dummy Product (%{_target_cpu})" > $RPM_BUILD_ROOT/etc/SuSE-release touch $RPM_BUILD_ROOT/etc/motd +echo 'NAME=Dummy' > $RPM_BUILD_ROOT/etc/os-release +echo 'ID_LIKE="suse"' >> $RPM_BUILD_ROOT/etc/os-release + %files %defattr(644,root,root,755) /etc/SuSE-release +/etc/os-release %config(noreplace) /etc/motd %config(noreplace) /etc/issue %config(noreplace) /etc/issue.net -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de