Change %define to %global according to packaging guidelines

Based on discussion started on fedora-devel:
https://lists.fedoraproject.org/archives/list/devel%40lists.fedoraproject.org/thread/AS35NKZSAWRIKY77IUYOVNFAT6AJQVAU/
This commit is contained in:
Jakub Jelen 2016-01-04 12:34:47 +01:00
parent 521bb8c5dc
commit 0ef66ce92c
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ Name: tcp_wrappers
Version: 7.6
Release: 81%{?dist}
%define LIB_MAJOR 0
%define LIB_MINOR 7
%define LIB_REL 6
%global LIB_MAJOR 0
%global LIB_MINOR 7
%global LIB_REL 6
License: BSD
Group: System Environment/Daemons