Accepting request 774346 from devel:kubic

- Update to version 1.0+git20200214.c7654a7:
  * Remove btrfsQuota, snapper list provides now the same informations
  * Adjust README.md

OBS-URL: https://build.opensuse.org/request/show/774346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/microos-tools?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-02-19 11:40:01 +00:00 committed by Git OBS Bridge
parent a78ce84e7f
commit 4f215acaee
5 changed files with 13 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/kubic-project/microos-tools.git</param>
<param name="changesrevision">97ca0eeaf80cd24a6f0b74176573ce33c9aae745</param>
<param name="changesrevision">c7654a79a800f6e00360cf407ce849d9d5279c6b</param>
</service>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 14 09:59:05 UTC 2020 - kukuk@suse.de
- Update to version 1.0+git20200214.c7654a7:
* Remove btrfsQuota, snapper list provides now the same informations
* Adjust README.md
-------------------------------------------------------------------
Mon Aug 12 13:18:41 CEST 2019 - kukuk@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package microos-tools
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: microos-tools
Version: 1.0+git20190812.97ca0ee
Version: 1.0+git20200214.c7654a7
Release: 0
Summary: Files and Scripts for openSUSE MicroOS
License: GPL-2.0-or-later
@ -40,8 +40,6 @@ Files, scripts and directories for openSUSE Kubic.
%install
cp -a {etc,usr} %{buildroot}
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man8
%pre
%service_add_pre setup-systemd-proxy-env.service
@ -63,8 +61,6 @@ mkdir -p %{buildroot}%{_mandir}/man8
%{_unitdir}
%{_prefix}/lib/sysctl.d/30-corefiles.conf
%{_libexecdir}/MicroOS-firstboot
%{_sbindir}/btrfsQuota
%{_sbindir}/setup-systemd-proxy-env
%{_mandir}/man8/btrfsQuota.8%{?ext_man}
%changelog