Changed to default Builder

This commit is contained in:
Jerzy Drozdz 2022-09-29 10:26:38 +02:00
parent 1463c34a65
commit e7418e6d7a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[buildconfig] [buildconfig]
builder = tito.builder.SubmoduleAwareBuilder builder = tito.builder.Builder
tagger = tito.tagger.VersionTagger tagger = tito.tagger.VersionTagger
changelog_do_not_remove_cherrypick = 0 changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae) changelog_format = %s (%ae)

View File

@ -4,7 +4,7 @@ Release: 1%{?dist}
Summary: a TUI display manager Summary: a TUI display manager
License: WTFPL License: WTFPL
URL: https://github.com/fairyglade/ly URL: https://github.com/fairyglade/ly.git
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRequires: make automake BuildRequires: make automake