From c1879df092f48a74ccd31c85c521ae91eab50576 Mon Sep 17 00:00:00 2001 From: Yu Daike Date: Fri, 14 Feb 2025 07:05:10 +0100 Subject: [PATCH 1/6] create empty source --- README.md | 2 -- check-source-test.spec | 0 2 files changed, 2 deletions(-) delete mode 100644 README.md create mode 100644 check-source-test.spec diff --git a/README.md b/README.md deleted file mode 100644 index fba488b..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Test repository for [openSUSE-release-tools](YoukouTenhouin/openSUSE-release-tools) - diff --git a/check-source-test.spec b/check-source-test.spec new file mode 100644 index 0000000..e69de29 -- 2.49.0 From cb32c8c9adec9f9c6008e5bd75338053be46a732 Mon Sep 17 00:00:00 2001 From: Yu Daike Date: Fri, 14 Feb 2025 07:05:10 +0100 Subject: [PATCH 2/6] create empty source --- release-tools-test.spec | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 release-tools-test.spec diff --git a/release-tools-test.spec b/release-tools-test.spec new file mode 100644 index 0000000..e69de29 -- 2.49.0 From dd13ad83a72d709d2068bc9494aaf37052c26153 Mon Sep 17 00:00:00 2001 From: Yu Daike Date: Fri, 14 Feb 2025 10:00:21 +0100 Subject: [PATCH 3/6] doc: add changes --- check-source-test.changes | 4 ++++ release-tools-test.spec | 0 2 files changed, 4 insertions(+) create mode 100644 check-source-test.changes delete mode 100644 release-tools-test.spec diff --git a/check-source-test.changes b/check-source-test.changes new file mode 100644 index 0000000..99e7865 --- /dev/null +++ b/check-source-test.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Feb 14 09:59:41 CET 2025 - yu.daike@suse.com + +- Init commit \ No newline at end of file diff --git a/release-tools-test.spec b/release-tools-test.spec deleted file mode 100644 index e69de29..0000000 -- 2.49.0 From e907b24e72b470b24716a9e60c67c0e6c4f1adf7 Mon Sep 17 00:00:00 2001 From: Yu Daike Date: Fri, 14 Feb 2025 10:00:21 +0100 Subject: [PATCH 4/6] doc: add changes --- release-tools-test.changes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 release-tools-test.changes diff --git a/release-tools-test.changes b/release-tools-test.changes new file mode 100644 index 0000000..99e7865 --- /dev/null +++ b/release-tools-test.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Feb 14 09:59:41 CET 2025 - yu.daike@suse.com + +- Init commit \ No newline at end of file -- 2.49.0 From 1bf7a7d0345ca4bbe7a805545fe063ea0caa35a6 Mon Sep 17 00:00:00 2001 From: Yu Daike Date: Fri, 14 Feb 2025 10:04:15 +0100 Subject: [PATCH 5/6] doc: add comments for spec file --- release-tools-test.changes | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 release-tools-test.changes diff --git a/release-tools-test.changes b/release-tools-test.changes deleted file mode 100644 index 99e7865..0000000 --- a/release-tools-test.changes +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------- -Fri Feb 14 09:59:41 CET 2025 - yu.daike@suse.com - -- Init commit \ No newline at end of file -- 2.49.0 From 61a080108ccbcb6ae4bd725cfd926df4d6cf6b2a Mon Sep 17 00:00:00 2001 From: Yu Daike Date: Tue, 3 Jun 2025 19:26:51 +0200 Subject: [PATCH 6/6] rename source files --- check-source-test.spec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/check-source-test.spec b/check-source-test.spec index e69de29..fb9cb12 100644 --- a/check-source-test.spec +++ b/check-source-test.spec @@ -0,0 +1,18 @@ +# +# spec file for package release-tools-test +# +# Copyright (c) 2025 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. + +Name: check-source-test +Version: 0.0.1 + +%changelog -- 2.49.0