forked from pool/aaa_base
Accepting request 768064 from Base:System
OBS-URL: https://build.opensuse.org/request/show/768064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=461
This commit is contained in:
commit
8b6cc88f4f
@ -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">59482ba32863a74633654e883ccab7501327be08</param></service></servicedata>
|
<param name="changesrevision">864351813765c17ce0684b2404459e500e433172</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:afdba55fdc2fb0d97a35256d84efd4faadecfd7c40afb8c8e9b4f507ff6bdc28
|
|
||||||
size 70020
|
|
3
aaa_base-84.87+git20200128.8a17290.tar.xz
Normal file
3
aaa_base-84.87+git20200128.8a17290.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bef93636a1ca6c629adf44412cd74c13943b1e35d9a7ff5a129d3d79c3ec3bd8
|
||||||
|
size 61164
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 14:30:17 UTC 2020 - kukuk@suse.com
|
||||||
|
|
||||||
|
- Adjust Requires/Requires(pre)/Requires(post)
|
||||||
|
- Update to version 84.87+git20200128.8a17290:
|
||||||
|
* Move chkconfig to insserv-compat, as most functionality isn't supported anymore since we have different solutions with systemd.
|
||||||
|
* Remove /usr/bin/mkinfodir, not used anywhere anymore
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 16 10:22:27 UTC 2020 - ro@suse.com
|
Thu Jan 16 10:22:27 UTC 2020 - ro@suse.com
|
||||||
|
|
||||||
|
@ -23,22 +23,25 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: aaa_base
|
Name: aaa_base
|
||||||
Version: 84.87+git20200116.59482ba
|
Version: 84.87+git20200128.8a17290
|
||||||
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
|
||||||
# want to pull in tons of dependencies
|
# want to pull in tons of dependencies
|
||||||
Conflicts: sysvinit-init
|
Conflicts: sysvinit-init
|
||||||
Requires: /bin/mktemp
|
Requires: /bin/mktemp
|
||||||
Requires: /usr/bin/find
|
Requires: /usr/bin/cat
|
||||||
|
Requires: /usr/bin/date
|
||||||
|
Requires: /usr/bin/grep
|
||||||
|
Requires: /usr/bin/mv
|
||||||
|
Requires: /usr/bin/sed
|
||||||
Requires: /usr/bin/tput
|
Requires: /usr/bin/tput
|
||||||
Requires: /usr/bin/xargs
|
|
||||||
Requires: cpio
|
|
||||||
Requires: distribution-release
|
Requires: distribution-release
|
||||||
Requires: filesystem
|
Requires: filesystem
|
||||||
Recommends: logrotate netcfg udev iputils iproute2 aaa_base-extras
|
Recommends: logrotate netcfg udev iputils iproute2 aaa_base-extras
|
||||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
|
Requires(pre): /usr/bin/rm
|
||||||
Requires(post): fillup
|
Requires(post): fillup /usr/bin/chmod /usr/bin/chown
|
||||||
|
|
||||||
Summary: openSUSE Base Package
|
Summary: openSUSE Base Package
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Fhs
|
Group: System/Fhs
|
||||||
@ -59,6 +62,8 @@ This package installs several important configuration files and central scripts.
|
|||||||
Summary: SUSE Linux Base Package (recommended part)
|
Summary: SUSE Linux Base Package (recommended part)
|
||||||
Group: System/Fhs
|
Group: System/Fhs
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Requires: /usr/bin/find
|
||||||
|
Requires: cpio
|
||||||
Requires(post): fillup
|
Requires(post): fillup
|
||||||
Provides: aaa_base:/etc/DIR_COLORS
|
Provides: aaa_base:/etc/DIR_COLORS
|
||||||
|
|
||||||
@ -190,8 +195,6 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
# and /etc/permissions!
|
# and /etc/permissions!
|
||||||
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
||||||
/etc/hushlogins
|
/etc/hushlogins
|
||||||
/usr/bin/chkconfig
|
|
||||||
/sbin/chkconfig
|
|
||||||
/usr/bin/get_kernel_version
|
/usr/bin/get_kernel_version
|
||||||
/sbin/refresh_initrd
|
/sbin/refresh_initrd
|
||||||
/usr/sbin/refresh_initrd
|
/usr/sbin/refresh_initrd
|
||||||
@ -200,7 +203,6 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
/sbin/smart_agetty
|
/sbin/smart_agetty
|
||||||
/usr/sbin/smart_agetty
|
/usr/sbin/smart_agetty
|
||||||
/usr/bin/filesize
|
/usr/bin/filesize
|
||||||
/usr/bin/mkinfodir
|
|
||||||
/usr/bin/old
|
/usr/bin/old
|
||||||
/usr/bin/rpmlocate
|
/usr/bin/rpmlocate
|
||||||
/usr/bin/safe-rm
|
/usr/bin/safe-rm
|
||||||
@ -209,7 +211,6 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
/usr/sbin/sysconf_addword
|
/usr/sbin/sysconf_addword
|
||||||
/usr/share/man/man1/smart_agetty.1*
|
/usr/share/man/man1/smart_agetty.1*
|
||||||
/usr/share/man/man5/defaultdomain.5*
|
/usr/share/man/man5/defaultdomain.5*
|
||||||
/usr/share/man/man8/chkconfig.8*
|
|
||||||
/usr/share/man/man8/safe-rm.8*
|
/usr/share/man/man8/safe-rm.8*
|
||||||
/usr/share/man/man8/safe-rmdir.8*
|
/usr/share/man/man8/safe-rmdir.8*
|
||||||
/usr/share/man/man8/service.8*
|
/usr/share/man/man8/service.8*
|
||||||
|
Loading…
Reference in New Issue
Block a user