- Import commit 6b8dde1d4f867aff713af6d6830510a84fad58d2

6b8dde1 Convert more drop-ins into early ones

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-default-settings?expand=0&rev=20
This commit is contained in:
Franck Bui 2021-09-21 08:22:13 +00:00 committed by Git OBS Bridge
parent e29c6fe0fe
commit 369c45e667
4 changed files with 14 additions and 5 deletions

BIN
systemd-default-settings-0.7-1-g6b8dde1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 21 08:20:59 UTC 2021 - Franck Bui <fbui@suse.com>
- Import commit 6b8dde1d4f867aff713af6d6830510a84fad58d2
6b8dde1 Convert more drop-ins into early ones
-------------------------------------------------------------------
Mon Feb 22 16:49:16 UTC 2021 - Franck Bui <fbui@suse.com>

View File

@ -16,6 +16,8 @@
#
%define extra_version -1-g6b8dde1
Name: systemd-default-settings
URL: https://github.com/openSUSE/systemd-default-settings
Version: 0.7
@ -23,7 +25,7 @@ Release: 0
Summary: Customization of systemd default settings for SUSE distributions
License: GPL-2.0-or-later
Group: System/Base
Source0: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}%{extra_version}.tar.gz
BuildArch: noarch
BuildRequires: systemd-rpm-macros
Requires: %{name}-branding = %{version}-%{release}
@ -84,7 +86,7 @@ This package overrides some of the upstream default settings to make
them better suited for SLE-Micro distributions.
%prep
%setup -q
%setup -q -n %name-%{version}%{extra_version}
%build