]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed BuildRequires for CentOS 561/head
authorArvin Schnell <aschnell@suse.de>
Fri, 4 Sep 2020 08:37:40 +0000 (10:37 +0200)
committerArvin Schnell <aschnell@suse.de>
Fri, 4 Sep 2020 08:37:40 +0000 (10:37 +0200)
po/Makefile.am
snapper.spec.in

index 1796d6ebca1c597e6c56fd0b0983a2e9e57186cb..541264289911f03104d02876412c128787ebb6e3 100644 (file)
@@ -17,7 +17,7 @@ all: $(MOFILES)
 $(PACKAGE).pot: $(SRCFILES)
        $(XGETTEXT) --sort-output --no-wrap --add-comments --no-location \
            --keyword=_ --keyword=_:1,2 --foreign-user \
-           --copyright-holder="SUSE LLC, Nuernberg" \
+           --copyright-holder="SUSE LLC" \
            --default-domain=$(PACKAGE) --output=$(PACKAGE).pot $(SRCFILES)
 
 %.mo: %.po
index 9533cc2362f47d16c8666d5acb3791ad0b64f517..741a00bd49d45faabbccea34d39982cd6be5279e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # spec file for package snapper
 #
-# Copyright (c) 2018 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
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir /var/adm/fillup-templates
@@ -52,7 +53,7 @@ BuildRequires:  systemd
 %else
 BuildRequires:  pkg-config
 %endif
-%if 0%{?fedora_version} >= 24
+%if 0%{?fedora_version} >= 24 || 0%{?centos_version} >= 800
 BuildRequires: glibc-langpack-en
 BuildRequires: glibc-langpack-de
 %endif
@@ -75,7 +76,7 @@ BuildRequires:  xsltproc
 BuildRequires:  libzypp(plugin:commit)
 %endif
 BuildRequires:  pam-devel
-%if 0%{?fedora_version}
+%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
 BuildRequires:  json-c-devel
 %else
 BuildRequires:  libjson-c-devel
@@ -92,7 +93,7 @@ Supplements:    btrfsprogs
 Summary:        Tool for filesystem snapshot management
 License:        GPL-2.0-only
 Group:          System/Packages
-Url:            http://snapper.io/
+URL:            http://snapper.io/
 
 %description
 This package contains snapper, a tool for filesystem snapshot management.