SHA256
1
0
forked from pool/aaa_base

- Update to version 84.87+git20211201.2eab642:

* Remove legacy usrmerged sections
  * Add rpmlintrc and README from OBS too
  * Fix osc service instructions
  * Add obs workflow for git integration

OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=741
This commit is contained in:
Ludwig Nussel 2021-12-01 11:56:18 +00:00 committed by Git OBS Bridge
parent b194f0894c
commit ee09d0f1dd
8 changed files with 21 additions and 28 deletions

2
.gitattributes vendored
View File

@ -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+git20211201.a7476cc.tar filter=lfs diff=lfs merge=lfs -text aaa_base-84.87+git20211201.2eab642.tar filter=lfs diff=lfs merge=lfs -text

View File

@ -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

View File

@ -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>

View File

@ -1,4 +1,4 @@
<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">a7476cc91b4eba18939c0948b954b20b83f49a19</param></service></servicedata> <param name="changesrevision">1e0c192fd0c70956520671d5b370459a0b452af8</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae603507180f6167c081f8a4c939288ee09e935d7ea223cef0cdc3986c4672b5
size 378880

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e66466e8e18777523aa8ecd19ef2baa642e8e73765a3dd82607aab29c6b7540d
size 378880

View File

@ -1,7 +1,11 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 01 09:10:36 UTC 2021 - lnussel@suse.de Wed Dec 01 11:54:55 UTC 2021 - lnussel@suse.de
- Update to version 84.87+git20211201.a7476cc: - Update to version 84.87+git20211201.2eab642:
* Remove legacy usrmerged sections
* Add rpmlintrc and README from OBS too
* Fix osc service instructions
* Add obs workflow for git integration
* Adopt upstream way of setting rp_filter and promote_secondaries * Adopt upstream way of setting rp_filter and promote_secondaries
* Don't fail if net.ipv4.ping_group_range can't be set * Don't fail if net.ipv4.ping_group_range can't be set
* Get spec file from git * Get spec file from git

View File

@ -23,7 +23,7 @@
%endif %endif
Name: aaa_base Name: aaa_base
Version: 84.87+git20211201.a7476cc Version: 84.87+git20211201.2eab642
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
@ -118,9 +118,6 @@ fi
%install %install
# #
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
%if 0%{?usrmerged}
rm -f %{buildroot}/sbin/*
%endif
# #
mkdir -p %{buildroot}/etc/sysctl.d mkdir -p %{buildroot}/etc/sysctl.d
case "$RPM_ARCH" in case "$RPM_ARCH" in
@ -233,11 +230,6 @@ mkdir -p %{buildroot}%{_fillupdir}
%{_fillupdir}/sysconfig.language %{_fillupdir}/sysconfig.language
%{_fillupdir}/sysconfig.proxy %{_fillupdir}/sysconfig.proxy
%{_fillupdir}/sysconfig.windowmanager %{_fillupdir}/sysconfig.windowmanager
%if !0%{?usrmerged}
/sbin/service
/sbin/refresh_initrd
/sbin/smart_agetty
%endif
%files extras %files extras
%defattr(-,root,root) %defattr(-,root,root)