SHA256
1
0
forked from pool/fillup

Accepting request 1139525 from home:dirkmueller:Factory

- remove bin symlink for non-suse distributions

- use https as url
- Replace references to /var/adm/fillup-templates with new
- fix missing return value in test-code (#139594)
- silence some compiler warnings (#95370)
- additional Keyword: PreSaveCommand
- update to 1.38 with additional MetaData keywords
- switch behaviour to "fixed sequence of metadata" (#25119)
- fix watchdog for removal part (factor 2 needed)
- update to 1.22 (avoid possible infinite loop on failure) (#24648)
- fix for stale comment when removing variable (#24540)
- added install-info macros
- update to 1.20 beta (aka prototype)
- split off aaa_base

OBS-URL: https://build.opensuse.org/request/show/1139525
OBS-URL: https://build.opensuse.org/package/show/Base:System/fillup?expand=0&rev=36
This commit is contained in:
Marcus Meissner 2024-01-29 12:38:11 +00:00 committed by Git OBS Bridge
parent d8a170a8b4
commit ea5e6ea38d
2 changed files with 22 additions and 17 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 17 17:32:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
- remove bin symlink for non-suse distributions
-------------------------------------------------------------------
Tue Dec 27 10:36:20 UTC 2022 - Ludwig Nussel <lnussel@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package fillup
#
# Copyright (c) 2023 SUSE LLC
# 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
@ -65,7 +65,7 @@ install -m 755 BIN/fillup %{buildroot}/%{_bindir}
install -d %{buildroot}/%{_mandir}/man8
install -m 644 SGML/fillup.8.gz %{buildroot}/%{_mandir}/man8
%if 0%{?suse_version} < 1550
%if 0%{?suse_version} && 0%{?suse_version} < 1550
# There are literally hundreds of rpm scritps referencing /bin/fillup (suse macro)
# So let's at least keep the symlink there for now (DimStar - 2014-10-31)
install -d -m 755 $RPM_BUILD_ROOT/bin
@ -79,7 +79,7 @@ make test OPTISPLUS="%{optflags}"
%files
%defattr(-,root,root)
# rpm scriptlets still use this, based on %*fillup* macros
%if 0%{?suse_version} < 1550
%if 0%{?suse_version} && 0%{?suse_version} < 1550
/bin/fillup
%endif
%{_bindir}/fillup