forked from pool/update-test-trivial
Accepting request 1163815 from home:AndreasStieger:branches:devel:openSUSE:Factory
- make build reproducible see https://rb.zq1.de/compare.factory-20240331/diffs/update-test-trivial-compare.out OBS-URL: https://build.opensuse.org/request/show/1163815 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/update-test-trivial?expand=0&rev=12
This commit is contained in:
1
update-test-trivial-rpmlintrc
Normal file
1
update-test-trivial-rpmlintrc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
addFilter("update-test-.* no-binary")
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 31 22:11:58 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- make build reproducible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 24 17:17:56 UTC 2020 - Gustavo Pichorim Boiko <gboiko@suse.com>
|
Wed Jun 24 17:17:56 UTC 2020 - Gustavo Pichorim Boiko <gboiko@suse.com>
|
||||||
|
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
# spec file for package update-test-trivial
|
# spec file for package update-test-trivial
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
|
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,19 +13,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: update-test-trivial
|
Name: update-test-trivial
|
||||||
Version: 5.1
|
Version: 5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Package for testing the update stack during product development
|
Summary: Package for testing the update stack during product development
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
|
URL: https://en.opensuse.org/openSUSE:Maintenance_team
|
||||||
Source0: %{name}.tar.bz2
|
Source0: %{name}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source2: update-test-trivial-rpmlintrc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Package for testing the update stack during product development.
|
Package for testing the update stack during product development.
|
||||||
@@ -152,61 +154,63 @@ fi
|
|||||||
%build
|
%build
|
||||||
echo "Package: %{name}-%{version}-%{release}" > VERSION
|
echo "Package: %{name}-%{version}-%{release}" > VERSION
|
||||||
echo -n "Build date: " >> VERSION
|
echo -n "Build date: " >> VERSION
|
||||||
LANG=POSIX date -u >> VERSION
|
LANG=POSIX date -ud @$SOURCE_DATE_EPOCH >> VERSION
|
||||||
for readme in README.update-test*; do
|
for readme in README.update-test*; do
|
||||||
echo "---" >> $readme
|
echo "---" >> $readme
|
||||||
echo "Package Version : %{version}" >> $readme
|
echo "Package Version : %{version}" >> $readme
|
||||||
echo "Package Release : %{release}" >> $readme
|
echo "Package Release : %{release}" >> $readme
|
||||||
echo -n "Generated on : " >> $readme
|
echo -n "Generated on : " >> $readme
|
||||||
date >> $readme
|
date -ud @$SOURCE_DATE_EPOCH >> $readme
|
||||||
echo >> $readme
|
echo >> $readme
|
||||||
echo " Remember to have a lot of fun!" >> $readme
|
echo " Remember to have a lot of fun!" >> $readme
|
||||||
done
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README COPYRIGHT AUTHOR VERSION
|
%doc README AUTHOR VERSION
|
||||||
|
|
||||||
%files -n update-test-reboot-needed
|
%files -n update-test-reboot-needed
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-reboot-needed
|
%doc README.update-test-reboot-needed
|
||||||
|
|
||||||
%files -n update-test-interactive
|
%files -n update-test-interactive
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-interactive
|
%doc README.update-test-interactive
|
||||||
|
|
||||||
%files -n update-test-affects-package-manager
|
%files -n update-test-affects-package-manager
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-affects-package-manager
|
%doc README.update-test-affects-package-manager
|
||||||
|
|
||||||
%files -n update-test-security
|
%files -n update-test-security
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-security
|
%doc README.update-test-security
|
||||||
|
|
||||||
%files -n update-test-feature
|
%files -n update-test-feature
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-feature
|
%doc README.update-test-feature
|
||||||
|
|
||||||
%files -n update-test-optional
|
%files -n update-test-optional
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-optional
|
%doc README.update-test-optional
|
||||||
|
|
||||||
%files -n update-test-relogin-suggested
|
%files -n update-test-relogin-suggested
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-relogin-suggested
|
%doc README.update-test-relogin-suggested
|
||||||
|
|
||||||
%files -n update-test-retracted
|
%files -n update-test-retracted
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-retracted
|
%doc README.update-test-retracted
|
||||||
|
|
||||||
%files -n update-test-32bit-pkg
|
%files -n update-test-32bit-pkg
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-32bit-pkg
|
%doc README.update-test-32bit-pkg
|
||||||
|
|
||||||
%files -n update-test-broken
|
%files -n update-test-broken
|
||||||
%defattr(-,root,root)
|
%license COPYRIGHT
|
||||||
%doc README.update-test-broken
|
%doc README.update-test-broken
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user