forked from pool/aaa_base
- Update to version 84.87+git20220221.b62a2cf:
* package: Require new enough version of glibc * package: build in place support * drop /etc/ttytype (boo#1191923) OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=744
This commit is contained in:
parent
e5621107c4
commit
5ae4f0d4fd
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
aaa_base-84.87+git20211206.de24bdf.tar filter=lfs diff=lfs merge=lfs -text
|
aaa_base-84.87+git20220221.b62a2cf.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,15 +1,10 @@
|
|||||||
This package should use just the content of the git tree. If you need
|
This package is maintained in git at
|
||||||
to make changes, you have the following options:
|
|
||||||
* Make them in git and update the package from git (you can send merge
|
|
||||||
request if you don't have write access)
|
|
||||||
* Create a patch, add the patch to the package and let one of the
|
|
||||||
aaa_base packagers commit it for you
|
|
||||||
|
|
||||||
The online repository is at:
|
|
||||||
http://github.com/openSUSE/aaa_base
|
http://github.com/openSUSE/aaa_base
|
||||||
|
|
||||||
For building the package from git run the service directly:
|
Please file a pull request for any changes. The spec file is also in
|
||||||
osc service disabledrun
|
git.
|
||||||
|
|
||||||
Note that aaa_base.spec and aaa_base.changes are not part of the git
|
For building the package from git you have to adjust the _service
|
||||||
repo.
|
file to point at the right branch, then call
|
||||||
|
|
||||||
|
osc service manualrun
|
||||||
|
2
_service
2
_service
@ -6,6 +6,8 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="extract">aaa_base.spec</param>
|
<param name="extract">aaa_base.spec</param>
|
||||||
|
<param name="extract">aaa_base-rpmlintrc</param>
|
||||||
|
<param name="extract">README.packaging.txt</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual"/>
|
<service name="set_version" mode="manual"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
|
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
|
||||||
<param name="changesrevision">7fc8c1190fae5b0db879b4080aef7e51961524cd</param></service></servicedata>
|
<param name="changesrevision">0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6</param></service><service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/lnussel/aaa_base.git</param>
|
||||||
|
<param name="changesrevision">0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a7c19a25835b26d1f45483eb3a8c51f6f2e29326b3b4797f1da31d6ce7e26c89
|
|
||||||
size 378880
|
|
3
aaa_base-84.87+git20220221.b62a2cf.tar
Normal file
3
aaa_base-84.87+git20220221.b62a2cf.tar
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e3f7105f407555b1ab59fe34fd6c75b41005b357b37e14107c12e276369645f
|
||||||
|
size 378880
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 21 09:18:44 UTC 2022 - lnussel@suse.de
|
||||||
|
|
||||||
|
- Update to version 84.87+git20220221.b62a2cf:
|
||||||
|
* package: Require new enough version of glibc
|
||||||
|
* package: build in place support
|
||||||
|
* drop /etc/ttytype (boo#1191923)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 11 16:05:25 UTC 2021 - dleuenberger@suse.com
|
Sat Dec 11 16:05:25 UTC 2021 - dleuenberger@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aaa_base
|
# spec file for package aaa_base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -22,8 +22,13 @@
|
|||||||
%define _fillupdir /var/adm/fillup-templates
|
%define _fillupdir /var/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?_build_in_place}
|
||||||
|
%define git_version %(git log '-n1' '--date=format:%Y%m%d' '--no-show-signature' "--pretty=format:+git%cd.%h")
|
||||||
|
BuildRequires: git-core
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: aaa_base
|
Name: aaa_base
|
||||||
Version: 84.87+git20211206.de24bdf
|
Version: 84.87+git20220221.b62a2cf%{?git_version}
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://github.com/openSUSE/aaa_base
|
URL: https://github.com/openSUSE/aaa_base
|
||||||
# do not require systemd - aaa_base is in the build environment and we don't
|
# do not require systemd - aaa_base is in the build environment and we don't
|
||||||
@ -46,7 +51,7 @@ Recommends: logrotate
|
|||||||
Recommends: netcfg
|
Recommends: netcfg
|
||||||
Recommends: udev
|
Recommends: udev
|
||||||
Requires(pre): /usr/bin/rm
|
Requires(pre): /usr/bin/rm
|
||||||
Requires(pre): glibc >= 2.30
|
Requires(pre): (glibc >= 2.30 if glibc)
|
||||||
Requires(post): fillup /usr/bin/chmod /usr/bin/chown
|
Requires(post): fillup /usr/bin/chmod /usr/bin/chown
|
||||||
|
|
||||||
Summary: openSUSE Base Package
|
Summary: openSUSE Base Package
|
||||||
@ -101,19 +106,9 @@ systems.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -i 's|actiondir="/usr/lib/initscripts/legacy-actions"|actiondir="%{_libexecdir}/initscripts/legacy-actions"|' \
|
|
||||||
files/usr/sbin/service
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags}
|
make CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}" %{?_smp_mflags}
|
||||||
if test -d patches/$RPM_ARCH; then
|
|
||||||
pushd files
|
|
||||||
for file in ../patches/$RPM_ARCH/*; do
|
|
||||||
patch -p0 --input=$file
|
|
||||||
done
|
|
||||||
find -name "*.orig" | xargs -r rm
|
|
||||||
popd
|
|
||||||
fi
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
#
|
#
|
||||||
@ -200,7 +195,6 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
/usr/etc/profile.d/ls.bash
|
/usr/etc/profile.d/ls.bash
|
||||||
/usr/etc/profile.d/ls.zsh
|
/usr/etc/profile.d/ls.zsh
|
||||||
%config /etc/shells
|
%config /etc/shells
|
||||||
%config /etc/ttytype
|
|
||||||
%ghost %dir /etc/init.d
|
%ghost %dir /etc/init.d
|
||||||
%ghost %config(noreplace) /etc/init.d/boot.local
|
%ghost %config(noreplace) /etc/init.d/boot.local
|
||||||
%ghost %config(noreplace) /etc/init.d/after.local
|
%ghost %config(noreplace) /etc/init.d/after.local
|
||||||
|
Loading…
Reference in New Issue
Block a user